CompaniesLogos
A companies logos component.
title (required)
Section titled “title (required)”type: string
The title of the section.
images (required)
Section titled “images (required)”type: Object[]
Properties:
whiteSrc(string, required): Path to the white logo image fileblackSrc(string, required): Path to the black logo image filealt(string, required): Alt text
Example
Section titled “Example”import { CompaniesLogos } from "@dlcastillop/starlight-marketing-components";
<CompaniesLogos title="Trusted by the world’s most innovative teams" images={[ { whiteSrc: "/microsoft-white.avif", blackSrc: "/microsoft-black.avif", alt: "Microsoft logo", }, ]}/>