Logo Wall

Titled 3-by-2 grid of bordered tiles, each centered on a customer or partner logo for social proof.

Loved by modern teams
Stripe
Notion
Slack
Figma
Dropbox
Gmail

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Logo5 } from "@/components/beste/piece/logo5";

<Logo5
  heading="Loved by modern teams"
  logos={[
    {
      "name": "Stripe",
      "src": "https://oud.pics/sm/l/stripe.jpeg"
    },
    {
      "name": "Notion",
      "src": "https://oud.pics/sm/l/notion.png"
    },
    {
      "name": "Slack",
      "src": "https://oud.pics/sm/l/slack.svg"
    },
    {
      "name": "Figma",
      "src": "https://oud.pics/sm/l/figma.png"
    },
    {
      "name": "Dropbox",
      "src": "https://oud.pics/sm/l/dropbox.png"
    },
    {
      "name": "Gmail",
      "src": "https://oud.pics/sm/l/gmail.jpeg"
    }
  ]}
/>