Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 16:30:08 +00:00

View File

@@ -29,24 +29,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Sobre Nosotros",
id: "about",
},
{
name: "Nuestra Carta",
id: "menu",
},
{
name: "Ubicación",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Sobre Nosotros", id: "about" },
{ name: "Nuestra Carta", id: "menu" },
{ name: "Ubicación", id: "contact" },
]}
brandName="Mareas Vivas"
button={{ text: "Reservar" }}
/>
</div>
@@ -55,70 +44,20 @@ export default function LandingPage() {
title="Mareas Vivas"
description="El alma de Laxe. Ambiente costero, personal de 10 y el punto de encuentro donde las buenas vibras siempre están servidas."
testimonials={[
{
name: "Carlos R.",
handle: "@carlosr",
testimonial: "El mejor bar de Laxe. Sin duda.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-distant-shot-person-holding-umbrella-walking-footbridge-near-lighthouse_181624-2393.jpg?_wi=1",
imageAlt: "dark ocean waves aesthetic",
},
{
name: "Ana M.",
handle: "@anam",
testimonial: "Ambiente increíble y las patatas gratis, un detallazo.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=1",
imageAlt: "lighthouse galicia illustration style",
},
{
name: "Jorge L.",
handle: "@jorgel",
testimonial: "Buenísima juerga y el personal es de 10.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg?_wi=1",
imageAlt: "happy customer portrait bar",
},
{
name: "Maria G.",
handle: "@mariag",
testimonial: "Nada pretencioso pero con mucha clase. Volveré.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-young-man-sitting-floor-having-orange-fresh-breakfast-being-juice-fasting-smiling-happily-camera_343059-1968.jpg?_wi=1",
imageAlt: "relaxed person holding drink portrait",
},
{
name: "Luis P.",
handle: "@luisp",
testimonial: "El sitio donde siempre pasan cosas buenas.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg?_wi=1",
imageAlt: "young person smiling in tavern",
},
{ name: "Carlos R.", handle: "@carlosr", testimonial: "El mejor bar de Laxe. Sin duda.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-distant-shot-person-holding-umbrella-walking-footbridge-near-lighthouse_181624-2393.jpg", imageAlt: "dark ocean waves aesthetic" },
{ name: "Ana M.", handle: "@anam", testimonial: "Ambiente increíble y las patatas gratis, un detallazo.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg", imageAlt: "lighthouse galicia illustration style" },
{ name: "Jorge L.", handle: "@jorgel", testimonial: "Buenísima juerga y el personal es de 10.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg", imageAlt: "happy customer portrait bar" },
{ name: "Maria G.", handle: "@mariag", testimonial: "Nada pretencioso pero con mucha clase. Volveré.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-young-man-sitting-floor-having-orange-fresh-breakfast-being-juice-fasting-smiling-happily-camera_343059-1968.jpg", imageAlt: "relaxed person holding drink portrait" },
{ name: "Luis P.", handle: "@luisp", testimonial: "El sitio donde siempre pasan cosas buenas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg", imageAlt: "young person smiling in tavern" },
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-distant-shot-person-holding-umbrella-walking-footbridge-near-lighthouse_181624-2393.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/vertical-distant-shot-person-holding-umbrella-walking-footbridge-near-lighthouse_181624-2393.jpg"
imageAlt="Ambiente costero de Mareas Vivas"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-handsome-young-man-sitting-floor-having-orange-fresh-breakfast-being-juice-fasting-smiling-happily-camera_343059-1968.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/meeting-with-group-friends-pub_329181-18334.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/three-older-friends-taking-selfie-restaurant_23-2149316786.jpg",
alt: "Cliente 5",
},
{ src: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-handsome-young-man-sitting-floor-having-orange-fresh-breakfast-being-juice-fasting-smiling-happily-camera_343059-1968.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/meeting-with-group-friends-pub_329181-18334.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/three-older-friends-taking-selfie-restaurant_23-2149316786.jpg", alt: "Cliente 5" },
]}
avatarText="Más de 500 clientes felices"
/>
@@ -130,26 +69,10 @@ export default function LandingPage() {
title="Nuestra esencia en números"
tag="Calidad Mareas"
metrics={[
{
id: "m1",
value: "5★",
description: "Calidad en Google Maps",
},
{
id: "m2",
value: "100%",
description: "Recomendados por clientes",
},
{
id: "m3",
value: "2",
description: "Mesas de juego a tope",
},
{
id: "m4",
value: "∞",
description: "Buenas vibras aseguradas",
},
{ id: "m1", value: "5★", description: "Calidad en Google Maps" },
{ id: "m2", value: "100%", description: "Recomendados por clientes" },
{ id: "m3", value: "2", description: "Mesas de juego a tope" },
{ id: "m4", value: "∞", description: "Buenas vibras aseguradas" },
]}
metricsAnimation="slide-up"
/>
@@ -160,7 +83,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Más que un bar, un hogar"
description="Ubicados en el corazón de Laxe, Mareas Vivas es el refugio de quienes buscan buen ambiente, mejores copas y esa clase que solo se encuentra junto al mar. Somos sencillos, auténticos y nuestra casa es la tuya."
imageSrc="http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg"
imageAlt="Ilustración de la costa de Laxe"
/>
</div>
@@ -172,60 +95,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Artesanal",
name: "Pizza Mareas",
price: "12€",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=3",
},
{
id: "p2",
brand: "Especial",
name: "Patatas de la Casa (Gratis)",
price: "0€",
rating: 5,
reviewCount: "500",
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=4",
},
{
id: "p3",
brand: "Premium",
name: "Combinado Especial",
price: "8€",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=5",
},
{
id: "p4",
brand: "Picoteo",
name: "Tabla de quesos",
price: "10€",
rating: 4,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=6",
},
{
id: "p5",
brand: "Bebida",
name: "Cerveza Artesana",
price: "3€",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=7",
},
{
id: "p6",
brand: "Clásico",
name: "Cóctel del día",
price: "7€",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg?_wi=8",
},
{ id: "p1", brand: "Artesanal", name: "Pizza Mareas", price: "12€", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg" },
{ id: "p2", brand: "Especial", name: "Patatas de la Casa (Gratis)", price: "0€", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg" },
{ id: "p3", brand: "Premium", name: "Combinado Especial", price: "8€", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg" },
{ id: "p4", brand: "Picoteo", name: "Tabla de quesos", price: "10€", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg" },
{ id: "p5", brand: "Bebida", name: "Cerveza Artesana", price: "3€", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg" },
{ id: "p6", brand: "Clásico", name: "Cóctel del día", price: "7€", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/faroe-islands_181624-14237.jpg" },
]}
title="Nuestra Carta"
description="De picoteo, pizzas artesanales y el mejor combinado de la costa."
@@ -234,63 +109,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
role: "Turista",
company: "Madrid",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg?_wi=2",
},
{
id: "t2",
name: "Michael Chen",
role: "Local",
company: "Laxe",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-young-man-sitting-floor-having-orange-fresh-breakfast-being-juice-fasting-smiling-happily-camera_343059-1968.jpg?_wi=2",
},
{
id: "t3",
name: "Emily Rodriguez",
role: "Visitante",
company: "A Coruña",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg?_wi=2",
},
{
id: "t4",
name: "David Kim",
role: "Turista",
company: "Valencia",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-group-friends-pub_329181-18334.jpg",
},
{
id: "t5",
name: "Ana Sofia",
role: "Local",
company: "Laxe",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/three-older-friends-taking-selfie-restaurant_23-2149316786.jpg",
},
{ id: "t1", name: "Sarah Johnson", role: "Turista", company: "Madrid", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg" },
{ id: "t2", name: "Michael Chen", role: "Local", company: "Laxe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-young-man-sitting-floor-having-orange-fresh-breakfast-being-juice-fasting-smiling-happily-camera_343059-1968.jpg" },
{ id: "t3", name: "Emily Rodriguez", role: "Visitante", company: "A Coruña", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg" },
{ id: "t4", name: "David Kim", role: "Turista", company: "Valencia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-group-friends-pub_329181-18334.jpg" },
{ id: "t5", name: "Ana Sofia", role: "Local", company: "Laxe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-older-friends-taking-selfie-restaurant_23-2149316786.jpg" },
]}
kpiItems={[
{
value: "500+",
label: "Clientas felices",
},
{
value: "100%",
label: "Recomendación",
},
{
value: "24/7",
label: "Vibra Positiva",
},
{ value: "500+", label: "Clientas felices" },
{ value: "100%", label: "Recomendación" },
{ value: "24/7", label: "Vibra Positiva" },
]}
title="Lo que dicen de nosotros"
description="Nuestros clientes son nuestra familia. Gracias por hacer de Mareas Vivas lo que es hoy."
@@ -299,13 +131,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
tag="Contacto"
title="Ven a saludarnos"
description="Estamos en pleno centro de Laxe, esperando a que pases una velada inolvidable. ¡Reserva o pregúntanos cualquier duda!"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beach-summer-holiday-vacation-journey-exploration-concept_53876-31827.jpg"
imageAlt="Ubicación en el mapa"
mediaAnimation="slide-up"
@@ -316,14 +146,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Mareas Vivas"
leftLink={{
text: "Aviso Legal",
href: "#",
}}
rightLink={{
text: "Instagram",
href: "https://instagram.com",
}}
leftLink={{ text: "Aviso Legal", href: "#" }}
rightLink={{ text: "Instagram", href: "https://instagram.com" }}
/>
</div>
</ReactLenis>