From 33a8624f896b447d56a79e4176598db08a4e5057 Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 25 May 2026 02:22:38 +0800 Subject: [PATCH] footer --- src/components/HeroPage.tsx | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) 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} + ))} +
+