Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-22 16:47:37 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="La Cocina de Ana"
/>
@@ -52,63 +44,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Authentic Mexican Food Made Fresh Daily"
description="Family recipes, bold flavors, and ready when you are."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663876.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663876.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/vendor-displaying-box-lemons_482257-109956.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/vendor-displaying-box-lemons_482257-109956.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663835.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663835.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663872.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663872.jpg", alt: "Customer"},
]}
buttons={[
{
text: "Order Online",
href: "/menu",
},
text: "Order Online", href: "/menu"},
{
text: "View Menu",
href: "/menu",
},
text: "View Menu", href: "/menu"},
]}
marqueeItems={[
{
type: "text",
text: "Freshly Prepared",
},
type: "text", text: "Freshly Prepared"},
{
type: "text",
text: "Family Owned",
},
type: "text", text: "Family Owned"},
{
type: "text",
text: "Authentic Recipes",
},
type: "text", text: "Authentic Recipes"},
{
type: "text",
text: "Locally Sourced",
},
type: "text", text: "Locally Sourced"},
{
type: "text",
text: "Made Daily",
},
type: "text", text: "Made Daily"},
]}
/>
</div>
@@ -121,41 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Street Tacos",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=1",
},
id: "1", name: "Street Tacos", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg"},
{
id: "2",
name: "Tinga de Pollo",
price: "$15.50",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg?_wi=1",
},
id: "2", name: "Tinga de Pollo", price: "$15.50", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg"},
{
id: "3",
name: "Poblano Pork",
price: "$16.95",
imageSrc: "http://img.b2bpic.net/free-photo/bulgur-with-meat-zucchini-prunes-beans-bell-pepper-dry-fruits-side-view_141793-1756.jpg",
},
id: "3", name: "Poblano Pork", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/bulgur-with-meat-zucchini-prunes-beans-bell-pepper-dry-fruits-side-view_141793-1756.jpg"},
{
id: "4",
name: "Traditional Flan",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-soup-spoon-lemon-pumpkin-soup-board-sauce-spices_140725-73797.jpg",
},
id: "4", name: "Traditional Flan", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-soup-spoon-lemon-pumpkin-soup-board-sauce-spices_140725-73797.jpg"},
{
id: "5",
name: "Chips & Guac",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/mashed-avocado-guacamole-sauce-bowl-with-crackers_1220-7065.jpg",
},
id: "5", name: "Chips & Guac", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/mashed-avocado-guacamole-sauce-bowl-with-crackers_1220-7065.jpg"},
{
id: "6",
name: "Veggie Entree",
price: "$14.25",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-vegetable-meal-colorful-tasty-inside-white-plate-along-with-crisps-eggs-grey-table-dish-vegetables_140725-16108.jpg",
},
id: "6", name: "Veggie Entree", price: "$14.25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-vegetable-meal-colorful-tasty-inside-white-plate-along-with-crisps-eggs-grey-table-dish-vegetables_140725-16108.jpg"},
]}
title="Popular Dishes"
description="Taste the tradition in every bite."
@@ -168,45 +111,28 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Fresh Ingredients",
description: "We source daily to ensure every salsa and garnish tastes like home.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-fruits-online-using-her-smartphone_23-2149240374.jpg",
},
title: "Fresh Ingredients", description: "We source daily to ensure every salsa and garnish tastes like home.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-fruits-online-using-her-smartphone_23-2149240374.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/sombrero-mexican-food-around-paper-card_23-2147740719.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-with-pomegranate-plate-cake-with-pomegranates-bowls-berries_140725-123334.jpg",
imageAlt: "person holding smartphone ordering food app",
imageSrc: "http://img.b2bpic.net/free-photo/sombrero-mexican-food-around-paper-card_23-2147740719.jpg"}
},
{
title: "Take & Bake Convenience",
description: "Ready-to-heat bundles perfect for busy families or effortless hosting.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3677.jpg",
},
title: "Take & Bake Convenience", description: "Ready-to-heat bundles perfect for busy families or effortless hosting.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3677.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/small-festive-pastry-platter-christmas-sock-marble_114579-23800.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortillas-marble-background_23-2148224174.jpg?_wi=2",
imageAlt: "person holding smartphone ordering food app",
imageSrc: "http://img.b2bpic.net/free-photo/small-festive-pastry-platter-christmas-sock-marble_114579-23800.jpg"}
},
{
title: "Vegetarian & GF Options",
description: "Authentic flavors crafted for all dietary preferences without compromising taste.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-phone-arrangement_23-2149177879.jpg",
},
title: "Vegetarian & GF Options", description: "Authentic flavors crafted for all dietary preferences without compromising taste.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-phone-arrangement_23-2149177879.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meals-casseroles-with-salad-shrimp_23-2148487822.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663846.jpg?_wi=2",
imageAlt: "person holding smartphone ordering food app",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meals-casseroles-with-salad-shrimp_23-2148487822.jpg"}
},
]}
showStepNumbers={false}
title="Why Choose Us"
description="We bring Plymouth the best of Mexico with fresh, homemade quality."
animationType="slide-up"
/>
</div>
@@ -216,45 +142,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Amazing Flavor!",
quote: "The best tacos in Plymouth, bar none.",
name: "Sarah J.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating_23-2147680636.jpg",
},
id: "1", title: "Amazing Flavor!", quote: "The best tacos in Plymouth, bar none.", name: "Sarah J.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating_23-2147680636.jpg"},
{
id: "2",
title: "Family Favorite",
quote: "We get the take-and-bake every Friday. Life saver!",
name: "Mark D.",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg",
},
id: "2", title: "Family Favorite", quote: "We get the take-and-bake every Friday. Life saver!", name: "Mark D.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg"},
{
id: "3",
title: "Authentic!",
quote: "Exactly like my abuela's recipes.",
name: "Elena R.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoy-shopping-with-credit-cards_1150-18782.jpg",
},
id: "3", title: "Authentic!", quote: "Exactly like my abuela's recipes.", name: "Elena R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoy-shopping-with-credit-cards_1150-18782.jpg"},
{
id: "4",
title: "Great Service",
quote: "So welcoming and always fresh.",
name: "David K.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
},
id: "4", title: "Great Service", quote: "So welcoming and always fresh.", name: "David K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"},
{
id: "5",
title: "Five Stars",
quote: "Absolutely obsessed with the poblano pork.",
name: "Tina L.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663874.jpg",
},
id: "5", title: "Five Stars", quote: "Absolutely obsessed with the poblano pork.", name: "Tina L.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663874.jpg"},
]}
title="From Our Community"
description="See why local families make us their favorite spot."
@@ -271,25 +167,13 @@ export default function LandingPage() {
description="Why we are the community favorite."
metrics={[
{
id: "m1",
value: "15+",
description: "Years of Tradition",
},
id: "m1", value: "15+", description: "Years of Tradition"},
{
id: "m2",
value: "5k+",
description: "Tacos Served",
},
id: "m2", value: "5k+", description: "Tacos Served"},
{
id: "m3",
value: "99%",
description: "Happy Guests",
},
id: "m3", value: "99%", description: "Happy Guests"},
{
id: "m4",
value: "100%",
description: "Authentic Ingredients",
},
id: "m4", value: "100%", description: "Authentic Ingredients"},
]}
/>
</div>
@@ -298,13 +182,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="La Cocina de Ana"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>