diff --git a/src/app/page.jsx b/src/app/page.jsx index 561cf17..c0b8265 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -31,7 +31,6 @@ export default function Home() { - diff --git a/src/components/Carousel.jsx b/src/components/Carousel.jsx index 71f4da7..481315f 100644 --- a/src/components/Carousel.jsx +++ b/src/components/Carousel.jsx @@ -70,7 +70,7 @@ const MultiCardCarousel = () => { const displayCards = isMobile ? [cards[currentIndex]] : cards.slice(currentIndex, currentIndex + 3); return ( -
+

@@ -92,7 +92,7 @@ const MultiCardCarousel = () => { {cards.map((card, index) => (