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; }