diff --git a/components/carousel.tsx b/components/carousel.tsx index 2a8d2526f..72bb4d47d 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) => ( {active !== undefined && active ? ( - + ) : null} {props.src ? (