Update src/app/page.tsx

This commit is contained in:
2026-02-10 05:03:18 +00:00
parent 7926a580db
commit bc60a5ec07

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
const totalWidth = itemWidth * itemCount; const totalWidth = itemWidth * itemCount;
const animateScroll = () => { const animateScroll = () => {
scrollPosition += 1; scrollPosition += 0.5;
if (scrollPosition >= totalWidth / 2) { if (scrollPosition >= totalWidth / 2) {
scrollPosition = 0; scrollPosition = 0;
} }