Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -32,56 +32,37 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sobre Nosotros",
|
name: "Sobre Nosotros", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Servicios",
|
name: "Servicios", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menú",
|
name: "Menú", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reseñas",
|
name: "Reseñas", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contacto",
|
name: "Contacto", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Pizzería Eileen"
|
brandName="Pizzería Eileen"
|
||||||
button={{
|
button={{
|
||||||
text: "Pedir Ahora",
|
text: "Pedir Ahora", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static",
|
variant: "rotated-rays-static"}}
|
||||||
}}
|
|
||||||
title="Pizzería Eileen – Los Multis"
|
title="Pizzería Eileen – Los Multis"
|
||||||
description="La pizza que Azua esperaba 🍕"
|
description="La pizza que Azua esperaba 🍕"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Ver Menú",
|
text: "Ver Menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Pedir Ahora",
|
text: "Pedir Ahora", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527947.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527947.jpg"
|
||||||
imageAlt="Una pizza artesanal recién horneada con el nombre del restaurante"
|
imageAlt="Una pizza artesanal recién horneada con el nombre del restaurante"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,67 +81,43 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Consumo en el Lugar",
|
title: "Consumo en el Lugar", description: "Disfruta de un ambiente cálido y familiar en nuestro acogedor local.", media: {
|
||||||
description: "Disfruta de un ambiente cálido y familiar en nuestro acogedor local.",
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg", imageAlt: "Gente comiendo pizza en un ambiente acogedor"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg",
|
|
||||||
imageAlt: "Gente comiendo pizza en un ambiente acogedor",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Home,
|
icon: Home,
|
||||||
text: "Ambiente Familiar",
|
text: "Ambiente Familiar"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Utensils,
|
icon: Utensils,
|
||||||
text: "Mesas Disponibles",
|
text: "Mesas Disponibles"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527947.jpg?_wi=2",
|
|
||||||
imageAlt: "cozy restaurant interior dining experience",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Para Llevar",
|
title: "Para Llevar", description: "Recoge tu pedido fresco y caliente, listo para disfrutar donde quieras.", media: {
|
||||||
description: "Recoge tu pedido fresco y caliente, listo para disfrutar donde quieras.",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-brown-box-hand-holding-brown-box-female-hand-pink-background-color-food-package_140725-15878.jpg", imageAlt: "Caja de pizza lista para llevar"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-brown-box-hand-holding-brown-box-female-hand-pink-background-color-food-package_140725-15878.jpg",
|
|
||||||
imageAlt: "Caja de pizza lista para llevar",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Briefcase,
|
icon: Briefcase,
|
||||||
text: "Recogida Rápida",
|
text: "Recogida Rápida"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
text: "Ahorra Tiempo",
|
text: "Ahorra Tiempo"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-blue-uniform-cap-holding-pizza-boxes-looking-joyful-positive-happy-smiling-cheerfully-standing-isolated-green_141793-16874.jpg",
|
|
||||||
imageAlt: "cozy restaurant interior dining experience",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Entrega a Domicilio",
|
title: "Entrega a Domicilio", description: "Tu pizza favorita, directamente en la puerta de tu casa u oficina.", media: {
|
||||||
description: "Tu pizza favorita, directamente en la puerta de tu casa u oficina.",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-all-sliced-inside-with-oil-flour-grey-desk-pizza-dough-italian_140725-22890.jpg", imageAlt: "Moto de reparto de pizza"},
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-all-sliced-inside-with-oil-flour-grey-desk-pizza-dough-italian_140725-22890.jpg?_wi=1",
|
|
||||||
imageAlt: "Moto de reparto de pizza",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Truck,
|
icon: Truck,
|
||||||
text: "Entrega Express",
|
text: "Entrega Express"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: MapPin,
|
icon: MapPin,
|
||||||
text: "Cobertura en Azua",
|
text: "Cobertura en Azua"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-margherita-pizza-topped-with-rocket_141793-2150.jpg?_wi=1",
|
|
||||||
imageAlt: "cozy restaurant interior dining experience",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Conveniencia a tu Gusto"
|
title="Conveniencia a tu Gusto"
|
||||||
@@ -176,47 +133,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "pollo-pepperoni",
|
id: "pollo-pepperoni", name: "Mitad Pollo / Mitad Pepperoni con Maíz", price: "Desde $350 DOP", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-all-sliced-inside-with-oil-flour-grey-desk-pizza-dough-italian_140725-22890.jpg", imageAlt: "Pizza mitad pollo, mitad pepperoni con maíz"},
|
||||||
name: "Mitad Pollo / Mitad Pepperoni con Maíz",
|
|
||||||
price: "Desde $350 DOP",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-all-sliced-inside-with-oil-flour-grey-desk-pizza-dough-italian_140725-22890.jpg?_wi=2",
|
|
||||||
imageAlt: "Pizza mitad pollo, mitad pepperoni con maíz",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "napoletana",
|
id: "napoletana", name: "Pizza Napolitana", price: "Desde $280 DOP", imageSrc: "http://img.b2bpic.net/free-photo/top-view-margherita-pizza-topped-with-rocket_141793-2150.jpg", imageAlt: "Pizza napolitana clásica"},
|
||||||
name: "Pizza Napolitana",
|
|
||||||
price: "Desde $280 DOP",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-margherita-pizza-topped-with-rocket_141793-2150.jpg?_wi=2",
|
|
||||||
imageAlt: "Pizza napolitana clásica",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "cuatro-quesos",
|
id: "cuatro-quesos", name: "Pizza Cuatro Quesos", price: "Desde $380 DOP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cheese-pizza-with-tomatoes-wooden-plate_141793-2940.jpg", imageAlt: "Pizza de cuatro quesos"},
|
||||||
name: "Pizza Cuatro Quesos",
|
|
||||||
price: "Desde $380 DOP",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cheese-pizza-with-tomatoes-wooden-plate_141793-2940.jpg",
|
|
||||||
imageAlt: "Pizza de cuatro quesos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "vegetales",
|
id: "vegetales", name: "Pizza de Vegetales Frescos", price: "Desde $300 DOP", imageSrc: "http://img.b2bpic.net/free-photo/pizza-caezar-lettuce-parmesan-cherry-tomato-chicken-crackers-side-view_141793-3788.jpg", imageAlt: "Pizza con vegetales frescos"},
|
||||||
name: "Pizza de Vegetales Frescos",
|
|
||||||
price: "Desde $300 DOP",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-caezar-lettuce-parmesan-cherry-tomato-chicken-crackers-side-view_141793-3788.jpg",
|
|
||||||
imageAlt: "Pizza con vegetales frescos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pepperoni-clasica",
|
id: "pepperoni-clasica", name: "Pizza Pepperoni Clásica", price: "Desde $250 DOP", imageSrc: "http://img.b2bpic.net/free-photo/closeup-overhead-shot-delicious-pizza-outdoor-environment_181624-28951.jpg", imageAlt: "Pizza de pepperoni clásica"},
|
||||||
name: "Pizza Pepperoni Clásica",
|
|
||||||
price: "Desde $250 DOP",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-overhead-shot-delicious-pizza-outdoor-environment_181624-28951.jpg",
|
|
||||||
imageAlt: "Pizza de pepperoni clásica",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "refresco",
|
id: "refresco", name: "Refrescos Fríos", price: "Desde $50 DOP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-clear-water-drops-surface_23-2148635106.jpg", imageAlt: "Botella de refresco frío"},
|
||||||
name: "Refrescos Fríos",
|
|
||||||
price: "Desde $50 DOP",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-clear-water-drops-surface_23-2148635106.jpg",
|
|
||||||
imageAlt: "Botella de refresco frío",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestro Delicioso Menú"
|
title="Nuestro Delicioso Menú"
|
||||||
description="Explora nuestras especialidades, desde clásicos hasta creaciones únicas. ¡Siempre con el toque dominicano!"
|
description="Explora nuestras especialidades, desde clásicos hasta creaciones únicas. ¡Siempre con el toque dominicano!"
|
||||||
@@ -229,59 +156,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "¡Excelente calidad y atenciones!", quote: "Excelente calidad, excelentes atenciones. 10/10", name: "Jamport Lara", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg", imageAlt: "Foto de Jamport Lara"},
|
||||||
title: "¡Excelente calidad y atenciones!",
|
|
||||||
quote: "Excelente calidad, excelentes atenciones. 10/10",
|
|
||||||
name: "Jamport Lara",
|
|
||||||
role: "Cliente Satisfecho",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg",
|
|
||||||
imageAlt: "Foto de Jamport Lara",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Productos frescos y sabor inigualable", quote: "Buenas atenciones, productos frescos, excelentes precios y un inigualable sabor, la recomiendo al 100%", name: "Joel Segura", role: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-woman-standing-kitchen-holding-green-lettuce-leaf_1258-203718.jpg", imageAlt: "Foto de Joel Segura"},
|
||||||
title: "Productos frescos y sabor inigualable",
|
|
||||||
quote: "Buenas atenciones, productos frescos, excelentes precios y un inigualable sabor, la recomiendo al 100%",
|
|
||||||
name: "Joel Segura",
|
|
||||||
role: "Cliente Satisfecho",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-woman-standing-kitchen-holding-green-lettuce-leaf_1258-203718.jpg",
|
|
||||||
imageAlt: "Foto de Joel Segura",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Buen servicio y comida deliciosa", quote: "Excelente servicio, buena comida y buen servicio", name: "Reyna Orquídea De León", role: "Cliente Satisfecha", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", imageAlt: "Foto de Reyna Orquídea De León"},
|
||||||
title: "Buen servicio y comida deliciosa",
|
|
||||||
quote: "Excelente servicio, buena comida y buen servicio",
|
|
||||||
name: "Reyna Orquídea De León",
|
|
||||||
role: "Cliente Satisfecha",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
|
||||||
imageAlt: "Foto de Reyna Orquídea De León",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Siempre volvemos por más", quote: "La mejor pizza de Azua, siempre fresca y con ese sabor casero que nos encanta. ¡Un 10!", name: "Ana Rodríguez", role: "Cliente Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg", imageAlt: "Foto de Ana Rodríguez"},
|
||||||
title: "Siempre volvemos por más",
|
|
||||||
quote: "La mejor pizza de Azua, siempre fresca y con ese sabor casero que nos encanta. ¡Un 10!",
|
|
||||||
name: "Ana Rodríguez",
|
|
||||||
role: "Cliente Frecuente",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg",
|
|
||||||
imageAlt: "Foto de Ana Rodríguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Una experiencia culinaria que encanta", quote: "El equipo de Pizzería Eileen es súper amable y la pizza es simplemente espectacular. ¡Recomendado para todos!", name: "Carlos Pérez", role: "Entusiasta de la Pizza", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg", imageAlt: "Foto de Carlos Pérez"},
|
||||||
title: "Una experiencia culinaria que encanta",
|
|
||||||
quote: "El equipo de Pizzería Eileen es súper amable y la pizza es simplemente espectacular. ¡Recomendado para todos!",
|
|
||||||
name: "Carlos Pérez",
|
|
||||||
role: "Entusiasta de la Pizza",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-199352.jpg",
|
|
||||||
imageAlt: "Foto de Carlos Pérez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Perfecto para toda la familia", quote: "Cada vez que pedimos, la pizza llega a tiempo y deliciosa. ¡Mis hijos la aman!", name: "Laura Guzmán", role: "Madre de Familia", imageSrc: "http://img.b2bpic.net/free-photo/parents-spending-time-with-their-daughter-grandson_23-2149050694.jpg", imageAlt: "Foto de Laura Guzmán"},
|
||||||
title: "Perfecto para toda la familia",
|
|
||||||
quote: "Cada vez que pedimos, la pizza llega a tiempo y deliciosa. ¡Mis hijos la aman!",
|
|
||||||
name: "Laura Guzmán",
|
|
||||||
role: "Madre de Familia",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-spending-time-with-their-daughter-grandson_23-2149050694.jpg",
|
|
||||||
imageAlt: "Foto de Laura Guzmán",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Lo que dicen nuestros clientes"
|
title="Lo que dicen nuestros clientes"
|
||||||
description="La satisfacción de quienes nos visitan es nuestra mayor recompensa. ¡Mira por qué nos aman!"
|
description="La satisfacción de quienes nos visitan es nuestra mayor recompensa. ¡Mira por qué nos aman!"
|
||||||
@@ -293,14 +178,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Google Reviews",
|
"Google Reviews", "Clientes Satisfechos", "Sabor Auténtico", "Calidad Superior", "Servicio Amable", "Precios Justos", "Fresco y Delicioso"]}
|
||||||
"Clientes Satisfechos",
|
|
||||||
"Sabor Auténtico",
|
|
||||||
"Calidad Superior",
|
|
||||||
"Servicio Amable",
|
|
||||||
"Precios Justos",
|
|
||||||
"Fresco y Delicioso",
|
|
||||||
]}
|
|
||||||
title="Orgullosamente 4.3 estrellas"
|
title="Orgullosamente 4.3 estrellas"
|
||||||
description="Más de 324 clientes satisfechos en Google nos recomiendan. ¡Tu opinión es nuestra prioridad!"
|
description="Más de 324 clientes satisfechos en Google nos recomiendan. ¡Tu opinión es nuestra prioridad!"
|
||||||
/>
|
/>
|
||||||
@@ -310,18 +188,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
text="¡Visítanos o contáctanos!\\n\\nDirección: Respaldo Carretera Sánchez esq, C. Abraham Ortíz #1, Azua 71000\\nTeléfono: (809) 521-2640\\nHorario: Jueves a Martes, 3:00 PM – 11:00 PM\\n\\n¡Escríbenos por WhatsApp o encuéntranos fácilmente en Google Maps para pedir tu pizza o visitarnos! (El mapa de Google Maps se integrará aquí)."
|
text="¡Visítanos o contáctanos!\\n\\nDirección: Respaldo Carretera Sánchez esq, C. Abraham Ortíz #1, Azua 71000\\nTeléfono: (809) 521-2640\\nHorario: Jueves a Martes, 3:00 PM – 11:00 PM\\n\\n¡Escríbenos por WhatsApp o encuéntranos fácilmente en Google Maps para pedir tu pizza o visitarnos! (El mapa de Google Maps se integrará aquí)."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Llamar Ahora",
|
text: "Llamar Ahora", href: "tel:+18095212640"},
|
||||||
href: "tel:+18095212640",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Enviar WhatsApp",
|
text: "Enviar WhatsApp", href: "https://wa.me/18095212640"},
|
||||||
href: "https://wa.me/18095212640",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -331,50 +204,31 @@ export default function LandingPage() {
|
|||||||
logoText="Pizzería Eileen"
|
logoText="Pizzería Eileen"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Enlaces Rápidos",
|
title: "Enlaces Rápidos", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Inicio",
|
label: "Inicio", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menú",
|
label: "Menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contacto",
|
label: "Contacto", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Síguenos",
|
title: "Síguenos", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Información",
|
title: "Información", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Dirección: Azua 71000",
|
label: "Dirección: Azua 71000", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Teléfono: (809) 521-2640",
|
label: "Teléfono: (809) 521-2640", href: "tel:+18095212640"},
|
||||||
href: "tel:+18095212640",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Horario: 3:00 PM – 11:00 PM",
|
label: "Horario: 3:00 PM – 11:00 PM", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user