diff --git a/src/components/HeroPage.tsx b/src/components/HeroPage.tsx index 6ce35d0..a5ee452 100644 --- a/src/components/HeroPage.tsx +++ b/src/components/HeroPage.tsx @@ -305,10 +305,17 @@ function LogosSection({ isDark }: { isDark: boolean }) { Skills

- {/* Marquee track */} +{/* Marquee track */}
-
- {[...LOGOS, ...LOGOS, ...LOGOS, ...LOGOS].map((l, i) => ( +
+ {/* Only 2 copies — animation goes to -50% which = exactly 1 copy width */} + {[...LOGOS, ...LOGOS].map((l, i) => (
- + ) }