4 Commits

Author SHA1 Message Date
846ac3f418 Merge version_3 into main
Merge version_3 into main
2026-04-27 18:38:28 +00:00
4da57de3ee Update src/app/page.tsx 2026-04-27 18:38:25 +00:00
ad6873c52e Switch to version 1: modified src/app/page.tsx 2026-04-27 18:37:09 +00:00
020b53ba53 Merge version_2 into main
Merge version_2 into main
2026-04-27 18:35:40 +00:00

View File

@@ -34,50 +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="Fuego Azteca has completely redefined my standard for Mexican cuisine. The ingredients are incredibly fresh, and the dedication to tradition shows in every bite."
testimonial="Falbo's saved me time and money. Honest mechanics who really know their stuff. Highly recommend!"
rating={5}
author="Maria Gonzales"
author="Michael Thompson"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-chef-standing-kitchen_23-2148866945.jpg", alt: "Customer" },
{ src: "https://images.unsplash.com/photo-1599566150163-29194dcaad36?q=80&w=100&h=100", alt: "Customer" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -89,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>
@@ -104,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: "Alejandro brings two decades of expertise in open-fire cooking and ancestral Mexican techniques to our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/chef-with-apron-holding-pan_140725-8134.jpg" },
{ id: "t2", name: "Sofia Gomez", role: "Head Mixologist", description: "Sofia curates our extensive mezcal and tequila collection, focusing on small-batch artisan spirits from Oaxaca.", imageSrc: "http://img.b2bpic.net/free-photo/professional-bartender-making-cocktail_140725-8150.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"
leftLink={{ text: "Contact: info@fuegoazteca.com", href: "mailto:info@fuegoazteca.com" }}
rightLink={{ text: "123 Culinary Ave, Mexico City", href: "#" }}
logoText="Falbo's Tire & Auto Center"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact", href: "/contact" }}
/>
</div>
</ReactLenis>