Animated logo cloud sections for showcasing partner and brand logos, with marquee, spotlight, blur, single-row, and swap-reveal variants.
import LogoCloudSwap from "@/components/ui/logo-clouds"; export default function Default() { return ( <div className="w-full bg-white dark:bg-neutral-950"> <LogoCloudSwap /> </div> ); }