diff --git a/src/components/ui/apple-cards-carousel.tsx b/src/components/ui/apple-cards-carousel.tsx index 541009d..6302c0d 100644 --- a/src/components/ui/apple-cards-carousel.tsx +++ b/src/components/ui/apple-cards-carousel.tsx @@ -59,10 +59,7 @@ export const Carousel = ({ items, initialScroll = 0 }: CarouselProps) => { }; - const isMobile = () => { - return window && window.innerWidth < 768; - }; - + return (