From 9c8d877eff058ec49a074e6b65c265e1ae9b768e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:18:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d12abd5..6336111 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,14 +75,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "m1", brand: "Hamburguesas", name: "Clásica Santo Cielo", price: "$95", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-burger_144627-18631.jpg" }, - { id: "m2", brand: "Hot Dogs", name: "Doggo Chilango", price: "$55", rating: 4, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard-ketchup_23-2148530364.jpg" }, - { id: "m3", brand: "Papas", name: "Papas de la Casa", price: "$45", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/crispy-french-fries-with-ketchup-mayonnaise_1150-26581.jpg" }, - { id: "m4", brand: "Alitas", name: "Alitas BBQ Fuego", price: "$110", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-with-bbq-sauce_23-2148455644.jpg" }, - { id: "m5", brand: "Brochetas", name: "Brocheta de Arrachera", price: "$85", rating: 5, reviewCount: "640", imageSrc: "http://img.b2bpic.net/free-photo/skewers-grilled-meat-vegetables-plate_23-2148154687.jpg" } + { id: "m1", brand: "Especialidades", name: "Hotdogs", price: "$55", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dog-with-mustard-ketchup_23-2148530364.jpg" }, + { id: "m2", brand: "Especialidades", name: "Alitas", price: "$110", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-wings-with-bbq-sauce_23-2148455644.jpg" }, + { id: "m3", brand: "Especialidades", name: "Hamburguesas", price: "$95", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-burger_144627-18631.jpg" }, + { id: "m4", brand: "Especialidades", name: "Brochetas", price: "$85", rating: 5, reviewCount: "640", imageSrc: "http://img.b2bpic.net/free-photo/skewers-grilled-meat-vegetables-plate_23-2148154687.jpg" }, + { id: "m5", brand: "Especialidades", name: "Papas", price: "$45", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/crispy-french-fries-with-ketchup-mayonnaise_1150-26581.jpg" } ]} title="Nuestro Menú" - description="Lo mejor de la comida urbana en un solo lugar. Ingredientes frescos y el sabor que nos distingue." + description="Especialidades únicas: Hotdogs, Alitas, Hamburguesas, Brochetas y nuestras Papas a la francesa exclusivas." /> @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}