diff --git a/components/home/testimonials.tsx b/components/home/testimonials.tsx index fd07ae1d..d00d0de1 100644 --- a/components/home/testimonials.tsx +++ b/components/home/testimonials.tsx @@ -157,7 +157,7 @@ const MarqueeRow = ({ animationFrame.current = requestAnimationFrame(animate); return () => cancelAnimationFrame(animationFrame.current); - }, [containerWidth, reverse, shouldReduceMotion]); + }, [containerWidth, reverse, shouldReduceMotion, speed]); const pause = () => (isPaused.current = true); const resume = () => {