import { PartnerLogoPlaceholder } from "@/components/brand/PartnerLogoPlaceholder"; export function PartnerMarquee() { const slots = Array.from({ length: 8 }, (_, i) => i); return (

With the support of

{[...slots, ...slots].map((i) => ( ))}
); }