From 9be07c999fecd678457b587a0b8f28fa6eb39a05 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:37:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71e75da..5f05868 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" -- 2.49.1