Merge version_1 into main #2
322
src/app/page.tsx
322
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Order Online",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Order Online", id: "#contact"},
|
||||
]}
|
||||
brandName="Himalaya Bakers"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Online", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,39 +54,23 @@ export default function LandingPage() {
|
||||
description="Experience the taste of fresh-baked perfection and savory delights, right here in Pathankot."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379535.jpg?_wi=1",
|
||||
imageAlt: "Cozy bakery interior with fresh bread display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379535.jpg", imageAlt: "Cozy bakery interior with fresh bread display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-food_23-2147798946.jpg?_wi=1",
|
||||
imageAlt: "Delicious pastries and coffee latte art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-food_23-2147798946.jpg", imageAlt: "Delicious pastries and coffee latte art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg?_wi=1",
|
||||
imageAlt: "Gourmet pizza being prepared in an oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg", imageAlt: "Gourmet pizza being prepared in an oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015967.jpg",
|
||||
imageAlt: "Beautifully decorated birthday cake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015967.jpg", imageAlt: "Beautifully decorated birthday cake"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-milk-glass_1150-24486.jpg",
|
||||
imageAlt: "Refreshing fruit shakes and iced coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-milk-glass_1150-24486.jpg", imageAlt: "Refreshing fruit shakes and iced coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pyramid-lake-california-captured-cloudy-day_181624-42008.jpg",
|
||||
imageAlt: "Scenic Himalayan mountain landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pyramid-lake-california-captured-cloudy-day_181624-42008.jpg", imageAlt: "Scenic Himalayan mountain landscape"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={false}
|
||||
@@ -112,46 +84,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Freshness Guaranteed",
|
||||
description: "Every item is baked daily with the freshest ingredients, ensuring superior taste and quality you can savor.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-making-preparation-azerbaijani-dish-gutab_114579-18107.jpg",
|
||||
imageAlt: "Chef hands kneading dough",
|
||||
},
|
||||
title: "Freshness Guaranteed", description: "Every item is baked daily with the freshest ingredients, ensuring superior taste and quality you can savor.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-making-preparation-azerbaijani-dish-gutab_114579-18107.jpg", imageAlt: "Chef hands kneading dough"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-spoons-with-condiments-cinnamon-sticks_23-2148496885.jpg",
|
||||
imageAlt: "Close up of fresh eggs, flour, and butter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379535.jpg?_wi=2",
|
||||
imageAlt: "chef hands kneading dough flour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-spoons-with-condiments-cinnamon-sticks_23-2148496885.jpg", imageAlt: "Close up of fresh eggs, flour, and butter"}
|
||||
},
|
||||
{
|
||||
title: "Warm & Inviting Ambiance",
|
||||
description: "Step into our cozy cafe in Pathankot and enjoy a relaxing atmosphere perfect for any occasion, from quick bites to leisurely conversations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg",
|
||||
imageAlt: "Cozy cafe interior with customers",
|
||||
},
|
||||
title: "Warm & Inviting Ambiance", description: "Step into our cozy cafe in Pathankot and enjoy a relaxing atmosphere perfect for any occasion, from quick bites to leisurely conversations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg", imageAlt: "Cozy cafe interior with customers"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg",
|
||||
imageAlt: "Friendly staff serving coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-food_23-2147798946.jpg?_wi=2",
|
||||
imageAlt: "chef hands kneading dough flour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg", imageAlt: "Friendly staff serving coffee"}
|
||||
},
|
||||
{
|
||||
title: "Convenient Ordering",
|
||||
description: "Whether you prefer pickup or doorstep delivery, our seamless online ordering system makes getting your favorite treats easier than ever.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-blue-uniform-cap-holding-pizza-boxes-food-packages-inhaling-pleasant-aroma-standing-orange-wall_141793-64622.jpg",
|
||||
imageAlt: "Delivery person on a scooter with food bag",
|
||||
},
|
||||
title: "Convenient Ordering", description: "Whether you prefer pickup or doorstep delivery, our seamless online ordering system makes getting your favorite treats easier than ever.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-blue-uniform-cap-holding-pizza-boxes-food-packages-inhaling-pleasant-aroma-standing-orange-wall_141793-64622.jpg", imageAlt: "Delivery person on a scooter with food bag"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-phone-with-sushi-uncooked-puff-rice_23-2147901697.jpg",
|
||||
imageAlt: "Phone screen showing an online ordering app",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg?_wi=2",
|
||||
imageAlt: "chef hands kneading dough flour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-phone-with-sushi-uncooked-puff-rice_23-2147901697.jpg", imageAlt: "Phone screen showing an online ordering app"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -177,47 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "pizza-margherita",
|
||||
name: "Margherita Pizza",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-taking-slices-pizza-with-cheese_23-2148765340.jpg",
|
||||
imageAlt: "Delicious Margherita Pizza",
|
||||
},
|
||||
id: "pizza-margherita", name: "Margherita Pizza", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-taking-slices-pizza-with-cheese_23-2148765340.jpg", imageAlt: "Delicious Margherita Pizza"},
|
||||
{
|
||||
id: "dry-cake-marble",
|
||||
name: "Marble Dry Cake",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bagels-with-crackers-macarons-cup-tea-light-white-desk-cake-biscuit-sweet-sugar-pie-cookie-crisp_140725-55878.jpg",
|
||||
imageAlt: "Slice of Marble Dry Cake",
|
||||
},
|
||||
id: "dry-cake-marble", name: "Marble Dry Cake", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bagels-with-crackers-macarons-cup-tea-light-white-desk-cake-biscuit-sweet-sugar-pie-cookie-crisp_140725-55878.jpg", imageAlt: "Slice of Marble Dry Cake"},
|
||||
{
|
||||
id: "pastry-chocolate",
|
||||
name: "Chocolate Croissant",
|
||||
price: "₹149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-cinnamon-dried-oranges-notebook-dark-wooden-table_140725-90855.jpg",
|
||||
imageAlt: "Flaky Chocolate Croissant",
|
||||
},
|
||||
id: "pastry-chocolate", name: "Chocolate Croissant", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-cinnamon-dried-oranges-notebook-dark-wooden-table_140725-90855.jpg", imageAlt: "Flaky Chocolate Croissant"},
|
||||
{
|
||||
id: "bread-sourdough",
|
||||
name: "Artisanal Sourdough",
|
||||
price: "₹249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-sliced-rye-bread-smeared-with-cottage-cheese-tomatoes-with-knife-plate-wooden-background_141793-5781.jpg",
|
||||
imageAlt: "Crusty Artisanal Sourdough Bread",
|
||||
},
|
||||
id: "bread-sourdough", name: "Artisanal Sourdough", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-sliced-rye-bread-smeared-with-cottage-cheese-tomatoes-with-knife-plate-wooden-background_141793-5781.jpg", imageAlt: "Crusty Artisanal Sourdough Bread"},
|
||||
{
|
||||
id: "birthday-cake-vanilla",
|
||||
name: "Classic Vanilla Birthday Cake",
|
||||
price: "₹999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172539.jpg",
|
||||
imageAlt: "Classic Vanilla Birthday Cake",
|
||||
},
|
||||
id: "birthday-cake-vanilla", name: "Classic Vanilla Birthday Cake", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172539.jpg", imageAlt: "Classic Vanilla Birthday Cake"},
|
||||
{
|
||||
id: "shake-chocolate",
|
||||
name: "Rich Chocolate Shake",
|
||||
price: "₹179",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-wooden-table_123827-20782.jpg",
|
||||
imageAlt: "Rich Chocolate Milkshake with whipped cream",
|
||||
},
|
||||
id: "shake-chocolate", name: "Rich Chocolate Shake", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-wooden-table_123827-20782.jpg", imageAlt: "Rich Chocolate Milkshake with whipped cream"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="From freshly baked breads to gourmet pizzas, and delightful pastries to custom birthday cakes, our menu offers a wide variety to satisfy every craving. Discover your new favorite today!"
|
||||
@@ -232,54 +150,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard-cake",
|
||||
badge: "Popular",
|
||||
name: "Standard Birthday Cake",
|
||||
price: "From ₹999",
|
||||
features: [
|
||||
"Customizable flavors",
|
||||
"Basic decoration",
|
||||
"Serves 8-10 people",
|
||||
],
|
||||
id: "standard-cake", badge: "Popular", name: "Standard Birthday Cake", price: "From ₹999", features: [
|
||||
"Customizable flavors", "Basic decoration", "Serves 8-10 people"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Customize Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Customize Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "deluxe-package",
|
||||
badge: "Best Value",
|
||||
name: "Deluxe Celebration Package",
|
||||
price: "From ₹2499",
|
||||
features: [
|
||||
"Premium flavors & design",
|
||||
"Includes 12 cupcakes",
|
||||
"Serves 15-20 people",
|
||||
],
|
||||
id: "deluxe-package", badge: "Best Value", name: "Deluxe Celebration Package", price: "From ₹2499", features: [
|
||||
"Premium flavors & design", "Includes 12 cupcakes", "Serves 15-20 people"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "event-catering",
|
||||
badge: "Events",
|
||||
name: "Custom Event Catering",
|
||||
price: "Contact Us",
|
||||
features: [
|
||||
"Full menu customization",
|
||||
"Bulk order discounts",
|
||||
"Delivery & setup included",
|
||||
],
|
||||
id: "event-catering", badge: "Events", name: "Custom Event Catering", price: "Contact Us", features: [
|
||||
"Full menu customization", "Bulk order discounts", "Delivery & setup included"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -296,50 +187,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@PriyaFoodie",
|
||||
testimonial: "Himalaya Bakers makes the best dry cakes in Pathankot! So fresh and flavorful. A must-try for everyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427606.jpg",
|
||||
imageAlt: "Priya Sharma smiling in a cafe",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@PriyaFoodie", testimonial: "Himalaya Bakers makes the best dry cakes in Pathankot! So fresh and flavorful. A must-try for everyone.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427606.jpg", imageAlt: "Priya Sharma smiling in a cafe"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Singh",
|
||||
handle: "@RahulEats",
|
||||
testimonial: "Their pizzas are surprisingly good for a bakery! Perfect crust and generous toppings. My new favorite spot for a quick bite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-giant-pizza_23-2150040314.jpg",
|
||||
imageAlt: "Rahul Singh eating pizza at the bakery",
|
||||
},
|
||||
id: "2", name: "Rahul Singh", handle: "@RahulEats", testimonial: "Their pizzas are surprisingly good for a bakery! Perfect crust and generous toppings. My new favorite spot for a quick bite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-giant-pizza_23-2150040314.jpg", imageAlt: "Rahul Singh eating pizza at the bakery"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Mehta",
|
||||
handle: "@AnjaliSweet",
|
||||
testimonial: "Ordered a birthday cake and it was absolutely stunning and delicious! Everyone loved it. Thank you, Himalaya Bakers!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner_23-2149144977.jpg",
|
||||
imageAlt: "Anjali Mehta with her family enjoying cakes",
|
||||
},
|
||||
id: "3", name: "Anjali Mehta", handle: "@AnjaliSweet", testimonial: "Ordered a birthday cake and it was absolutely stunning and delicious! Everyone loved it. Thank you, Himalaya Bakers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner_23-2149144977.jpg", imageAlt: "Anjali Mehta with her family enjoying cakes"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Deepak Kumar",
|
||||
handle: "@DeepakCafe",
|
||||
testimonial: "The shakes are heavenly! And the ambiance is so peaceful. It's my go-to place for a relaxing evening coffee.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-restaurant_23-2148395316.jpg",
|
||||
imageAlt: "Deepak Kumar enjoying coffee with a partner",
|
||||
},
|
||||
id: "4", name: "Deepak Kumar", handle: "@DeepakCafe", testimonial: "The shakes are heavenly! And the ambiance is so peaceful. It's my go-to place for a relaxing evening coffee.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-restaurant_23-2148395316.jpg", imageAlt: "Deepak Kumar enjoying coffee with a partner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Smriti Verma",
|
||||
handle: "@SmritiReads",
|
||||
testimonial: "Great spot for studying with a coffee and a pastry. The staff are always friendly and the internet is reliable. Highly recommend!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-cafe-working-laptop_651396-2733.jpg",
|
||||
imageAlt: "Smriti Verma studying at the bakery",
|
||||
},
|
||||
id: "5", name: "Smriti Verma", handle: "@SmritiReads", testimonial: "Great spot for studying with a coffee and a pastry. The staff are always friendly and the internet is reliable. Highly recommend!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-cafe-working-laptop_651396-2733.jpg", imageAlt: "Smriti Verma studying at the bakery"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Community Says"
|
||||
@@ -353,20 +214,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer delivery services in Pathankot?",
|
||||
content: "Yes, we offer home delivery services within a 5km radius of our Pathankot branch. You can place your order online through our website or call us directly.",
|
||||
},
|
||||
id: "1", title: "Do you offer delivery services in Pathankot?", content: "Yes, we offer home delivery services within a 5km radius of our Pathankot branch. You can place your order online through our website or call us directly."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I customize my birthday cake order?",
|
||||
content: "Absolutely! We specialize in custom birthday cakes. You can choose from various flavors, designs, and sizes. Please contact us in advance to discuss your specific requirements.",
|
||||
},
|
||||
id: "2", title: "Can I customize my birthday cake order?", content: "Absolutely! We specialize in custom birthday cakes. You can choose from various flavors, designs, and sizes. Please contact us in advance to discuss your specific requirements."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there any vegan or gluten-free options available?",
|
||||
content: "We currently offer a limited selection of vegan snacks and are working on expanding our range to include more dietary-friendly options. Please inquire with our staff for daily specials.",
|
||||
},
|
||||
id: "3", title: "Are there any vegan or gluten-free options available?", content: "We currently offer a limited selection of vegan snacks and are working on expanding our range to include more dietary-friendly options. Please inquire with our staff for daily specials."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have a question about our menu, ordering, or services? Find quick answers here, or reach out to us directly."
|
||||
@@ -379,20 +231,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Order Online or Visit Us"
|
||||
description="Ready to satisfy your cravings? Place an order for pickup or delivery, or stop by our cozy café in Pathankot for a delightful experience. We look forward to serving you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now", href: "#"},
|
||||
{
|
||||
text: "Call Us: +91 12345 67890",
|
||||
href: "tel:+911234567890",
|
||||
},
|
||||
text: "Call Us: +91 12345 67890", href: "tel:+911234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -402,70 +249,41 @@ export default function LandingPage() {
|
||||
logoText="Himalaya Bakers"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pizzas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizzas", href: "#menu"},
|
||||
{
|
||||
label: "Dry Cakes",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Dry Cakes", href: "#menu"},
|
||||
{
|
||||
label: "Pastries",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pastries", href: "#menu"},
|
||||
{
|
||||
label: "Birthday Cakes",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Birthday Cakes", href: "#menu"},
|
||||
{
|
||||
label: "Shakes & Mocktails",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Shakes & Mocktails", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Commitment",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Commitment", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Visit Us", href: "#contact"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Order Online", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+911234567890",
|
||||
},
|
||||
label: "Call Us", href: "tel:+911234567890"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user