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