Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-26 19:15:01 +00:00

View File

@@ -32,70 +32,30 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Sobre nosotros",
id: "about",
},
{
name: "Carta",
id: "product",
},
{
name: "Testimonios",
id: "testimonials",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Sobre nosotros", id: "about" },
{ name: "Carta", id: "product" },
{ name: "Testimonios", id: "testimonials" },
{ name: "Contacto", id: "contact" },
]}
brandName="Taberna Casa Comidas"
button={{ text: "Reservar", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Taberna Casa Comidas: El Sabor de la Tradición"
description="Descubre auténtica cocina burgalesa en un ambiente cálido y acogedor en el corazón de Burgos."
tag="Restaurante Tradicional"
buttons={[
{
text: "Ver nuestra Carta",
href: "#product",
},
{
text: "Cómo llegar",
href: "#contact",
},
{ text: "Ver nuestra Carta", href: "#product" },
{ text: "Cómo llegar", href: "#contact" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
imageAlt: "Interior del restaurante",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg",
imageAlt: "Plato destacado",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg",
imageAlt: "Vista panorámica del salón",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg",
imageAlt: "Decoración tradicional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg",
imageAlt: "Entrada acogedora",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Interior del restaurante" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "Plato destacado" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -111,18 +71,9 @@ export default function LandingPage() {
title="Un rincón con historia en Burgos"
description="En Taberna Casa Comidas, preservamos las recetas tradicionales que definen la gastronomía de nuestra tierra, utilizando ingredientes locales de máxima calidad en cada plato."
bulletPoints={[
{
title: "Tradición Burgalesa",
description: "Respeto absoluto por los sabores de siempre.",
},
{
title: "Ingredientes Locales",
description: "Apoyamos a nuestros productores locales.",
},
{
title: "Ambiente Familiar",
description: "Un espacio diseñado para sentirte como en casa.",
},
{ title: "Tradición Burgalesa", description: "Respeto absoluto por los sabores de siempre." },
{ title: "Ingredientes Locales", description: "Apoyamos a nuestros productores locales." },
{ title: "Ambiente Familiar", description: "Un espacio diseñado para sentirte como en casa." },
]}
imageSrc="http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg"
imageAlt="Nuestros chefs"
@@ -137,48 +88,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Tapas Variadas",
price: "4-8 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-chips-designed-with-strawberries-inside-plate-along-with-blackthorns-white-table-chips-snack-fruit-berry_140725-24516.jpg",
imageAlt: "Tapas",
},
{
id: "2",
name: "Vinos de la Tierra",
price: "3-10 €",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-rice_140725-2105.jpg",
imageAlt: "Vinos",
},
{
id: "3",
name: "Pan Artesano",
price: "2 €",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-beautiful-wooden-background_169016-6370.jpg",
imageAlt: "Pan",
},
{
id: "4",
name: "Guiso del Día",
price: "9 €",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-tasty-dish-tasty-dish-board-bottle-oil-three-kinds-spices-dark-table_140725-123083.jpg",
imageAlt: "Guiso",
},
{
id: "5",
name: "Tabla de Ibéricos",
price: "10 €",
imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-with-vegetables-side_661915-136.jpg",
imageAlt: "Ibéricos",
},
{
id: "6",
name: "Postre Casero",
price: "4 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-round-cake-with-sugar-powder-top-sliced-sweet-delicious-isolated-inside-plate-along-with-flowers-grey-background-biscuit-sugar-cookie_140725-17064.jpg",
imageAlt: "Postre",
},
{ id: "1", name: "Tapas Variadas", price: "4-8 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salted-chips-designed-with-strawberries-inside-plate-along-with-blackthorns-white-table-chips-snack-fruit-berry_140725-24516.jpg" },
{ id: "2", name: "Vinos de la Tierra", price: "3-10 €", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-rice_140725-2105.jpg" },
{ id: "3", name: "Pan Artesano", price: "2 €", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-beautiful-wooden-background_169016-6370.jpg" },
]}
title="Nuestra Carta"
description="Una selección cuidadosamente elaborada de platos tradicionales y productos de temporada."
@@ -191,27 +103,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "15+",
title: "Años de Tradición",
description: "Pasión por el buen comer.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447779.jpg",
},
{
id: "m2",
value: "100%",
title: "Sabor Local",
description: "Ingredientes de Burgos.",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-spanish-pintxos-wooden-table-typical-spanish-food_123827-21695.jpg",
},
{
id: "m3",
value: "500+",
title: "Clientes Felices",
description: "Más de 149 reseñas nos avalan.",
imageSrc: "http://img.b2bpic.net/free-photo/groups-people-party-with-gadgets_23-2147668934.jpg",
},
{ id: "m1", value: "15+", title: "Años de Tradición", description: "Pasión por el buen comer.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447779.jpg" },
{ id: "m2", value: "100%", title: "Sabor Local", description: "Ingredientes de Burgos.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-spanish-pintxos-wooden-table-typical-spanish-food_123827-21695.jpg" },
]}
title="Nuestros Números"
description="El compromiso con la excelencia que nos avala cada día."
@@ -224,60 +117,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "María G.",
role: "Cliente habitual",
company: "Burgos",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-eating-pizza_23-2149872397.jpg",
},
{
id: "2",
name: "Javier L.",
role: "Turista",
company: "Madrid",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
},
{
id: "3",
name: "Elena R.",
role: "Gastrónoma",
company: "Bilbao",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-people-bistro_23-2149356857.jpg",
},
{
id: "4",
name: "Carlos S.",
role: "Vecino",
company: "Burgos",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-student-studying-with-tutor-library-university-students-sitting-together-reading-books-young-people-preparing-exams-college-library_574295-2124.jpg",
},
{
id: "5",
name: "Ana M.",
role: "Visitante",
company: "Valencia",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-stylish-black-hat-denim-shirt_273609-6798.jpg",
},
{ id: "1", name: "María G.", role: "Cliente habitual", company: "Burgos", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-eating-pizza_23-2149872397.jpg" },
{ id: "2", name: "Javier L.", role: "Turista", company: "Madrid", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" },
]}
kpiItems={[
{
value: "4.9/5",
label: "Google Rating",
},
{
value: "150+",
label: "Opiniones",
},
{
value: "98%",
label: "Recomendaciones",
},
{ value: "4.9/5", label: "Google Rating" },
{ value: "150+", label: "Opiniones" },
{ value: "98%", label: "Recomendaciones" },
]}
title="Lo que dicen nuestros comensales"
description="La satisfacción de nuestros clientes es nuestra mayor recompensa."
@@ -288,21 +134,8 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "¿Tienen opciones para llevar?",
content: "Sí, ofrecemos servicio de comida para llevar.",
},
{
id: "q2",
title: "¿Realizan servicio a domicilio?",
content: "Sí, consulte disponibilidad según zona.",
},
{
id: "q3",
title: "¿Se recomienda reservar?",
content: "Es altamente recomendable para fines de semana.",
},
{ id: "q1", title: "¿Tienen opciones para llevar?", content: "Sí, ofrecemos servicio de comida para llevar." },
{ id: "q2", title: "¿Realizan servicio a domicilio?", content: "Sí, consulte disponibilidad según zona." },
]}
sideTitle="Preguntas Frecuentes"
faqsAnimation="slide-up"
@@ -313,13 +146,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"TripAdvisor",
"Google Maps",
"Yelp",
"Michelin Guide",
"Burgos Food",
]}
names={["TripAdvisor", "Google Maps"]}
title="Nuestros Reconocimientos"
description="Orgullosos de ser recomendados por las mejores guías y plataformas."
/>
@@ -331,24 +158,10 @@ export default function LandingPage() {
title="Ven a visitarnos"
description="Estamos situados en el corazón de Burgos. ¡Haz tu reserva hoy mismo!"
inputs={[
{
name: "nombre",
type: "text",
placeholder: "Tu nombre",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Tu email",
required: true,
},
{ name: "nombre", type: "text", placeholder: "Tu nombre", required: true },
{ name: "email", type: "email", placeholder: "Tu email", required: true },
]}
textarea={{
name: "mensaje",
placeholder: "Comentarios o reserva",
rows: 4,
}}
textarea={{ name: "mensaje", placeholder: "Comentarios o reserva", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg"
/>
</div>
@@ -356,45 +169,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Enlaces",
items: [
{
label: "Inicio",
href: "#hero",
},
{
label: "Carta",
href: "#product",
},
],
},
{
title: "Contacto",
items: [
{
label: "Reservas",
href: "#contact",
},
{
label: "Ubicación",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Política de Privacidad",
href: "#",
},
{
label: "Aviso Legal",
href: "#",
},
],
},
{ title: "Enlaces", items: [{ label: "Inicio", href: "#hero" }, { label: "Carta", href: "#product" }] },
]}
logoText="Taberna Casa Comidas"
/>