diff --git a/client/src/components/simple-carousel.tsx b/client/src/components/simple-carousel.tsx index f844757..f439383 100644 --- a/client/src/components/simple-carousel.tsx +++ b/client/src/components/simple-carousel.tsx @@ -29,7 +29,7 @@ export default function SimpleCarousel({ category, onVideoClick }: SimpleCarouse clearInterval(scrollIntervalRef.current); } - const speedValue = newSpeed === 'fast' ? 2.5 : 0.8; + const speedValue = newSpeed === 'fast' ? 1.8 : 0.8; scrollIntervalRef.current = setInterval(() => { if (!scrollContainerRef.current) return;