1 Commits

Author SHA1 Message Date
cd263bb827 Update src/app/page.tsx 2026-05-16 21:05:46 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Inicio", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "Sobre Nosotros", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Carta", id: "menu"},
id: "menu",
},
{ {
name: "Contact", name: "Contacto", id: "contact"},
id: "contact",
},
]} ]}
brandName="La Whiskería" brandName="La Whiskería"
/> />
@@ -55,41 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} title="Eleva tu Velada"
title="Elevate Your Evening" description="Descubre el destino principal de Roldán para cócteles artesanales y destilados refinados. Sofisticación en cada sorbo."
description="Experience Roldán's premier destination for artisanal cocktails and refined spirits. Sophistication in every sip."
buttons={[ buttons={[
{ {
text: "Reserve a Table", text: "Reservar Mesa", href: "#contact"},
href: "#contact",
},
{ {
text: "View Menu", text: "Ver Carta", href: "#menu"},
href: "#menu",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8989.jpg", imageAlt: "Interior lujoso del bar"},
imageAlt: "Luxurious Bar Interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/night-city-beautiful-woman-red-lights_1153-3730.jpg", imageSrc: "http://img.b2bpic.net/free-photo/night-city-beautiful-woman-red-lights_1153-3730.jpg", imageAlt: "Servicio de whisky"},
imageAlt: "Whiskey Pour",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-50166.jpg", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-50166.jpg", imageAlt: "Arte de la coctelería"},
imageAlt: "Mixology Craft",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-daiquiri-with-lime_23-2149407509.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-daiquiri-with-lime_23-2149407509.jpg", imageAlt: "Iluminación atmosférica"},
imageAlt: "Atmospheric Lighting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dreadlocks-walking-night-street-city_627829-9558.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dreadlocks-walking-night-street-city_627829-9558.jpg", imageAlt: "Ambiente del bar"},
imageAlt: "Bar Ambiance",
},
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -98,16 +75,14 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Artisanal Spirits, Unforgettable Evenings" title="Espíritus Artesanales, Veladas Inolvidables"
description="Nestled in the heart of Roldán, La Whiskería offers more than just drinks—we offer an experience. With a curated collection of fine whiskeys and expertly crafted cocktails, our bar is designed for those who appreciate the finer things in life." description="Ubicada en el corazón de Roldán, La Whiskería ofrece algo más que bebidas: ofrecemos una experiencia. Con una colección seleccionada de whiskies finos y cócteles preparados por expertos, nuestro bar está diseñado para aquellos que aprecian las cosas buenas de la vida."
buttons={[ buttons={[
{ {
text: "Learn More", text: "Saber Más", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/modern-wooden-drawers-with-marble-facade_169016-72795.jpg" imageSrc="http://img.b2bpic.net/free-photo/modern-wooden-drawers-with-marble-facade_169016-72795.jpg"
imageAlt="The La Whiskería atmosphere" imageAlt="El ambiente en La Whiskería"
/> />
</div> </div>
@@ -119,53 +94,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", brand: "Firma", name: "Whiskería Sour", price: "€12", rating: 5,
brand: "Signature", reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg"},
name: "Whiskería Sour",
price: "€12",
rating: 5,
reviewCount: "124",
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-dessert-glass_140725-8124.jpg",
},
{ {
id: "2", id: "2", brand: "Clásico", name: "Old Fashioned", price: "€10", rating: 5,
brand: "Classic", reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-sake-ice_23-2149706114.jpg"},
name: "Old Fashioned",
price: "€10",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-sake-ice_23-2149706114.jpg",
},
{ {
id: "3", id: "3", brand: "Moderno", name: "Mezcal Spicy Mango", price: "€13", rating: 4,
brand: "Modern", reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/view-alcoholic-beverage-with-cbd-oil-infusion_23-2150762278.jpg"},
name: "Spicy Mango Mezcal",
price: "€13",
rating: 4,
reviewCount: "76",
imageSrc: "http://img.b2bpic.net/free-photo/view-alcoholic-beverage-with-cbd-oil-infusion_23-2150762278.jpg",
},
{ {
id: "4", id: "4", brand: "Premium", name: "Whisky de Lote Pequeño", price: "€15", rating: 5,
brand: "Premium", reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-wine_1296-538.jpg"},
name: "Small Batch Whiskey",
price: "€15",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-wine_1296-538.jpg",
},
{ {
id: "5", id: "5", brand: "Clásico", name: "Negroni", price: "€11", rating: 4,
brand: "Classic", reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/campagne-glass-with-champagne-it-garnished-with-dried-lemon-slice_140725-1506.jpg"},
name: "Negroni",
price: "€11",
rating: 4,
reviewCount: "82",
imageSrc: "http://img.b2bpic.net/free-photo/campagne-glass-with-champagne-it-garnished-with-dried-lemon-slice_140725-1506.jpg",
},
]} ]}
title="Signature Selections" title="Nuestra Selección de Firma"
description="Explore our curated menu of classic, modern, and signature cocktails, paired with premium spirits." description="Explora nuestra carta curada de cócteles clásicos, modernos y de firma, maridados con destilados premium."
/> />
</div> </div>
@@ -177,22 +122,16 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Droplets, icon: Droplets,
title: "Artisanal Craft", title: "Artesanía en Coctelería", description: "Cócteles mezclados por expertos con ingredientes premium."},
description: "Expertly mixed cocktails with premium ingredients.",
},
{ {
icon: Music, icon: Music,
title: "Sophisticated Vibe", title: "Ambiente Sofisticado", description: "El escenario perfecto para conversaciones nocturnas."},
description: "The perfect atmosphere for late-night conversations.",
},
{ {
icon: Users, icon: Users,
title: "Exceptional Service", title: "Servicio Excepcional", description: "Personal atento dedicado a tu comodidad."},
description: "Attentive staff dedicated to your comfort.",
},
]} ]}
title="Why Choose Us" title="¿Por qué elegirnos?"
description="Setting the standard for nightlife in Murcia." description="Marcando el estándar para la vida nocturna en Murcia."
/> />
</div> </div>
@@ -203,43 +142,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", handle: "@sarah_murcia", testimonial: "¡El mejor bar de cócteles en Roldán! Ambiente excepcional y una selección de whisky increíble.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg"},
name: "Sarah J.",
handle: "@sarah_murcia",
testimonial: "The best cocktail bar in Roldán! Exceptional atmosphere and amazing whiskey selection.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg",
},
{ {
id: "2", id: "2", name: "Marc T.", handle: "@marco_t", testimonial: "Sofisticado y elegante. El lugar perfecto para relajarse después de un largo día.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-toasting-glasses-alcoholic-drinks-bar_23-2147919278.jpg"},
name: "Marc T.",
handle: "@marco_t",
testimonial: "Sophisticated and elegant. A perfect place to relax after a long day.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-toasting-glasses-alcoholic-drinks-bar_23-2147919278.jpg",
},
{ {
id: "3", id: "3", name: "Elena R.", handle: "@elena_drinks", testimonial: "Servicio de primer nivel y perfiles de sabor increíbles en cada bebida.", imageSrc: "http://img.b2bpic.net/free-photo/texting-with-friends_1098-16718.jpg"},
name: "Elena R.",
handle: "@elena_drinks",
testimonial: "Top-tier service and incredible flavor profiles in every drink.",
imageSrc: "http://img.b2bpic.net/free-photo/texting-with-friends_1098-16718.jpg",
},
{ {
id: "4", id: "4", name: "Daniel P.", handle: "@d_paz", testimonial: "Gran ambiente, grandes bebidas, gran compañía. Totalmente recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/charming-lady-velvet-outfit-holds-martini-glass_197531-15680.jpg"},
name: "Daniel P.",
handle: "@d_paz",
testimonial: "Great vibe, great drinks, great company. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/charming-lady-velvet-outfit-holds-martini-glass_197531-15680.jpg",
},
{ {
id: "5", id: "5", name: "Sofia L.", handle: "@sofia_l", testimonial: "Una verdadera joya oculta en Murcia. El equipo de coctelería conoce su oficio perfectamente.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188362.jpg"},
name: "Sofia L.",
handle: "@sofia_l",
testimonial: "Truly a hidden gem in Murcia. The mixology team knows their craft perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188362.jpg",
},
]} ]}
title="What Our Guests Say" title="Opiniones de nuestros clientes"
description="Join our community of satisfied spirits lovers." description="Únete a nuestra comunidad de amantes de los buenos destilados."
/> />
</div> </div>
@@ -249,26 +163,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "¿Necesito reservar con antelación?", content: "Recomendamos reservar con antelación, especialmente los fines de semana, para asegurar tu sitio."},
title: "Do I need to book in advance?",
content: "Booking is highly recommended, especially on weekends, to secure your spot.",
},
{ {
id: "f2", id: "f2", title: "¿Disponen de aparcamiento?", content: "Hay aparcamiento en la calle disponible cerca, a poca distancia a pie."},
title: "Is parking available?",
content: "Street parking is available nearby within a short walking distance.",
},
{ {
id: "f3", id: "f3", title: "¿Puedo organizar eventos privados?", content: "¡Por supuesto! Ofrecemos opciones para eventos privados. Contáctanos para más información."},
title: "Can I host private events?",
content: "Absolutely! We offer private event arrangements. Contact us to learn more.",
},
]} ]}
title="Frequently Asked Questions" title="Preguntas Frecuentes"
description="Answers to your most common queries." description="Respuestas a tus dudas más comunes."
faqsAnimation="slide-up" faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg" imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg"
imageAlt="The La Whiskería bar scene" imageAlt="Escena del bar de La Whiskería"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -277,11 +182,10 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} tag="Reservaciones"
tag="Reservations" title="Asegura tu Mesa"
title="Secure Your Table" description="Disfruta de un servicio premium. Envíanos un mensaje y nuestro equipo confirmará tu reserva rápidamente."
description="Experience premium service. Send us a message and our team will confirm your booking promptly."
/> />
</div> </div>
@@ -290,29 +194,19 @@ export default function LandingPage() {
logoText="La Whiskería" logoText="La Whiskería"
columns={[ columns={[
{ {
title: "Company", title: "Empresa", items: [
items: [
{ {
label: "About", label: "Sobre Nosotros", href: "#about"},
href: "#about",
},
{ {
label: "Menu", label: "Carta", href: "#menu"},
href: "#menu",
},
], ],
}, },
{ {
title: "Support", title: "Soporte", items: [
items: [
{ {
label: "Reservations", label: "Reservaciones", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy", label: "Privacidad", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -321,4 +215,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }