Stylish logo grid featuring top tech brands with decorative plus icons and dynamic borders for a modern visual layout.
import { 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> ); }
Part of Efferd — browse the full library on 21st.dev.