5 Commits

Author SHA1 Message Date
4af5ea58bd Merge version_2 into main
Merge version_2 into main
2026-04-07 16:23:06 +00:00
58e07a3ca7 Update src/app/page.tsx 2026-04-07 16:23:00 +00:00
f5aa11fe4a Merge version_1 into main
Merge version_1 into main
2026-04-07 16:22:14 +00:00
c765348363 Merge version_1 into main
Merge version_1 into main
2026-04-07 16:21:51 +00:00
b0784a5d19 Merge version_1 into main
Merge version_1 into main
2026-04-07 16:21:25 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}