The LogoCloud component displays a marquee of logos, typically used to showcase client or partner companies. It features smooth animation and customizable behavior.
import LogoCloud from "@/components/logo-cloud";
<LogoCloud direction="right" speed="fast" pauseOnHover={true} playOnStart={true} />
Was this page helpful?