Update src/app/page.tsx

This commit is contained in:
2026-05-16 21:05:46 +00:00
parent 5d482ade34
commit cd263bb827

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "About",
id: "about",
},
name: "Sobre Nosotros", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Carta", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contacto", id: "contact"},
]}
brandName="La Whiskería"
/>
@@ -55,41 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
title="Elevate Your Evening"
description="Experience Roldán's premier destination for artisanal cocktails and refined spirits. Sophistication in every sip."
variant: "gradient-bars"}}
title="Eleva tu Velada"
description="Descubre el destino principal de Roldán para cócteles artesanales y destilados refinados. Sofisticación en cada sorbo."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reservar Mesa", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "Ver Carta", href: "#menu"},
]}
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",
imageAlt: "Luxurious Bar Interior",
},
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"},
{
imageSrc: "http://img.b2bpic.net/free-photo/night-city-beautiful-woman-red-lights_1153-3730.jpg",
imageAlt: "Whiskey Pour",
},
imageSrc: "http://img.b2bpic.net/free-photo/night-city-beautiful-woman-red-lights_1153-3730.jpg", imageAlt: "Servicio de whisky"},
{
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-50166.jpg",
imageAlt: "Mixology Craft",
},
imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-50166.jpg", imageAlt: "Arte de la coctelería"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-daiquiri-with-lime_23-2149407509.jpg",
imageAlt: "Atmospheric Lighting",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-daiquiri-with-lime_23-2149407509.jpg", imageAlt: "Iluminación atmosférica"},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dreadlocks-walking-night-street-city_627829-9558.jpg",
imageAlt: "Bar Ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dreadlocks-walking-night-street-city_627829-9558.jpg", imageAlt: "Ambiente del bar"},
]}
mediaAnimation="blur-reveal"
/>
@@ -98,16 +75,14 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={true}
title="Artisanal Spirits, Unforgettable Evenings"
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."
title="Espíritus Artesanales, Veladas Inolvidables"
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={[
{
text: "Learn More",
href: "#contact",
},
text: "Saber Más", href: "#contact"},
]}
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>
@@ -119,53 +94,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Signature",
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: "1", brand: "Firma", 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",
brand: "Classic",
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: "2", brand: "Clásico", 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",
brand: "Modern",
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: "3", brand: "Moderno", name: "Mezcal Spicy Mango", 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",
brand: "Premium",
name: "Small Batch Whiskey",
price: "€15",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-wine_1296-538.jpg",
},
id: "4", brand: "Premium", name: "Whisky de Lote Pequeño", price: "€15", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-wine_1296-538.jpg"},
{
id: "5",
brand: "Classic",
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",
},
id: "5", brand: "Clásico", 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"
description="Explore our curated menu of classic, modern, and signature cocktails, paired with premium spirits."
title="Nuestra Selección de Firma"
description="Explora nuestra carta curada de cócteles clásicos, modernos y de firma, maridados con destilados premium."
/>
</div>
@@ -177,22 +122,16 @@ export default function LandingPage() {
features={[
{
icon: Droplets,
title: "Artisanal Craft",
description: "Expertly mixed cocktails with premium ingredients.",
},
title: "Artesanía en Coctelería", description: "Cócteles mezclados por expertos con ingredientes premium."},
{
icon: Music,
title: "Sophisticated Vibe",
description: "The perfect atmosphere for late-night conversations.",
},
title: "Ambiente Sofisticado", description: "El escenario perfecto para conversaciones nocturnas."},
{
icon: Users,
title: "Exceptional Service",
description: "Attentive staff dedicated to your comfort.",
},
title: "Servicio Excepcional", description: "Personal atento dedicado a tu comodidad."},
]}
title="Why Choose Us"
description="Setting the standard for nightlife in Murcia."
title="¿Por qué elegirnos?"
description="Marcando el estándar para la vida nocturna en Murcia."
/>
</div>
@@ -203,43 +142,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
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: "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"},
{
id: "2",
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: "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"},
{
id: "3",
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: "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"},
{
id: "4",
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: "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"},
{
id: "5",
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",
},
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"},
]}
title="What Our Guests Say"
description="Join our community of satisfied spirits lovers."
title="Opiniones de nuestros clientes"
description="Únete a nuestra comunidad de amantes de los buenos destilados."
/>
</div>
@@ -249,26 +163,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need to book in advance?",
content: "Booking is highly recommended, especially on weekends, to secure your spot.",
},
id: "f1", title: "¿Necesito reservar con antelación?", content: "Recomendamos reservar con antelación, especialmente los fines de semana, para asegurar tu sitio."},
{
id: "f2",
title: "Is parking available?",
content: "Street parking is available nearby within a short walking distance.",
},
id: "f2", title: "¿Disponen de aparcamiento?", content: "Hay aparcamiento en la calle disponible cerca, a poca distancia a pie."},
{
id: "f3",
title: "Can I host private events?",
content: "Absolutely! We offer private event arrangements. Contact us to learn more.",
},
id: "f3", title: "¿Puedo organizar eventos privados?", content: "¡Por supuesto! Ofrecemos opciones para eventos privados. Contáctanos para más información."},
]}
title="Frequently Asked Questions"
description="Answers to your most common queries."
title="Preguntas Frecuentes"
description="Respuestas a tus dudas más comunes."
faqsAnimation="slide-up"
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"
/>
</div>
@@ -277,11 +182,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
tag="Reservations"
title="Secure Your Table"
description="Experience premium service. Send us a message and our team will confirm your booking promptly."
variant: "gradient-bars"}}
tag="Reservaciones"
title="Asegura tu Mesa"
description="Disfruta de un servicio premium. Envíanos un mensaje y nuestro equipo confirmará tu reserva rápidamente."
/>
</div>
@@ -290,29 +194,19 @@ export default function LandingPage() {
logoText="La Whiskería"
columns={[
{
title: "Company",
items: [
title: "Empresa", items: [
{
label: "About",
href: "#about",
},
label: "Sobre Nosotros", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Carta", href: "#menu"},
],
},
{
title: "Support",
items: [
title: "Soporte", items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservaciones", href: "#contact"},
{
label: "Privacy",
href: "#",
},
label: "Privacidad", href: "#"},
],
},
]}
@@ -321,4 +215,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}