From c8ef99424bca25c44822d389f29b20a93f37a4b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:27:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bcfaf6..2f26957 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,19 +86,19 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", brand: "Entre Amigos", name: "Matambre a la pizza con papas", price: "$450", rating: 5, + id: "1", brand: "Entre Amigos", name: "Matambre a la pizza con papas", price: "", rating: 5, reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/black-bread-with-gelatin-side-fries_140725-1706.jpg?_wi=2", imageAlt: "Matambre a la pizza" }, { - id: "2", brand: "Entre Amigos", name: "Milanesas con papas", price: "$420", rating: 5, + id: "2", brand: "Entre Amigos", name: "Milanesas con papas", price: "", rating: 5, reviewCount: "215+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-menu-assortment_23-2148868211.jpg?_wi=2", imageAlt: "Milanesas con papas" }, { - id: "3", brand: "Entre Amigos", name: "Pizzas caseras", price: "$380", rating: 5, + id: "3", brand: "Entre Amigos", name: "Pizzas caseras", price: "", rating: 5, reviewCount: "192+", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg?_wi=2", imageAlt: "Pizza casera" }, { - id: "4", brand: "Entre Amigos", name: "Pastas con salsa casera", price: "$390", rating: 5, + id: "4", brand: "Entre Amigos", name: "Pastas con salsa casera", price: "", rating: 5, reviewCount: "167+", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-bolognese-sauce-wooden-table_123827-22963.jpg?_wi=2", imageAlt: "Pastas caseras" } ]} -- 2.49.1