Skip to content

CompaniesLogos

A companies logos component.

type: string

The title of the section.

type: Object[]

Properties:

  • whiteSrc (string, required): Path to the white logo image file
  • blackSrc (string, required): Path to the black logo image file
  • alt (string, required): Alt text
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",
},
]}
/>