Update src/app/menu/page.tsx
This commit is contained in:
@@ -8,17 +8,15 @@ import Link from "next/link";
|
||||
|
||||
export default function MenuPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Acerca de", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Galería", id: "gallery" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Reserve a Table",
|
||||
href: "/reservations",
|
||||
};
|
||||
text: "Reservar Mesa", href: "/reservations"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -43,58 +41,28 @@ export default function MenuPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
title="Full Menu"
|
||||
description="Explore our complete selection of authentic Peruvian dishes and beverages"
|
||||
tag="All Items"
|
||||
title="Menú Completo"
|
||||
description="Explora nuestra completa selección de auténticos platos peruanos y bebidas"
|
||||
tag="Todos los Artículos"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ceviche Clásico",
|
||||
price: "S/ 32.00",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg?_wi=2",
|
||||
imageAlt: "Ceviche Clásico",
|
||||
},
|
||||
id: "1", name: "Ceviche Clásico", price: "S/ 32.00", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg?_wi=2", imageAlt: "Ceviche Clásico"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Picanha Premium",
|
||||
price: "S/ 85.00",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=3",
|
||||
imageAlt: "Picanha Premium",
|
||||
},
|
||||
id: "2", name: "Picanha Premium", price: "S/ 85.00", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=3", imageAlt: "Picanha Premium"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tira de Res Especial",
|
||||
price: "S/ 78.00",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png?_wi=2",
|
||||
imageAlt: "Tira de Res Especial",
|
||||
},
|
||||
id: "3", name: "Tira de Res Especial", price: "S/ 78.00", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png?_wi=2", imageAlt: "Tira de Res Especial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tira de Cerdo Jugosa",
|
||||
price: "S/ 68.00",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png?_wi=2",
|
||||
imageAlt: "Tira de Cerdo Jugosa",
|
||||
},
|
||||
id: "4", name: "Tira de Cerdo Jugosa", price: "S/ 68.00", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png?_wi=2", imageAlt: "Tira de Cerdo Jugosa"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pisco Sour",
|
||||
price: "S/ 18.00",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=2",
|
||||
imageAlt: "Pisco Sour",
|
||||
},
|
||||
id: "5", name: "Pisco Sour", price: "S/ 18.00", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=2", imageAlt: "Pisco Sour"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chicha Morada",
|
||||
price: "S/ 8.00",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=3",
|
||||
imageAlt: "Chicha Morada",
|
||||
},
|
||||
id: "6", name: "Chicha Morada", price: "S/ 8.00", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=3", imageAlt: "Chicha Morada"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -107,15 +75,11 @@ export default function MenuPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="El Torito D'Capris"
|
||||
leftLink={{
|
||||
text: "WhatsApp: +51 933 764 795",
|
||||
href: "https://wa.me/51933764795",
|
||||
}}
|
||||
text: "WhatsApp: +51 933 764 795", href: "https://wa.me/51933764795"}}
|
||||
rightLink={{
|
||||
text: "Follow us on Facebook",
|
||||
href: "https://facebook.com/eltorito.dcapris",
|
||||
}}
|
||||
text: "Síguenos en Facebook", href: "https://facebook.com/eltorito.dcapris"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user