diff --git a/landing/src/components/Carousel/Carousel.jsx b/landing/src/components/Carousel/Carousel.jsx index e77ff07..91361b6 100644 --- a/landing/src/components/Carousel/Carousel.jsx +++ b/landing/src/components/Carousel/Carousel.jsx @@ -13,7 +13,7 @@ const Carousel = ({ items }) => { slidesToShow: 1, slidesToScroll: 1, centerMode: true, - centerPadding: '15%', // Adjusted to show part of the next and previous slides + centerPadding: '17%', // Adjusted to show part of the next and previous slides nextArrow: , prevArrow: , };