Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 15:58:17 +00:00

View File

@@ -30,24 +30,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Carta",
id: "carta",
},
{
name: "Opiniones",
id: "reviews",
},
{
name: "Contacto",
id: "contacto",
},
{ name: "Inicio", id: "hero" },
{ name: "Carta", id: "carta" },
{ name: "Opiniones", id: "reviews" },
{ name: "Contacto", id: "contacto" },
]}
brandName="Bar Luis"
button={{ text: "Reservar", href: "#contacto" }}
/>
</div>
@@ -57,78 +46,32 @@ export default function LandingPage() {
description="Tapas generosas, trato de siempre y ese “detalle” que no esperas."
testimonials={[
{
name: "Fran V.",
handle: "@fan",
testimonial: "El personal es un encanto, siempre te ponen una tapa extra.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1",
imageAlt: "traditional spanish bar interior",
},
name: "Fran V.", handle: "@fan", testimonial: "El personal es un encanto, siempre te ponen una tapa extra.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "traditional spanish bar interior"},
{
name: "J C.",
handle: "@j_c",
testimonial: "Muy buen bar de barrio, atento y atento. Siempre te ponen tapa.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg?_wi=1",
imageAlt: "traditional spanish bar interior",
},
name: "J C.", handle: "@j_c", testimonial: "Muy buen bar de barrio, atento y atento. Siempre te ponen tapa.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg", imageAlt: "traditional spanish bar interior"},
{
name: "Ana R.",
handle: "@ana_m",
testimonial: "Comida abundante, precio espectacular, volveré seguro.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg?_wi=1",
imageAlt: "traditional spanish bar interior",
},
name: "Ana R.", handle: "@ana_m", testimonial: "Comida abundante, precio espectacular, volveré seguro.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg", imageAlt: "traditional spanish bar interior"},
{
name: "Luis M.",
handle: "@luis_m",
testimonial: "Calidad alta y trato cercano. El mejor bar de la zona.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg?_wi=1",
imageAlt: "traditional spanish bar interior",
},
name: "Luis M.", handle: "@luis_m", testimonial: "Calidad alta y trato cercano. El mejor bar de la zona.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg", imageAlt: "traditional spanish bar interior"},
{
name: "Elena P.",
handle: "@elenap",
testimonial: "Un lugar que se siente como en casa. Tapas de 10.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg?_wi=1",
imageAlt: "traditional spanish bar interior",
},
name: "Elena P.", handle: "@elenap", testimonial: "Un lugar que se siente como en casa. Tapas de 10.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg", imageAlt: "traditional spanish bar interior"},
]}
buttons={[
{
text: "Ver carta",
href: "#carta",
},
{
text: "Cómo llegar",
href: "#contacto",
},
{ text: "Ver carta", href: "#carta" },
{ text: "Cómo llegar", href: "#contacto" },
]}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
alt: "happy customer laughing",
},
{
src: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg",
alt: "satisfied diner portrait",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
alt: "authentic bar visitor",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg",
alt: "friendly customer face",
},
{
src: "http://img.b2bpic.net/free-photo/writer_23-2148015069.jpg",
alt: "genuine positive expression",
},
{ src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "happy customer laughing" },
{ src: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg", alt: "satisfied diner portrait" },
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "authentic bar visitor" },
{ src: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg", alt: "friendly customer face" },
{ src: "http://img.b2bpic.net/free-photo/writer_23-2148015069.jpg", alt: "genuine positive expression" },
]}
/>
</div>
@@ -138,46 +81,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Encanto puro",
quote: "Fran es un encanto, muy amable y atento.",
name: "J C.",
role: "Cliente habitual",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
},
{
id: "2",
title: "Tapa extra",
quote: "Siempre que puede, te pone una tapa extra a lo que has pedido.",
name: "Cliente 2",
role: "Vecino",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-friend_23-2147680572.jpg",
},
{
id: "3",
title: "Abundancia",
quote: "Comida abundante y precio espectacular.",
name: "Cliente 3",
role: "Turista local",
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
},
{
id: "4",
title: "Calidad",
quote: "Tiene buen ambiente y la calidad de la comida es alta.",
name: "Cliente 4",
role: "Fan",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-friend-drinking-beer-bar_171337-19345.jpg",
},
{
id: "5",
title: "Experiencia",
quote: "El mejor bar del barrio, trato inmejorable.",
name: "Cliente 5",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-with-beer_23-2148872435.jpg",
},
{ id: "1", title: "Encanto puro", quote: "Fran es un encanto, muy amable y atento.", name: "J C.", role: "Cliente habitual", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg" },
{ id: "2", title: "Tapa extra", quote: "Siempre que puede, te pone una tapa extra a lo que has pedido.", name: "Cliente 2", role: "Vecino", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-friend_23-2147680572.jpg" },
{ id: "3", title: "Abundancia", quote: "Comida abundante y precio espectacular.", name: "Cliente 3", role: "Turista local", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg" },
{ id: "4", title: "Calidad", quote: "Tiene buen ambiente y la calidad de la comida es alta.", name: "Cliente 4", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/man-with-friend-drinking-beer-bar_171337-19345.jpg" },
{ id: "5", title: "Experiencia", quote: "El mejor bar del barrio, trato inmejorable.", name: "Cliente 5", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-with-beer_23-2148872435.jpg" },
]}
title="Lo que dice el barrio"
description="Opiniones reales y verificadas. Con nosotros aciertas."
@@ -189,12 +97,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Aquí vienes a sentirte bien"
description="No somos un bar cualquiera. Somos ese sitio donde te conocen, donde comes mejor de lo que esperabas y donde siempre cae algo más en el plato."
buttons={[
{
text: "Ven a vernos",
href: "#contacto",
},
]}
buttons={[{ text: "Ven a vernos", href: "#contacto" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-drinking-whiskey-with-his-friend-bar_23-2147861966.jpg"
/>
</div>
@@ -206,48 +109,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Tortilla de patatas",
price: "4€",
variant: "Ración",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg?_wi=2",
},
{
id: "2",
name: "Bocadillo caliente",
price: "3€",
variant: "Tradicional",
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg?_wi=2",
},
{
id: "3",
name: "Ración de bravas",
price: "5€",
variant: "Clásica",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg?_wi=2",
},
{
id: "4",
name: "Caña bien tirada",
price: "1.5€",
variant: "Cerveza",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg?_wi=2",
},
{
id: "5",
name: "Tapa inesperada",
price: "Regalo",
variant: "Detalle",
imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-lemon-glass-beer_140725-6352.jpg",
},
{
id: "6",
name: "Queso curado",
price: "6€",
variant: "Tapa",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317345.jpg",
},
{ id: "1", name: "Tortilla de patatas", price: "4€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg" },
{ id: "2", name: "Bocadillo caliente", price: "3€", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg" },
{ id: "3", name: "Ración de bravas", price: "5€", variant: "Clásica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg" },
{ id: "4", name: "Caña bien tirada", price: "1.5€", variant: "Cerveza", imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg" },
{ id: "5", name: "Tapa inesperada", price: "Regalo", variant: "Detalle", imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-lemon-glass-beer_140725-6352.jpg" },
{ id: "6", name: "Queso curado", price: "6€", variant: "Tapa", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317345.jpg" },
]}
title="Lo que nunca falla"
description="Platos sencillos, bien hechos. Como deben ser."
@@ -259,22 +126,11 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "Generosidad",
description: "Siempre cae algo más en el plato.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-potato-spanish-tortilla_23-2149715052.jpg",
},
{
title: "Atención",
description: "Trato cercano, como de toda la vida.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65356.jpg",
},
{
title: "Cocina",
description: "Platos recién hechos, con mimo.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fries-sauce_23-2149235967.jpg",
},
{ title: "Generosidad", description: "Siempre cae algo más en el plato.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-potato-spanish-tortilla_23-2149715052.jpg" },
{ title: "Atención", description: "Trato cercano, como de toda la vida.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65356.jpg" },
{ title: "Cocina", description: "Platos recién hechos, con mimo.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fries-sauce_23-2149235967.jpg" },
]}
title="El detalle Bar Luis"
description="Aquí no vienes solo a pedir. Vienes a que te sorprendan. La famosa tapa que no pediste, pero que siempre te alegra el día."
@@ -287,21 +143,9 @@ export default function LandingPage() {
title="Madrid de verdad"
tag="El ambiente que buscas"
metrics={[
{
id: "m1",
value: "100%",
description: "Auténtico barrio",
},
{
id: "m2",
value: "24/7",
description: "Buen ambiente",
},
{
id: "m3",
value: "∞",
description: "Risas y cañas",
},
{ id: "m1", value: "100%", description: "Auténtico barrio" },
{ id: "m2", value: "24/7", description: "Buen ambiente" },
{ id: "m3", value: "∞", description: "Risas y cañas" },
]}
metricsAnimation="slide-up"
/>
@@ -313,24 +157,10 @@ export default function LandingPage() {
title="Ven hoy. No lo pienses."
description="Bar Luis en Latina. Estamos aquí para servirte la mejor ronda. ¡La próxima la ponemos nosotros!"
inputs={[
{
name: "name",
placeholder: "Tu nombre",
type: "text",
required: true,
},
{
name: "email",
placeholder: "Tu email",
type: "email",
required: true,
},
{ name: "name", placeholder: "Tu nombre", type: "text", required: true },
{ name: "email", placeholder: "Tu email", type: "email", required: true },
]}
textarea={{
name: "message",
placeholder: "Dinos cuándo vienes...",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Dinos cuándo vienes...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/sunny-street-spanish-town-summer_1398-2134.jpg"
/>
</div>
@@ -339,29 +169,15 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menú",
items: [
{
label: "Carta",
href: "#carta",
},
{
label: "Ubicación",
href: "#contacto",
},
title: "Menú", items: [
{ label: "Carta", href: "#carta" },
{ label: "Ubicación", href: "#contacto" },
],
},
{
title: "Info",
items: [
{
label: "Reservas",
href: "tel:+34914636901",
},
{
label: "Calle de Sta. Úrsula, 18",
href: "#",
},
title: "Info", items: [
{ label: "Reservas", href: "tel:+34914636901" },
{ label: "Calle de Sta. Úrsula, 18", href: "#" },
],
},
]}