Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 04:09:56 +00:00

View File

@@ -1,15 +1,15 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from "next/link";
import { Coffee, Heart, Sparkles, Cake, Gift, Star, MapPin, MessageCircle, Sun, Utensils } from "lucide-react";
@@ -33,15 +33,13 @@ export default function HomePage() {
brandName="Eats Bakery & Coffee"
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Catering", id: "/menu" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
{ name: "Menu", id: "#menu" },
{ name: "Catering", id: "#catering" },
{ name: "Services", id: "#services" },
{ name: "Contact", id: "#contact" },
]}
button={{
text: "Order Now",
href: "/menu",
}}
text: "Order Now", href: "#menu"}}
/>
</div>
@@ -50,54 +48,31 @@ export default function HomePage() {
<HeroSplitTestimonial
title="Freshly Baked Goodness, Perfectly Brewed Coffee"
description="Welcome to Eats Bakery & Coffee - where artisanal craftsmanship meets passion for quality. Our expertly curated selection of baked goods and premium coffee creates the perfect blend for your day."
background={{ variant: "glowing-orb" }}
tag="Welcome to Eats"
tagIcon={Coffee}
buttons={[
{
text: "Explore Menu",
href: "/menu",
},
text: "Explore Menu", href: "#menu"},
{
text: "Order Online",
href: "/menu",
},
text: "Order Online", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-glass-counter_23-2147892889.jpg"
imageAlt="Fresh bakery display with coffee"
mediaAnimation="slide-up"
testimonials={[
{
name: "Sarah Ahmed",
handle: "Regular Customer",
testimonial: "Best croissants in town! The coffee is absolutely divine. Can't start my day without stopping by.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg",
imageAlt: "Sarah Ahmed testimonial",
},
name: "Sarah Ahmed", handle: "Regular Customer", testimonial: "Best croissants in town! The coffee is absolutely divine. Can't start my day without stopping by.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Sarah Ahmed testimonial"},
{
name: "Michael Hassan",
handle: "Local Resident",
testimonial: "Cozy atmosphere, friendly staff, and incredible pastries. This place is a gem in Tangier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
imageAlt: "Michael Hassan testimonial",
},
name: "Michael Hassan", handle: "Local Resident", testimonial: "Cozy atmosphere, friendly staff, and incredible pastries. This place is a gem in Tangier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Michael Hassan testimonial"},
{
name: "Laila Moroccan",
handle: "Food Enthusiast",
testimonial: "The quality is exceptional. Every item tastes freshly made with premium ingredients.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg",
imageAlt: "Laila Moroccan testimonial",
},
name: "Laila Moroccan", handle: "Food Enthusiast", testimonial: "The quality is exceptional. Every item tastes freshly made with premium ingredients.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg", imageAlt: "Laila Moroccan testimonial"},
{
name: "James Wilson",
handle: "Business Owner",
testimonial: "Perfect spot for client meetings. Great coffee, excellent service, and a welcoming vibe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
imageAlt: "James Wilson testimonial",
},
name: "James Wilson", handle: "Business Owner", testimonial: "Perfect spot for client meetings. Great coffee, excellent service, and a welcoming vibe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "James Wilson testimonial"},
]}
useInvertedBackground={false}
/>
@@ -112,13 +87,9 @@ export default function HomePage() {
description="At Eats Bakery & Coffee, we believe in the power of quality ingredients, time-honored techniques, and genuine hospitality. Every pastry is hand-crafted daily, and every cup of coffee is brewed to perfection. We're not just serving food and beverages—we're creating moments of joy and connection in our community."
metrics={[
{
value: "4.8★",
title: "Customer Rating (83 reviews)",
},
value: "4.8★", title: "Customer Rating (83 reviews)"},
{
value: "10+",
title: "Years of Excellence",
},
value: "10+", title: "Years of Excellence"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-baker-kitchen-using-phone_1303-32293.jpg"
imageAlt="Artisan baking process"
@@ -137,64 +108,28 @@ export default function HomePage() {
tagIcon={Sparkles}
features={[
{
title: "Artisan Croissants",
description: "Butter-layered croissants with a perfectly crispy exterior and tender, flaky interior. Our most beloved classic.",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-with-glass-lemon-juice_114579-34915.jpg?_wi=1",
imageAlt: "Golden croissant",
button: {
text: "Learn More",
href: "/menu",
},
title: "Artisan Croissants", description: "Butter-layered croissants with a perfectly crispy exterior and tender, flaky interior. Our most beloved classic.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-with-glass-lemon-juice_114579-34915.jpg", imageAlt: "Golden croissant", button: {
text: "Learn More", href: "#"},
},
{
title: "Espresso Blends",
description: "Premium single-origin and house blend espresso shots, expertly pulled and perfectly crema'd for the ultimate coffee experience.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-cappuccino_23-2148354685.jpg?_wi=1",
imageAlt: "Espresso shots",
button: {
text: "Explore Blends",
href: "/menu",
},
title: "Espresso Blends", description: "Premium single-origin and house blend espresso shots, expertly pulled and perfectly crema'd for the ultimate coffee experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-cappuccino_23-2148354685.jpg", imageAlt: "Espresso shots", button: {
text: "Explore Blends", href: "#"},
},
{
title: "Seasonal Pastries",
description: "Limited edition pastries celebrating seasonal flavors. Fresh berries, exotic fruits, and creative flavor combinations.",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-cake-slices-wooden-board_114579-17174.jpg?_wi=1",
imageAlt: "Colorful seasonal pastries",
button: {
text: "View Seasonal",
href: "/menu",
},
title: "Seasonal Pastries", description: "Limited edition pastries celebrating seasonal flavors. Fresh berries, exotic fruits, and creative flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-cake-slices-wooden-board_114579-17174.jpg", imageAlt: "Colorful seasonal pastries", button: {
text: "View Seasonal", href: "#"},
},
{
title: "Specialty Cakes",
description: "Custom cakes for celebrations. From elegant tortes to festive designs, we create edible masterpieces for your special moments.",
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-delicious-fruits_23-2149144148.jpg?_wi=1",
imageAlt: "Decorated specialty cake",
button: {
text: "Order Custom",
href: "/menu",
},
title: "Specialty Cakes", description: "Custom cakes for celebrations. From elegant tortes to festive designs, we create edible masterpieces for your special moments.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-delicious-fruits_23-2149144148.jpg", imageAlt: "Decorated specialty cake", button: {
text: "Order Custom", href: "#"},
},
{
title: "Breakfast Sandwiches",
description: "Fresh-baked bread filled with premium ingredients. Perfect for a quick breakfast or satisfying lunch.",
imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg",
imageAlt: "Breakfast sandwich",
button: {
text: "View Sandwiches",
href: "/menu",
},
title: "Breakfast Sandwiches", description: "Fresh-baked bread filled with premium ingredients. Perfect for a quick breakfast or satisfying lunch.", imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg", imageAlt: "Breakfast sandwich", button: {
text: "View Sandwiches", href: "#"},
},
{
title: "Coffee & Tea Pairings",
description: "Expert recommendations on pairing our beverages with our bakery selections for the perfect taste experience.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-little-cakes-with-cup-coffee-white-background-pie-cake-sweet-biscuit-sugar-cookie_140725-80639.jpg",
imageAlt: "Coffee and pastry pairing",
button: {
text: "See Pairings",
href: "/menu",
},
title: "Coffee & Tea Pairings", description: "Expert recommendations on pairing our beverages with our bakery selections for the perfect taste experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-little-cakes-with-cup-coffee-white-background-pie-cake-sweet-biscuit-sugar-cookie_140725-80639.jpg", imageAlt: "Coffee and pastry pairing", button: {
text: "See Pairings", href: "#"},
},
]}
gridVariant="bento-grid"
@@ -213,29 +148,13 @@ export default function HomePage() {
tagIcon={Gift}
features={[
{
title: "In-Store Dining",
description: "Enjoy our cozy, welcoming atmosphere perfect for morning coffee, afternoon treats, or quality time with friends and family.",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-composition-with-breakfast-blank-space-father-s-day_23-2147632091.jpg?_wi=1",
imageAlt: "Cozy cafe interior",
},
title: "In-Store Dining", description: "Enjoy our cozy, welcoming atmosphere perfect for morning coffee, afternoon treats, or quality time with friends and family.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-composition-with-breakfast-blank-space-father-s-day_23-2147632091.jpg", imageAlt: "Cozy cafe interior"},
{
title: "Takeaway & Delivery",
description: "Grab your favorites to go. We offer fast service for those on the move, with convenient delivery options available.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-yellow-cape-holding-food-package-coffee-pink-background-uniform-delivery-work-job-color_140725-34828.jpg?_wi=1",
imageAlt: "Takeaway packaging",
},
title: "Takeaway & Delivery", description: "Grab your favorites to go. We offer fast service for those on the move, with convenient delivery options available.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-yellow-cape-holding-food-package-coffee-pink-background-uniform-delivery-work-job-color_140725-34828.jpg", imageAlt: "Takeaway packaging"},
{
title: "Corporate Catering",
description: "Impress your team with our corporate packages. Customizable platters, breakfast boxes, and premium coffee service.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-salad-cheese-set_8353-10598.jpg?_wi=1",
imageAlt: "Corporate catering spread",
},
title: "Corporate Catering", description: "Impress your team with our corporate packages. Customizable platters, breakfast boxes, and premium coffee service.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beef-salad-cheese-set_8353-10598.jpg", imageAlt: "Corporate catering spread"},
{
title: "Event Catering",
description: "Celebrate your special moments with our event catering. Weddings, parties, and corporate events handled with elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/variety-snacks-served-with-drinks_23-2148244968.jpg?_wi=1",
imageAlt: "Event catering setup",
},
title: "Event Catering", description: "Celebrate your special moments with our event catering. Weddings, parties, and corporate events handled with elegance.", imageSrc: "http://img.b2bpic.net/free-photo/variety-snacks-served-with-drinks_23-2148244968.jpg", imageAlt: "Event catering setup"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -253,73 +172,37 @@ export default function HomePage() {
tagIcon={Cake}
plans={[
{
id: "breakfast",
badge: "Breakfast Service",
badgeIcon: Sun,
price: "From 25 MAD/person",
subtitle: "Perfect for morning meetings and team kickoffs",
buttons: [
id: "breakfast", badge: "Breakfast Service", badgeIcon: Sun,
price: "From 25 MAD/person", subtitle: "Perfect for morning meetings and team kickoffs", buttons: [
{
text: "Order Breakfast",
href: "/menu",
},
text: "Order Breakfast", href: "#"},
{
text: "Customize",
href: "/menu",
},
text: "Customize", href: "#"},
],
features: [
"Assorted pastries and croissants",
"Fresh fruit platters",
"Coffee and juice service",
"Napkins and serving utensils included",
],
"Assorted pastries and croissants", "Fresh fruit platters", "Coffee and juice service", "Napkins and serving utensils included"],
},
{
id: "lunch",
badge: "Lunch Platters",
badgeIcon: Utensils,
price: "From 50 MAD/person",
subtitle: "Ideal for midday events and lunch meetings",
buttons: [
id: "lunch", badge: "Lunch Platters", badgeIcon: Utensils,
price: "From 50 MAD/person", subtitle: "Ideal for midday events and lunch meetings", buttons: [
{
text: "Order Lunch",
href: "/menu",
},
text: "Order Lunch", href: "#"},
{
text: "Customize",
href: "/menu",
},
text: "Customize", href: "#"},
],
features: [
"Gourmet sandwiches and wraps",
"Seasonal salads and sides",
"Premium beverage selection",
"Dessert options available",
],
"Gourmet sandwiches and wraps", "Seasonal salads and sides", "Premium beverage selection", "Dessert options available"],
},
{
id: "premium",
badge: "Premium Event",
badgeIcon: Sparkles,
price: "From 100 MAD/person",
subtitle: "Our signature offering for special occasions",
buttons: [
id: "premium", badge: "Premium Event", badgeIcon: Sparkles,
price: "From 100 MAD/person", subtitle: "Our signature offering for special occasions", buttons: [
{
text: "Book Premium",
href: "/menu",
},
text: "Book Premium", href: "#"},
{
text: "Customize",
href: "/menu",
},
text: "Customize", href: "#"},
],
features: [
"Custom cake designs",
"Full meal service with options",
"Premium coffee and espresso bar",
"Dedicated staff support",
],
"Custom cake designs", "Full meal service with options", "Premium coffee and espresso bar", "Dedicated staff support"],
},
]}
animationType="slide-up"
@@ -337,88 +220,62 @@ export default function HomePage() {
tagIcon={Star}
testimonials={[
{
id: "1",
title: "Morning Ritual Complete",
quote: "I visit Eats every morning for their espresso and croissant. It's the perfect way to start my day. The baristas know my order, and the quality never wavers.",
name: "Fatima Morocco",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg",
imageAlt: "Fatima Morocco portrait",
},
id: "1", title: "Morning Ritual Complete", quote: "I visit Eats every morning for their espresso and croissant. It's the perfect way to start my day. The baristas know my order, and the quality never wavers.", name: "Fatima Morocco", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg", imageAlt: "Fatima Morocco portrait"},
{
id: "2",
title: "Catering Saved Our Event",
quote: "We ordered catering from Eats for our company anniversary, and guests raved about the food all week. Professional, delicious, and beautifully presented.",
name: "Ahmed Hassan",
role: "CEO, Tech Innovations",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1",
imageAlt: "Ahmed Hassan portrait",
},
id: "2", title: "Catering Saved Our Event", quote: "We ordered catering from Eats for our company anniversary, and guests raved about the food all week. Professional, delicious, and beautifully presented.", name: "Ahmed Hassan", role: "CEO, Tech Innovations", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Ahmed Hassan portrait"},
{
id: "3",
title: "Hidden Gem in Tangier",
quote: "Found this place by chance, and now it's our favorite spot to meet friends. The atmosphere is warm, the coffee is exceptional, and the pastries are divine.",
name: "Sophie Laurent",
role: "Travel Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/female-with-skateboard-taking-selfies_23-2148436002.jpg?_wi=1",
imageAlt: "Sophie Laurent portrait",
},
id: "3", title: "Hidden Gem in Tangier", quote: "Found this place by chance, and now it's our favorite spot to meet friends. The atmosphere is warm, the coffee is exceptional, and the pastries are divine.", name: "Sophie Laurent", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/female-with-skateboard-taking-selfies_23-2148436002.jpg", imageAlt: "Sophie Laurent portrait"},
{
id: "4",
title: "Wedding Day Heroes",
quote: "They created a custom cake for our wedding that was absolutely stunning. Not only beautiful but incredibly delicious. Highly recommend for any celebration.",
name: "Nadia & Karim",
role: "Newlyweds",
imageSrc: "http://img.b2bpic.net/free-photo/love-senior-couple-hugging-with-fire-sparkles_23-2148333629.jpg?_wi=1",
imageAlt: "Nadia and Karim wedding photo",
},
id: "4", title: "Wedding Day Heroes", quote: "They created a custom cake for our wedding that was absolutely stunning. Not only beautiful but incredibly delicious. Highly recommend for any celebration.", name: "Nadia & Karim", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/love-senior-couple-hugging-with-fire-sparkles_23-2148333629.jpg", imageAlt: "Nadia and Karim wedding photo"},
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Location Section */}
<div id="location" data-section="location">
<MetricCardTwo
title="Visit Us"
description="Find us in the heart of Tangier - a welcoming space for coffee lovers and pastry enthusiasts"
tag="Location & Hours"
tagIcon={MapPin}
metrics={[
{
id: "1", value: "Q357+Q3R", description: "Tangier, Morocco"},
{
id: "2", value: "8:00 AM", description: "Opening Time Daily"},
{
id: "3", value: "50-100 MAD", description: "Average Per Person"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Contact & FAQ Section */}
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Get in Touch"
ctaDescription="Have questions about our menu, catering services, or special requests? We'd love to hear from you!"
ctaButton={{
text: "Contact Us",
href: "#",
}}
text: "Contact Us", href: "#"}}
ctaIcon={MessageCircle}
faqs={[
{
id: "1",
title: "Do you offer custom cake designs?",
content: "Absolutely! We create custom cakes for weddings, birthdays, anniversaries, and all special occasions. Contact us with your vision, and our pastry chefs will bring it to life. We recommend ordering at least 3 days in advance for custom orders.",
},
id: "1", title: "Do you offer custom cake designs?", content: "Absolutely! We create custom cakes for weddings, birthdays, anniversaries, and all special occasions. Contact us with your vision, and our pastry chefs will bring it to life. We recommend ordering at least 3 days in advance for custom orders."},
{
id: "2",
title: "What are your catering options?",
content: "We offer three main catering packages: Breakfast Service from 25 MAD/person, Lunch Platters from 50 MAD/person, and Premium Event packages from 100 MAD/person. All packages are fully customizable to meet your specific needs and preferences.",
},
id: "2", title: "What are your catering options?", content: "We offer three main catering packages: Breakfast Service from 25 MAD/person, Lunch Platters from 50 MAD/person, and Premium Event packages from 100 MAD/person. All packages are fully customizable to meet your specific needs and preferences."},
{
id: "3",
title: "Do you have dietary accommodations?",
content: "Yes, we offer gluten-free pastries, vegan options, and can accommodate other dietary restrictions. Please inform us when placing your order so we can prepare accordingly.",
},
id: "3", title: "Do you have dietary accommodations?", content: "Yes, we offer gluten-free pastries, vegan options, and can accommodate other dietary restrictions. Please inform us when placing your order so we can prepare accordingly."},
{
id: "4",
title: "What are your operating hours?",
content: "We're currently open starting at 8:00 AM daily. For closing times and special holiday hours, please contact us directly or check our social media pages for updates.",
},
id: "4", title: "What are your operating hours?", content: "We're currently open starting at 8:00 AM daily. For closing times and special holiday hours, please contact us directly or check our social media pages for updates."},
{
id: "5",
title: "Can I order online for delivery?",
content: "Yes! We offer online ordering with delivery to nearby locations in Tangier. Visit our website or call us to place your order. Delivery fees vary based on distance.",
},
id: "5", title: "Can I order online for delivery?", content: "Yes! We offer online ordering with delivery to nearby locations in Tangier. Visit our website or call us to place your order. Delivery fees vary based on distance."},
{
id: "6",
title: "How far in advance should I book catering?",
content: "We recommend booking catering services at least 5-7 days in advance for standard packages and 2 weeks for larger events or custom cake designs. Rush orders may be accommodated on a case-by-case basis.",
},
id: "6", title: "How far in advance should I book catering?", content: "We recommend booking catering services at least 5-7 days in advance for standard packages and 2 weeks for larger events or custom cake designs. Rush orders may be accommodated on a case-by-case basis."},
]}
animationType="slide-up"
accordionAnimationType="smooth"
@@ -431,83 +288,49 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "#"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "#menu"},
{
label: "Catering",
href: "/menu",
},
label: "Catering", href: "#catering"},
{
label: "Services",
href: "/",
},
label: "Services", href: "#services"},
],
},
{
title: "Visit",
items: [
title: "Visit", items: [
{
label: "Tangier Location",
href: "#",
},
label: "Tangier Location", href: "#"},
{
label: "Hours",
href: "#",
},
label: "Hours", href: "#"},
{
label: "Phone: +212 XXX XXX XXX",
href: "tel:+212XXXXXXXXX",
},
label: "Phone: +212 XXX XXX XXX", href: "tel:+212XXXXXXXXX"},
{
label: "Email: hello@eatsbakery.ma",
href: "mailto:hello@eatsbakery.ma",
},
label: "Email: hello@eatsbakery.ma", href: "mailto:hello@eatsbakery.ma"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "Twitter",
href: "https://twitter.com",
},
label: "Twitter", href: "https://twitter.com"},
{
label: "Newsletter",
href: "#",
},
label: "Newsletter", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
],
},
]}