Update src/app/page.tsx

This commit is contained in:
2026-06-02 20:31:22 +00:00
parent 7a2a599793
commit c03ef6eda4

View File

@@ -33,110 +33,69 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Specials",
id: "#specials",
},
name: "Specials", id: "#specials"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/hand-reaching-fresh-tacos-wooden-board-candlelight_1308-189504.jpg"
logoAlt="Taqueria Los Panchos Logo"
brandName="Taqueria Los Panchos"
button={{
text: "Order Now",
href: "#menu",
}}
text: "Order Now", href: "#menu"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplit
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Authentic Mexican Flavors"
description="Experience the true taste of Mexico with our freshly prepared tacos, burritos, and traditional dishes. Made with love, served with passion."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Order Online",
href: "#contact",
},
text: "Order Online", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-tacos-plate_23-2148629339.jpg"
imageAlt="Delicious street tacos from Taqueria Los Panchos"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg",
alt: "Happy customer enjoying tacos",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg", alt: "Happy customer enjoying tacos"},
{
src: "http://img.b2bpic.net/free-photo/stylish-asian-woman-casual-wear-posing-indoor-cafe-with-phone-hand_627829-1230.jpg",
alt: "Satisfied customer portrait",
},
src: "http://img.b2bpic.net/free-photo/stylish-asian-woman-casual-wear-posing-indoor-cafe-with-phone-hand_627829-1230.jpg", alt: "Satisfied customer portrait"},
{
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
alt: "Woman smiling after eating",
},
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Woman smiling after eating"},
{
src: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-blue-wall-remote-male-film-cinema-movies_140725-71633.jpg",
alt: "Man enjoying a burrito",
},
src: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-blue-wall-remote-male-film-cinema-movies_140725-71633.jpg", alt: "Man enjoying a burrito"},
{
src: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg",
alt: "Group of friends at taqueria",
},
src: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg", alt: "Group of friends at taqueria"},
]}
avatarText="Loved by over 5,000 satisfied customers!"
marqueeItems={[
{
type: "text",
text: "Fresh Ingredients Daily",
type: "text", text: "Fresh Ingredients Daily"},
{
type: "text-icon", text: "Authentic Mexican Recipes", icon: Flame,
},
{
type: "text-icon",
text: "Authentic Mexican Recipes",
icon: Flame,
type: "text", text: "Handmade Tortillas"},
{
type: "text-icon", text: "Family-Owned & Operated", icon: Home,
},
{
type: "text",
text: "Handmade Tortillas",
},
{
type: "text-icon",
text: "Family-Owned & Operated",
icon: Home,
},
{
type: "text",
text: "Award-Winning Salsas",
},
type: "text", text: "Award-Winning Salsas"},
]}
/>
</div>
@@ -163,20 +122,11 @@ export default function LandingPage() {
tag="Chef's Picks"
accordionItems={[
{
id: "special-1",
title: "Taco Tuesday Fiesta",
content: "Enjoy discounted prices on all our signature tacos every Tuesday! A perfect way to try a variety of our delicious offerings.",
},
id: "special-1", title: "Taco Tuesday Fiesta", content: "Enjoy discounted prices on all our signature tacos every Tuesday! A perfect way to try a variety of our delicious offerings."},
{
id: "special-2",
title: "Weekend Brunch Delights",
content: "Join us on weekends for a special brunch menu featuring authentic Chilaquiles, Huevos Rancheros, and refreshing Aguas Frescas.",
},
id: "special-2", title: "Weekend Brunch Delights", content: "Join us on weekends for a special brunch menu featuring authentic Chilaquiles, Huevos Rancheros, and refreshing Aguas Frescas."},
{
id: "special-3",
title: "Margarita Monday",
content: "Kick off your week with our famous Margaritas at a special price. Perfect with any of our spicy and flavorful dishes.",
},
id: "special-3", title: "Margarita Monday", content: "Kick off your week with our famous Margaritas at a special price. Perfect with any of our spicy and flavorful dishes."},
]}
imageSrc="http://img.b2bpic.net/free-photo/hand-taking-piece-fries-with-ketchup-wooden-table_114579-77568.jpg"
imageAlt="Variety of fresh, homemade Mexican salsas"
@@ -193,47 +143,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "taco-al-pastor",
name: "Taco al Pastor",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg",
imageAlt: "Taco al Pastor with pineapple",
},
id: "taco-al-pastor", name: "Taco al Pastor", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Taco al Pastor with pineapple"},
{
id: "taco-carne-asada",
name: "Taco de Carne Asada",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831005.jpg",
imageAlt: "Taco de Carne Asada",
},
id: "taco-carne-asada", name: "Taco de Carne Asada", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831005.jpg", imageAlt: "Taco de Carne Asada"},
{
id: "fish-taco",
name: "Baja Fish Taco",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg",
imageAlt: "Crispy Baja Fish Taco",
},
id: "fish-taco", name: "Baja Fish Taco", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg", imageAlt: "Crispy Baja Fish Taco"},
{
id: "vegetarian-taco",
name: "Vegetarian Taco",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-burritos_23-2147812175.jpg",
imageAlt: "Vegetarian Taco with fresh ingredients",
},
id: "vegetarian-taco", name: "Vegetarian Taco", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-burritos_23-2147812175.jpg", imageAlt: "Vegetarian Taco with fresh ingredients"},
{
id: "classic-burrito",
name: "Classic Burrito",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-mayonnaise_23-2148685542.jpg",
imageAlt: "Large classic burrito",
},
id: "classic-burrito", name: "Classic Burrito", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-mayonnaise_23-2148685542.jpg", imageAlt: "Large classic burrito"},
{
id: "chicken-quesadilla",
name: "Chicken Quesadilla",
price: "$9.00",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11768.jpg",
imageAlt: "Chicken quesadilla with melted cheese",
},
id: "chicken-quesadilla", name: "Chicken Quesadilla", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11768.jpg", imageAlt: "Chicken quesadilla with melted cheese"},
]}
title="Our Signature Dishes"
description="Explore our menu filled with classic Mexican street food and gourmet creations, all made with the freshest ingredients."
@@ -248,62 +168,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "family-combo",
badge: "Popular",
badgeIcon: Sparkles,
price: "$45",
subtitle: "Feeds 4-6 people",
buttons: [
id: "family-combo", badge: "Popular", badgeIcon: Sparkles,
price: "$45", subtitle: "Feeds 4-6 people", buttons: [
{
text: "Order Family Combo",
href: "#contact",
},
text: "Order Family Combo", href: "#contact"},
],
features: [
"12 Tacos (mix & match)",
"Large Chips & Salsa",
"2 Side Dishes",
"4 Drinks",
],
"12 Tacos (mix & match)", "Large Chips & Salsa", "2 Side Dishes", "4 Drinks"],
},
{
id: "catering-basic",
badge: "Best for Parties",
badgeIcon: Sparkles,
price: "$150",
subtitle: "Serves 15-20 people",
buttons: [
id: "catering-basic", badge: "Best for Parties", badgeIcon: Sparkles,
price: "$150", subtitle: "Serves 15-20 people", buttons: [
{
text: "Inquire About Catering",
href: "#contact",
},
text: "Inquire About Catering", href: "#contact"},
],
features: [
"30 Tacos (Assorted)",
"Large Burrito Platter",
"Guacamole & Chips",
"Assorted Aguas Frescas",
],
"30 Tacos (Assorted)", "Large Burrito Platter", "Guacamole & Chips", "Assorted Aguas Frescas"],
},
{
id: "catering-premium",
badge: "Premium Event",
badgeIcon: Sparkles,
price: "$250",
subtitle: "Serves 25-30 people",
buttons: [
id: "catering-premium", badge: "Premium Event", badgeIcon: Sparkles,
price: "$250", subtitle: "Serves 25-30 people", buttons: [
{
text: "Customize Your Event",
href: "#contact",
},
text: "Customize Your Event", href: "#contact"},
],
features: [
"50 Tacos (Premium Selection)",
"Full Burrito Bar",
"Quesadilla Tray",
"Dessert Platter",
"Dedicated Server",
],
"50 Tacos (Premium Selection)", "Full Burrito Bar", "Quesadilla Tray", "Dessert Platter", "Dedicated Server"],
},
]}
title="Catering & Family Combos"
@@ -320,25 +209,15 @@ export default function LandingPage() {
author="Maria S."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-curly-haired-woman-shopper-rests-after-making-purchases-mall-dressed-fashionable-clothes-surrounded-by-shopping-bags-looks-gladfully-away-poses-against-blurred-urban-background_273609-59142.jpg",
alt: "Maria S. avatar",
},
src: "http://img.b2bpic.net/free-photo/positive-curly-haired-woman-shopper-rests-after-making-purchases-mall-dressed-fashionable-clothes-surrounded-by-shopping-bags-looks-gladfully-away-poses-against-blurred-urban-background_273609-59142.jpg", alt: "Maria S. avatar"},
{
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
alt: "Juan P. avatar",
},
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Juan P. avatar"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222270.jpg",
alt: "Sophia K. avatar",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222270.jpg", alt: "Sophia K. avatar"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831070.jpg",
alt: "David L. avatar",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831070.jpg", alt: "David L. avatar"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-businesswoman-smiling-showing-thumbs-up-recommending-company-complime_1258-88351.jpg",
alt: "Emily R. avatar",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-businesswoman-smiling-showing-thumbs-up-recommending-company-complime_1258-88351.jpg", alt: "Emily R. avatar"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -350,25 +229,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Do you offer vegetarian or vegan options?",
content: "Yes, we have a variety of delicious vegetarian tacos, burritos, and quesadillas. Many items can also be made vegan upon request. Just ask our friendly staff!",
},
id: "faq-1", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a variety of delicious vegetarian tacos, burritos, and quesadillas. Many items can also be made vegan upon request. Just ask our friendly staff!"},
{
id: "faq-2",
title: "Can I make a reservation?",
content: "For parties of 6 or more, we recommend making a reservation, especially during peak hours. For smaller groups, we operate on a first-come, first-served basis.",
},
id: "faq-2", title: "Can I make a reservation?", content: "For parties of 6 or more, we recommend making a reservation, especially during peak hours. For smaller groups, we operate on a first-come, first-served basis."},
{
id: "faq-3",
title: "Do you provide catering services?",
content: "Absolutely! We offer catering for events of all sizes. Please check our 'Catering & Family Combos' section or contact us directly to discuss your needs.",
},
id: "faq-3", title: "Do you provide catering services?", content: "Absolutely! We offer catering for events of all sizes. Please check our 'Catering & Family Combos' section or contact us directly to discuss your needs."},
{
id: "faq-4",
title: "What are your operating hours?",
content: "We are open Tuesday through Sunday from 11 AM to 9 PM. We are closed on Mondays. Special holiday hours may apply, please check our social media for updates.",
},
id: "faq-4", title: "What are your operating hours?", content: "We are open Tuesday through Sunday from 11 AM to 9 PM. We are closed on Mondays. Special holiday hours may apply, please check our social media for updates."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our menu, hours, and services."
@@ -382,8 +249,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Visit Us or Order Online!"
description="We can't wait to serve you. Find us at our vibrant location or place an order for pick-up or delivery."
@@ -402,23 +268,17 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/taquerialospanchos",
ariaLabel: "Facebook",
},
href: "https://facebook.com/taquerialospanchos", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://instagram.com/taquerialospanchos",
ariaLabel: "Instagram",
},
href: "https://instagram.com/taquerialospanchos", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "https://twitter.com/lospanchos",
ariaLabel: "Twitter",
},
href: "https://twitter.com/lospanchos", ariaLabel: "Twitter"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}