Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
333
src/app/page.tsx
333
src/app/page.tsx
@@ -33,104 +33,65 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Stop Burger"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Order Now", href: "#menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Flame-grilled burgers, fast service, pure satisfaction"
|
||||
description="Handcrafted burgers made fresh daily with premium ingredients. Order ahead, pick up in minutes, or enjoy delivery straight to your door."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269601.jpg",
|
||||
alt: "Happy customer eating a burger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269601.jpg", alt: "Happy customer eating a burger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-burger_23-2150404802.jpg",
|
||||
alt: "Woman enjoying a gourmet burger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-burger_23-2150404802.jpg", alt: "Woman enjoying a gourmet burger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-hamburgers_23-2148718871.jpg",
|
||||
alt: "Child happily eating a small burger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-fast-food-restaurant-eating-hamburgers_23-2148718871.jpg", alt: "Child happily eating a small burger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269632.jpg",
|
||||
alt: "Diverse group of people enjoying burgers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269632.jpg", alt: "Diverse group of people enjoying burgers"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-tasty-snack-cafe_7502-9271.jpg",
|
||||
alt: "Person enjoying a delicious burger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-tasty-snack-cafe_7502-9271.jpg", alt: "Person enjoying a delicious burger"},
|
||||
]}
|
||||
avatarText="Join thousands of happy diners!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Lightning Fast Delivery",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Lightning Fast Delivery", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Fresh Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Premium Fresh Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Satisfaction Guaranteed",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Satisfaction Guaranteed", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Easy Online Ordering",
|
||||
icon: ShoppingCart,
|
||||
type: "text-icon", text: "Easy Online Ordering", icon: ShoppingCart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Taste the Difference",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Taste the Difference", icon: Flame,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -143,7 +104,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="Our Passion for Perfectly Grilled Burgers"
|
||||
description="At Stop Burger, we believe a great burger starts with quality. We meticulously select fresh, local ingredients and flame-grill every patty to perfection. Our commitment is to deliver a delicious, satisfying meal that fits into your busy life, whether you're dining in, picking up, or enjoying delivery."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,35 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Lightning-Fast Service",
|
||||
tags: [
|
||||
"Speed",
|
||||
"Convenience",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-logo-stamp-tag-template_53876-120901.jpg",
|
||||
imageAlt: "Stopwatch icon representing fast service",
|
||||
},
|
||||
id: "f1", title: "Lightning-Fast Service", tags: [
|
||||
"Speed", "Convenence"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-logo-stamp-tag-template_53876-120901.jpg", imageAlt: "Stopwatch icon representing fast service"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Premium, Fresh Ingredients",
|
||||
tags: [
|
||||
"Quality",
|
||||
"Flavor",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheesy-meat-burger-with-tomatoes-grey-surface-bun-fries-sandwich-meat_140725-81846.jpg",
|
||||
imageAlt: "Fresh ingredients for a burger",
|
||||
},
|
||||
id: "f2", title: "Premium, Fresh Ingredients", tags: [
|
||||
"Quality", "Flavor"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheesy-meat-burger-with-tomatoes-grey-surface-bun-fries-sandwich-meat_140725-81846.jpg", imageAlt: "Fresh ingredients for a burger"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Diverse Menu Selection",
|
||||
tags: [
|
||||
"Variety",
|
||||
"Options",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burgers-with-orange-background_23-2148235030.jpg",
|
||||
imageAlt: "Variety of burgers and menu items",
|
||||
},
|
||||
id: "f3", title: "Diverse Menu Selection", tags: [
|
||||
"Variety", "Options"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burgers-with-orange-background_23-2148235030.jpg", imageAlt: "Variety of burgers and menu items"},
|
||||
]}
|
||||
title="Experience the Stop Burger Difference"
|
||||
description="Discover why Stop Burger is the top choice for burger lovers craving quality, speed, and flavor."
|
||||
@@ -197,53 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cheeseburger",
|
||||
price: "$9.99",
|
||||
variant: "Beef Patty, Cheddar, Pickles, Signature Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-tasty-cheeseburger-white-table_23-2148374828.jpg",
|
||||
imageAlt: "A classic cheeseburger with melted cheddar and fresh toppings",
|
||||
},
|
||||
id: "p1", name: "Classic Cheeseburger", price: "$9.99", variant: "Beef Patty, Cheddar, Pickles, Signature Sauce", imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-tasty-cheeseburger-white-table_23-2148374828.jpg", imageAlt: "A classic cheeseburger with melted cheddar and fresh toppings"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Smoky Bacon Burger",
|
||||
price: "$12.49",
|
||||
variant: "Beef Patty, Crispy Bacon, Smoked Gouda, BBQ Mayo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg",
|
||||
imageAlt: "A bacon cheeseburger with crispy bacon strips",
|
||||
},
|
||||
id: "p2", name: "Smoky Bacon Burger", price: "$12.49", variant: "Beef Patty, Crispy Bacon, Smoked Gouda, BBQ Mayo", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg", imageAlt: "A bacon cheeseburger with crispy bacon strips"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Spicy Inferno Burger",
|
||||
price: "$11.99",
|
||||
variant: "Beef Patty, Jalapeños, Pepper Jack, Chipotle Aioli",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg",
|
||||
imageAlt: "A spicy burger with jalapenos and red onions",
|
||||
},
|
||||
id: "p3", name: "Spicy Inferno Burger", price: "$11.99", variant: "Beef Patty, Jalapeños, Pepper Jack, Chipotle Aioli", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg", imageAlt: "A spicy burger with jalapenos and red onions"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Garden Veggie Burger",
|
||||
price: "$10.49",
|
||||
variant: "Plant-Based Patty, Avocado, Lettuce, Tomato, Herb Mayo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19652.jpg",
|
||||
imageAlt: "A vibrant veggie burger with fresh greens",
|
||||
},
|
||||
id: "p4", name: "Garden Veggie Burger", price: "$10.49", variant: "Plant-Based Patty, Avocado, Lettuce, Tomato, Herb Mayo", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19652.jpg", imageAlt: "A vibrant veggie burger with fresh greens"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Crispy Chicken Sandwich",
|
||||
price: "$10.99",
|
||||
variant: "Fried Chicken Breast, Coleslaw, Pickles, Spicy Remoulade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-tomato-red-cabbage_2829-4118.jpg",
|
||||
imageAlt: "A crispy fried chicken sandwich",
|
||||
},
|
||||
id: "p5", name: "Crispy Chicken Sandwich", price: "$10.99", variant: "Fried Chicken Breast, Coleslaw, Pickles, Spicy Remoulade", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-hamburger-with-juicy-burgers-tomato-red-cabbage_2829-4118.jpg", imageAlt: "A crispy fried chicken sandwich"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Loaded Fries & Rings",
|
||||
price: "$6.99",
|
||||
variant: "Classic Fries, Onion Rings, Cheese Sauce, Bacon Bits",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg",
|
||||
imageAlt: "A platter of loaded fries and onion rings",
|
||||
},
|
||||
id: "p6", name: "Loaded Fries & Rings", price: "$6.99", variant: "Classic Fries, Onion Rings, Cheese Sauce, Bacon Bits", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg", imageAlt: "A platter of loaded fries and onion rings"},
|
||||
]}
|
||||
title="Our Mouth-Watering Menu"
|
||||
description="From classic cheeseburgers to exciting new flavors, find your perfect meal."
|
||||
@@ -257,59 +163,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "combo-single",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$14.99",
|
||||
subtitle: "Solo Saver Meal",
|
||||
buttons: [
|
||||
id: "combo-single", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$14.99", subtitle: "Solo Saver Meal", buttons: [
|
||||
{
|
||||
text: "Order Solo",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Solo", href: "#menu"},
|
||||
],
|
||||
features: [
|
||||
"Any Classic Burger",
|
||||
"Regular Fries",
|
||||
"Soft Drink",
|
||||
],
|
||||
"Any Classic Burger", "Regular Fries", "Soft Drink"],
|
||||
},
|
||||
{
|
||||
id: "combo-double",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Star,
|
||||
price: "$24.99",
|
||||
subtitle: "Dynamic Duo Meal",
|
||||
buttons: [
|
||||
id: "combo-double", badge: "Best Value", badgeIcon: Star,
|
||||
price: "$24.99", subtitle: "Dynamic Duo Meal", buttons: [
|
||||
{
|
||||
text: "Order Duo",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Duo", href: "#menu"},
|
||||
],
|
||||
features: [
|
||||
"Two Classic Burgers",
|
||||
"Two Regular Fries",
|
||||
"Two Soft Drinks",
|
||||
],
|
||||
"Two Classic Burgers", "Two Regular Fries", "Two Soft Drinks"],
|
||||
},
|
||||
{
|
||||
id: "combo-family",
|
||||
badge: "Family Pack",
|
||||
badgeIcon: Users,
|
||||
price: "$42.99",
|
||||
subtitle: "Family Feast",
|
||||
buttons: [
|
||||
id: "combo-family", badge: "Family Pack", badgeIcon: Users,
|
||||
price: "$42.99", subtitle: "Family Feast", buttons: [
|
||||
{
|
||||
text: "Order Family",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Family", href: "#menu"},
|
||||
],
|
||||
features: [
|
||||
"Four Classic Burgers",
|
||||
"Large Fries",
|
||||
"Four Soft Drinks",
|
||||
"Choice of 2 Side Salads",
|
||||
],
|
||||
"Four Classic Burgers", "Large Fries", "Four Soft Drinks", "Choice of 2 Side Salads"],
|
||||
},
|
||||
]}
|
||||
title="Value Meals & Combos"
|
||||
@@ -325,50 +203,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Busy Professional",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-holding-coffee-cups-looking-camera-happy-cheerful-smiling-showing-thumb-up-standing-green-background_141793-137062.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Busy Professional", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-holding-coffee-cups-looking-camera-happy-cheerful-smiling-showing-thumb-up-standing-green-background_141793-137062.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "The Miller Family",
|
||||
role: "Family of Four",
|
||||
company: "Local Residents",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-together-while-eating-pizza_23-2150419452.jpg",
|
||||
imageAlt: "Portrait of The Miller Family",
|
||||
},
|
||||
id: "t2", name: "The Miller Family", role: "Family of Four", company: "Local Residents", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-together-while-eating-pizza_23-2150419452.jpg", imageAlt: "Portrait of The Miller Family"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mark D.",
|
||||
role: "Night Owl",
|
||||
company: "Gaming Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg",
|
||||
imageAlt: "Portrait of Mark D.",
|
||||
},
|
||||
id: "t3", name: "Mark D.", role: "Night Owl", company: "Gaming Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg", imageAlt: "Portrait of Mark D."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily R.",
|
||||
role: "College Student",
|
||||
company: "University of Central",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "t4", name: "Emily R.", role: "College Student", company: "University of Central", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chef Antoine",
|
||||
role: "Food Critic",
|
||||
company: "Gourmet Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67428.jpg",
|
||||
imageAlt: "Portrait of Chef Antoine",
|
||||
},
|
||||
id: "t5", name: "Chef Antoine", role: "Food Critic", company: "Gourmet Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67428.jpg", imageAlt: "Portrait of Chef Antoine"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our satisfied customers about their Stop Burger experience."
|
||||
@@ -380,25 +228,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Stop Burger is open daily from 11 AM to 10 PM. Late-night delivery options may extend until midnight on weekends.",
|
||||
},
|
||||
id: "faq1", title: "What are your operating hours?", content: "Stop Burger is open daily from 11 AM to 10 PM. Late-night delivery options may extend until midnight on weekends."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, we proudly offer a delicious Garden Veggie Burger that can be customized to be vegan-friendly upon request.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we proudly offer a delicious Garden Veggie Burger that can be customized to be vegan-friendly upon request."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How can I place an online order?",
|
||||
content: "You can place an order directly through our website by clicking the 'Order Now' button or using our mobile app. Choose between pickup or delivery.",
|
||||
},
|
||||
id: "faq3", title: "How can I place an online order?", content: "You can place an order directly through our website by clicking the 'Order Now' button or using our mobile app. Choose between pickup or delivery."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, debit cards, and popular digital payment platforms like Apple Pay and Google Pay for online and in-store purchases.",
|
||||
},
|
||||
id: "faq4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and popular digital payment platforms like Apple Pay and Google Pay for online and in-store purchases."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to the most common questions about Stop Burger."
|
||||
@@ -411,20 +247,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Hungry?"
|
||||
title="Ready to Get Your Fix?"
|
||||
description="Place your order now for pickup or delivery, or find the nearest Stop Burger location."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
{
|
||||
text: "Find a Location",
|
||||
href: "#",
|
||||
},
|
||||
text: "Find a Location", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -436,49 +267,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Order Online", href: "#menu"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Locations", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user