Merge version_1 into main #1
275
src/app/page.tsx
275
src/app/page.tsx
@@ -33,52 +33,35 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Connect",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Connect", id: "#contact"},
|
||||
]}
|
||||
brandName="Tacos Las Mamis"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Order Now", href: "#menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience the Flavor Fiesta"
|
||||
description="Authentic Mexican tacos crafted with passion, fresh ingredients, and a dash of spice. Taste the tradition, savor the moment."
|
||||
tag="Taste the Tradition"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "https://maps.app.goo.gl/r6RE7UB9eWXu44w3A",
|
||||
},
|
||||
text: "Find Us", href: "https://maps.app.goo.gl/r6RE7UB9eWXu44w3A"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614371.jpg"
|
||||
imageAlt="Vibrant and delicious Mexican tacos spread"
|
||||
@@ -92,19 +75,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Experience", value: "10+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Fresh Ingredients",
|
||||
value: "Daily",
|
||||
},
|
||||
label: "Fresh Ingredients", value: "Daily"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Happy Customers",
|
||||
value: "Thousands",
|
||||
},
|
||||
label: "Happy Customers", value: "Thousands"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,29 +93,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Signature Dish",
|
||||
title: "Sizzling Steak Tacos",
|
||||
subtitle: "Carne Asada Perfection",
|
||||
description: "Tender, marinated steak grilled to perfection, served on our handmade tortillas with fresh cilantro and onions. A true classic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-with-meat-vegetables_23-2148750444.jpg",
|
||||
imageAlt: "Close up of sizzling steak tacos",
|
||||
},
|
||||
tag: "Signature Dish", title: "Sizzling Steak Tacos", subtitle: "Carne Asada Perfection", description: "Tender, marinated steak grilled to perfection, served on our handmade tortillas with fresh cilantro and onions. A true classic.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-with-meat-vegetables_23-2148750444.jpg", imageAlt: "Close up of sizzling steak tacos"},
|
||||
{
|
||||
tag: "Fresh Catch",
|
||||
title: "Zesty Shrimp Ceviche",
|
||||
subtitle: "Coastal Delight",
|
||||
description: "Succulent shrimp marinated in tangy lime juice with vibrant tomatoes, onions, and avocado. A refreshing taste of the coast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg",
|
||||
imageAlt: "Bowl of fresh shrimp ceviche",
|
||||
},
|
||||
tag: "Fresh Catch", title: "Zesty Shrimp Ceviche", subtitle: "Coastal Delight", description: "Succulent shrimp marinated in tangy lime juice with vibrant tomatoes, onions, and avocado. A refreshing taste of the coast.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", imageAlt: "Bowl of fresh shrimp ceviche"},
|
||||
{
|
||||
tag: "From Scratch",
|
||||
title: "Handmade Corn Tortillas",
|
||||
subtitle: "The Foundation of Flavor",
|
||||
description: "Crafted daily from authentic masa, our soft and warm corn tortillas are the perfect vessel for all our delicious fillings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-ramadan-tradition_23-2151929219.jpg",
|
||||
imageAlt: "Stack of handmade corn tortillas",
|
||||
},
|
||||
tag: "From Scratch", title: "Handmade Corn Tortillas", subtitle: "The Foundation of Flavor", description: "Crafted daily from authentic masa, our soft and warm corn tortillas are the perfect vessel for all our delicious fillings.", imageSrc: "http://img.b2bpic.net/free-photo/concept-ramadan-tradition_23-2151929219.jpg", imageAlt: "Stack of handmade corn tortillas"},
|
||||
]}
|
||||
title="Ignite Your Taste Buds"
|
||||
description="Discover what makes Tacos Las Mamis an unforgettable culinary journey. Each dish is a symphony of authentic flavors."
|
||||
@@ -153,53 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "al-pastor",
|
||||
name: "Tacos al Pastor",
|
||||
price: "$3.50",
|
||||
variant: "Pork",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg",
|
||||
imageAlt: "Delicious Tacos al Pastor with pineapple",
|
||||
},
|
||||
id: "al-pastor", name: "Tacos al Pastor", price: "$3.50", variant: "Pork", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg", imageAlt: "Delicious Tacos al Pastor with pineapple"},
|
||||
{
|
||||
id: "carne-asada",
|
||||
name: "Tacos de Carne Asada",
|
||||
price: "$4.00",
|
||||
variant: "Beef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-meat-beans-salsa_2829-20023.jpg",
|
||||
imageAlt: "Grilled Carne Asada tacos with fresh toppings",
|
||||
},
|
||||
id: "carne-asada", name: "Tacos de Carne Asada", price: "$4.00", variant: "Beef", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-meat-beans-salsa_2829-20023.jpg", imageAlt: "Grilled Carne Asada tacos with fresh toppings"},
|
||||
{
|
||||
id: "pollo-asado",
|
||||
name: "Tacos de Pollo Asado",
|
||||
price: "$3.50",
|
||||
variant: "Chicken",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lemon_23-2148764335.jpg",
|
||||
imageAlt: "Tacos de Pollo Asado with salsa",
|
||||
},
|
||||
id: "pollo-asado", name: "Tacos de Pollo Asado", price: "$3.50", variant: "Chicken", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lemon_23-2148764335.jpg", imageAlt: "Tacos de Pollo Asado with salsa"},
|
||||
{
|
||||
id: "fish-tacos",
|
||||
name: "Baja Fish Tacos",
|
||||
price: "$4.50",
|
||||
variant: "Seafood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22706.jpg",
|
||||
imageAlt: "Crispy Baja Fish Tacos with white sauce",
|
||||
},
|
||||
id: "fish-tacos", name: "Baja Fish Tacos", price: "$4.50", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22706.jpg", imageAlt: "Crispy Baja Fish Tacos with white sauce"},
|
||||
{
|
||||
id: "veggie-tacos",
|
||||
name: "Tacos Vegetarianos",
|
||||
price: "$3.00",
|
||||
variant: "Veggie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-vegetarian-taco_23-2148629346.jpg",
|
||||
imageAlt: "Colorful Vegetarian Tacos with fresh veggies",
|
||||
},
|
||||
id: "veggie-tacos", name: "Tacos Vegetarianos", price: "$3.00", variant: "Veggie", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-vegetarian-taco_23-2148629346.jpg", imageAlt: "Colorful Vegetarian Tacos with fresh veggies"},
|
||||
{
|
||||
id: "chorizo-tacos",
|
||||
name: "Tacos de Chorizo",
|
||||
price: "$3.75",
|
||||
variant: "Spicy Pork",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mexican-food-with-nachos_23-2148614407.jpg",
|
||||
imageAlt: "Spicy Chorizo Tacos with cilantro",
|
||||
},
|
||||
id: "chorizo-tacos", name: "Tacos de Chorizo", price: "$3.75", variant: "Spicy Pork", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mexican-food-with-nachos_23-2148614407.jpg", imageAlt: "Spicy Chorizo Tacos with cilantro"},
|
||||
]}
|
||||
title="Our Signature Tacos"
|
||||
description="From classic al pastor to innovative vegetarian options, our menu is a celebration of Mexican street food artistry."
|
||||
@@ -213,56 +136,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "lunch-combo",
|
||||
tag: "Lunch Special",
|
||||
price: "$12.00",
|
||||
period: "/ combo",
|
||||
description: "Perfect for a quick and delicious midday meal.",
|
||||
button: {
|
||||
text: "Order Lunch",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"2 Tacos (choice of protein)",
|
||||
"Side of Rice & Beans",
|
||||
"Refreshing Agua Fresca",
|
||||
],
|
||||
id: "lunch-combo", tag: "Lunch Special", price: "$12.00", period: "/ combo", description: "Perfect for a quick and delicious midday meal.", button: {
|
||||
text: "Order Lunch", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"2 Tacos (choice of protein)", "Side of Rice & Beans", "Refreshing Agua Fresca"],
|
||||
},
|
||||
{
|
||||
id: "family-fiesta",
|
||||
tag: "Family Pack",
|
||||
price: "$35.00",
|
||||
period: "/ pack",
|
||||
description: "Feed the whole family with a generous selection of our best tacos.",
|
||||
button: {
|
||||
text: "Get Fiesta Pack",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"10 Tacos (mixed proteins)",
|
||||
"Large Rice & Beans",
|
||||
"Chips & Guacamole",
|
||||
"2 Liter Soda",
|
||||
],
|
||||
id: "family-fiesta", tag: "Family Pack", price: "$35.00", period: "/ pack", description: "Feed the whole family with a generous selection of our best tacos.", button: {
|
||||
text: "Get Fiesta Pack", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"10 Tacos (mixed proteins)", "Large Rice & Beans", "Chips & Guacamole", "2 Liter Soda"],
|
||||
},
|
||||
{
|
||||
id: "taco-lover",
|
||||
tag: "Ultimate Value",
|
||||
price: "$18.00",
|
||||
period: "/ meal",
|
||||
description: "For the true taco aficionado, enjoy more of your favorites.",
|
||||
button: {
|
||||
text: "Indulge Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"4 Tacos (choice of protein)",
|
||||
"Large Chips & Salsa",
|
||||
"Mexican Coke",
|
||||
],
|
||||
id: "taco-lover", tag: "Ultimate Value", price: "$18.00", period: "/ meal", description: "For the true taco aficionado, enjoy more of your favorites.", button: {
|
||||
text: "Indulge Now", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"4 Tacos (choice of protein)", "Large Chips & Salsa", "Mexican Coke"],
|
||||
},
|
||||
]}
|
||||
title="Daily Deals & Combos"
|
||||
@@ -276,48 +165,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria G.",
|
||||
handle: "@MariaFoodie",
|
||||
testimonial: "The al pastor tacos are out of this world! Every bite is a burst of authentic flavor. My go-to spot for Mexican food!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543705.jpg",
|
||||
imageAlt: "Happy woman eating a taco",
|
||||
},
|
||||
id: "1", name: "Maria G.", handle: "@MariaFoodie", testimonial: "The al pastor tacos are out of this world! Every bite is a burst of authentic flavor. My go-to spot for Mexican food!", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543705.jpg", imageAlt: "Happy woman eating a taco"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan P.",
|
||||
handle: "@TacoHunterJuan",
|
||||
testimonial: "Finally, real Mexican tacos! The carne asada is perfectly seasoned, and the tortillas are clearly homemade. Five stars!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
imageAlt: "Satisfied man enjoying Mexican food",
|
||||
},
|
||||
id: "2", name: "Juan P.", handle: "@TacoHunterJuan", testimonial: "Finally, real Mexican tacos! The carne asada is perfectly seasoned, and the tortillas are clearly homemade. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg", imageAlt: "Satisfied man enjoying Mexican food"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia L.",
|
||||
handle: "@LocalEats",
|
||||
testimonial: "I bring all my friends here. The atmosphere is cozy, the staff is friendly, and the food is consistently amazing. Love Tacos Las Mamis!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2514.jpg",
|
||||
imageAlt: "Smiling woman at a restaurant",
|
||||
},
|
||||
id: "3", name: "Sofia L.", handle: "@LocalEats", testimonial: "I bring all my friends here. The atmosphere is cozy, the staff is friendly, and the food is consistently amazing. Love Tacos Las Mamis!", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2514.jpg", imageAlt: "Smiling woman at a restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos R.",
|
||||
handle: "@TasteExplorer",
|
||||
testimonial: "You haven't lived until you've tried their fish tacos. So fresh, so zesty! It's like a vacation in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-with-delicious-food_23-2150168105.jpg",
|
||||
imageAlt: "Happy couple enjoying dinner",
|
||||
},
|
||||
id: "4", name: "Carlos R.", handle: "@TasteExplorer", testimonial: "You haven't lived until you've tried their fish tacos. So fresh, so zesty! It's like a vacation in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-with-delicious-food_23-2150168105.jpg", imageAlt: "Happy couple enjoying dinner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
handle: "@FamilyFoodFun",
|
||||
testimonial: "My family loves this place! There's something for everyone, even my picky eaters. It's our new favorite family dinner spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-dining-table-focus-is-redhead-woman_637285-3231.jpg",
|
||||
imageAlt: "Satisfied family eating tacos",
|
||||
},
|
||||
id: "5", name: "Elena M.", handle: "@FamilyFoodFun", testimonial: "My family loves this place! There's something for everyone, even my picky eaters. It's our new favorite family dinner spot.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-dining-table-focus-is-redhead-woman_637285-3231.jpg", imageAlt: "Satisfied family eating tacos"},
|
||||
]}
|
||||
title="What Our Mamis Say"
|
||||
description="Hear from our beloved customers about their favorite Tacos Las Mamis experiences."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -326,14 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Foodies",
|
||||
"City Eats",
|
||||
"Taste Magazine",
|
||||
"Restaurant Critics",
|
||||
"Daily News",
|
||||
"Community Favorites",
|
||||
"Food Bloggers",
|
||||
]}
|
||||
"Local Foodies", "City Eats", "Taste Magazine", "Restaurant Critics", "Daily News", "Community Favorites", "Food Bloggers"]}
|
||||
title="Loved by the Community"
|
||||
description="A local favorite, Tacos Las Mamis is proudly serving authentic flavors to our neighborhood."
|
||||
/>
|
||||
@@ -343,8 +196,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Join Our Flavor Family"
|
||||
description="Stay updated on our latest specials, events, and new menu additions. Get exclusive offers delivered to your inbox!"
|
||||
@@ -358,54 +210,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Our Menu",
|
||||
items: [
|
||||
title: "Our Menu", items: [
|
||||
{
|
||||
label: "Tacos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Tacos", href: "#menu"},
|
||||
{
|
||||
label: "Ceviche",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Ceviche", href: "#menu"},
|
||||
{
|
||||
label: "Combos",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Combos", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/r6RE7UB9eWXu44w3A",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/r6RE7UB9eWXu44w3A"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user