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

With the support of

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