Merge version_1 into main #2
343
src/app/page.tsx
343
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Users, Utensils } from "lucide-react";
|
||||
import { Award, Users, Utensils, Leaf, Flame, Wheat, Droplets, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Balcony Burger"
|
||||
/>
|
||||
@@ -60,63 +52,33 @@ export default function LandingPage() {
|
||||
description="Experience the ultimate burger journey at Balcony Burger. Fresh ingredients, bold flavors, and a view to match."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@foodie",
|
||||
testimonial: "The best burger I've had in years!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg?_wi=1",
|
||||
},
|
||||
name: "Alex R.", handle: "@foodie", testimonial: "The best burger I've had in years!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg"},
|
||||
{
|
||||
name: "Sam T.",
|
||||
handle: "@burgerlover",
|
||||
testimonial: "Juicy, fresh, and totally worth it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156167.jpg?_wi=1",
|
||||
},
|
||||
name: "Sam T.", handle: "@burgerlover", testimonial: "Juicy, fresh, and totally worth it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156167.jpg"},
|
||||
{
|
||||
name: "Jamie L.",
|
||||
handle: "@localguide",
|
||||
testimonial: "Fantastic service and great atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=1",
|
||||
},
|
||||
name: "Jamie L.", handle: "@localguide", testimonial: "Fantastic service and great atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
{
|
||||
name: "Chris B.",
|
||||
handle: "@chef",
|
||||
testimonial: "Top-tier quality ingredients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1",
|
||||
},
|
||||
name: "Chris B.", handle: "@chef", testimonial: "Top-tier quality ingredients.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
|
||||
{
|
||||
name: "Pat D.",
|
||||
handle: "@foodiepro",
|
||||
testimonial: "Unmatched texture and flavor profile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=1",
|
||||
},
|
||||
name: "Pat D.", handle: "@foodiepro", testimonial: "Unmatched texture and flavor profile.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegan-burgers-wooden-board-with-copy-space_23-2148305820.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegan-burgers-wooden-board-with-copy-space_23-2148305820.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", alt: "Happy diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg",
|
||||
alt: "Customer eating",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg", alt: "Customer eating"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg",
|
||||
alt: "Group lunch",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg", alt: "Group lunch"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-people-enjoying-while-preparing-dining-table-lunch-home-focus-is-african-american-woman_637285-3537.jpg",
|
||||
alt: "Dinner table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-people-enjoying-while-preparing-dining-table-lunch-home-focus-is-african-american-woman_637285-3537.jpg", alt: "Dinner table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg",
|
||||
alt: "Family meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg", alt: "Family meal"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,19 +90,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Active",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Active", value: "10+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Fans",
|
||||
value: "50k+",
|
||||
},
|
||||
label: "Happy Fans", value: "50k+"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Unique Recipes",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Unique Recipes", value: "25+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -152,40 +108,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Farm Fresh",
|
||||
description: "Local ingredients every day.",
|
||||
buttonIcon: "Leaf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-egg-lettuce-tomato-onion_140725-5719.jpg",
|
||||
imageAlt: "Beef burger with egg lettuce tomato and onion",
|
||||
},
|
||||
title: "Farm Fresh", description: "Local ingredients every day.", buttonIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-egg-lettuce-tomato-onion_140725-5719.jpg", imageAlt: "Beef burger with egg lettuce tomato and onion"},
|
||||
{
|
||||
title: "Grill Perfection",
|
||||
description: "Expertly seared, every time.",
|
||||
buttonIcon: "Flame",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-wooden-board-with-copy-space_23-2148305820.jpg?_wi=2",
|
||||
imageAlt: "Beef burger with egg lettuce tomato and onion",
|
||||
},
|
||||
title: "Grill Perfection", description: "Expertly seared, every time.", buttonIcon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-wooden-board-with-copy-space_23-2148305820.jpg", imageAlt: "Beef burger with egg lettuce tomato and onion"},
|
||||
{
|
||||
title: "Unique Buns",
|
||||
description: "Artisan baked, perfect texture.",
|
||||
buttonIcon: "Wheat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg?_wi=1",
|
||||
imageAlt: "Beef burger with egg lettuce tomato and onion",
|
||||
},
|
||||
title: "Unique Buns", description: "Artisan baked, perfect texture.", buttonIcon: Wheat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg", imageAlt: "Beef burger with egg lettuce tomato and onion"},
|
||||
{
|
||||
title: "Signature Sauces",
|
||||
description: "Crafted from scratch.",
|
||||
buttonIcon: "Droplets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg?_wi=1",
|
||||
imageAlt: "Beef burger with egg lettuce tomato and onion",
|
||||
},
|
||||
title: "Signature Sauces", description: "Crafted from scratch.", buttonIcon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg", imageAlt: "Beef burger with egg lettuce tomato and onion"},
|
||||
{
|
||||
title: "Open Terrace",
|
||||
description: "Dine with a perfect city view.",
|
||||
buttonIcon: "MapPin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg?_wi=1",
|
||||
imageAlt: "Beef burger with egg lettuce tomato and onion",
|
||||
},
|
||||
title: "Open Terrace", description: "Dine with a perfect city view.", buttonIcon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg", imageAlt: "Beef burger with egg lettuce tomato and onion"},
|
||||
]}
|
||||
title="The Balcony Difference"
|
||||
description="We don't just grill burgers; we create experiences."
|
||||
@@ -200,41 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Beef",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Classic Beef", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67425.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Crispy Chicken",
|
||||
price: "$11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Crispy Chicken", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger-with-salad-sesame-seeds_23-2148699054.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Veggie Delight",
|
||||
price: "$10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Veggie Delight", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Double Bacon",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-meal-with-fries-salad-generated-by-ai_188544-23218.jpg",
|
||||
},
|
||||
id: "4", name: "Double Bacon", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-meal-with-fries-salad-generated-by-ai_188544-23218.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "BBQ Pork",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-american-hamburgers_23-2147783567.jpg",
|
||||
},
|
||||
id: "5", name: "BBQ Pork", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/two-american-hamburgers_23-2147783567.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Slider Trio",
|
||||
price: "$13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-adhesive-notes-ruler-white-background_23-2147875633.jpg",
|
||||
},
|
||||
id: "6", name: "Slider Trio", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/pink-adhesive-notes-ruler-white-background_23-2147875633.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Handcrafted burgers tailored to your taste."
|
||||
@@ -248,50 +160,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Solo",
|
||||
price: "+$3",
|
||||
subtitle: "Add Fries & Drink",
|
||||
buttons: [
|
||||
id: "basic", badge: "Solo", price: "+$3", subtitle: "Add Fries & Drink", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"Fries",
|
||||
"Classic Soda",
|
||||
],
|
||||
"Fries", "Classic Soda"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Deluxe",
|
||||
price: "+$5",
|
||||
subtitle: "Add Premium Sides",
|
||||
buttons: [
|
||||
id: "pro", badge: "Deluxe", price: "+$5", subtitle: "Add Premium Sides", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"Sweet Potato Fries",
|
||||
"Crafted Shake",
|
||||
],
|
||||
"Sweet Potato Fries", "Crafted Shake"],
|
||||
},
|
||||
{
|
||||
id: "master",
|
||||
badge: "Full",
|
||||
price: "+$8",
|
||||
subtitle: "The Full Experience",
|
||||
buttons: [
|
||||
id: "master", badge: "Full", price: "+$8", subtitle: "The Full Experience", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"Onion Rings",
|
||||
"Large Gourmet Shake",
|
||||
"Special Sauce",
|
||||
],
|
||||
"Onion Rings", "Large Gourmet Shake", "Special Sauce"],
|
||||
},
|
||||
]}
|
||||
title="Meal Combos"
|
||||
@@ -306,31 +196,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120k",
|
||||
title: "Burgers Served",
|
||||
items: [
|
||||
"This year",
|
||||
"Verified orders",
|
||||
],
|
||||
id: "m1", value: "120k", title: "Burgers Served", items: [
|
||||
"This year", "Verified orders"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Fresh Rating",
|
||||
items: [
|
||||
"Sourced locally",
|
||||
"Quality checked",
|
||||
],
|
||||
id: "m2", value: "99%", title: "Fresh Rating", items: [
|
||||
"Sourced locally", "Quality checked"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Variations",
|
||||
items: [
|
||||
"Standard menu",
|
||||
"Custom options",
|
||||
],
|
||||
id: "m3", value: "50+", title: "Variations", items: [
|
||||
"Standard menu", "Custom options"],
|
||||
},
|
||||
]}
|
||||
title="Fresh Stats"
|
||||
@@ -345,59 +220,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J",
|
||||
role: "Foodie",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Sarah J", role: "Foodie", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D",
|
||||
role: "Diner",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156167.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Mike D", role: "Diner", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156167.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily P",
|
||||
role: "Blogger",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Emily P", role: "Blogger", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L",
|
||||
role: "Guest",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "David L", role: "Guest", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe T",
|
||||
role: "Fan",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Chloe T", role: "Fan", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.9", label: "Rating"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "10k+", label: "Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fresh",
|
||||
},
|
||||
value: "100%", label: "Fresh"},
|
||||
]}
|
||||
title="What They Say"
|
||||
description="Don't just take our word for it."
|
||||
@@ -409,20 +253,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Yes, our Veggie Delight burger is fully plant-based.",
|
||||
},
|
||||
id: "q1", title: "Do you have vegan options?", content: "Yes, our Veggie Delight burger is fully plant-based."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you deliver?",
|
||||
content: "We offer delivery through our partner apps.",
|
||||
},
|
||||
id: "q2", title: "Do you deliver?", content: "We offer delivery through our partner apps."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Walk-ins are preferred on our balcony!",
|
||||
},
|
||||
id: "q3", title: "Can I reserve a table?", content: "Walk-ins are preferred on our balcony!"},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -436,20 +271,12 @@ export default function LandingPage() {
|
||||
description="Have questions? Just drop us a line."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
name: "message", placeholder: "How can we help?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -459,29 +286,19 @@ export default function LandingPage() {
|
||||
logoText="Balcony Burger"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Browse",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Browse", href: "#products"},
|
||||
{
|
||||
label: "Combos",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Combos", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user