From 58e07a3ca7c43fd870e3345d4d9b5b04ca977ed6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:23:00 +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 93b956b..dd71312 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Guacamole Gourmet", price: "$$$", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tasty-appetizing-ingredients-spices-grocery-red-chilli-pepper-black-bowls-cooking-healthy-kitchen_1220-1743.jpg?_wi=1"}, + id: "p1", name: "Guacamole Gourmet", price: "$185", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tasty-appetizing-ingredients-spices-grocery-red-chilli-pepper-black-bowls-cooking-healthy-kitchen_1220-1743.jpg?_wi=1"}, { - id: "p2", name: "Camarones al Mezcal", price: "$$$", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimp-toast-with-vegetable-salad-slice-lemon_141793-5096.jpg"}, + id: "p2", name: "Camarones al Mezcal", price: "$380", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimp-toast-with-vegetable-salad-slice-lemon_141793-5096.jpg"}, { - id: "p3", name: "Ribeye a la Parrilla", price: "$$$", variant: "Corte de Carne", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-cucumber-cherry-tomato-lettuce-olive_140725-1610.jpg"}, + id: "p3", name: "Ribeye a la Parrilla", price: "$550", variant: "Corte de Carne", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-cucumber-cherry-tomato-lettuce-olive_140725-1610.jpg"}, ]} title="Nuestro Menú" description="Una selección artesanal que rinde homenaje a nuestras raíces con elegancia contemporánea." @@ -149,4 +149,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1