Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
307
src/app/page.tsx
307
src/app/page.tsx
@@ -32,52 +32,35 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Shop", id: "#products"},
|
||||
{
|
||||
name: "Journal",
|
||||
id: "#journal",
|
||||
},
|
||||
name: "Journal", id: "#journal"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1ref4y"
|
||||
logoAlt="Habibi Burton Logo"
|
||||
brandName="Habibi Burton"
|
||||
button={{
|
||||
text: "Cart",
|
||||
href: "/cart",
|
||||
}}
|
||||
text: "Cart", href: "/cart"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Habibi Burton"
|
||||
description="Experience the timeless elegance of Habibi Burton's exquisite Home & Fashion collections, handcrafted in Tangier."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Home",
|
||||
href: "#products-home",
|
||||
},
|
||||
text: "Shop Home", href: "#products-home"},
|
||||
{
|
||||
text: "Shop Fashion",
|
||||
href: "#products-fashion",
|
||||
},
|
||||
text: "Shop Fashion", href: "#products-fashion"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-historical-interior-inside-blue-mosque-istanbul-turkey_628469-129.jpg"
|
||||
@@ -93,17 +76,11 @@ export default function LandingPage() {
|
||||
description="Habibi Burton blends ancestral Moroccan artistry with contemporary design, creating unique pieces that tell a story. Each item is a testament to the dedication of our master artisans in Tangier, ensuring authenticity and unparalleled quality."
|
||||
metrics={[
|
||||
{
|
||||
value: "30+",
|
||||
title: "Years Crafting",
|
||||
},
|
||||
value: "30+", title: "Years Crafting"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Handcrafted",
|
||||
},
|
||||
value: "100%", title: "Handcrafted"},
|
||||
{
|
||||
value: "Global",
|
||||
title: "Clientele",
|
||||
},
|
||||
value: "Global", title: "Clientele"},
|
||||
]}
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-painting-clay-pot_23-2148944917.jpg"
|
||||
@@ -119,35 +96,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Home Decor",
|
||||
title: "Exquisite Home Collections",
|
||||
subtitle: "Transform your living space",
|
||||
description: "Discover our selection of handcrafted furniture, luxurious textiles, and unique decorative objects, each piece a blend of tradition and modern elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-traditional-native-american-pattern_23-2149191786.jpg",
|
||||
},
|
||||
tag: "Home Decor", title: "Exquisite Home Collections", subtitle: "Transform your living space", description: "Discover our selection of handcrafted furniture, luxurious textiles, and unique decorative objects, each piece a blend of tradition and modern elegance.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-traditional-native-american-pattern_23-2149191786.jpg"},
|
||||
{
|
||||
tag: "Fashion Apparel",
|
||||
title: "Elegant Moroccan Fashion",
|
||||
subtitle: "Dress with timeless grace",
|
||||
description: "Explore our curated apparel, from flowing kaftans to intricately embroidered pieces, designed for sophisticated comfort and style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-dishes-hamam-museum-istanbul-turkey_1268-22497.jpg",
|
||||
},
|
||||
tag: "Fashion Apparel", title: "Elegant Moroccan Fashion", subtitle: "Dress with timeless grace", description: "Explore our curated apparel, from flowing kaftans to intricately embroidered pieces, designed for sophisticated comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-dishes-hamam-museum-istanbul-turkey_1268-22497.jpg"},
|
||||
{
|
||||
tag: "Bespoke Services",
|
||||
title: "Custom Design for You",
|
||||
subtitle: "Crafting your unique vision",
|
||||
description: "Collaborate with our artisans to create personalized pieces, tailored to your aesthetic and space. Experience luxury redefined.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-frames-wool_23-2147647150.jpg",
|
||||
},
|
||||
tag: "Bespoke Services", title: "Custom Design for You", subtitle: "Crafting your unique vision", description: "Collaborate with our artisans to create personalized pieces, tailored to your aesthetic and space. Experience luxury redefined.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-frames-wool_23-2147647150.jpg"},
|
||||
]}
|
||||
title="Discover Our Signature Collections"
|
||||
description="From intricately woven textiles to bespoke furniture, each collection embodies the spirit of Moroccan luxury and modern living."
|
||||
tag="Collections"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Collections",
|
||||
href: "/collections",
|
||||
},
|
||||
text: "View All Collections", href: "/collections"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -162,65 +122,23 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
products={[
|
||||
{
|
||||
id: "new-1",
|
||||
brand: "Habibi Burton",
|
||||
name: "Terracotta Artisan Vase",
|
||||
price: "MAD 750",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-vase_23-2151003058.jpg",
|
||||
imageAlt: "Terracotta Artisan Vase",
|
||||
},
|
||||
id: "new-1", brand: "Habibi Burton", name: "Terracotta Artisan Vase", price: "MAD 750", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-vase_23-2151003058.jpg", imageAlt: "Terracotta Artisan Vase"},
|
||||
{
|
||||
id: "new-2",
|
||||
brand: "Habibi Burton",
|
||||
name: "Silk Embroidered Kaftan",
|
||||
price: "MAD 1,800",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg",
|
||||
imageAlt: "Silk Embroidered Kaftan",
|
||||
},
|
||||
id: "new-2", brand: "Habibi Burton", name: "Silk Embroidered Kaftan", price: "MAD 1,800", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", imageAlt: "Silk Embroidered Kaftan"},
|
||||
{
|
||||
id: "new-3",
|
||||
brand: "Habibi Burton",
|
||||
name: "Geometric Wool Rug",
|
||||
price: "MAD 2,500",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mother-working-from-home_23-2148577266.jpg",
|
||||
imageAlt: "Geometric Wool Rug",
|
||||
},
|
||||
id: "new-3", brand: "Habibi Burton", name: "Geometric Wool Rug", price: "MAD 2,500", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mother-working-from-home_23-2148577266.jpg", imageAlt: "Geometric Wool Rug"},
|
||||
{
|
||||
id: "new-4",
|
||||
brand: "Habibi Burton",
|
||||
name: "Brass Filigree Lantern",
|
||||
price: "MAD 1,200",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158653.jpg",
|
||||
imageAlt: "Brass Filigree Lantern",
|
||||
},
|
||||
id: "new-4", brand: "Habibi Burton", name: "Brass Filigree Lantern", price: "MAD 1,200", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158653.jpg", imageAlt: "Brass Filigree Lantern"},
|
||||
{
|
||||
id: "new-5",
|
||||
brand: "Habibi Burton",
|
||||
name: "Hand-Embroidered Cushion",
|
||||
price: "MAD 450",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-interior_74190-6487.jpg",
|
||||
imageAlt: "Hand-Embroidered Cushion",
|
||||
},
|
||||
id: "new-5", brand: "Habibi Burton", name: "Hand-Embroidered Cushion", price: "MAD 450", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/decoration-interior_74190-6487.jpg", imageAlt: "Hand-Embroidered Cushion"},
|
||||
{
|
||||
id: "new-6",
|
||||
brand: "Habibi Burton",
|
||||
name: "Leather Babouche Slippers",
|
||||
price: "MAD 600",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-luis-vuitton-shoes-hat-lie-barrel_8353-459.jpg",
|
||||
imageAlt: "Leather Babouche Slippers",
|
||||
},
|
||||
id: "new-6", brand: "Habibi Burton", name: "Leather Babouche Slippers", price: "MAD 600", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beige-luis-vuitton-shoes-hat-lie-barrel_8353-459.jpg", imageAlt: "Leather Babouche Slippers"},
|
||||
]}
|
||||
title="New Arrivals: Fresh From Tangier"
|
||||
description="Explore the latest additions to our curated selection, blending traditional techniques with innovative design for your home and wardrobe."
|
||||
@@ -234,45 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Unparalleled Craftsmanship",
|
||||
quote: "The quality and attention to detail in Habibi Burton's pieces are truly remarkable. Each item feels like a work of art, transforming my home with Moroccan elegance.",
|
||||
name: "Fatima Z.",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-modern-woman-talking-phone_23-2148415861.jpg",
|
||||
},
|
||||
id: "t1", title: "Unparalleled Craftsmanship", quote: "The quality and attention to detail in Habibi Burton's pieces are truly remarkable. Each item feels like a work of art, transforming my home with Moroccan elegance.", name: "Fatima Z.", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-modern-woman-talking-phone_23-2148415861.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "A Touch of Moroccan Soul",
|
||||
quote: "I adore my new kaftan! It's not just clothing, it's a piece of Moroccan culture, beautifully crafted and so comfortable. Habibi Burton delivers authentic luxury.",
|
||||
name: "Ahmed B.",
|
||||
role: "Fashion Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-28745.jpg",
|
||||
},
|
||||
id: "t2", title: "A Touch of Moroccan Soul", quote: "I adore my new kaftan! It's not just clothing, it's a piece of Moroccan culture, beautifully crafted and so comfortable. Habibi Burton delivers authentic luxury.", name: "Ahmed B.", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-28745.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Exceptional Service",
|
||||
quote: "From selection to delivery, the experience with Habibi Burton was flawless. Their team is knowledgeable and passionate, making every purchase a joy.",
|
||||
name: "Nadia L.",
|
||||
role: "Home Decor Lover",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pajamas-with-gift-box_1153-4231.jpg",
|
||||
},
|
||||
id: "t3", title: "Exceptional Service", quote: "From selection to delivery, the experience with Habibi Burton was flawless. Their team is knowledgeable and passionate, making every purchase a joy.", name: "Nadia L.", role: "Home Decor Lover", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pajamas-with-gift-box_1153-4231.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Timeless Beauty",
|
||||
quote: "Our new rug from Habibi Burton is the centerpiece of our living room. It’s a timeless piece that adds warmth and character, constantly admired by guests.",
|
||||
name: "Youssef M.",
|
||||
role: "Art Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-indoors_23-2148889785.jpg",
|
||||
},
|
||||
id: "t4", title: "Timeless Beauty", quote: "Our new rug from Habibi Burton is the centerpiece of our living room. It’s a timeless piece that adds warmth and character, constantly admired by guests.", name: "Youssef M.", role: "Art Collector", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-indoors_23-2148889785.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "More Than Just Products",
|
||||
quote: "Habibi Burton offers an experience, not just products. The stories behind each artisan and design make my purchases feel truly special and meaningful.",
|
||||
name: "Samira H.",
|
||||
role: "Brand Advocate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-drawing-authentic-vase-model-canvas-taking-pictures-with-smartphone-using-mobile-phone-find-artistic-inspiration-artwork-gallery-creative-masterpiece-skills_482257-46714.jpg",
|
||||
},
|
||||
id: "t5", title: "More Than Just Products", quote: "Habibi Burton offers an experience, not just products. The stories behind each artisan and design make my purchases feel truly special and meaningful.", name: "Samira H.", role: "Brand Advocate", imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-drawing-authentic-vase-model-canvas-taking-pictures-with-smartphone-using-mobile-phone-find-artistic-inspiration-artwork-gallery-creative-masterpiece-skills_482257-46714.jpg"},
|
||||
]}
|
||||
title="What Our Patrons Say"
|
||||
description="Hear from our discerning clients who have brought the Habibi Burton experience into their homes and wardrobes."
|
||||
@@ -291,45 +179,16 @@ export default function LandingPage() {
|
||||
tag="Our Stories"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Articles",
|
||||
href: "/journal",
|
||||
},
|
||||
text: "Read All Articles", href: "/journal"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Craftsmanship",
|
||||
title: "The Art of Moroccan Weaving",
|
||||
excerpt: "Dive deep into the intricate world of traditional Moroccan weaving, a heritage passed down through generations of skilled artisans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-stitching-fabric-house-with-needle-workplace_23-2148164422.jpg",
|
||||
imageAlt: "Moroccan artisan weaving a rug",
|
||||
authorName: "Amina El H.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
date: "July 15, 2024",
|
||||
},
|
||||
id: "blog-1", category: "Craftsmanship", title: "The Art of Moroccan Weaving", excerpt: "Dive deep into the intricate world of traditional Moroccan weaving, a heritage passed down through generations of skilled artisans.", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-stitching-fabric-house-with-needle-workplace_23-2148164422.jpg", imageAlt: "Moroccan artisan weaving a rug", authorName: "Amina El H.", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", date: "July 15, 2024"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Inspiration",
|
||||
title: "Tangier: A Muse for Design",
|
||||
excerpt: "Explore how the vibrant city of Tangier, with its rich history and stunning landscapes, continuously inspires our latest collections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-market-marrakech_23-2148129825.jpg",
|
||||
imageAlt: "View of Tangier city",
|
||||
authorName: "Karim J.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-11811.jpg",
|
||||
date: "July 10, 2024",
|
||||
},
|
||||
id: "blog-2", category: "Inspiration", title: "Tangier: A Muse for Design", excerpt: "Explore how the vibrant city of Tangier, with its rich history and stunning landscapes, continuously inspires our latest collections.", imageSrc: "http://img.b2bpic.net/free-photo/spices-market-marrakech_23-2148129825.jpg", imageAlt: "View of Tangier city", authorName: "Karim J.", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-11811.jpg", date: "July 10, 2024"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Styling",
|
||||
title: "Modern Moroccan Home Styling",
|
||||
excerpt: "Learn how to effortlessly blend traditional Moroccan decor with contemporary aesthetics to create a luxurious and inviting living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flowers-arrangement-inside_23-2149591559.jpg",
|
||||
imageAlt: "Modern living room with Moroccan decor",
|
||||
authorName: "Sara T.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-stylish-sexy-woman-pink-luxury-dress-summer-fashion-trend-chic-style-holding-trendy-handbag_285396-583.jpg",
|
||||
date: "July 5, 2024",
|
||||
},
|
||||
id: "blog-3", category: "Styling", title: "Modern Moroccan Home Styling", excerpt: "Learn how to effortlessly blend traditional Moroccan decor with contemporary aesthetics to create a luxurious and inviting living space.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flowers-arrangement-inside_23-2149591559.jpg", imageAlt: "Modern living room with Moroccan decor", authorName: "Sara T.", authorAvatar: "http://img.b2bpic.net/free-photo/young-stylish-sexy-woman-pink-luxury-dress-summer-fashion-trend-chic-style-holding-trendy-handbag_285396-583.jpg", date: "July 5, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -339,22 +198,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Architectural Digest",
|
||||
"Elle Decor",
|
||||
"House Beautiful",
|
||||
"Vogue Living",
|
||||
"Riad Jasmine",
|
||||
"Artisan Collective",
|
||||
"Luxury Design Studio",
|
||||
]}
|
||||
"Architectural Digest", "Elle Decor", "House Beautiful", "Vogue Living", "Riad Jasmine", "Artisan Collective", "Luxury Design Studio"]}
|
||||
title="Featured In & Partners"
|
||||
description="Proudly collaborating with leading designers and featured in renowned publications, showcasing the reach and recognition of Habibi Burton's unique blend of tradition and modernity."
|
||||
tag="Our Community"
|
||||
buttons={[
|
||||
{
|
||||
text: "Follow Us on Instagram",
|
||||
href: "https://instagram.com/habibiburton",
|
||||
},
|
||||
text: "Follow Us on Instagram", href: "https://instagram.com/habibiburton"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
speed={50}
|
||||
@@ -366,16 +216,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Stay Connected"
|
||||
title="Join Our Exclusive Community"
|
||||
description="Be the first to discover new collections, receive special offers, and get insights into Moroccan craftsmanship directly in your inbox. No spam, just beauty."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now",
|
||||
href: "/newsletter-signup",
|
||||
},
|
||||
text: "Subscribe Now", href: "/newsletter-signup"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -388,83 +235,49 @@ export default function LandingPage() {
|
||||
logoText="Habibi Burton"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Home Decor",
|
||||
href: "/shop/home",
|
||||
},
|
||||
label: "Home Decor", href: "/shop/home"},
|
||||
{
|
||||
label: "Fashion",
|
||||
href: "/shop/fashion",
|
||||
},
|
||||
label: "Fashion", href: "/shop/fashion"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "/shop/new-arrivals",
|
||||
},
|
||||
label: "New Arrivals", href: "/shop/new-arrivals"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "/shop/sale",
|
||||
},
|
||||
label: "Sale", href: "/shop/sale"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "The Artisans",
|
||||
href: "/about#artisans",
|
||||
},
|
||||
label: "The Artisans", href: "/about#artisans"},
|
||||
{
|
||||
label: "Journal",
|
||||
href: "#journal",
|
||||
},
|
||||
label: "Journal", href: "#journal"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/shipping",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/shipping"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Tangier, Morocco",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tangier, Morocco", href: "#"},
|
||||
{
|
||||
label: "info@habibiburton.com",
|
||||
href: "mailto:info@habibiburton.com",
|
||||
},
|
||||
label: "info@habibiburton.com", href: "mailto:info@habibiburton.com"},
|
||||
{
|
||||
label: "WhatsApp: +212 XXXXXXXXX",
|
||||
href: "https://wa.me/212XXXXXXXXX",
|
||||
},
|
||||
label: "WhatsApp: +212 XXXXXXXXX", href: "https://wa.me/212XXXXXXXXX"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/habibiburton",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/habibiburton"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user