|
|
|
|
@@ -39,12 +39,16 @@ export default function MenuPage() {
|
|
|
|
|
title="Nuestra Carta Completa"
|
|
|
|
|
description="Disfruta de la auténtica experiencia napolitana con nuestra selección artesanal."
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "p1", brand: "Napoli", name: "Margherita", price: "12€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-basil-cherry-tomatoes_23-2148765286.jpg?_wi=2" },
|
|
|
|
|
{ id: "p2", brand: "Napoli", name: "Verdure", price: "14€", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/scattered-pasta-with-pasta-meals-mushrooms-piece-sack_176474-6964.jpg?_wi=2" },
|
|
|
|
|
{ id: "p3", brand: "Napoli", name: "Prosciutto", price: "15€", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=2" },
|
|
|
|
|
{ id: "p4", brand: "Napoli", name: "Diavola", price: "14€", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg?_wi=2" },
|
|
|
|
|
{ id: "p5", brand: "Napoli", name: "Bosco Reale", price: "18€", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg" },
|
|
|
|
|
{ id: "p6", brand: "Napoli", name: "Carbodama", price: "17€", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/cut-pizza-board_23-2147772132.jpg" },
|
|
|
|
|
{ id: "pc1", brand: "Pizze classiche", name: "Margherita", price: "12€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza-with-basil-cherry-tomatoes_23-2148765286.jpg?_wi=2" },
|
|
|
|
|
{ id: "pc2", brand: "Pizze classiche", name: "Marinara", price: "10€", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg?_wi=2" },
|
|
|
|
|
{ id: "ps1", brand: "Pizze special", name: "Bosco Reale", price: "18€", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg" },
|
|
|
|
|
{ id: "ps2", brand: "Pizze special", name: "Carbodama", price: "17€", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/cut-pizza-board_23-2147772132.jpg" },
|
|
|
|
|
{ id: "pa1", brand: "Pasta", name: "Carbonara Originale", price: "16€", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/scattered-pasta-with-pasta-meals-mushrooms-piece-sack_176474-6964.jpg?_wi=2" },
|
|
|
|
|
{ id: "po1", brand: "Postres", name: "Tiramisú casero", price: "7€", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=2" },
|
|
|
|
|
{ id: "bv1", brand: "Vino Tinto", name: "Chianti Classico", price: "24€", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-grapes_23-2148574222.jpg?_wi=1" },
|
|
|
|
|
{ id: "bb1", brand: "Vino Blanco", name: "Pinot Grigio", price: "22€", rating: 4, reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-grapes_23-2148574222.jpg?_wi=2" },
|
|
|
|
|
{ id: "be1", brand: "Vino Espumoso", name: "Prosecco Valdobbiadene", price: "28€", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-grapes_23-2148574222.jpg?_wi=3" },
|
|
|
|
|
{ id: "bc1", brand: "Cócktails", name: "Spritz Veneziano", price: "9€", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-grapes_23-2148574222.jpg?_wi=4" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -61,4 +65,4 @@ export default function MenuPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|