Components
Loading preview...
A "trusted by" showcase with character. 14 brand logos arranged in a 5-column grid with a centered headline. Each card runs a canvas-driven pixel shimmer in the brand's actual signature color on hover , Slack purple, Stripe violet, Spotify green. Muted at rest, full color on touch. Tailwind 4 + shadcn tokens, light & dark mode out of the box.
@smammar100
npx shadcn@latest add https://21st.dev/r/smammar100/pixel-logo-gridimport { Component } from "@/components/ui/pixel-logo-grid";
export default function DemoOne() {
return <Component />;
}