Merge version_1 into main #1
351
src/app/page.tsx
351
src/app/page.tsx
@@ -31,132 +31,53 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Al-Nazeer"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="The Essence of Authentic Taste"
|
||||
description="Experience culinary perfection at Al-Nazeer. Our master chefs prepare timeless flavors using only the finest, locally sourced ingredients."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-plate_140725-4234.jpg",
|
||||
imageAlt: "elegant restaurant dining room luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg",
|
||||
imageAlt: "fresh gourmet ingredients table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg",
|
||||
imageAlt: "elegant restaurant dining room luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-leans-stovetop-tasting-delicious-dish_482257-121112.jpg",
|
||||
imageAlt: "fresh gourmet ingredients table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg",
|
||||
imageAlt: "elegant restaurant dining room luxury",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-plate_140725-4234.jpg", imageAlt: "elegant restaurant dining room luxury" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg", imageAlt: "fresh gourmet ingredients table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", imageAlt: "elegant restaurant dining room luxury" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-leans-stovetop-tasting-delicious-dish_482257-121112.jpg", imageAlt: "fresh gourmet ingredients table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-3126.jpg", imageAlt: "elegant restaurant dining room luxury" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-drumstick-fresh-vegetables_114579-48695.jpg",
|
||||
imageAlt: "fresh gourmet ingredients table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fresh-vegetables-sea-salt-small-bowl-oil-bottle-table_140725-148135.jpg",
|
||||
imageAlt: "fresh gourmet ingredients table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942376.jpg",
|
||||
imageAlt: "elegant restaurant dining room luxury",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-pasta_23-2147694275.jpg",
|
||||
imageAlt: "fresh gourmet ingredients table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shisha-place-with-full-furniture_140725-9261.jpg",
|
||||
imageAlt: "elegant restaurant dining room luxury",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-drumstick-fresh-vegetables_114579-48695.jpg", imageAlt: "fresh gourmet ingredients table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fresh-vegetables-sea-salt-small-bowl-oil-bottle-table_140725-148135.jpg", imageAlt: "fresh gourmet ingredients table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942376.jpg", imageAlt: "elegant restaurant dining room luxury" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ingredients-pasta_23-2147694275.jpg", imageAlt: "fresh gourmet ingredients table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shisha-place-with-full-furniture_140725-9261.jpg", imageAlt: "elegant restaurant dining room luxury" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg",
|
||||
alt: "Luxury dining room illuminated by candlelight glow",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg",
|
||||
alt: "Rustic chandelier made of bulbs and ropes",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg",
|
||||
alt: "Round base clear drinking glasses on wooden table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
|
||||
alt: "Tables and chairs arranged in empty coffee shop",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg",
|
||||
alt: "Unfocused background with wooden furniture",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", alt: "Luxury dining room illuminated by candlelight glow" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", alt: "Rustic chandelier made of bulbs and ropes" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", alt: "Round base clear drinking glasses on wooden table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", alt: "Tables and chairs arranged in empty coffee shop" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg", alt: "Unfocused background with wooden furniture" },
|
||||
]}
|
||||
avatarText="Join 500+ satisfied food enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Farming",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Chef Specials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Herbs",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Sustainable Farming" },
|
||||
{ type: "text", text: "Fine Dining" },
|
||||
{ type: "text", text: "Chef Specials" },
|
||||
{ type: "text", text: "Fresh Herbs" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,9 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
description={[
|
||||
"Founded with a passion for excellence, Al-Nazeer brings traditional recipes into a contemporary fine-dining setting. We honor history with every plate.",
|
||||
"Our commitment to quality means every dish is curated to provide a unique sensory experience for every guest.",
|
||||
]}
|
||||
"Founded with a passion for excellence, Al-Nazeer brings traditional recipes into a contemporary fine-dining setting. We honor history with every plate.", "Our commitment to quality means every dish is curated to provide a unique sensory experience for every guest."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -179,60 +98,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Royal Biryani",
|
||||
price: "$24.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crepes-with-red-caviar-cream-garnished-with-parsley_141793-2431.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Appetizer",
|
||||
name: "Saffron Kebabs",
|
||||
price: "$18.50",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-feta-cheese-olives-white-plate_140725-9209.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Main Course",
|
||||
name: "Tandoori Special",
|
||||
price: "$32.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Vegetarian",
|
||||
name: "Dal Bukhara",
|
||||
price: "$15.99",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Dessert",
|
||||
name: "Gulab Jamun",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Special",
|
||||
name: "Spiced Lamb Chops",
|
||||
price: "$38.00",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Signature", name: "Royal Biryani", price: "$24.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crepes-with-red-caviar-cream-garnished-with-parsley_141793-2431.jpg" },
|
||||
{ id: "2", brand: "Appetizer", name: "Saffron Kebabs", price: "$18.50", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-feta-cheese-olives-white-plate_140725-9209.jpg" },
|
||||
{ id: "3", brand: "Main Course", name: "Tandoori Special", price: "$32.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg" },
|
||||
{ id: "4", brand: "Vegetarian", name: "Dal Bukhara", price: "$15.99", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg" },
|
||||
{ id: "5", brand: "Dessert", name: "Gulab Jamun", price: "$9.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg" },
|
||||
{ id: "6", brand: "Special", name: "Spiced Lamb Chops", price: "$38.00", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg" },
|
||||
]}
|
||||
title="Chef's Signature Selection"
|
||||
description="Explore our hand-crafted menu designed to ignite your palate with authentic spices and fresh, premium ingredients."
|
||||
@@ -245,26 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Freshness",
|
||||
title: "Farm to Table",
|
||||
subtitle: "Quality",
|
||||
description: "Every ingredient is sourced from sustainable, local farms to ensure maximum freshness in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg",
|
||||
},
|
||||
tag: "Freshness", title: "Farm to Table", subtitle: "Quality", description: "Every ingredient is sourced from sustainable, local farms to ensure maximum freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg"},
|
||||
{
|
||||
tag: "Artistry",
|
||||
title: "Expert Chefs",
|
||||
subtitle: "Craft",
|
||||
description: "Our chefs are masters of their craft, blending traditional spice profiles with modern cooking techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-table-decorated_23-2149197029.jpg",
|
||||
},
|
||||
tag: "Artistry", title: "Expert Chefs", subtitle: "Craft", description: "Our chefs are masters of their craft, blending traditional spice profiles with modern cooking techniques.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-table-decorated_23-2149197029.jpg"},
|
||||
{
|
||||
tag: "Comfort",
|
||||
title: "Impeccable Service",
|
||||
subtitle: "Care",
|
||||
description: "We treat every guest like royalty, ensuring a warm, welcoming environment that feels like home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg",
|
||||
},
|
||||
tag: "Comfort", title: "Impeccable Service", subtitle: "Care", description: "We treat every guest like royalty, ensuring a warm, welcoming environment that feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg"},
|
||||
]}
|
||||
title="Why Choose Al-Nazeer"
|
||||
description="We blend traditional cooking techniques with exceptional service to create memorable dining moments."
|
||||
@@ -277,41 +133,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "The Royal Biryani is absolutely life-changing! A must-try.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
handle: "@jd_eats",
|
||||
testimonial: "The atmosphere and flavors are simply the best in the city.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amira Khan",
|
||||
handle: "@amira_k",
|
||||
testimonial: "I love the warm service and the authentic kebabs. 5 stars!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-african-american-young-woman-rests-alone-coffee-shop-has-delighted-look-rests-after-work-laptop-computer-has-positive-expression_273609-3414.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mstevens",
|
||||
testimonial: "A wonderful dining experience for the whole family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
handle: "@lisaw",
|
||||
testimonial: "Authentic spices and such fresh ingredients. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-apron-giving-croissant-woman_23-2147766943.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Ahmed", handle: "@sarah_foodie", testimonial: "The Royal Biryani is absolutely life-changing! A must-try.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg" },
|
||||
{ id: "2", name: "John Doe", handle: "@jd_eats", testimonial: "The atmosphere and flavors are simply the best in the city.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg" },
|
||||
{ id: "3", name: "Amira Khan", handle: "@amira_k", testimonial: "I love the warm service and the authentic kebabs. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/glad-african-american-young-woman-rests-alone-coffee-shop-has-delighted-look-rests-after-work-laptop-computer-has-positive-expression_273609-3414.jpg" },
|
||||
{ id: "4", name: "Mark Stevens", handle: "@mstevens", testimonial: "A wonderful dining experience for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg" },
|
||||
{ id: "5", name: "Lisa Wang", handle: "@lisaw", testimonial: "Authentic spices and such fresh ingredients. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-giving-croissant-woman_23-2147766943.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Discover why our guests keep coming back for the Al-Nazeer experience."
|
||||
@@ -323,27 +149,15 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend making a reservation, especially on weekends.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Absolutely, our menu offers a wide variety of plant-based dishes.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer private events?",
|
||||
content: "Yes, we accommodate private parties and events with custom menus.",
|
||||
},
|
||||
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially on weekends." },
|
||||
{ id: "2", title: "Are there vegetarian options?", content: "Absolutely, our menu offers a wide variety of plant-based dishes." },
|
||||
{ id: "3", title: "Do you offer private events?", content: "Yes, we accommodate private parties and events with custom menus." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-waitress-serving-food-guests-restaurant_637285-8962.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know before your next visit to Al-Nazeer."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -353,21 +167,9 @@ export default function LandingPage() {
|
||||
title="Our Culinary Impact"
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15k+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description: "Signature Recipes",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5",
|
||||
description: "Star Service Rating",
|
||||
},
|
||||
{ id: "1", value: "15k+", description: "Happy Guests Served" },
|
||||
{ id: "2", value: "20+", description: "Signature Recipes" },
|
||||
{ id: "3", value: "5", description: "Star Service Rating" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -376,9 +178,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Newsletter"
|
||||
title="Stay Connected With Us"
|
||||
description="Sign up for our newsletter to receive exclusive updates, menu changes, and seasonal promotions."
|
||||
@@ -389,50 +189,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Appetizers",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Main Dishes",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "#menu",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "Appetizers", href: "#menu" },
|
||||
{ label: "Main Dishes", href: "#menu" },
|
||||
{ label: "Desserts", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Restaurant", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user