Logo Rotator

Lead phrase paired with a logo and name that blur-fade to the next brand on a fixed interval.

Used at
StripeNotionSlackFigmaDropboxStripeNotionSlackFigmaDropbox

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

Import & use
import { Logo4 } from "@/components/beste/piece/logo4";

<Logo4
  lead="Used at"
  logos={[
    {
      "src": "https://oud.pics/sm/l/stripe.jpeg",
      "alt": "Stripe"
    },
    {
      "src": "https://oud.pics/sm/l/notion.png",
      "alt": "Notion"
    },
    {
      "src": "https://oud.pics/sm/l/slack.svg",
      "alt": "Slack"
    },
    {
      "src": "https://oud.pics/sm/l/figma.png",
      "alt": "Figma"
    },
    {
      "src": "https://oud.pics/sm/l/dropbox.png",
      "alt": "Dropbox"
    }
  ]}
  intervalMs={2200}
/>