Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
284
src/app/page.tsx
284
src/app/page.tsx
@@ -32,39 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
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="Zaitoon Restaurant & Grills"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,51 +56,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Zaitoon Restaurant and Grills"
|
||||
description="Experience the authentic flavors of the Middle East, crafted with passion and served with warmth. A culinary journey awaits you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111485.jpg?_wi=1",
|
||||
imageAlt: "Elegant restaurant interior",
|
||||
},
|
||||
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111485.jpg", imageAlt: "Elegant restaurant interior"},
|
||||
{
|
||||
id: "hero-carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-vegetables-wooden-board_140725-3079.jpg?_wi=1",
|
||||
imageAlt: "Delicious grilled kebabs",
|
||||
},
|
||||
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-vegetables-wooden-board_140725-3079.jpg", imageAlt: "Delicious grilled kebabs"},
|
||||
{
|
||||
id: "hero-carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-composition-with-greens-seasonings-white-table_140725-142877.jpg?_wi=1",
|
||||
imageAlt: "Fresh spices and ingredients",
|
||||
},
|
||||
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-composition-with-greens-seasonings-white-table_140725-142877.jpg", imageAlt: "Fresh spices and ingredients"},
|
||||
{
|
||||
id: "hero-carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbreads-with-minced-meat-herbs_140725-1437.jpg",
|
||||
imageAlt: "Traditional oven baking bread",
|
||||
},
|
||||
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbreads-with-minced-meat-herbs_140725-1437.jpg", imageAlt: "Traditional oven baking bread"},
|
||||
{
|
||||
id: "hero-carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-fruit-dessert-with-glass-tea_141793-12543.jpg",
|
||||
imageAlt: "Exotic middle eastern dessert",
|
||||
},
|
||||
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eats-fruit-dessert-with-glass-tea_141793-12543.jpg", imageAlt: "Exotic middle eastern dessert"},
|
||||
{
|
||||
id: "hero-carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727983.jpg",
|
||||
imageAlt: "Chefs preparing food in kitchen",
|
||||
},
|
||||
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727983.jpg", imageAlt: "Chefs preparing food in kitchen"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
/>
|
||||
@@ -130,17 +91,11 @@ export default function LandingPage() {
|
||||
description="Zaitoon Restaurant and Grills brings the rich culinary heritage of the Middle East to your table. Founded on a passion for authentic flavors and warm hospitality, we meticulously craft each dish using traditional recipes and the freshest ingredients. Our journey began with a simple dream: to share the taste of home with our community, creating a welcoming space where every meal is a celebration."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Passed down through generations, our recipes capture the true essence of Middle Eastern cuisine.",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Passed down through generations, our recipes capture the true essence of Middle Eastern cuisine."},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source the finest local and imported ingredients to ensure unparalleled taste and quality.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source the finest local and imported ingredients to ensure unparalleled taste and quality."},
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Experience genuine warmth and attentive service that makes every visit feel like coming home.",
|
||||
},
|
||||
title: "Warm Hospitality", description: "Experience genuine warmth and attentive service that makes every visit feel like coming home."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30711.jpg"
|
||||
imageAlt="Traditional kitchen with chef"
|
||||
@@ -155,46 +110,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Shish Tawook",
|
||||
description: "Tender chicken skewers marinated in yogurt and spices, grilled to perfection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise-top-view_114579-10262.jpg",
|
||||
imageAlt: "Grilled chicken skewers",
|
||||
},
|
||||
title: "Shish Tawook", description: "Tender chicken skewers marinated in yogurt and spices, grilled to perfection.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-shish-kebab-with-vegetables-ketchup-mayonnaise-top-view_114579-10262.jpg", imageAlt: "Grilled chicken skewers"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-meal-dark-dish-east-food_140725-82280.jpg",
|
||||
imageAlt: "Spicy biryani",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111485.jpg?_wi=2",
|
||||
imageAlt: "grilled chicken skewers plate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-meal-dark-dish-east-food_140725-82280.jpg", imageAlt: "Spicy biryani"}
|
||||
},
|
||||
{
|
||||
title: "Creamy Hummus",
|
||||
description: "Our homemade hummus, silky smooth and served with warm pita bread.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833866.jpg",
|
||||
imageAlt: "Fresh hummus",
|
||||
},
|
||||
title: "Creamy Hummus", description: "Our homemade hummus, silky smooth and served with warm pita bread.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833866.jpg", imageAlt: "Fresh hummus"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-red-basilic-leaf-inside-bowl_114579-3721.jpg",
|
||||
imageAlt: "Eggplant fatteh",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-vegetables-wooden-board_140725-3079.jpg?_wi=2",
|
||||
imageAlt: "grilled chicken skewers plate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-red-basilic-leaf-inside-bowl_114579-3721.jpg", imageAlt: "Eggplant fatteh"}
|
||||
},
|
||||
{
|
||||
title: "Seafood Grills",
|
||||
description: "A delightful assortment of grilled fish and prawns, seasoned with zesty herbs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-shrimp-skewers-plate-high-view_23-2148637784.jpg",
|
||||
imageAlt: "Assorted grilled seafood",
|
||||
},
|
||||
title: "Seafood Grills", description: "A delightful assortment of grilled fish and prawns, seasoned with zesty herbs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-shrimp-skewers-plate-high-view_23-2148637784.jpg", imageAlt: "Assorted grilled seafood"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-served-wooden-bowl-traditional-setting_140725-3910.jpg",
|
||||
imageAlt: "Lentil soup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-composition-with-greens-seasonings-white-table_140725-142877.jpg?_wi=2",
|
||||
imageAlt: "grilled chicken skewers plate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-served-wooden-bowl-traditional-setting_140725-3910.jpg", imageAlt: "Lentil soup"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -211,47 +142,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Lamb Kabsa",
|
||||
price: "AED 85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-arab-food-tea_23-2147796937.jpg",
|
||||
imageAlt: "Lamb Kabsa dish",
|
||||
},
|
||||
id: "p-1", name: "Lamb Kabsa", price: "AED 85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-arab-food-tea_23-2147796937.jpg", imageAlt: "Lamb Kabsa dish"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Chicken Mandi",
|
||||
price: "AED 70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-pilaf-board-bowls-colorful-spices-oil-lemon_140725-78735.jpg",
|
||||
imageAlt: "Chicken Mandi dish",
|
||||
},
|
||||
id: "p-2", name: "Chicken Mandi", price: "AED 70", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-pilaf-board-bowls-colorful-spices-oil-lemon_140725-78735.jpg", imageAlt: "Chicken Mandi dish"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Chicken Shawarma",
|
||||
price: "AED 35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burrito-grilled-chicken-fillet-with-rice-wrapped-tortilla-fresh-cucumber-tomato-carrot-lettuce-plate_141793-4820.jpg",
|
||||
imageAlt: "Chicken Shawarma wrap",
|
||||
},
|
||||
id: "p-3", name: "Chicken Shawarma", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-burrito-grilled-chicken-fillet-with-rice-wrapped-tortilla-fresh-cucumber-tomato-carrot-lettuce-plate_141793-4820.jpg", imageAlt: "Chicken Shawarma wrap"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Falafel Plate",
|
||||
price: "AED 30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-balls-lettuce-leaves-with-sauce_141793-3960.jpg",
|
||||
imageAlt: "Falafel with tahini",
|
||||
},
|
||||
id: "p-4", name: "Falafel Plate", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-balls-lettuce-leaves-with-sauce_141793-3960.jpg", imageAlt: "Falafel with tahini"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Kunafa with Pistachios",
|
||||
price: "AED 40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-meat-with-cherry-tomato-corn-plate_23-2147841065.jpg",
|
||||
imageAlt: "Kunafa dessert",
|
||||
},
|
||||
id: "p-5", name: "Kunafa with Pistachios", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/pork-meat-with-cherry-tomato-corn-plate_23-2147841065.jpg", imageAlt: "Kunafa dessert"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Zaitoon Mixed Grill",
|
||||
price: "AED 120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-8543.jpg",
|
||||
imageAlt: "Mixed grill platter",
|
||||
},
|
||||
id: "p-6", name: "Zaitoon Mixed Grill", price: "AED 120", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-8543.jpg", imageAlt: "Mixed grill platter"},
|
||||
]}
|
||||
title="Explore Our Exquisite Menu"
|
||||
description="Savor a diverse selection of Middle Eastern delights, from appetizers to grilled specialties and decadent desserts. Every plate is prepared with fresh ingredients and authentic spices."
|
||||
@@ -265,45 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "Zaitoon offers the most authentic Middle Eastern food I've tasted outside the region. The ambiance is wonderful!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-women-communicating-through-sign-language_23-2148590345.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t-1", name: "Sarah Johnson", handle: "@sarah_foodie", testimonial: "Zaitoon offers the most authentic Middle Eastern food I've tasted outside the region. The ambiance is wonderful!", imageSrc: "http://img.b2bpic.net/free-photo/adult-women-communicating-through-sign-language_23-2148590345.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Omar Al-Farsi",
|
||||
handle: "@omar.eats",
|
||||
testimonial: "A truly delightful experience! Every dish, especially the Mandi, was bursting with flavor. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
imageAlt: "Omar Al-Farsi",
|
||||
},
|
||||
id: "t-2", name: "Omar Al-Farsi", handle: "@omar.eats", testimonial: "A truly delightful experience! Every dish, especially the Mandi, was bursting with flavor. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageAlt: "Omar Al-Farsi"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily Watson",
|
||||
handle: "@emily.travels",
|
||||
testimonial: "From the warm welcome to the last bite of Kunafa, Zaitoon exceeded all expectations. A must-visit!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-enjoying-meal-dining-table-home_637285-12647.jpg",
|
||||
imageAlt: "Emily Watson",
|
||||
},
|
||||
id: "t-3", name: "Emily Watson", handle: "@emily.travels", testimonial: "From the warm welcome to the last bite of Kunafa, Zaitoon exceeded all expectations. A must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-enjoying-meal-dining-table-home_637285-12647.jpg", imageAlt: "Emily Watson"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David Lee",
|
||||
handle: "@david_chef",
|
||||
testimonial: "As a chef, I appreciate the dedication to traditional techniques. The grills are perfectly cooked and seasoned.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chef-restaurant-kitchen-carefully-sprinkles-fresh-herbs_482257-121113.jpg",
|
||||
imageAlt: "David Lee",
|
||||
},
|
||||
id: "t-4", name: "David Lee", handle: "@david_chef", testimonial: "As a chef, I appreciate the dedication to traditional techniques. The grills are perfectly cooked and seasoned.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chef-restaurant-kitchen-carefully-sprinkles-fresh-herbs_482257-121113.jpg", imageAlt: "David Lee"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_adventures",
|
||||
testimonial: "The service was impeccable and the food divine. Zaitoon has become our go-to for authentic Middle Eastern cuisine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-talking-woman-while-taking-her-order-digital-tablet-bar_637285-2295.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "t-5", name: "Priya Sharma", handle: "@priya_adventures", testimonial: "The service was impeccable and the food divine. Zaitoon has become our go-to for authentic Middle Eastern cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-talking-woman-while-taking-her-order-digital-tablet-bar_637285-2295.jpg", imageAlt: "Priya Sharma"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our delighted customers about their unforgettable dining experiences at Zaitoon. Your satisfaction is our greatest reward."
|
||||
@@ -315,14 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food Critics Choice",
|
||||
"Best Local Restaurant",
|
||||
"Diner's Delight Award",
|
||||
"Culinary Excellence",
|
||||
"Top Rated Eats",
|
||||
"Gastronomy Guild",
|
||||
"City's Favorite Grill",
|
||||
]}
|
||||
"Food Critics Choice", "Best Local Restaurant", "Diner's Delight Award", "Culinary Excellence", "Top Rated Eats", "Gastronomy Guild", "City's Favorite Grill"]}
|
||||
title="Recognized Excellence"
|
||||
description="Proudly serving our community and recognized for our authentic Middle Eastern cuisine and warm hospitality. Our commitment to quality has earned us a special place in the hearts of our diners."
|
||||
speed={40}
|
||||
@@ -335,27 +199,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, our menu includes a variety of delicious vegetarian dishes such as Hummus, Falafel, and Fattoush Salad. Please ask our staff for recommendations.",
|
||||
},
|
||||
id: "faq-1", title: "Do you offer vegetarian options?", content: "Yes, our menu includes a variety of delicious vegetarian dishes such as Hummus, Falafel, and Fattoush Salad. Please ask our staff for recommendations."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I make a reservation online?",
|
||||
content: "Absolutely! You can easily make a reservation through our website's contact section or by calling us directly during opening hours.",
|
||||
},
|
||||
id: "faq-2", title: "Can I make a reservation online?", content: "Absolutely! You can easily make a reservation through our website's contact section or by calling us directly during opening hours."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you provide catering services?",
|
||||
content: "Yes, we offer catering for events of all sizes. Please contact us to discuss your specific needs and our catering packages.",
|
||||
},
|
||||
id: "faq-3", title: "Do you provide catering services?", content: "Yes, we offer catering for events of all sizes. Please contact us to discuss your specific needs and our catering packages."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full FAQ",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Full FAQ", href: "#contact"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
showCard={true}
|
||||
@@ -366,20 +219,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Book Your Table or Order Online"
|
||||
description="Ready to indulge in an authentic Middle Eastern feast? Make a reservation for an unforgettable dining experience or place your order for takeout or delivery. We look forward to serving you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "View Location",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Location", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -390,49 +238,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user