Merge version_1 into main #1
252
src/app/page.tsx
252
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#inicio",
|
||||
},
|
||||
name: "Inicio", id: "#inicio"},
|
||||
{
|
||||
name: "Sobre Gabistro",
|
||||
id: "#sobre-gabistro",
|
||||
},
|
||||
name: "Sobre Gabistro", id: "#sobre-gabistro"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "#galeria",
|
||||
},
|
||||
name: "Galería", id: "#galeria"},
|
||||
{
|
||||
name: "Preguntas",
|
||||
id: "#preguntas-frecuentes",
|
||||
},
|
||||
name: "Preguntas", id: "#preguntas-frecuentes"},
|
||||
{
|
||||
name: "Socios",
|
||||
id: "#nuestros-clientes",
|
||||
},
|
||||
name: "Socios", id: "#nuestros-clientes"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpALAoy2OnGbFvM3OObBMDezO5/uploaded-1780866478424-zz7n5smo.jpg"
|
||||
logoAlt="Gabistro by La Traviata Logo"
|
||||
@@ -66,8 +52,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Horarios: 8:00 a.m. – 3:00 p.m. (Cerrado Lunes)"
|
||||
bottomRightText="Tel: 322 365 0759"
|
||||
button={{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+523223650759",
|
||||
text: "Llamar ahora", href: "tel:+523223650759"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,50 +60,40 @@ export default function LandingPage() {
|
||||
<div id="inicio" data-section="inicio">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
title="Desayunos, brunch y momentos especiales"
|
||||
description="en Marina Vallarta."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver menú",
|
||||
href: "#menu",
|
||||
text: "Ver menú", href: "#menu"
|
||||
},
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA",
|
||||
target: "_blank",
|
||||
text: "Cómo llegar", href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA"
|
||||
},
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+523223650759",
|
||||
},
|
||||
text: "Llamar ahora", href: "tel:+523223650759"
|
||||
}
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/poached-eggs-tomato-crispy-bread-plate_140725-6774.jpg",
|
||||
imageAlt: "Desayuno elegante con vista a la marina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/poached-eggs-tomato-crispy-bread-plate_140725-6774.jpg", imageAlt: "Desayuno elegante con vista a la marina"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-topped-with-cheese-sauce_140725-6182.jpg",
|
||||
imageAlt: "Mesa de brunch sofisticada",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-topped-with-cheese-sauce_140725-6182.jpg", imageAlt: "Mesa de brunch sofisticada"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg",
|
||||
imageAlt: "Ambiente moderno de restaurante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg", imageAlt: "Ambiente moderno de restaurante"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muesli-with-fruits-served-bowl_1220-7453.jpg",
|
||||
imageAlt: "Platillo gourmet en un restaurante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muesli-with-fruits-served-bowl_1220-7453.jpg", imageAlt: "Platillo gourmet en un restaurante"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg",
|
||||
imageAlt: "Delicados postres y café",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg", imageAlt: "Delicados postres y café"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-old-floral-flower-beauty_1203-5737.jpg",
|
||||
imageAlt: "Amplia selección de desayunos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-old-floral-flower-beauty_1203-5737.jpg", imageAlt: "Amplia selección de desayunos"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,19 +105,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Calidad",
|
||||
value: "Ingredientes frescos y de primera",
|
||||
label: "Calidad", value: "Ingredientes frescos y de primera"
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Frescura",
|
||||
value: "Preparación diaria con atención al detalle",
|
||||
label: "Frescura", value: "Preparación diaria con atención al detalle"
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Ambiente",
|
||||
value: "Moderno, acogedor y con vista a la Marina",
|
||||
},
|
||||
label: "Ambiente", value: "Moderno, acogedor y con vista a la Marina"
|
||||
}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -156,47 +128,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-desayunos",
|
||||
name: "Desayunos",
|
||||
price: "Desde $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-egg-vegetables_23-2148454748.jpg",
|
||||
imageAlt: "Plato de desayuno gourmet",
|
||||
id: "p-desayunos", name: "Desayunos", price: "Desde $150", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-egg-vegetables_23-2148454748.jpg", imageAlt: "Plato de desayuno gourmet"
|
||||
},
|
||||
{
|
||||
id: "p-brunch",
|
||||
name: "Brunch",
|
||||
price: "Desde $250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-954.jpg",
|
||||
imageAlt: "Mesa de brunch variado",
|
||||
id: "p-brunch", name: "Brunch", price: "Desde $250", imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-with-arugula-grapefruit-sauce_141793-954.jpg", imageAlt: "Mesa de brunch variado"
|
||||
},
|
||||
{
|
||||
id: "p-cafe",
|
||||
name: "Café",
|
||||
price: "Desde $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-beans-cup_23-2148759288.jpg",
|
||||
imageAlt: "Café con arte latte",
|
||||
id: "p-cafe", name: "Café", price: "Desde $50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-beans-cup_23-2148759288.jpg", imageAlt: "Café con arte latte"
|
||||
},
|
||||
{
|
||||
id: "p-bebidas",
|
||||
name: "Bebidas Refrescantes",
|
||||
price: "Desde $70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-cocktail-wooden-table_123827-33162.jpg",
|
||||
imageAlt: "Selección de bebidas frescas",
|
||||
id: "p-bebidas", name: "Bebidas Refrescantes", price: "Desde $70", imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-cocktail-wooden-table_123827-33162.jpg", imageAlt: "Selección de bebidas frescas"
|
||||
},
|
||||
{
|
||||
id: "p-especiales",
|
||||
name: "Platillos Especiales",
|
||||
price: "Desde $200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-meat-with-fried-vegetables-orange-brandy-glass-white-plate_176474-2632.jpg",
|
||||
imageAlt: "Platillo especial del chef",
|
||||
id: "p-especiales", name: "Platillos Especiales", price: "Desde $200", imageSrc: "http://img.b2bpic.net/free-photo/from-fried-meat-with-fried-vegetables-orange-brandy-glass-white-plate_176474-2632.jpg", imageAlt: "Platillo especial del chef"
|
||||
},
|
||||
{
|
||||
id: "p-postres",
|
||||
name: "Postres",
|
||||
price: "Desde $90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-14959.jpg",
|
||||
imageAlt: "Postre elegante y delicioso",
|
||||
},
|
||||
id: "p-postres", name: "Postres", price: "Desde $90", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-14959.jpg", imageAlt: "Postre elegante y delicioso"
|
||||
}
|
||||
]}
|
||||
title="Nuestro Menú"
|
||||
description="Descubre nuestras especialidades para cada momento del día en un ambiente único."
|
||||
@@ -208,41 +156,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "g-interior-1",
|
||||
name: "Comedor Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754912.jpg",
|
||||
imageAlt: "Interior moderno del restaurante",
|
||||
id: "g-interior-1", name: "Comedor Principal", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754912.jpg", imageAlt: "Interior moderno del restaurante"
|
||||
},
|
||||
{
|
||||
id: "g-food-1",
|
||||
name: "Platillo Exquisito",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg",
|
||||
imageAlt: "Presentación artística de comida",
|
||||
id: "g-food-1", name: "Platillo Exquisito", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg", imageAlt: "Presentación artística de comida"
|
||||
},
|
||||
{
|
||||
id: "g-drinks-1",
|
||||
name: "Bebidas Refrescantes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg",
|
||||
imageAlt: "Cócteles y bebidas especiales",
|
||||
id: "g-drinks-1", name: "Bebidas Refrescantes", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", imageAlt: "Cócteles y bebidas especiales"
|
||||
},
|
||||
{
|
||||
id: "g-ambiance-1",
|
||||
name: "Ambiente Cálido",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190934.jpg",
|
||||
imageAlt: "Vista de la Marina desde el restaurante",
|
||||
id: "g-ambiance-1", name: "Ambiente Cálido", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190934.jpg", imageAlt: "Vista de la Marina desde el restaurante"
|
||||
},
|
||||
{
|
||||
id: "g-dish-1",
|
||||
name: "Creación del Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sweet-goodies_23-2148900928.jpg",
|
||||
imageAlt: "Detalle de un platillo gourmet",
|
||||
id: "g-dish-1", name: "Creación del Chef", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-sweet-goodies_23-2148900928.jpg", imageAlt: "Detalle de un platillo gourmet"
|
||||
},
|
||||
{
|
||||
id: "g-interior-2",
|
||||
name: "Terraza Exterior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-bar-stool-wooden-background_181624-30147.jpg",
|
||||
imageAlt: "Terraza con vistas",
|
||||
},
|
||||
id: "g-interior-2", name: "Terraza Exterior", imageSrc: "http://img.b2bpic.net/free-photo/tall-bar-stool-wooden-background_181624-30147.jpg", imageAlt: "Terraza con vistas"
|
||||
}
|
||||
]}
|
||||
cardTitle="Nuestra Galería"
|
||||
cardTag="Explora nuestros momentos"
|
||||
@@ -255,20 +185,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-horas",
|
||||
title: "¿Cuáles son sus horarios de atención?",
|
||||
content: "Estamos abiertos de Martes a Domingo, de 8:00 a.m. a 3:00 p.m. Los Lunes permanecemos cerrados.",
|
||||
id: "faq-horas", title: "¿Cuáles son sus horarios de atención?", content: "Estamos abiertos de Martes a Domingo, de 8:00 a.m. a 3:00 p.m. Los Lunes permanecemos cerrados."
|
||||
},
|
||||
{
|
||||
id: "faq-reservas",
|
||||
title: "¿Aceptan reservaciones?",
|
||||
content: "Sí, recomendamos hacer una reservación, especialmente los fines de semana. Puede llamar al 322 365 0759 o enviar un mensaje por WhatsApp.",
|
||||
id: "faq-reservas", title: "¿Aceptan reservaciones?", content: "Sí, recomendamos hacer una reservación, especialmente los fines de semana. Puede llamar al 322 365 0759 o enviar un mensaje por WhatsApp."
|
||||
},
|
||||
{
|
||||
id: "faq-dietas",
|
||||
title: "¿Ofrecen opciones para dietas especiales?",
|
||||
content: "Contamos con opciones vegetarianas y sin gluten. Por favor, consulte a nuestro personal para conocer las alternativas disponibles y adaptaciones.",
|
||||
},
|
||||
id: "faq-dietas", title: "¿Ofrecen opciones para dietas especiales?", content: "Contamos con opciones vegetarianas y sin gluten. Por favor, consulte a nuestro personal para conocer las alternativas disponibles y adaptaciones."
|
||||
}
|
||||
]}
|
||||
sideTitle="¿Tienes Preguntas?"
|
||||
sideDescription="Encuentra respuestas a las consultas más comunes sobre Gabistro."
|
||||
@@ -282,13 +206,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"La Traviata",
|
||||
"Marina Vallarta",
|
||||
"Puerto Vallarta Gastronómico",
|
||||
"Guía Gourmet PV",
|
||||
"Sabores Jalisco",
|
||||
"Destinos México",
|
||||
"Vida Marina",
|
||||
"La Traviata", "Marina Vallarta", "Puerto Vallarta Gastronómico", "Guía Gourmet PV", "Sabores Jalisco", "Destinos México", "Vida Marina"
|
||||
]}
|
||||
title="Nuestros Colaboradores y Menciones"
|
||||
description="Orgullosos de ser parte de la vibrante escena gastronómica de Puerto Vallarta y de contar con socios estratégicos."
|
||||
@@ -301,24 +219,19 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
text="¡Esperamos tu visita en Marina Vallarta!\nLlámanos o envíanos un mensaje al 322 365 0759 para reservaciones o consultas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+523223650759",
|
||||
text: "Llamar ahora", href: "tel:+523223650759"
|
||||
},
|
||||
{
|
||||
text: "Enviar WhatsApp",
|
||||
href: "https://wa.me/523223650759",
|
||||
target: "_blank",
|
||||
text: "Enviar WhatsApp", href: "https://wa.me/523223650759"
|
||||
},
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA",
|
||||
target: "_blank",
|
||||
},
|
||||
text: "Cómo llegar", href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,77 +240,60 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
title: "Menú", items: [
|
||||
{
|
||||
label: "Ver menú",
|
||||
href: "#menu",
|
||||
label: "Ver menú", href: "#menu"
|
||||
},
|
||||
{
|
||||
label: "Desayunos",
|
||||
href: "#menu",
|
||||
label: "Desayunos", href: "#menu"
|
||||
},
|
||||
{
|
||||
label: "Brunch",
|
||||
href: "#menu",
|
||||
label: "Brunch", href: "#menu"
|
||||
},
|
||||
{
|
||||
label: "Platillos Especiales",
|
||||
href: "#menu",
|
||||
label: "Platillos Especiales", href: "#menu"
|
||||
},
|
||||
{
|
||||
label: "Postres",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
label: "Postres", href: "#menu"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Cómo llegar",
|
||||
href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA",
|
||||
label: "Cómo llegar", href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA"
|
||||
},
|
||||
{
|
||||
label: "Llamar ahora",
|
||||
href: "tel:+523223650759",
|
||||
label: "Llamar ahora", href: "tel:+523223650759"
|
||||
},
|
||||
{
|
||||
label: "Enviar WhatsApp",
|
||||
href: "https://wa.me/523223650759",
|
||||
},
|
||||
],
|
||||
label: "Enviar WhatsApp", href: "https://wa.me/523223650759"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Horarios",
|
||||
items: [
|
||||
title: "Horarios", items: [
|
||||
{
|
||||
label: "Domingo: 8:00 a.m. – 3:00 p.m.",
|
||||
href: "#",
|
||||
label: "Domingo: 8:00 a.m. – 3:00 p.m.", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Lunes: Cerrado",
|
||||
href: "#",
|
||||
label: "Lunes: Cerrado", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Martes - Viernes: 8:00 a.m. – 3:00 p.m.",
|
||||
href: "#",
|
||||
label: "Martes - Viernes: 8:00 a.m. – 3:00 p.m.", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Sábado: 8:00 a.m. – 3:00 p.m.",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
label: "Sábado: 8:00 a.m. – 3:00 p.m.", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
title: "Ubicación", items: [
|
||||
{
|
||||
label: "Blvd. Francisco Medina Ascencio, Local 12, Plaza Punto Banderas, Marina Vallarta, 48354, Puerto Vallarta, Jalisco.",
|
||||
href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Blvd. Francisco Medina Ascencio, Local 12, Plaza Punto Banderas, Marina Vallarta, 48354, Puerto Vallarta, Jalisco.", href: "https://maps.app.goo.gl/tWz1pLw9K2zX7YyZA"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpALAoy2OnGbFvM3OObBMDezO5/uploaded-1780866478424-zz7n5smo.jpg"
|
||||
logoAlt="Gabistro by La Traviata Logo"
|
||||
|
||||
Reference in New Issue
Block a user