Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 13:22:25 +00:00

View File

@@ -28,122 +28,44 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Plaza Azteca"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Authentic Mexican Flavors in Yorktown"
description="Experience the tradition of true Mexican cuisine, where every dish is prepared with passion and the freshest ingredients to bring the spirit of Mexico to your plate."
testimonials={[
{
name: "John Doe",
handle: "@johndoe",
testimonial: "The best tacos I've ever had! Truly authentic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg?_wi=1",
imageAlt: "authentic mexican restaurant food table",
},
{
name: "Jane Smith",
handle: "@janesmith",
testimonial: "Excellent service and the atmosphere is perfect for date night.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-holding-hands-table_23-2148014465.jpg",
imageAlt: "mexican restaurant interior warm lighting",
},
{
name: "Mark Wilson",
handle: "@markwilson",
testimonial: "A must-visit for anyone craving authentic Mexican food.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg?_wi=1",
imageAlt: "gourmet mexican taco dish served",
},
{
name: "Emily Davis",
handle: "@emilydavis",
testimonial: "Great variety and every single dish was flavorful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=1",
imageAlt: "fresh mexican salad with lime",
},
{
name: "Robert Brown",
handle: "@robertb",
testimonial: "Authentic, fresh, and delicious. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg?_wi=1",
imageAlt: "mexican churros with chocolate dessert",
},
{ name: "John Doe", handle: "@johndoe", testimonial: "The best tacos I've ever had! Truly authentic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg", imageAlt: "authentic mexican restaurant food table" },
{ name: "Jane Smith", handle: "@janesmith", testimonial: "Excellent service and the atmosphere is perfect for date night.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-holding-hands-table_23-2148014465.jpg", imageAlt: "mexican restaurant interior warm lighting" },
{ name: "Mark Wilson", handle: "@markwilson", testimonial: "A must-visit for anyone craving authentic Mexican food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg", imageAlt: "gourmet mexican taco dish served" },
{ name: "Emily Davis", handle: "@emilydavis", testimonial: "Great variety and every single dish was flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg", imageAlt: "fresh mexican salad with lime" },
{ name: "Robert Brown", handle: "@robertb", testimonial: "Authentic, fresh, and delicious. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg", imageAlt: "mexican churros with chocolate dessert" },
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg",
alt: "Diner 1",
},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663869.jpg",
alt: "Diner 2",
},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
alt: "Diner 3",
},
{
src: "http://img.b2bpic.net/free-photo/group-colombian-male-friends-spending-time-together-having-fun_23-2151356531.jpg",
alt: "Diner 4",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg",
alt: "Diner 5",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663869.jpg", alt: "Diner 2" },
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg", alt: "Diner 3" },
{ src: "http://img.b2bpic.net/free-photo/group-colombian-male-friends-spending-time-together-having-fun_23-2151356531.jpg", alt: "Diner 4" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg", alt: "Diner 5" },
]}
marqueeItems={[
{
type: "text",
text: "Fresh Ingredients",
},
{
type: "text",
text: "Traditional Recipes",
},
{
type: "text",
text: "Family Atmosphere",
},
{
type: "text",
text: "Authentic Spices",
},
{
type: "text",
text: "Hand-Pressed Tortillas",
},
{ type: "text", text: "Fresh Ingredients" },
{ type: "text", text: "Traditional Recipes" },
{ type: "text", text: "Family Atmosphere" },
{ type: "text", text: "Authentic Spices" },
{ type: "text", text: "Hand-Pressed Tortillas" },
]}
/>
</div>
@@ -153,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Authentic Cuisine"
description={[
"Plaza Azteca brings the rich heritage of Mexican culinary traditions right to the heart of Yorktown. Our chefs use family recipes handed down through generations, ensuring every bite tells a story of passion and culture.",
"From hand-pressed tortillas to our signature house-made salsas, we take pride in delivering a dining experience that feels like home. Join us for a journey of flavor that celebrates authentic Mexican spirit.",
]}
"Plaza Azteca brings the rich heritage of Mexican culinary traditions right to the heart of Yorktown. Our chefs use family recipes handed down through generations, ensuring every bite tells a story of passion and culture.", "From hand-pressed tortillas to our signature house-made salsas, we take pride in delivering a dining experience that feels like home. Join us for a journey of flavor that celebrates authentic Mexican spirit."]}
/>
</div>
@@ -166,42 +86,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Taco Fiesta Platter",
price: "$18.99",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg?_wi=2",
},
{
id: "2",
name: "Sizzling Steak Fajitas",
price: "$22.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=2",
},
{
id: "3",
name: "Tres Leches Delight",
price: "$9.00",
imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg?_wi=2",
},
{
id: "4",
name: "Classic Lime Margarita",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice_123827-22021.jpg",
},
{
id: "5",
name: "Enchilada Suizas",
price: "$19.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-unfolded-burrito-with-blue-background_23-2148329156.jpg",
},
{
id: "6",
name: "Chips & Guacamole Duo",
price: "$10.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg",
},
{ id: "1", name: "Taco Fiesta Platter", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-flatbread-crust-garnished-with-chips_140725-241.jpg" },
{ id: "2", name: "Sizzling Steak Fajitas", price: "$22.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg" },
{ id: "3", name: "Tres Leches Delight", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg" },
{ id: "4", name: "Classic Lime Margarita", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice_123827-22021.jpg" },
{ id: "5", name: "Enchilada Suizas", price: "$19.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-unfolded-burrito-with-blue-background_23-2148329156.jpg" },
{ id: "6", name: "Chips & Guacamole Duo", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg" },
]}
title="Our Signature Menu"
description="Explore our curated selection of classic Mexican dishes, crafted with tradition and care for your enjoyment."
@@ -214,46 +104,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "Best Mexican food in the area! The service is always impeccable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg?_wi=1",
},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "The atmosphere reminds me of my travels to Mexico. Authentic and delightful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663869.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "I love the variety and fresh quality of their ingredients every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
},
{
id: "4",
name: "David Kim",
handle: "@dkim",
testimonial: "Fantastic dining experience! The Fajitas were definitely a standout dish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-colombian-male-friends-spending-time-together-having-fun_23-2151356531.jpg",
},
{
id: "5",
name: "Laura Martinez",
handle: "@lauram",
testimonial: "Such a welcoming place. Perfect for families and friends.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg?_wi=2",
},
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best Mexican food in the area! The service is always impeccable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The atmosphere reminds me of my travels to Mexico. Authentic and delightful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663869.jpg" },
{ id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "I love the variety and fresh quality of their ingredients every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Fantastic dining experience! The Fajitas were definitely a standout dish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-colombian-male-friends-spending-time-together-having-fun_23-2151356531.jpg" },
{ id: "5", name: "Laura Martinez", handle: "@lauram", testimonial: "Such a welcoming place. Perfect for families and friends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222242.jpg" },
]}
showRating={true}
title="Loved by Our Customers"
@@ -264,9 +119,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Experience Plaza Azteca Today"
description="Located in the heart of Yorktown, we invite you to join us for an unforgettable Mexican dining experience. Book a table or drop by for a casual lunch."
@@ -279,45 +132,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Visit Us",
items: [
{
label: "Yorktown Center",
href: "#",
},
{
label: "123 Main St",
href: "#",
},
{
label: "Yorktown, NY 10598",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "(555) 123-4567",
href: "tel:5551234567",
},
{
label: "info@plazaazteca.com",
href: "mailto:info@plazaazteca.com",
},
],
},
{
title: "Hours",
items: [
{
label: "Mon-Sun: 11am - 10pm",
href: "#",
},
],
},
{ title: "Visit Us", items: [{ label: "Yorktown Center", href: "#" }, { label: "123 Main St", href: "#" }, { label: "Yorktown, NY 10598", href: "#" }] },
{ title: "Contact", items: [{ label: "(555) 123-4567", href: "tel:5551234567" }, { label: "info@plazaazteca.com", href: "mailto:info@plazaazteca.com" }] },
{ title: "Hours", items: [{ label: "Mon-Sun: 11am - 10pm", href: "#" }] },
]}
logoText="Plaza Azteca"
/>