This commit is contained in:
Étienne St-Pierre 2025-03-25 18:53:24 -04:00
parent 281834abd5
commit 92f4633666

View File

@ -8,7 +8,6 @@ export async function Carousel() {
if (!products?.length) return null;
// test
// Purposefully duplicating products to make the carousel loop and not run out of products on wide screens.
const carouselProducts = [...products, ...products, ...products];