5 Commits

Author SHA1 Message Date
feec197e49 Update src/app/page.tsx 2026-05-26 03:21:56 +00:00
394171b69b Merge version_3 into main
Merge version_3 into main
2026-05-26 03:18:06 +00:00
1f90199949 Update src/app/page.tsx 2026-05-26 03:18:03 +00:00
4043bf5829 Merge version_2 into main
Merge version_2 into main
2026-05-26 03:16:25 +00:00
4f2f820c34 Update src/app/page.tsx 2026-05-26 03:16:19 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Experience",
id: "#experience",
},
name: "Experience", id: "#experience"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Reservations",
id: "#contact",
},
name: "Reservations", id: "#contact"},
]}
brandName="La Rosa"
/>
@@ -68,15 +54,12 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Authentic Spanish Tapas Meets Premium Tequila Culture"
description="Experience curated small plates and rare tequila selections in an intimate, sophisticated setting designed for discerning palates."
buttons={[
{
text: "Reserve Your Table",
href: "#contact",
},
text: "Reserve Your Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/glasses-with-alcohol-drinks-stand-pretty-tray_1304-3187.jpg"
imageAlt="Elegant interior of La Rosa Tapas & Tequila Bar with ambient lighting"
@@ -105,29 +88,19 @@ export default function LandingPage() {
features={[
{
icon: Utensils,
title: "Authentic Tapas",
description: "Handcrafted small plates inspired by regional Spanish cuisine, prepared with the freshest ingredients and traditional techniques.",
},
title: "Authentic Tapas", description: "Handcrafted small plates inspired by regional Spanish cuisine, prepared with the freshest ingredients and traditional techniques."},
{
icon: Star,
title: "Curated Tequila Bar",
description: "An exclusive selection of rare tequilas and mezcals, guided by our expert mixologists to find your perfect pour.",
},
title: "Curated Tequila Bar", description: "An exclusive selection of rare tequilas and mezcals, guided by our expert mixologists to find your perfect pour."},
{
icon: Heart,
title: "Vibrant Atmosphere",
description: "An intimate and sophisticated ambiance perfect for lively evenings, romantic dinners, and special celebrations.",
},
title: "Vibrant Atmosphere", description: "An intimate and sophisticated ambiance perfect for lively evenings, romantic dinners, and special celebrations."},
{
icon: Utensils,
title: "Culinary Excellence",
description: "Our award-winning chefs blend tradition with innovation, creating dishes that are both classic and exciting.",
},
title: "Culinary Excellence", description: "Our award-winning chefs blend tradition with innovation, creating dishes that are both classic and exciting."},
{
icon: Wine,
title: "Expert Pairing",
description: "Allow our staff to guide you through perfect pairings of tapas with our exquisite tequila and wine selections.",
},
title: "Expert Pairing", description: "Allow our staff to guide you through perfect pairings of tapas with our exquisite tequila and wine selections."},
]}
title="Savor the Finer Details"
description="From the first bite to the last sip, every moment at La Rosa is an occasion. Discover what makes us a destination for culinary and spirit enthusiasts."
@@ -143,68 +116,31 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "tapas-1",
brand: "Spanish Delicacy",
name: "Patatas Bravas",
price: "$12",
rating: 5,
reviewCount: "240",
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-carpaccio-salmon-meat_74190-873.jpg",
imageAlt: "Patatas Bravas with spicy tomato sauce",
},
id: "tapas-1", brand: "Spanish Delicacy", name: "Patatas Bravas", price: "$12", rating: 5,
reviewCount: "240", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tapas-patatas-bravas.webp", imageAlt: "Patatas Bravas with spicy tomato sauce"},
{
id: "tapas-2",
brand: "Seafood Special",
name: "Gambas al Ajillo",
price: "$18",
rating: 5,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chorizo-sliced-plate-assortment_23-2148974665.jpg",
imageAlt: "Garlic shrimp in olive oil",
},
id: "tapas-2", brand: "Seafood Special", name: "Gambas al Ajillo", price: "$18", rating: 5,
reviewCount: "180", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tapas-gambas-al-ajillo.webp", imageAlt: "Garlic shrimp in olive oil"},
{
id: "tapas-3",
brand: "Classic Spanish",
name: "Jamon Iberico",
price: "$25",
rating: 5,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_1203-7416.jpg",
imageAlt: "Platter of sliced Jamon Iberico",
},
id: "tapas-3", brand: "Classic Spanish", name: "Jamon Iberico", price: "$25", rating: 5,
reviewCount: "300", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tapas-jamon-iberico.webp", imageAlt: "Platter of sliced Jamon Iberico"},
{
id: "tequila-1",
brand: "Aged Reserve",
name: "Clase Azul Añejo",
price: "$60/glass",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267851.jpg",
imageAlt: "Clase Azul Añejo tequila bottle",
},
id: "tequila-1", brand: "Aged Reserve", name: "Clase Azul Añejo", price: "$60/glass", rating: 5,
reviewCount: "150", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tequila-clase-azul-anejo.webp", imageAlt: "Clase Azul Añejo tequila bottle"},
{
id: "tequila-2",
brand: "Smooth Reposado",
name: "Don Julio Reposado",
price: "$35/glass",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-near-oils_23-2147930111.jpg",
imageAlt: "Don Julio Reposado tequila bottle",
},
id: "tequila-2", brand: "Smooth Reposado", name: "Don Julio Reposado", price: "$35/glass", rating: 5,
reviewCount: "210", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/tequila-don-julio-reposado.webp", imageAlt: "Don Julio Reposado tequila bottle"},
{
id: "tequila-3",
brand: "Artisan Mezcal",
name: "Mezcal Unión Uno",
price: "$40/glass",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420724.jpg",
imageAlt: "Mezcal Unión Uno bottle",
},
id: "tequila-3", brand: "Artisan Mezcal", name: "Mezcal Unión Uno", price: "$40/glass", rating: 5,
reviewCount: "95", imageSrc: "https://pub-8b776a394625476a8d6e32e8d1973685.r2.dev/mezcal-union-uno.webp", imageAlt: "Mezcal Unión Uno bottle"},
]}
title="Signature Tapas & Rare Tequilas"
description="Explore a selection of our most celebrated dishes and exclusive tequila offerings, meticulously chosen for exceptional taste and quality."
buttons={[
{
text: "View Full Menu", href: "#menu"
}
]}
/>
</div>
@@ -215,45 +151,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Isabella Rossi",
role: "Food Critic",
testimonial: "La Rosa offers an unparalleled Spanish dining experience. The tapas are authentic yet innovative, and the tequila selection is simply divine. A true culinary gem!",
imageSrc: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg",
imageAlt: "Isabella Rossi",
},
id: "1", name: "Isabella Rossi", role: "Food Critic", testimonial: "La Rosa offers an unparalleled Spanish dining experience. The tapas are authentic yet innovative, and the tequila selection is simply divine. A true culinary gem!", imageSrc: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg", imageAlt: "Isabella Rossi"},
{
id: "2",
name: "Marcus Chen",
role: "Entrepreneur",
testimonial: "The atmosphere at La Rosa is vibrant and sophisticated, perfect for a business dinner or a romantic evening. Their tequila experts introduced me to new favorites. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dressed-black-dress-beige-trench-with-stylish-hairstyle-red-lips-terrace_291650-317.jpg",
imageAlt: "Marcus Chen",
},
id: "2", name: "Marcus Chen", role: "Entrepreneur", testimonial: "The atmosphere at La Rosa is vibrant and sophisticated, perfect for a business dinner or a romantic evening. Their tequila experts introduced me to new favorites. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dressed-black-dress-beige-trench-with-stylish-hairstyle-red-lips-terrace_291650-317.jpg", imageAlt: "Marcus Chen"},
{
id: "3",
name: "Sofia Rodriguez",
role: "Event Planner",
testimonial: "We hosted a private event at La Rosa, and it was flawless. The food, drinks, and service exceeded all expectations. Our guests were absolutely thrilled!",
imageSrc: "http://img.b2bpic.net/free-photo/pink-haired-woman-spreading-her-arms-sides_141793-910.jpg",
imageAlt: "Sofia Rodriguez",
},
id: "3", name: "Sofia Rodriguez", role: "Event Planner", testimonial: "We hosted a private event at La Rosa, and it was flawless. The food, drinks, and service exceeded all expectations. Our guests were absolutely thrilled!", imageSrc: "http://img.b2bpic.net/free-photo/pink-haired-woman-spreading-her-arms-sides_141793-910.jpg", imageAlt: "Sofia Rodriguez"},
{
id: "4",
name: "David Kim",
role: "Architect",
testimonial: "Every dish at La Rosa is a work of art. The attention to detail, from presentation to flavor, is outstanding. Its my go-to for an authentic Spanish escape.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831102.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", role: "Architect", testimonial: "Every dish at La Rosa is a work of art. The attention to detail, from presentation to flavor, is outstanding. Its my go-to for an authentic Spanish escape.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-old-man-wearing-suit_23-2148831102.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Elena Morales",
role: "Wine Sommelier",
testimonial: "As a connoisseur, I appreciate La Rosa's dedication to quality. Their tequila collection is exceptional, offering depth and rarity. A sophisticated palate's dream.",
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-proposing_140725-162544.jpg",
imageAlt: "Elena Morales",
},
id: "5", name: "Elena Morales", role: "Wine Sommelier", testimonial: "As a connoisseur, I appreciate La Rosa's dedication to quality. Their tequila collection is exceptional, offering depth and rarity. A sophisticated palate's dream.", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-proposing_140725-162544.jpg", imageAlt: "Elena Morales"},
]}
title="What Our Guests Say"
description="Hear from discerning diners who have experienced the unique charm, exquisite flavors, and exceptional service of La Rosa."
@@ -265,14 +171,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Gourmet Magazine",
"City Eats Awards",
"Luxury Living Daily",
"Tequila Aficionado",
"Urban Dining Guide",
"Fine Spirits Review",
"Chef's Table",
]}
"Gourmet Magazine", "City Eats Awards", "Luxury Living Daily", "Tequila Aficionado", "Urban Dining Guide", "Fine Spirits Review", "Chef's Table"]}
title="Recognized for Excellence"
description="La Rosa is proud to be celebrated by leading culinary critics, luxury lifestyle publications, and local food guides."
/>
@@ -284,35 +183,19 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "How do I make a reservation?",
content: "Reservations can be made directly through our website via the 'Reserve Your Table' button or by calling us during operating hours. We recommend booking in advance, especially for weekend evenings.",
},
id: "faq-1", title: "How do I make a reservation?", content: "Reservations can be made directly through our website via the 'Reserve Your Table' button, by calling us at (555) 123-4567, or emailing us at reservations@larosatapas.com during operating hours. We recommend booking in advance, especially for weekend evenings."},
{
id: "faq-2",
title: "Do you accommodate dietary restrictions?",
content: "Absolutely. Please inform us of any dietary restrictions or allergies when making your reservation or upon arrival, and our culinary team will be happy to assist you.",
},
id: "faq-2", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Please inform us of any dietary restrictions or allergies when making your reservation or upon arrival, and our culinary team will be happy to assist you."},
{
id: "faq-3",
title: "What kind of tequila do you offer?",
content: "Our bar features a meticulously curated selection of premium tequilas, including rare añejos, smooth reposados, and crisp blancos, along with a diverse range of mezcals. Our mixologists can guide you through the options.",
},
id: "faq-3", title: "What kind of tequila do you offer?", content: "Our bar features a meticulously curated selection of premium tequilas, including rare añejos, smooth reposados, and crisp blancos, along with a diverse range of mezcals. Our mixologists can guide you through the options."},
{
id: "faq-4",
title: "Can I host a private event at La Rosa?",
content: "Yes, La Rosa offers private dining and event spaces perfect for corporate gatherings, celebrations, and intimate parties. Please contact our events team for more information and tailored packages.",
},
id: "faq-4", title: "Can I host a private event at La Rosa?", content: "Yes, La Rosa offers private dining and event spaces perfect for corporate gatherings, celebrations, and intimate parties. Please contact our events team via phone or email for more information and tailored packages."},
{
id: "faq-5",
title: "Is there a dress code?",
content: "We encourage smart casual to elegant attire to enhance our upscale dining experience. While not strictly enforced, we appreciate guests who dress for the occasion.",
},
id: "faq-5", title: "What are your operating hours?", content: "We are open Monday - Thursday from 5:00 PM - 10:00 PM, and Friday - Saturday from 5:00 PM - 11:00 PM. We are closed on Sundays."},
{
id: "faq-6",
title: "Do you have parking available?",
content: "Valet parking is available during peak hours, and there are several public parking garages within a short walking distance. Please check our contact page for detailed directions.",
},
id: "faq-6", title: "Where is La Rosa located and do you have parking?", content: "La Rosa is located at 123 Main Street, Anytown, CA 90210. Valet parking is available during peak hours, and several public parking garages are within a short walking distance."},
{
id: "faq-7", title: "Is there a dress code?", content: "We encourage smart casual to elegant attire to enhance our upscale dining experience. While not strictly enforced, we appreciate guests who dress for the occasion."},
]}
title="Your Questions Answered"
description="Find quick answers to common inquiries about reservations, our menu, private events, and ensuring a delightful visit to La Rosa."
@@ -324,11 +207,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
tag="Book Your Table"
title="Experience La Rosa"
description="Ready for an unforgettable culinary journey? Make your reservation or inquire about private events today. We look forward to welcoming you."
description="Ready for an unforgettable culinary journey? Contact us for reservations or inquiries. We are located at 123 Main Street, Anytown, CA 90210. Open Monday-Thursday: 5-10 PM, Friday-Saturday: 5-11 PM, Sunday: Closed. Call us at (555) 123-4567 or email reservations@larosatapas.com."
inputPlaceholder="Your Email"
buttonText="Make a Reservation"
/>
@@ -341,62 +223,43 @@ export default function LandingPage() {
logoText="La Rosa"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Experience",
href: "#experience",
},
label: "Experience", href: "#experience"},
],
},
{
title: "Visit",
items: [
title: "Visit", items: [
{
label: "Reservations",
href: "#contact",
},
label: "123 Main Street, Anytown, CA 90210", href: "https://maps.app.goo.gl/YourActualMapLinkHere"},
{
label: "Private Events",
href: "#contact",
},
label: "Operating Hours:", href: "#faq"},
{
label: "Location",
href: "#",
},
label: "Mon-Thu: 5:00 PM - 10:00 PM", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Fri-Sat: 5:00 PM - 11:00 PM", href: "#faq"},
{
label: "Sun: Closed", href: "#faq"},
{
label: "Phone: (555) 123-4567", href: "tel:+15551234567"},
{
label: "Email: reservations@larosatapas.com", href: "mailto:reservations@larosatapas.com"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com/larosabar",
},
label: "Instagram", href: "https://instagram.com/larosabar"},
{
label: "Facebook",
href: "https://facebook.com/larosabar",
},
label: "Facebook", href: "https://facebook.com/larosabar"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
],
},
]}
@@ -406,4 +269,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}