Merge version_1 into main #1
274
src/app/page.tsx
274
src/app/page.tsx
@@ -25,192 +25,106 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "/reservations",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Fuego Azteca"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reservations", id: "/reservations" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Fuego Azteca"
|
||||
/>
|
||||
</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"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
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: "http://img.b2bpic.net/free-photo/chef-puts-fried-meat-cutting-board_140725-8122.jpg",
|
||||
imageAlt: "cinematic mexican grill steak sizzling",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-19987.jpg",
|
||||
imageAlt: "Traditional Mexican tacos with meat and vegetables on wooden table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048006.jpg",
|
||||
imageAlt: "Front view hands holding delicious taco",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-taco-frame-with-copy-space_23-2148750467.jpg",
|
||||
imageAlt: "Top view taco frame with copy-space",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Loved by local foodies"
|
||||
/>
|
||||
</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"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
{ text: "Reserve a Table", 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: "http://img.b2bpic.net/free-photo/chef-puts-fried-meat-cutting-board_140725-8122.jpg", imageAlt: "cinematic mexican grill steak sizzling"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Loved by local foodies"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Bold Flavors & Tradition"
|
||||
tag="Our Heritage"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Bold Flavors & Tradition"
|
||||
tag="Our Heritage"
|
||||
/>
|
||||
</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."
|
||||
rating={5}
|
||||
author="Elena Rodriguez"
|
||||
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",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</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."
|
||||
rating={5}
|
||||
author="Elena Rodriguez"
|
||||
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" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Detail"
|
||||
description="Crafting unforgettable dining memories with premium ingredients and time-honored techniques."
|
||||
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",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Detail"
|
||||
description="Crafting unforgettable dining memories with premium ingredients and time-honored techniques."
|
||||
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"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
animationType="slide-up"
|
||||
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."
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
animationType="slide-up"
|
||||
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."
|
||||
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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Fuego Azteca"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Fuego Azteca"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Instagram", href: "https://instagram.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user