From 6827a94554b91a0deec54064b7c48c85c0901c0d Mon Sep 17 00:00:00 2001 From: khwahish Date: Thu, 8 Aug 2024 20:47:38 +0530 Subject: [PATCH] your issue is solved you may check --- components/UI/Testimonial.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/UI/Testimonial.jsx b/components/UI/Testimonial.jsx index 7f38b290..d24bcd41 100644 --- a/components/UI/Testimonial.jsx +++ b/components/UI/Testimonial.jsx @@ -8,18 +8,18 @@ const Testimonial = ({ feedbacks = [] }) => { const settings = { dots: false, autoplay: true, - speed: 500, - autoplaySpeed: 2000, + speed: 1000, + autoplaySpeed: 5000, cssEase: "linear", infinite: true, swipeToSlide: true, - slidesToShow: 3, - slidesToScroll: 1, + slidesToShow: 4, + slidesToScroll: 3, responsive: [ { breakpoint: 100, settings: { - slidesToShow: 2, + slidesToShow: 9, }, }, {