Update src/app/page.tsx
This commit is contained in:
394
src/app/page.tsx
394
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu-experience",
|
||||
},
|
||||
name: "Menu", id: "menu-experience"},
|
||||
{
|
||||
name: "About",
|
||||
id: "why-stop-here",
|
||||
},
|
||||
name: "About", id: "why-stop-here"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "road-trip",
|
||||
},
|
||||
name: "Location", id: "road-trip"},
|
||||
{
|
||||
name: "Order Online",
|
||||
id: "final-cta",
|
||||
},
|
||||
name: "Order Online", id: "final-cta"},
|
||||
]}
|
||||
brandName="Mariachis Burger House"
|
||||
/>
|
||||
@@ -66,13 +54,9 @@ export default function LandingPage() {
|
||||
description="Burgers. Breakfast Tacos. Texas Comfort Food. Family owned and proudly serving Kingsville with homemade favorites that keep locals and travelers coming back."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu-experience",
|
||||
},
|
||||
text: "View Menu", href: "#menu-experience"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#final-cta",
|
||||
},
|
||||
text: "Order Online", href: "#final-cta"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-plate_23-2149897389.jpg"
|
||||
imageAlt="Massive juicy burger and fresh breakfast tacos"
|
||||
@@ -88,53 +72,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "family-owned",
|
||||
value: "✓",
|
||||
title: "Family Owned",
|
||||
description: "Generations of Texas hospitality.",
|
||||
icon: Users,
|
||||
id: "family-owned", value: "✓", title: "Family Owned", description: "Generations of Texas hospitality.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "breakfast-all-morning",
|
||||
value: "✓",
|
||||
title: "Breakfast All Morning",
|
||||
description: "Fresh tacos and more to start your day.",
|
||||
icon: Sunrise,
|
||||
id: "breakfast-all-morning", value: "✓", title: "Breakfast All Morning", description: "Fresh tacos and more to start your day.", icon: Sunrise,
|
||||
},
|
||||
{
|
||||
id: "burgers-mexican",
|
||||
value: "✓",
|
||||
title: "Burgers & Mexican Favorites",
|
||||
description: "Something for every craving.",
|
||||
icon: Award,
|
||||
id: "burgers-mexican", value: "✓", title: "Burgers & Mexican Favorites", description: "Something for every craving.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "drive-thru",
|
||||
value: "✓",
|
||||
title: "Drive-Thru Available",
|
||||
description: "Quick and convenient service.",
|
||||
icon: Car,
|
||||
id: "drive-thru", value: "✓", title: "Drive-Thru Available", description: "Quick and convenient service.", icon: Car,
|
||||
},
|
||||
{
|
||||
id: "parking",
|
||||
value: "✓",
|
||||
title: "Plenty of Parking",
|
||||
description: "Easy access for all vehicles.",
|
||||
icon: Car,
|
||||
id: "parking", value: "✓", title: "Plenty of Parking", description: "Easy access for all vehicles.", icon: Car,
|
||||
},
|
||||
{
|
||||
id: "kid-friendly",
|
||||
value: "✓",
|
||||
title: "Kid Friendly",
|
||||
description: "A welcoming space for families.",
|
||||
icon: Gift,
|
||||
id: "kid-friendly", value: "✓", title: "Kid Friendly", description: "A welcoming space for families.", icon: Gift,
|
||||
},
|
||||
{
|
||||
id: "wheelchair",
|
||||
value: "✓",
|
||||
title: "Wheelchair Accessible",
|
||||
description: "Ensuring comfort for everyone.",
|
||||
icon: Info,
|
||||
id: "wheelchair", value: "✓", title: "Wheelchair Accessible", description: "Ensuring comfort for everyone.", icon: Info,
|
||||
},
|
||||
]}
|
||||
title="Experience the Mariachis Difference"
|
||||
@@ -150,73 +106,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Mariachis",
|
||||
name: "Signature Cheeseburger",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlets-with-salad-grilled-vegetables_140725-3153.jpg",
|
||||
imageAlt: "Signature Cheeseburger",
|
||||
},
|
||||
id: "p1", brand: "Mariachis", name: "Signature Cheeseburger", price: "$9.99", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlets-with-salad-grilled-vegetables_140725-3153.jpg", imageAlt: "Signature Cheeseburger"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Mariachis",
|
||||
name: "Bacon, Egg & Potato Taco",
|
||||
price: "$3.49",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg",
|
||||
imageAlt: "Bacon, Egg & Potato Taco",
|
||||
},
|
||||
id: "p2", brand: "Mariachis", name: "Bacon, Egg & Potato Taco", price: "$3.49", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", imageAlt: "Bacon, Egg & Potato Taco"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Mariachis",
|
||||
name: "Chorizo & Eggs Plate",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-breakfast-meal_23-2148878805.jpg",
|
||||
imageAlt: "Chorizo & Eggs Plate",
|
||||
},
|
||||
id: "p3", brand: "Mariachis", name: "Chorizo & Eggs Plate", price: "$8.99", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-breakfast-meal_23-2148878805.jpg", imageAlt: "Chorizo & Eggs Plate"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Mariachis",
|
||||
name: "Crispy Tacos",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-holding-meal-with-hook_176474-120120.jpg",
|
||||
imageAlt: "Crispy Tacos",
|
||||
},
|
||||
id: "p4", brand: "Mariachis", name: "Crispy Tacos", price: "$7.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-holding-meal-with-hook_176474-120120.jpg", imageAlt: "Crispy Tacos"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Mariachis",
|
||||
name: "Mexican Plate",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248478.jpg",
|
||||
imageAlt: "Mexican Plate",
|
||||
},
|
||||
id: "p5", brand: "Mariachis", name: "Mexican Plate", price: "$12.99", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248478.jpg", imageAlt: "Mexican Plate"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Mariachis",
|
||||
name: "Fried Chicken Burger",
|
||||
price: "$10.49",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-pickles-onions-tomatoes-wooden-desk_140725-20759.jpg",
|
||||
imageAlt: "Fried Chicken Burger",
|
||||
},
|
||||
id: "p6", brand: "Mariachis", name: "Fried Chicken Burger", price: "$10.49", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-burger-with-pickles-onions-tomatoes-wooden-desk_140725-20759.jpg", imageAlt: "Fried Chicken Burger"},
|
||||
]}
|
||||
title="Featured Favorites"
|
||||
description="Handcrafted with passion, loved by all."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore the Full Menu",
|
||||
href: "#menu-experience",
|
||||
},
|
||||
text: "Explore the Full Menu", href: "#menu-experience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -230,17 +142,11 @@ export default function LandingPage() {
|
||||
description="Some places feed you. Some places become part of your journey. Whether you're grabbing breakfast before work, stopping on a road trip, or bringing the family for lunch, Mariachis Burger House is known for food that tastes homemade and service that feels personal."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Homemade Taste",
|
||||
description: "Every dish crafted with fresh ingredients and family recipes.",
|
||||
},
|
||||
title: "Homemade Taste", description: "Every dish crafted with fresh ingredients and family recipes."},
|
||||
{
|
||||
title: "Personal Service",
|
||||
description: "Friendly faces that treat you like family, every visit.",
|
||||
},
|
||||
title: "Personal Service", description: "Friendly faces that treat you like family, every visit."},
|
||||
{
|
||||
title: "Road Trip Essential",
|
||||
description: "The perfect stop for travelers seeking authentic local flavor.",
|
||||
},
|
||||
title: "Road Trip Essential", description: "The perfect stop for travelers seeking authentic local flavor."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722790.jpg"
|
||||
imageAlt="Smiling staff serving food to customers"
|
||||
@@ -255,58 +161,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariag",
|
||||
testimonial: "\"The best place to eat in Kingsville, hands down. Family-owned with phenomenal breakfast and lunch. Always a delight!\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Maria Garcia profile picture",
|
||||
icon: Star,
|
||||
id: "t1", name: "Maria Garcia", handle: "@mariag", testimonial: "\"The best place to eat in Kingsville, hands down. Family-owned with phenomenal breakfast and lunch. Always a delight!\"", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Maria Garcia profile picture", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Smith",
|
||||
handle: "@davesmith",
|
||||
testimonial: "\"The burgers never disappoint. A favorite stop traveling through South Texas, the consistency and quality are unmatched.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg",
|
||||
imageAlt: "David Smith profile picture",
|
||||
icon: Star,
|
||||
id: "t2", name: "David Smith", handle: "@davesmith", testimonial: "\"The burgers never disappoint. A favorite stop traveling through South Texas, the consistency and quality are unmatched.\"", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", imageAlt: "David Smith profile picture", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jessical",
|
||||
testimonial: "\"Very friendly staff. Food is delicious. Every visit is a pleasure, and the atmosphere is so welcoming.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-points-camera-isolated-olive-green-background-with-copy-space_141793-67059.jpg",
|
||||
imageAlt: "Jessica Lee profile picture",
|
||||
icon: Star,
|
||||
id: "t3", name: "Jessica Lee", handle: "@jessical", testimonial: "\"Very friendly staff. Food is delicious. Every visit is a pleasure, and the atmosphere is so welcoming.\"", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-points-camera-isolated-olive-green-background-with-copy-space_141793-67059.jpg", imageAlt: "Jessica Lee profile picture", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos Rivera",
|
||||
handle: "@carlosr",
|
||||
testimonial: "\"A true hidden gem! Their breakfast tacos are a must-try. Fast service and always fresh.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-112174.jpg",
|
||||
imageAlt: "Carlos Rivera profile picture",
|
||||
icon: Star,
|
||||
id: "t4", name: "Carlos Rivera", handle: "@carlosr", testimonial: "\"A true hidden gem! Their breakfast tacos are a must-try. Fast service and always fresh.\"", imageSrc: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-112174.jpg", imageAlt: "Carlos Rivera profile picture", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophia Chen",
|
||||
handle: "@sophiac",
|
||||
testimonial: "\"Fast, friendly, and fantastic food! Mariachis Burger House is my go-to for a quick, quality meal.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg",
|
||||
imageAlt: "Sophia Chen profile picture",
|
||||
icon: Star,
|
||||
id: "t5", name: "Sophia Chen", handle: "@sophiac", testimonial: "\"Fast, friendly, and fantastic food! Mariachis Burger House is my go-to for a quick, quality meal.\"", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg", imageAlt: "Sophia Chen profile picture", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Michael Brown",
|
||||
handle: "@mikeb",
|
||||
testimonial: "\"This place just feels like home. The flavors are authentic, and the portions are generous. Highly recommend!\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/super-hero-bearded-business-man-red-cape-looking-smiling-cheerfully-showing-ok-sign-standing-light-green-wall_141793-52212.jpg",
|
||||
imageAlt: "Michael Brown profile picture",
|
||||
icon: Star,
|
||||
id: "t6", name: "Michael Brown", handle: "@mikeb", testimonial: "\"This place just feels like home. The flavors are authentic, and the portions are generous. Highly recommend!\"", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-bearded-business-man-red-cape-looking-smiling-cheerfully-showing-ok-sign-standing-light-green-wall_141793-52212.jpg", imageAlt: "Michael Brown profile picture", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
@@ -318,78 +188,39 @@ export default function LandingPage() {
|
||||
<div id="menu-experience" data-section="menu-experience">
|
||||
<PricingCardThree
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "breakfast",
|
||||
name: "Breakfast",
|
||||
price: "From $3.49",
|
||||
features: [
|
||||
"Bacon & Egg Taco",
|
||||
"Potato & Cheese Taco",
|
||||
"Chorizo & Eggs Plate",
|
||||
"Migas Plate",
|
||||
"Bean & Egg Taco",
|
||||
],
|
||||
id: "breakfast", name: "Breakfast", price: "From $3.49", features: [
|
||||
"Bacon & Egg Taco", "Potato & Cheese Taco", "Chorizo & Eggs Plate", "Migas Plate", "Bean & Egg Taco"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Breakfast Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Breakfast Menu", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "burgers",
|
||||
name: "Burgers",
|
||||
price: "From $9.99",
|
||||
features: [
|
||||
"Classic Cheeseburger",
|
||||
"Grilled Chicken Burger",
|
||||
"Fried Chicken Burger",
|
||||
"Double Cheeseburger",
|
||||
"Mushroom Swiss Burger",
|
||||
],
|
||||
id: "burgers", name: "Burgers", price: "From $9.99", features: [
|
||||
"Classic Cheeseburger", "Grilled Chicken Burger", "Fried Chicken Burger", "Double Cheeseburger", "Mushroom Swiss Burger"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Burger Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Burger Menu", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "mexican-favorites",
|
||||
name: "Mexican Favorites",
|
||||
price: "From $7.99",
|
||||
features: [
|
||||
"Taco Salad",
|
||||
"Crispy Tacos Plate",
|
||||
"Mexican Plate",
|
||||
"Vaquero Salad",
|
||||
"Enchilada Dinner",
|
||||
],
|
||||
id: "mexican-favorites", name: "Mexican Favorites", price: "From $7.99", features: [
|
||||
"Taco Salad", "Crispy Tacos Plate", "Mexican Plate", "Vaquero Salad", "Enchilada Dinner"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Mexican Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Mexican Menu", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "sides",
|
||||
name: "Sides",
|
||||
price: "From $2.49",
|
||||
features: [
|
||||
"Onion Rings",
|
||||
"French Fries",
|
||||
"Homemade Tortillas",
|
||||
"Chips & Salsa",
|
||||
"Sweet Potato Fries",
|
||||
],
|
||||
id: "sides", name: "Sides", price: "From $2.49", features: [
|
||||
"Onion Rings", "French Fries", "Homemade Tortillas", "Chips & Salsa", "Sweet Potato Fries"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Sides Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Sides Menu", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -406,32 +237,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-family",
|
||||
value: "👨👩👧",
|
||||
title: "Family Friendly",
|
||||
description: "Warm, inviting atmosphere perfect for all ages.",
|
||||
icon: Heart,
|
||||
id: "metric-family", value: "👨👩👧", title: "Family Friendly", description: "Warm, inviting atmosphere perfect for all ages.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "metric-parking",
|
||||
value: "🚗",
|
||||
title: "Easy Parking",
|
||||
description: "Plenty of space for your vehicle, stress-free visits.",
|
||||
icon: Car,
|
||||
id: "metric-parking", value: "🚗", title: "Easy Parking", description: "Plenty of space for your vehicle, stress-free visits.", icon: Car,
|
||||
},
|
||||
{
|
||||
id: "metric-vegetarian",
|
||||
value: "🥗",
|
||||
title: "Vegetarian Options",
|
||||
description: "Delicious plant-based choices available.",
|
||||
icon: Leaf,
|
||||
id: "metric-vegetarian", value: "🥗", title: "Vegetarian Options", description: "Delicious plant-based choices available.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "metric-roadtrip",
|
||||
value: "🐕",
|
||||
title: "Great Road Trip Stop",
|
||||
description: "A memorable break for you and your furry friends.",
|
||||
icon: Home,
|
||||
id: "metric-roadtrip", value: "🐕", title: "Great Road Trip Stop", description: "A memorable break for you and your furry friends.", icon: Home,
|
||||
},
|
||||
]}
|
||||
title="Built for Families & Community"
|
||||
@@ -444,16 +259,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kingsville, TX"
|
||||
title="Driving Through Kingsville?"
|
||||
description="Make the stop worth remembering. Fresh breakfast tacos. Legendary burgers. Fast drive-thru service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/Mariachis+Burger+House+Kingsville+TX",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/Mariachis+Burger+House+Kingsville+TX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -462,20 +274,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Your Next Favorite Stop"
|
||||
title="Hungry Yet?"
|
||||
description="Come experience one of South Texas' favorite hidden gems."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "https://www.google.com/maps/search/Mariachis+Burger+House+Kingsville+TX",
|
||||
},
|
||||
text: "Visit Us", href: "https://www.google.com/maps/search/Mariachis+Burger+House+Kingsville+TX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -484,96 +291,57 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Mariachis Burger House",
|
||||
items: [
|
||||
title: "Mariachis Burger House", items: [
|
||||
{
|
||||
label: "Authentic Texas comfort food served with family hospitality.",
|
||||
href: "#",
|
||||
},
|
||||
label: "Authentic Texas comfort food served with family hospitality.", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu-experience",
|
||||
},
|
||||
label: "Menu", href: "#menu-experience"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#why-stop-here",
|
||||
},
|
||||
label: "About", href: "#why-stop-here"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#final-cta",
|
||||
},
|
||||
label: "Contact", href: "#final-cta"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Breakfast & Lunch",
|
||||
href: "#",
|
||||
},
|
||||
label: "Breakfast & Lunch", href: "#"},
|
||||
{
|
||||
label: "Mon - Sat: 7 AM - 3 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon - Sat: 7 AM - 3 PM", href: "#"},
|
||||
{
|
||||
label: "Sunday: Closed",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sunday: Closed", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Features",
|
||||
items: [
|
||||
title: "Features", items: [
|
||||
{
|
||||
label: "Drive-Thru",
|
||||
href: "#",
|
||||
},
|
||||
label: "Drive-Thru", href: "#"},
|
||||
{
|
||||
label: "Family Friendly",
|
||||
href: "#",
|
||||
},
|
||||
label: "Family Friendly", href: "#"},
|
||||
{
|
||||
label: "Free Parking",
|
||||
href: "#",
|
||||
},
|
||||
label: "Free Parking", href: "#"},
|
||||
{
|
||||
label: "Vegetarian Options",
|
||||
href: "#",
|
||||
},
|
||||
label: "Vegetarian Options", href: "#"},
|
||||
{
|
||||
label: "Wheelchair Accessible",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wheelchair Accessible", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://g.page/mariachisburgerhouse",
|
||||
},
|
||||
label: "Google Reviews", href: "https://g.page/mariachisburgerhouse"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user