Update src/app/menu/page.tsx
This commit is contained in:
@@ -26,33 +26,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menú",
|
name: "Menú", id: "/menu"},
|
||||||
id: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reservaciones",
|
name: "Reservaciones", id: "/reservations"},
|
||||||
id: "/reservations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contacto",
|
name: "Contacto", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Galería",
|
name: "Galería", id: "/gallery"},
|
||||||
id: "/gallery",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Grilling Fusion Restaurant"
|
brandName="Grilling Fusion Restaurant"
|
||||||
bottomLeftText="ES | EN"
|
bottomLeftText="ES | EN"
|
||||||
bottomRightText="(809) 807-1060"
|
bottomRightText="(849) 260-1060"
|
||||||
button={{
|
button={{
|
||||||
text: "Reservar Mesa",
|
text: "Reservar Mesa", href: "/reservations"}}
|
||||||
href: "/reservations",
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESbZBswPWAFD7cR4Eq2X9JwJX8/uploaded-1780176744566-9wzna4ok.png"
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -65,47 +54,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "m-churrasco",
|
id: "m-churrasco", name: "Churrasco Importado", price: "RD$ 950", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak_74190-541.jpg", imageAlt: "Churrasco Importado"},
|
||||||
name: "Churrasco Importado",
|
|
||||||
price: "RD$ 950",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak_74190-541.jpg",
|
|
||||||
imageAlt: "Churrasco Importado",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-picanha",
|
id: "m-picanha", name: "Picaña de Res", price: "RD$ 1200", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "Picaña de Res"},
|
||||||
name: "Picaña de Res",
|
|
||||||
price: "RD$ 1200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg",
|
|
||||||
imageAlt: "Picaña de Res",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-ribs",
|
id: "m-ribs", name: "Costillas BBQ", price: "RD$ 850", imageSrc: "http://img.b2bpic.net/free-photo/bbq-ribs_23-2151950545.jpg", imageAlt: "Costillas BBQ"},
|
||||||
name: "Costillas BBQ",
|
|
||||||
price: "RD$ 850",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-ribs_23-2151950545.jpg",
|
|
||||||
imageAlt: "Costillas BBQ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-chicken",
|
id: "m-chicken", name: "Pollo a la Parrilla", price: "RD$ 700", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-roasted-chicken-with-corn_23-2148638959.jpg", imageAlt: "Pollo a la Parrilla"},
|
||||||
name: "Pollo a la Parrilla",
|
|
||||||
price: "RD$ 700",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-roasted-chicken-with-corn_23-2148638959.jpg",
|
|
||||||
imageAlt: "Pollo a la Parrilla",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-steak-cuts",
|
id: "m-steak-cuts", name: "Cortes Especiales", price: "RD$ Varía", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-potatoes-grilled-vegetables-with-sauces_141793-4043.jpg", imageAlt: "Cortes Especiales"},
|
||||||
name: "Cortes Especiales",
|
|
||||||
price: "RD$ Varía",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-meat-with-potatoes-grilled-vegetables-with-sauces_141793-4043.jpg",
|
|
||||||
imageAlt: "Cortes Especiales",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m-mofongo",
|
id: "m-mofongo", name: "Mofongo con Chicharrón", price: "RD$ 700", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062826.jpg", imageAlt: "Mofongo con Chicharrón"},
|
||||||
name: "Mofongo con Chicharrón",
|
|
||||||
price: "RD$ 700",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062826.jpg",
|
|
||||||
imageAlt: "Mofongo con Chicharrón",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestro Menú Completo"
|
title="Nuestro Menú Completo"
|
||||||
description="Explora nuestra amplia selección de platos, desde cortes premium a la parrilla hasta exquisitas opciones de comida dominicana y hamburguesas gourmet."
|
description="Explora nuestra amplia selección de platos, desde cortes premium a la parrilla hasta exquisitas opciones de comida dominicana y hamburguesas gourmet."
|
||||||
@@ -120,78 +79,36 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "cat-parrilla",
|
id: "cat-parrilla", badge: "Fusión", price: "Precios variables", subtitle: "Nuestras especialidades a la brasa", buttons: [
|
||||||
badge: "Fusión",
|
|
||||||
price: "Precios variables",
|
|
||||||
subtitle: "Nuestras especialidades a la brasa",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Ver Platos",
|
text: "Ver Platos", href: "#parrilla"},
|
||||||
href: "#parrilla",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Churrasco Importado",
|
"Churrasco Importado", "Picaña de Res", "Parrilladas Mixtas", "Pollo a la Parrilla", "Costillas BBQ"],
|
||||||
"Picaña de Res",
|
|
||||||
"Parrilladas Mixtas",
|
|
||||||
"Pollo a la Parrilla",
|
|
||||||
"Costillas BBQ",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "cat-dominicana",
|
id: "cat-dominicana", badge: "Local", price: "Precios variables", subtitle: "Sabores auténticos de nuestra tierra", buttons: [
|
||||||
badge: "Local",
|
|
||||||
price: "Precios variables",
|
|
||||||
subtitle: "Sabores auténticos de nuestra tierra",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Ver Platos",
|
text: "Ver Platos", href: "#dominicana"},
|
||||||
href: "#dominicana",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Mofongo con Chicharrón",
|
"Mofongo con Chicharrón", "Tostones", "Yaroa de Res", "Sancocho (fines de semana)"],
|
||||||
"Tostones",
|
|
||||||
"Yaroa de Res",
|
|
||||||
"Sancocho (fines de semana)",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "cat-hamburguesas",
|
id: "cat-hamburguesas", badge: "Gourmet", price: "Precios variables", subtitle: "Creaciones únicas en pan brioche", buttons: [
|
||||||
badge: "Gourmet",
|
|
||||||
price: "Precios variables",
|
|
||||||
subtitle: "Creaciones únicas en pan brioche",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Ver Platos",
|
text: "Ver Platos", href: "#hamburguesas"},
|
||||||
href: "#hamburguesas",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Hamburguesa Clásica",
|
"Hamburguesa Clásica", "Hamburguesa de la Casa", "Hamburguesa BBQ", "Sliders (mini hamburguesas)"],
|
||||||
"Hamburguesa de la Casa",
|
|
||||||
"Hamburguesa BBQ",
|
|
||||||
"Sliders (mini hamburguesas)",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "cat-bebidas",
|
id: "cat-bebidas", badge: "Refrescos", price: "Precios variables", subtitle: "Para acompañar tu experiencia", buttons: [
|
||||||
badge: "Refrescos",
|
|
||||||
price: "Precios variables",
|
|
||||||
subtitle: "Para acompañar tu experiencia",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Ver Bebidas",
|
text: "Ver Bebidas", href: "#bebidas"},
|
||||||
href: "#bebidas",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Cócteles de Autor",
|
"Cócteles de Autor", "Cervezas Nacionales e Importadas", "Vinos (Tintos, Blancos, Rosados)", "Refrescos y Jugos Naturales", "Agua"],
|
||||||
"Cervezas Nacionales e Importadas",
|
|
||||||
"Vinos (Tintos, Blancos, Rosados)",
|
|
||||||
"Refrescos y Jugos Naturales",
|
|
||||||
"Agua",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Categorías del Menú"
|
title="Categorías del Menú"
|
||||||
@@ -204,65 +121,43 @@ export default function LandingPage() {
|
|||||||
logoText="Grilling Fusion Restaurant"
|
logoText="Grilling Fusion Restaurant"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Enlaces Rápidos",
|
title: "Enlaces Rápidos", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menú",
|
label: "Menú", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservaciones",
|
label: "Reservaciones", href: "/reservations"},
|
||||||
href: "/reservations",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Galería",
|
label: "Galería", href: "/gallery"},
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contacto",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Calle Cibao Oeste #22",
|
label: "Calle Cibao Oeste #22", href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana"},
|
||||||
href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Santo Domingo, R.D.",
|
label: "Santo Domingo, R.D.", href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana"},
|
||||||
href: "https://www.google.com/maps/search/Grilling+Fusion+Restaurant+Calle+Cibao+Oeste+%2322,+Santo+Domingo,+República+Dominicana",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "(809) 807-1060",
|
label: "(849) 260-1060", href: "tel:+18492601060"},
|
||||||
href: "tel:+18098071060",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Enviar WhatsApp",
|
label: "Enviar WhatsApp", href: "https://wa.me/18492601060"},
|
||||||
href: "https://wa.me/18098071060",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Síguenos",
|
title: "Síguenos", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://www.instagram.com/grillingrestaurant/"},
|
||||||
href: "https://www.instagram.com/grillingfusionrestaurant.do",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "https://www.facebook.com/GrillingRestaurant/"},
|
||||||
href: "https://www.facebook.com/grillingfusionrestaurant.do",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2023 Grilling Fusion Restaurant. Todos los derechos reservados."
|
copyrightText="© 2023 Grilling Fusion Restaurant. Todos los derechos reservados."
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESbZBswPWAFD7cR4Eq2X9JwJX8/uploaded-1780176744566-9wzna4ok.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user