Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-27 18:35:40 +00:00

View File

@@ -73,15 +73,11 @@ export default function LandingPage() {
<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="Fuego Azteca has completely redefined my standard for Mexican cuisine. The ingredients are incredibly fresh, and the dedication to tradition shows in every bite."
rating={5}
author="Elena Rodriguez"
author="Maria Gonzales"
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: "http://img.b2bpic.net/free-photo/portrait-smiling-chef-standing-kitchen_23-2148866945.jpg", alt: "Customer" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -111,8 +107,8 @@ export default function LandingPage() {
title="Meet Our Culinary Masters"
description="Led by visionary chefs committed to the evolution of Mexican gastronomy."
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: "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" },
]}
/>
</div>
@@ -120,8 +116,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Fuego Azteca"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Instagram", href: "https://instagram.com" }}
leftLink={{ text: "Contact: info@fuegoazteca.com", href: "mailto:info@fuegoazteca.com" }}
rightLink={{ text: "123 Culinary Ave, Mexico City", href: "#" }}
/>
</div>
</ReactLenis>