diff --git a/src/app/page.tsx b/src/app/page.tsx index eeea26e..c9fef3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { products={[ { id: "crepa-fresa-1", brand: "Delicius", name: "Crepa Fresas con Chocolate", price: "$89", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg", imageAlt: "Crepa con fresas y chocolate" + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg?_wi=1", imageAlt: "Crepa con fresas y chocolate" }, { id: "crepa-nutella-1", brand: "Delicius", name: "Crepa Nutella Platanada", price: "$99", rating: 5, @@ -104,7 +104,7 @@ export default function LandingPage() { }, { id: "crepa-nutella-platano", brand: "Delicius", name: "Crepa Especial Mixta", price: "$119", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg", imageAlt: "Crepa especial con mĂșltiples toppings" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-wood-bowl-with-fresh-ripe-strawberries-honey-white-wood-with-copy-space_141793-11634.jpg?_wi=2", imageAlt: "Crepa especial con mĂșltiples toppings" } ]} gridVariant="three-columns-all-equal-width"