Components
Loading preview...
Stylish logo grid featuring top tech brands with decorative plus icons and dynamic borders for a modern visual layout.
npx shadcn@latest add https://21st.dev/r/sshahaider/logo-cloud-2import { LogoCloud } from "@/components/ui/logo-cloud-2";
export default function DemoOne() {
return (
<div className="min-h-screen w-full place-content-center px-4">
<section className="relative mx-auto grid max-w-3xl">
<h2 className="mb-6 text-center font-medium text-lg text-muted-foreground tracking-tight md:text-2xl">
Companies we{" "}
<span className="font-semibold text-primary">collaborate</span> with.
</h2>
<LogoCloud />
</section>
</div>
);
}