diff --git a/components/carousel.tsx b/components/carousel.tsx index fe1c244d9..3b47e7134 100644 --- a/components/carousel.tsx +++ b/components/carousel.tsx @@ -10,8 +10,8 @@ export async function Carousel() { if (!products?.length) return null; return ( -
-
+
+
{[...products, ...products].map((product, i) => ( {images[currentImage] && ( {images[currentImage]?.altText 1 ? (
-
+
-
+
@@ -72,7 +72,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[]