From 48339e8ec0959eab5efffa8e5bf1b1a3e9e8d03b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:39:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aee2acf..11341bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" products={[ - { id: "p1", brand: "Local", name: "Frutas de temporada", price: "$5", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fruits-basket-wooden-surface_1150-13175.jpg" }, - { id: "p2", brand: "Local", name: "Vegetales frescos", price: "$3", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-set-wooden-table_144627-26815.jpg" }, - { id: "p3", brand: "Local", name: "Pan artesanal", price: "$2", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-bread_144627-14227.jpg" } + { id: "p1", brand: "Local", name: "Frutas de temporada", price: "$5", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fruits-basket-wooden-surface_1150-13175.jpg" }, + { id: "p2", brand: "Local", name: "Vegetales frescos", price: "$3", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-set-wooden-table_144627-26815.jpg" }, + { id: "p3", brand: "Local", name: "Pan artesanal", price: "$2", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-bread_144627-14227.jpg" } ]} />