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, }, }, {