From 69fe52e35823da2800fab74adcfc89866f1f37ae Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 22 Aug 2025 18:49:48 +0200 Subject: [PATCH] ok --- src/app/page.jsx | 1 - src/components/Carousel.jsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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) => (