From bc60a5ec07e2924f59e71194d88916c1dbc26b50 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 05:03:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25ff1ff..4b32503 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { const totalWidth = itemWidth * itemCount; const animateScroll = () => { - scrollPosition += 1; + scrollPosition += 0.5; if (scrollPosition >= totalWidth / 2) { scrollPosition = 0; }