An infinite auto-scrolling logo marquee with an edge fade mask and pause-on-hover, ideal for a "trusted by" logo cloud section.
import LogoCloudBlock from "@/components/ui/logo-cloud-3"; export default function LogoCloudDemo() { return ( <div className="mx-auto flex w-full max-w-2xl items-center justify-center bg-background"> <LogoCloudBlock /> </div> ); }