Merge version_8 into main #7

Merged
development merged 2 commits from version_8 into main 2026-02-10 05:03:23 +00:00
Showing only changes of commit bc60a5ec07 - Show all commits

View File

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