Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 19:26:49 +00:00

View File

@@ -33,96 +33,57 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Inicio", name: "Inicio", id: "#inicio"},
id: "#inicio",
},
{ {
name: "Prueba Social", name: "Prueba Social", id: "#prueba-social"},
id: "#prueba-social",
},
{ {
name: "Sobre Nosotros", name: "Sobre Nosotros", id: "#sobre-nosotros"},
id: "#sobre-nosotros",
},
{ {
name: "Carta", name: "Carta", id: "#carta"},
id: "#carta",
},
{ {
name: "Galería", name: "Galería", id: "#galeria"},
id: "#galeria",
},
{ {
name: "Eventos", name: "Eventos", id: "#eventos"},
id: "#eventos",
},
{ {
name: "Ubicación", name: "Ubicación", id: "#ubicacion"},
id: "#ubicacion",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contacto", name: "Contacto", id: "#contacto"},
id: "#contacto",
},
]} ]}
brandName="Sidrería Asturiana" brandName="Sidrería Asturiana"
button={{ button={{
text: "Reservar mesa", text: "Reservar mesa", href: "#reservas"}}
href: "#reservas",
}}
/> />
</div> </div>
<div id="inicio" data-section="inicio"> <div id="inicio" data-section="inicio">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Sidrería Asturiana en Rivas-Vaciamadrid" title="Sidrería Asturiana en Rivas-Vaciamadrid"
description="Descubre los sabores auténticos de Asturias. Cachopos, fabada, marisco fresco y la mejor sidra tradicional te esperan. ¡Reserva tu mesa hoy mismo!" description="Descubre los sabores auténticos de Asturias. Cachopos, fabada, marisco fresco y la mejor sidra tradicional te esperan. ¡Reserva tu mesa hoy mismo!"
buttons={[ buttons={[
{ {
text: "Reservar mesa", text: "Reservar mesa", href: "#reservas"},
href: "#reservas",
},
{ {
text: "Ver carta", text: "Ver carta", href: "#carta"},
href: "#carta",
},
{ {
text: "Llamar", text: "Llamar", href: "tel:+34911234567"},
href: "tel:+34911234567",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-eats-dolma-with-plain-yougurt_141793-1083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-eats-dolma-with-plain-yougurt_141793-1083.jpg", imageAlt: "Cozy Asturian cider house interior"},
imageAlt: "Cozy Asturian cider house interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/potato-dish-with-salami-red-yellow-bell-pepper_140725-5888.jpg", imageSrc: "http://img.b2bpic.net/free-photo/potato-dish-with-salami-red-yellow-bell-pepper_140725-5888.jpg", imageAlt: "Delicious Asturian cachopo and fabada"},
imageAlt: "Delicious Asturian cachopo and fabada",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fresh-apple-juice-close-up-shot_53876-42479.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-apple-juice-close-up-shot_53876-42479.jpg", imageAlt: "Traditional Asturian cider pouring"},
imageAlt: "Traditional Asturian cider pouring",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", imageAlt: "Exterior of the Asturian restaurant"},
imageAlt: "Exterior of the Asturian restaurant",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-kombucha_52683-107712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-kombucha_52683-107712.jpg", imageAlt: "Happy customers enjoying food and cider"},
imageAlt: "Happy customers enjoying food and cider",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/spices-near-smoked-meat_23-2147930118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spices-near-smoked-meat_23-2147930118.jpg", imageAlt: "Fresh seafood platter on a table"},
imageAlt: "Fresh seafood platter on a table",
},
]} ]}
/> />
</div> </div>
@@ -132,14 +93,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Excelentes reseñas", "Excelentes reseñas", "Altamente valorado", "Favorito local", "Experiencia top", "Auténtico sabor", "Visita obligada", "Recomendado"]}
"Altamente valorado",
"Favorito local",
"Experiencia top",
"Auténtico sabor",
"Visita obligada",
"Recomendado",
]}
title="Más de 3.200 clientes nos recomiendan" title="Más de 3.200 clientes nos recomiendan"
description="⭐️ 4,5/5 en Google. La calidad y el sabor de nuestra cocina asturiana nos han convertido en el favorito de Rivas-Vaciamadrid." description="⭐️ 4,5/5 en Google. La calidad y el sabor de nuestra cocina asturiana nos han convertido en el favorito de Rivas-Vaciamadrid."
speed={40} speed={40}
@@ -154,19 +108,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: CalendarDays, icon: CalendarDays,
label: "Año de Fundación", label: "Año de Fundación", value: "2010"},
value: "2010",
},
{ {
icon: CookingPot, icon: CookingPot,
label: "Platos Tradicionales", label: "Platos Tradicionales", value: "Más de 50"},
value: "Más de 50",
},
{ {
icon: Award, icon: Award,
label: "Años de Experiencia", label: "Años de Experiencia", value: "14+"},
value: "14+",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -180,52 +128,22 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Cachopo Asturiano", price: "22.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-local-food-composition_23-2148833810.jpg", imageAlt: "Cachopo Asturiano with fries", rating: 5,
name: "Cachopo Asturiano",
price: "22.50€",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-local-food-composition_23-2148833810.jpg",
imageAlt: "Cachopo Asturiano with fries",
rating: 5,
}, },
{ {
id: "p2", id: "p2", name: "Fabada Asturiana", price: "18.00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-chorizo-sausage-composition_23-2148974725.jpg", imageAlt: "Traditional Asturian fabada stew", rating: 5,
name: "Fabada Asturiana",
price: "18.00€",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-chorizo-sausage-composition_23-2148974725.jpg",
imageAlt: "Traditional Asturian fabada stew",
rating: 5,
}, },
{ {
id: "p3", id: "p3", name: "Mariscada Fresca", price: "45.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-shells-shrimps_23-2148308068.jpg", imageAlt: "Fresh seafood platter", rating: 5,
name: "Mariscada Fresca",
price: "45.00€",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-shells-shrimps_23-2148308068.jpg",
imageAlt: "Fresh seafood platter",
rating: 5,
}, },
{ {
id: "p4", id: "p4", name: "Croquetas Caseras", price: "9.50€", imageSrc: "http://img.b2bpic.net/free-photo/spanish-snack-tapas_1387-904.jpg", imageAlt: "Homemade ham croquettes", rating: 4,
name: "Croquetas Caseras",
price: "9.50€",
imageSrc: "http://img.b2bpic.net/free-photo/spanish-snack-tapas_1387-904.jpg",
imageAlt: "Homemade ham croquettes",
rating: 4,
}, },
{ {
id: "p5", id: "p5", name: "Tarta de Queso", price: "6.50€", imageSrc: "http://img.b2bpic.net/free-photo/homemade-summer-berry-tar-pie-different-berries-golden-raspberry-blackberry-red-currant-raspberry-black-currant-top-view_114579-1574.jpg", imageAlt: "Slice of homemade cheesecake", rating: 5,
name: "Tarta de Queso",
price: "6.50€",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-summer-berry-tar-pie-different-berries-golden-raspberry-blackberry-red-currant-raspberry-black-currant-top-view_114579-1574.jpg",
imageAlt: "Slice of homemade cheesecake",
rating: 5,
}, },
{ {
id: "p6", id: "p6", name: "Arroz con Leche", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/arroz-con-leche-rice-pudding-with-cinnamon-clay-bowl-wooden-table_123827-26725.jpg", imageAlt: "Traditional rice pudding with cinnamon", rating: 4,
name: "Arroz con Leche",
price: "5.50€",
imageSrc: "http://img.b2bpic.net/free-photo/arroz-con-leche-rice-pudding-with-cinnamon-clay-bowl-wooden-table_123827-26725.jpg",
imageAlt: "Traditional rice pudding with cinnamon",
rating: 4,
}, },
]} ]}
title="Nuestra Carta: Tradición y Sabor" title="Nuestra Carta: Tradición y Sabor"
@@ -239,23 +157,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Nuestro Acogedor Local", title: "Nuestro Acogedor Local", description: "Un ambiente cálido y tradicional donde sentirás la esencia de Asturias en cada rincón.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg", imageAlt: "Restaurant interior with wooden decor"},
description: "Un ambiente cálido y tradicional donde sentirás la esencia de Asturias en cada rincón.",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-open-space-new-concept_140725-7438.jpg",
imageAlt: "Restaurant interior with wooden decor",
},
{ {
title: "Terraza para Disfrutar", title: "Terraza para Disfrutar", description: "Nuestra espaciosa terraza, perfecta para disfrutar del buen tiempo y la mejor compañía.", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg", imageAlt: "Outdoor restaurant terrace"},
description: "Nuestra espaciosa terraza, perfecta para disfrutar del buen tiempo y la mejor compañía.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4303.jpg",
imageAlt: "Outdoor restaurant terrace",
},
{ {
title: "Platos que Enamoran", title: "Platos que Enamoran", description: "Cada plato es una obra de arte, preparado con ingredientes frescos y pasión asturiana.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_74190-725.jpg", imageAlt: "Gourmet dish presentation"},
description: "Cada plato es una obra de arte, preparado con ingredientes frescos y pasión asturiana.",
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_74190-725.jpg",
imageAlt: "Gourmet dish presentation",
},
]} ]}
title="Nuestra Experiencia Visual" title="Nuestra Experiencia Visual"
description="Un vistazo a la sidrería: nuestro acogedor local, la soleada terraza, los platos que te esperan y el ambiente vibrante de nuestros eventos." description="Un vistazo a la sidrería: nuestro acogedor local, la soleada terraza, los platos que te esperan y el ambiente vibrante de nuestros eventos."
@@ -269,40 +175,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "event-1", id: "event-1", badge: "Cumpleaños", badgeIcon: Cake,
badge: "Cumpleaños", price: "A medida", subtitle: "Celebra tu día especial con nosotros", features: [
badgeIcon: Cake, "Menús personalizados", "Decoración especial", "Tarta de celebración"],
price: "A medida",
subtitle: "Celebra tu día especial con nosotros",
features: [
"Menús personalizados",
"Decoración especial",
"Tarta de celebración",
],
}, },
{ {
id: "event-2", id: "event-2", badge: "Grupos", badgeIcon: Users,
badge: "Grupos", price: "Desde 30€/pers.", subtitle: "Reuniones familiares y de amigos", features: [
badgeIcon: Users, "Espacio privado disponible", "Menús cerrados", "Ambiente festivo"],
price: "Desde 30€/pers.",
subtitle: "Reuniones familiares y de amigos",
features: [
"Espacio privado disponible",
"Menús cerrados",
"Ambiente festivo",
],
}, },
{ {
id: "event-3", id: "event-3", badge: "Empresa", badgeIcon: Briefcase,
badge: "Empresa", price: "A medida", subtitle: "Cenas y eventos corporativos", features: [
badgeIcon: Briefcase, "Facturación a empresa", "Salones adaptados", "Servicio exclusivo"],
price: "A medida",
subtitle: "Cenas y eventos corporativos",
features: [
"Facturación a empresa",
"Salones adaptados",
"Servicio exclusivo",
],
}, },
]} ]}
title="Celebra con Nosotros: Eventos y Grupos" title="Celebra con Nosotros: Eventos y Grupos"
@@ -316,35 +201,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "¿Se puede reservar mesa?", content: "Sí, recomendamos encarecidamente reservar mesa, especialmente los fines de semana y festivos, para asegurar tu lugar."},
title: "¿Se puede reservar mesa?",
content: "Sí, recomendamos encarecidamente reservar mesa, especialmente los fines de semana y festivos, para asegurar tu lugar.",
},
{ {
id: "faq2", id: "faq2", title: "¿Hay terraza disponible?", content: "Sí, disponemos de una amplia terraza exterior ideal para disfrutar cuando el tiempo lo permite."},
title: "¿Hay terraza disponible?",
content: "Sí, disponemos de una amplia terraza exterior ideal para disfrutar cuando el tiempo lo permite.",
},
{ {
id: "faq3", id: "faq3", title: "¿Aceptan grupos grandes para eventos?", content: "Por supuesto. Tenemos espacios y menús especiales para grupos. Contacta con nosotros para organizar tu evento."},
title: "¿Aceptan grupos grandes para eventos?",
content: "Por supuesto. Tenemos espacios y menús especiales para grupos. Contacta con nosotros para organizar tu evento.",
},
{ {
id: "faq4", id: "faq4", title: "¿Ofrecen opciones sin gluten?", content: "Sí, tenemos varias opciones sin gluten en nuestra carta. Por favor, informa a nuestro personal al realizar tu pedido."},
title: "¿Ofrecen opciones sin gluten?",
content: "Sí, tenemos varias opciones sin gluten en nuestra carta. Por favor, informa a nuestro personal al realizar tu pedido.",
},
{ {
id: "faq5", id: "faq5", title: "¿Disponen de aparcamiento?", content: "Contamos con un aparcamiento cercano y zonas de fácil estacionamiento en los alrededores del restaurante."},
title: "¿Disponen de aparcamiento?",
content: "Contamos con un aparcamiento cercano y zonas de fácil estacionamiento en los alrededores del restaurante.",
},
{ {
id: "faq6", id: "faq6", title: "¿Cuáles son los horarios de apertura?", content: "Abrimos de martes a domingo de 13:00h a 16:00h y de 20:00h a 23:30h. Lunes cerrado por descanso del personal."},
title: "¿Cuáles son los horarios de apertura?",
content: "Abrimos de martes a domingo de 13:00h a 16:00h y de 20:00h a 23:30h. Lunes cerrado por descanso del personal.",
},
]} ]}
title="Preguntas Frecuentes" title="Preguntas Frecuentes"
description="Aquí respondemos a las dudas más comunes sobre reservas, horarios, opciones sin gluten y aparcamiento." description="Aquí respondemos a las dudas más comunes sobre reservas, horarios, opciones sin gluten y aparcamiento."
@@ -358,25 +225,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "location1", id: "location1", title: "Dirección", content: "Calle Ficticia 123, 28521 Rivas-Vaciamadrid, Madrid"},
title: "Dirección",
content: "Calle Ficticia 123, 28521 Rivas-Vaciamadrid, Madrid",
},
{ {
id: "location2", id: "location2", title: "Teléfono", content: "+34 911 23 45 67"},
title: "Teléfono",
content: "+34 911 23 45 67",
},
{ {
id: "location3", id: "location3", title: "Horarios", content: "Martes - Domingo: 13:00h - 16:00h y 20:00h - 23:30h. Lunes: Cerrado."},
title: "Horarios",
content: "Martes - Domingo: 13:00h - 16:00h y 20:00h - 23:30h. Lunes: Cerrado.",
},
{ {
id: "location4", id: "location4", title: "Aparcamiento", content: "Disponemos de aparcamiento público gratuito en las inmediaciones."},
title: "Aparcamiento",
content: "Disponemos de aparcamiento público gratuito en las inmediaciones.",
},
]} ]}
title="Encuéntranos Fácilmente" title="Encuéntranos Fácilmente"
description="Estamos en Rivas-Vaciamadrid. Consulta nuestra dirección, horarios y opciones de aparcamiento. ¡Te esperamos!" description="Estamos en Rivas-Vaciamadrid. Consulta nuestra dirección, horarios y opciones de aparcamiento. ¡Te esperamos!"
@@ -388,8 +243,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Estamos a tu disposición" tag="Estamos a tu disposición"
title="Contacta con Nosotros" title="Contacta con Nosotros"
description="Envíanos un mensaje, llámanos o escríbenos por WhatsApp. Estamos aquí para ayudarte con tu reserva o cualquier consulta." description="Envíanos un mensaje, llámanos o escríbenos por WhatsApp. Estamos aquí para ayudarte con tu reserva o cualquier consulta."
@@ -403,62 +257,38 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/night-view-picturesque-old-square_1398-2104.jpg" imageSrc="http://img.b2bpic.net/free-photo/night-view-picturesque-old-square_1398-2104.jpg"
imageAlt="Sidrería Asturiana entrance at night" imageAlt="Sidrería Asturiana entrance at night"
videoAriaLabel="Footer video"
logoText="Sidrería Asturiana" logoText="Sidrería Asturiana"
columns={[ columns={[
{ {
title: "Enlaces Rápidos", title: "Enlaces Rápidos", items: [
items: [
{ {
label: "Inicio", label: "Inicio", href: "#inicio"},
href: "#inicio",
},
{ {
label: "Carta", label: "Carta", href: "#carta"},
href: "#carta",
},
{ {
label: "Reservas", label: "Reservas", href: "#reservas"},
href: "#reservas",
},
{ {
label: "Eventos", label: "Eventos", href: "#eventos"},
href: "#eventos",
},
], ],
}, },
{ {
title: "Contacto", title: "Contacto", items: [
items: [
{ {
label: "Ubicación", label: "Ubicación", href: "#ubicacion"},
href: "#ubicacion",
},
{ {
label: "Preguntas Frecuentes", label: "Preguntas Frecuentes", href: "#faq"},
href: "#faq",
},
{ {
label: "Enviar mensaje", label: "Enviar mensaje", href: "#contacto"},
href: "#contacto",
},
{ {
label: "Llamar ahora", label: "Llamar ahora", href: "tel:+34911234567"},
href: "tel:+34911234567",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Política de Privacidad", label: "Política de Privacidad", href: "#"},
href: "#",
},
{ {
label: "Términos de Servicio", label: "Términos de Servicio", href: "#"},
href: "#",
},
], ],
}, },
]} ]}