diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx index 50490fa..17a9099 100644 --- a/src/components/Testimonials.jsx +++ b/src/components/Testimonials.jsx @@ -105,7 +105,7 @@ export function Testimonials() { }, 5000) return () => clearInterval(timer) - }, []) + }, [currentTestimonial]) // Reset timer when testimonial changes const currentTest = testimonials[currentTestimonial]