Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-07 02:51:54 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Nosotros", id: "about" },
{ name: "Características", id: "features" },
{ name: "Menú", id: "menu" },
{ name: "Contacto", id: "contact" },
]}
brandName="Fortunatos Bar"
/>
@@ -55,42 +43,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Fortunatos Bar"
description="Your neighborhood destination for craft drinks, good company, and great memories. Join us for a perfect evening."
description="Tu destino de barrio para tragos artesanales, buena compañía y grandes recuerdos. Únete a nosotros para una velada perfecta."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Visit Us",
href: "#contact",
},
{ text: "Ver Menú", href: "#menu" },
{ text: "Visítanos", href: "#contact" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg",
imageAlt: "Warm and inviting bar atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg",
imageAlt: "Bartender preparing craft cocktails",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-men-standing-bar-counter-restaurant_23-2147861994.jpg",
imageAlt: "Cozy rustic bar decor",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-young-multiracial-smiling-people-resting-pub-friends-sitting-wooden-counter-enjoying-drinks_613910-17668.jpg",
imageAlt: "Socializing in the bar area",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-craft-beer-bar_23-2148111264.jpg",
imageAlt: "Craft beer and drinks selection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg",
imageAlt: "Elegant evening bar setting",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg", imageAlt: "Ambiente cálido y acogedor en el bar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/book-with-drink-black-background_23-2148273473.jpg", imageAlt: "Bartender preparando cocteles artesanales" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rear-view-men-standing-bar-counter-restaurant_23-2147861994.jpg", imageAlt: "Decoración rústica y acogedora" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-multiracial-smiling-people-resting-pub-friends-sitting-wooden-counter-enjoying-drinks_613910-17668.jpg", imageAlt: "Gente socializando en la barra" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-craft-beer-bar_23-2148111264.jpg", imageAlt: "Selección de cervezas artesanales" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg", imageAlt: "Setting elegante de noche" },
]}
/>
</div>
@@ -99,21 +63,12 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="split"
useInvertedBackground={true}
title="Where Every Glass Tells a Story"
description="Established with a passion for hospitality, Fortunatos Bar is more than just a place to grab a drink. We curate an experience centered around quality spirits, carefully selected wines, and a welcoming environment for all our regulars and newcomers alike."
title="Donde cada vaso cuenta una historia"
description="Establecido con pasn por la hospitalidad, Fortunatos Bar es mucho más que un lugar para tomar un trago. Curamos una experiencia centrada en destilados de calidad, vinos cuidadosamente seleccionados y un entorno acogedor para todos nuestros clientes habituales y nuevos amigos."
bulletPoints={[
{
title: "Expert Mixology",
description: "Our bartenders master the balance of flavor in every drink.",
},
{
title: "Local Vibe",
description: "A cozy, comfortable space built for community connection.",
},
{
title: "Selected Spirits",
description: "Premium selections sourced for discerning palates.",
},
{ title: "Coctelería de Autor", description: "Nuestros bartenders dominan el equilibrio de sabores en cada bebida." },
{ title: "Ambiente Local", description: "Un espacio cómodo y acogedor diseñado para conectar con la comunidad." },
{ title: "Selección de Destilados", description: "Selecciones premium elegidas para paladares exigentes." },
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg"
mediaAnimation="slide-up"
@@ -125,24 +80,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Signature Cocktails",
description: "Unique recipes you won't find anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093575.jpg",
},
{
title: "Curated Craft Beer",
description: "A rotating selection of the finest local brews.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-2198.jpg",
},
{
title: "Small Bite Pairings",
description: "Enjoy savory snacks that perfectly complement your drink.",
imageSrc: "http://img.b2bpic.net/free-photo/herring-bread-slices-boiled-potatoes-plate-pickles-glass-wine-blue-surface_114579-14376.jpg",
},
{ title: "Cocteles de Autor", description: "Recetas únicas que no encontrarás en ningún otro lugar.", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093575.jpg" },
{ title: "Cerveza Artesanal", description: "Una selección rotativa de las mejores cervezas locales.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-2198.jpg" },
{ title: "Botanas y Maridajes", description: "Disfruta de bocadillos salados que complementan tu bebida a la perfección.", imageSrc: "http://img.b2bpic.net/free-photo/herring-bread-slices-boiled-potatoes-plate-pickles-glass-wine-blue-surface_114579-14376.jpg" },
]}
title="Why Choose Fortunatos?"
description="Experience the dedication that sets our neighborhood bar apart."
title="¿Por qué elegir Fortunatos?"
description="Experimenta la dedicación que distingue a nuestro bar de barrio."
/>
</div>
@@ -153,45 +96,15 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Premium Bourbon",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/drink-water-bottle-with-glass-table-restaurant_169016-40085.jpg",
},
{
id: "2",
name: "House Red Wine",
price: "$10",
imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg",
},
{
id: "3",
name: "Craft IPA",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321466.jpg",
},
{
id: "4",
name: "Signature Martini",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-daiquiri-with-orange_23-2149418286.jpg",
},
{
id: "5",
name: "Charcuterie Board",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043648.jpg",
},
{
id: "6",
name: "Espresso Martini",
price: "$13",
imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-sliced-dried-citrus-flower_141793-617.jpg",
},
{ id: "1", name: "Bourbon Premium", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/drink-water-bottle-with-glass-table-restaurant_169016-40085.jpg" },
{ id: "2", name: "Vino Tinto de la Casa", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg" },
{ id: "3", name: "IPA Artesanal", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321466.jpg" },
{ id: "4", name: "Martini de Autor", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-daiquiri-with-orange_23-2149418286.jpg" },
{ id: "5", name: "Tabla de Quesos y Carnes", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043648.jpg" },
{ id: "6", name: "Espresso Martini", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-sliced-dried-citrus-flower_141793-617.jpg" },
]}
title="Our Signature Selection"
description="Discover our collection of fine spirits, wines, and craft beers."
title="Nuestra Selección"
description="Descubre nuestra colección de destilados finos, vinos y cervezas."
/>
</div>
@@ -201,44 +114,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best atmosphere in the city. Always my go-to spot.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232838.jpg",
},
{
id: "2",
name: "Michael R.",
handle: "@mikero",
testimonial: "Excellent service and an amazing whiskey collection.",
imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-with-friends-pub_329181-18324.jpg",
},
{
id: "3",
name: "Emily K.",
handle: "@emilyk",
testimonial: "Perfect place to relax after work with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-using-mobile-phone-while-enjoying-meal-together-restaurant-friends-concept_58466-16797.jpg",
},
{
id: "4",
name: "David W.",
handle: "@davidw",
testimonial: "Every cocktail is crafted to perfection, simply stellar.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-indoors_23-2148965330.jpg",
},
{
id: "5",
name: "Linda M.",
handle: "@lindam",
testimonial: "Cozy, welcoming, and consistently high quality. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-their-time-dj-party_23-2149658378.jpg",
},
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "El mejor ambiente de la ciudad. Siempre mi lugar favorito.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232838.jpg" },
{ id: "2", name: "Michael R.", handle: "@mikero", testimonial: "Excelente servicio y una increíble colección de whisky.", imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-with-friends-pub_329181-18324.jpg" },
{ id: "3", name: "Emily K.", handle: "@emilyk", testimonial: "El lugar perfecto para relajarse después del trabajo con amigos.", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-using-mobile-phone-while-enjoying-meal-together-restaurant-friends-concept_58466-16797.jpg" },
]}
title="Hear From Our Regulars"
description="Discover why our guests keep coming back."
title="Lo que dicen nuestros clientes"
description="Descubre por qué nuestros visitantes siempre regresan."
/>
</div>
@@ -247,16 +128,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"City Food Guide",
"Neighborhood Best",
"Craft Spirit Daily",
"Nightlife Weekly",
"Local Dining Hub",
"Pub Critics Choice",
"Best Bar Awards",
]}
title="Recognized Excellence"
description="Proudly featured in local nightlife and dining guides."
"Guía Gastronómica", "Lo Mejor del Barrio", "Craft Spirit Daily", "Vida Nocturna", "Dining Hub Local"]}
title="Reconocimiento y Excelencia"
description="Orgullosamente destacados en guías de restaurantes y vida nocturna."
/>
</div>
@@ -265,24 +139,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Are reservations required?",
content: "We take walk-ins mostly, but accept reservations for larger groups.",
},
{
id: "2",
title: "Is the bar dog-friendly?",
content: "Yes, our outdoor patio is very dog-friendly.",
},
{
id: "3",
title: "Do you serve food?",
content: "We offer a curated selection of bar snacks and sharing platters.",
},
{ id: "1", title: "¿Se requiere reserva?", content: "Principalmente recibimos visitas sin reserva, pero aceptamos reservas para grupos grandes." },
{ id: "2", title: "¿Es el bar pet-friendly?", content: "Sí, nuestra terraza al aire libre admite mascotas." },
{ id: "3", title: "¿Sirven comida?", content: "Ofrecemos una selección de botanas y tablas para compartir." },
]}
title="Frequently Asked Questions"
description="Have questions about our hours or services? Find answers here."
title="Preguntas Frecuentes"
description="¿Tienes dudas sobre nuestros horarios o servicios? Encuentra respuestas aquí."
faqsAnimation="slide-up"
/>
</div>
@@ -290,61 +152,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
text="Join us at Fortunatos Bar today. We're looking forward to serving you an exceptional experience."
buttons={[
{
text: "Book a Table",
href: "#",
},
]}
background={{ variant: "sparkles-gradient" }}
text="Únete a nosotros en Fortunatos Bar hoy mismo. Esperamos brindarte una experiencia excepcional."
buttons={[{ text: "Reservar Mesa", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Menu",
items: [
{
label: "Drinks",
href: "#menu",
},
{
label: "Snacks",
href: "#menu",
},
],
},
{
title: "Info",
items: [
{
label: "Location",
href: "#contact",
},
{
label: "Hours",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
],
},
{ title: "Menú", items: [{ label: "Bebidas", href: "#menu" }, { label: "Botanas", href: "#menu" }] },
{ title: "Info", items: [{ label: "Ubicación", href: "#contact" }, { label: "Horarios", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
]}
logoText="Fortunatos Bar"
/>
@@ -352,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}