diff --git a/src/components/HeroPage.tsx b/src/components/HeroPage.tsx index 921213b..1ba1a86 100644 --- a/src/components/HeroPage.tsx +++ b/src/components/HeroPage.tsx @@ -256,25 +256,19 @@ function LogosSection({ isDark }: { isDark: boolean }) {

{/* Marquee track */} -
-
- {/* Duplicate logos for seamless loop */} - {[...LOGOS, ...LOGOS].map((l, i) => ( - {l.alt} - ))} -
-
+
+
+ {[...LOGOS, ...LOGOS, ...LOGOS, ...LOGOS].map((l, i) => ( + {l.alt} + ))} +
+