From f627a6ef8923f7cadfed21d06d98ec0f19826c57 Mon Sep 17 00:00:00 2001
From: Mackie
Date: Fri, 29 May 2026 09:23:37 +0800
Subject: [PATCH] logo
---
src/components/HeroPage.tsx | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
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) => (
-
+
)
}