Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-27 18:38:28 +00:00

View File

@@ -34,54 +34,50 @@ export default function LandingPage() {
{ name: "Reservations", id: "/reservations" },
{ name: "Contact", id: "/contact" },
]}
brandName="Fuego Azteca"
brandName="Falbo's Tire & Auto Center"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "glowing-orb" }}
title="Authentic Mexican Flavor, Elevated"
description="Experience the soul of Mexico through premium, hand-crafted recipes served in an atmosphere of refined warmth and luxury."
tag="Est. 2024"
title="Expert Auto Care & Quality Tires"
description="Keeping your vehicle running safely and reliably. Falbo's provides honest service, quality tire installations, and expert auto repairs for every driver."
tag="Since 1985"
buttons={[
{ text: "View Menu", href: "/menu" },
{ text: "Reserve a Table", href: "/reservations" },
{ text: "Our Services", href: "/menu" },
{ text: "Schedule Service", href: "/reservations" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-with-vegetables-meat_23-2148750433.jpg", imageAlt: "cinematic mexican grill steak sizzling"
imageSrc: "https://images.unsplash.com/photo-1517524025812-70b3e449d095?q=80&w=800&h=600", imageAlt: "Professional tire service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-fried-meat-cutting-board_140725-8122.jpg", imageAlt: "cinematic mexican grill steak sizzling"
imageSrc: "https://images.unsplash.com/photo-1487754180449-c45624773a4b?q=80&w=800&h=600", imageAlt: "Auto mechanics in shop"
}
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by local foodies"
ratingText="Trusted by local drivers"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="A Legacy of Bold Flavors & Tradition"
tag="Our Heritage"
title="Quality Service You Can Count On"
tag="About Us"
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="The best dining experience in the city. The atmosphere is as incredible as the flavors."
testimonial="Falbo's saved me time and money. Honest mechanics who really know their stuff. Highly recommend!"
rating={5}
author="Elena Rodriguez"
author="Michael Thompson"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/homemade-classic-margarita-drink-with-lime-salt-white-background_23-2148283649.jpg", alt: "Diner" },
{ src: "http://img.b2bpic.net/free-photo/side-view-fresh-tropical-cocktail-with-passion-fruit-wooden-stand_140725-12890.jpg", alt: "Diner" },
{ src: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337720.jpg", alt: "Diner" },
{ src: "http://img.b2bpic.net/free-photo/top-view-delicious-daiquiri-with-lime_23-2149407509.jpg", alt: "Diner" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-tasty-daiquiri-cocktail-with-lime_23-2149486867.jpg", alt: "Diner" },
{ src: "https://images.unsplash.com/photo-1599566150163-29194dcaad36?q=80&w=100&h=100", alt: "Customer" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -93,11 +89,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Excellence in Every Detail"
description="Crafting unforgettable dining memories with premium ingredients and time-honored techniques."
title="Why Choose Falbo's?"
description="We pride ourselves on efficiency, transparent pricing, and quality workmanship for all auto maintenance needs."
metrics={[
{ id: "m1", value: "15+", title: "Years of Tradition", items: ["Family recipes", "Artisan methods"] },
{ id: "m2", value: "50+", title: "Mezcal Selections", items: ["Oaxacan spirits", "Small batch"] },
{ id: "m1", value: "40+", title: "Years Experience", items: ["Certified Technicians", "Industry Expertise"] },
{ id: "m2", value: "10k+", title: "Tires Installed", items: ["Major Brands", "Precision Balancing"] },
]}
/>
</div>
@@ -108,20 +104,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Culinary Masters"
description="Led by visionary chefs committed to the evolution of Mexican gastronomy."
title="Our Skilled Technicians"
description="Our team is committed to keeping you on the road safely."
members={[
{ id: "t1", name: "Alejandro Vega", role: "Executive Chef", description: "Bringing 20 years of experience to our open-fire kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-garlic-peppers-lemon-tomatoes-table_140725-147703.jpg" },
{ id: "t2", name: "Sofia Gomez", role: "Head Mixologist", description: "Curating signature pairings with rare agaves.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-fresh-vegetables-black_140725-103972.jpg" },
{ id: "t1", name: "Frank Falbo", role: "Master Technician", description: "Leading our shop with integrity and precision for over three decades.", imageSrc: "https://images.unsplash.com/photo-1581579188747-02a9c1d3e13d?q=80&w=400&h=400" },
{ id: "t2", name: "Sarah Miller", role: "Lead Mechanic", description: "Specialist in complex electrical diagnostics and suspension systems.", imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=400&h=400" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Fuego Azteca"
logoText="Falbo's Tire & Auto Center"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Instagram", href: "https://instagram.com" }}
rightLink={{ text: "Contact", href: "/contact" }}
/>
</div>
</ReactLenis>