Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58e07a3ca7 | |||
| f5aa11fe4a | |||
| c765348363 | |||
| b0784a5d19 |
@@ -79,11 +79,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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ú"
|
title="Nuestro Menú"
|
||||||
description="Una selección artesanal que rinde homenaje a nuestras raíces con elegancia contemporánea."
|
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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user