This commit is contained in:
2025-08-26 23:12:24 +02:00
parent 7b9006a1c7
commit c5e64c1a9a

View File

@@ -105,7 +105,7 @@ export function Testimonials() {
}, 5000)
return () => clearInterval(timer)
}, [])
}, [currentTestimonial]) // Reset timer when testimonial changes
const currentTest = testimonials[currentTestimonial]