Merge version_1 into main #1
308
src/app/page.tsx
308
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collections", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Inspiration",
|
||||
id: "#inspiration",
|
||||
},
|
||||
name: "Inspiration", id: "#inspiration"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Khan Collection"
|
||||
/>
|
||||
@@ -60,8 +50,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Discover Timeless Pakistani Elegance"
|
||||
description="Premium-quality Pakistani suits crafted with exquisite fabrics, elegant designs, and attention to every detail."
|
||||
tag="Luxury You Can Wear"
|
||||
@@ -69,36 +58,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
{
|
||||
text: "View New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View New Arrivals", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-elegant-flamenco-dancer_23-2148235373.jpg",
|
||||
imageAlt: "Woman in elegant Pakistani suit",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-elegant-flamenco-dancer_23-2148235373.jpg", imageAlt: "Woman in elegant Pakistani suit"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-closes-eyes-laughs-out-happily-smiles-broadly-dressed-stylish-clothes-leans-down-wears-blue-eyeliner-has-funny-hairstyle-feels-lively-full-energy-happy-human-emotions_273609-57107.jpg",
|
||||
imageAlt: "Woman showcasing Pakistani suit design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623490.jpg",
|
||||
imageAlt: "Women shopping and buying consumer products for customer day celebration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503035.jpg",
|
||||
imageAlt: "Beautiful young woman wearing sari",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-show-confident-dancer-looking-down_23-2148235432.jpg",
|
||||
imageAlt: "Medium show confident dancer looking down",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-closes-eyes-laughs-out-happily-smiles-broadly-dressed-stylish-clothes-leans-down-wears-blue-eyeliner-has-funny-hairstyle-feels-lively-full-energy-happy-human-emotions_273609-57107.jpg", imageAlt: "Woman showcasing Pakistani suit design"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -113,34 +82,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "premium-fabrics",
|
||||
label: "Craftsmanship",
|
||||
title: "Premium Fabrics",
|
||||
items: [
|
||||
"Carefully selected materials that feel luxurious and comfortable, ensuring utmost comfort and durability.",
|
||||
"Experience the difference of high-quality textiles against your skin.",
|
||||
"Designed for elegance and longevity, perfect for all seasons.",
|
||||
],
|
||||
id: "premium-fabrics", label: "Craftsmanship", title: "Premium Fabrics", items: [
|
||||
"Carefully selected materials that feel luxurious and comfortable, ensuring utmost comfort and durability.", "Experience the difference of high-quality textiles against your skin.", "Designed for elegance and longevity, perfect for all seasons."],
|
||||
},
|
||||
{
|
||||
id: "elegant-designs",
|
||||
label: "Aesthetics",
|
||||
title: "Elegant Designs",
|
||||
items: [
|
||||
"Traditional beauty perfectly blended with modern fashion trends, creating unique and captivating outfits.",
|
||||
"Find your perfect ensemble for any occasion, from casual gatherings to grand celebrations.",
|
||||
"Each design tells a story of heritage and contemporary style.",
|
||||
],
|
||||
id: "elegant-designs", label: "Aesthetics", title: "Elegant Designs", items: [
|
||||
"Traditional beauty perfectly blended with modern fashion trends, creating unique and captivating outfits.", "Find your perfect ensemble for any occasion, from casual gatherings to grand celebrations.", "Each design tells a story of heritage and contemporary style."],
|
||||
},
|
||||
{
|
||||
id: "exceptional-value",
|
||||
label: "Value",
|
||||
title: "Exceptional Value",
|
||||
items: [
|
||||
"Premium collections at prices customers love, making luxury fashion accessible without compromise.",
|
||||
"We believe in offering the best quality without breaking the bank.",
|
||||
"Invest in timeless pieces that offer both style and affordability.",
|
||||
],
|
||||
id: "exceptional-value", label: "Value", title: "Exceptional Value", items: [
|
||||
"Premium collections at prices customers love, making luxury fashion accessible without compromise.", "We believe in offering the best quality without breaking the bank.", "Invest in timeless pieces that offer both style and affordability."],
|
||||
},
|
||||
]}
|
||||
title="Where Quality Meets Grace"
|
||||
@@ -156,65 +107,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "designer-collection",
|
||||
brand: "Khan Collection",
|
||||
name: "Designer Collection",
|
||||
price: "$299.99",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503028.jpg",
|
||||
imageAlt: "Sophisticated Pakistani designer suit",
|
||||
},
|
||||
id: "designer-collection", brand: "Khan Collection", name: "Designer Collection", price: "$299.99", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503028.jpg", imageAlt: "Sophisticated Pakistani designer suit"},
|
||||
{
|
||||
id: "everyday-elegance",
|
||||
brand: "Khan Collection",
|
||||
name: "Everyday Elegance",
|
||||
price: "$129.99",
|
||||
rating: 4,
|
||||
reviewCount: "400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-standing-green-house_23-2148068614.jpg",
|
||||
imageAlt: "Comfortable Pakistani suit for daily wear",
|
||||
},
|
||||
id: "everyday-elegance", brand: "Khan Collection", name: "Everyday Elegance", price: "$129.99", rating: 4,
|
||||
reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-standing-green-house_23-2148068614.jpg", imageAlt: "Comfortable Pakistani suit for daily wear"},
|
||||
{
|
||||
id: "festive-collection",
|
||||
brand: "Khan Collection",
|
||||
name: "Festive Collection",
|
||||
price: "$229.99",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dress_1303-3764.jpg",
|
||||
imageAlt: "Vibrant Pakistani festive suit",
|
||||
},
|
||||
id: "festive-collection", brand: "Khan Collection", name: "Festive Collection", price: "$229.99", rating: 5,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/woman-dress_1303-3764.jpg", imageAlt: "Vibrant Pakistani festive suit"},
|
||||
{
|
||||
id: "luxury-embroidered",
|
||||
brand: "Khan Collection",
|
||||
name: "Luxury Embroidered Collection",
|
||||
price: "$349.99",
|
||||
rating: 5,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-sweatshirts_23-2148175734.jpg",
|
||||
imageAlt: "Intricately embroidered luxury Pakistani suit",
|
||||
},
|
||||
id: "luxury-embroidered", brand: "Khan Collection", name: "Luxury Embroidered Collection", price: "$349.99", rating: 5,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/stack-sweatshirts_23-2148175734.jpg", imageAlt: "Intricately embroidered luxury Pakistani suit"},
|
||||
{
|
||||
id: "new-arrival",
|
||||
brand: "Khan Collection",
|
||||
name: "Fresh Designs",
|
||||
price: "$179.99",
|
||||
rating: 4,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-with-woolen-scarf-around-her-near-wearing-dangling-golden-earrings_23-2148187427.jpg",
|
||||
imageAlt: "Newly arrived Pakistani suit",
|
||||
},
|
||||
id: "new-arrival", brand: "Khan Collection", name: "Fresh Designs", price: "$179.99", rating: 4,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-with-woolen-scarf-around-her-near-wearing-dangling-golden-earrings_23-2148187427.jpg", imageAlt: "Newly arrived Pakistani suit"},
|
||||
{
|
||||
id: "best-seller",
|
||||
brand: "Khan Collection",
|
||||
name: "Popular Picks",
|
||||
price: "$189.99",
|
||||
rating: 5,
|
||||
reviewCount: "550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-shopping-bags-beautiful-dress_1303-17546.jpg",
|
||||
imageAlt: "Best selling Pakistani suit",
|
||||
},
|
||||
id: "best-seller", brand: "Khan Collection", name: "Popular Picks", price: "$189.99", rating: 5,
|
||||
reviewCount: "550", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-shopping-bags-beautiful-dress_1303-17546.jpg", imageAlt: "Best selling Pakistani suit"},
|
||||
]}
|
||||
title="Our Exquisite Collections"
|
||||
description="Explore our sophisticated designs for weddings, comfortable everyday wear, and festive outfits. Stay ahead of trends with our latest Pakistani suit collections."
|
||||
@@ -229,25 +138,15 @@ export default function LandingPage() {
|
||||
author="Aisha Khan"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2990.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2990.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7032.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glamour-female-model-with-short-brown-hair-black-dress-posing-near-light-wall_613910-7032.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-fascinating-brunette-girl-with-lightly-tanned-skin-wearing-white-dress-silver-jewellery_197531-4849.jpg",
|
||||
alt: "Jessica Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-fascinating-brunette-girl-with-lightly-tanned-skin-wearing-white-dress-silver-jewellery_197531-4849.jpg", alt: "Jessica Lee"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -260,26 +159,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "luxury-packaging",
|
||||
icon: Gift,
|
||||
title: "Luxury Packaging",
|
||||
value: "Exquisitely Packed",
|
||||
},
|
||||
id: "luxury-packaging", icon: Gift,
|
||||
title: "Luxury Packaging", value: "Exquisitely Packed"},
|
||||
{
|
||||
id: "fast-delivery",
|
||||
icon: Truck,
|
||||
title: "Fast Delivery",
|
||||
value: "Prompt & Secure",
|
||||
},
|
||||
id: "fast-delivery", icon: Truck,
|
||||
title: "Fast Delivery", value: "Prompt & Secure"},
|
||||
{
|
||||
id: "quality-assurance",
|
||||
icon: CheckCircle,
|
||||
title: "Quality Assurance",
|
||||
value: "Meticulously Inspected",
|
||||
},
|
||||
id: "quality-assurance", icon: CheckCircle,
|
||||
title: "Quality Assurance", value: "Meticulously Inspected"},
|
||||
]}
|
||||
title="Our Signature Experience"
|
||||
description="Beyond beautiful suits, we ensure every aspect of your Khan Collection journey is exceptional, reflecting our commitment to your satisfaction."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -288,9 +179,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="The Story of Khan Collection"
|
||||
description={[
|
||||
"At Khan Collection, fashion is more than clothing—it's confidence, tradition, and elegance woven into every thread. We believe that every woman deserves to feel her most beautiful and confident in what she wears, celebrating her unique style with grace.",
|
||||
"For years, we have dedicated ourselves to helping women discover exquisite Pakistani suits that seamlessly combine premium fabrics, timeless designs, and exceptional value. Our mission is simple: to deliver stunning outfits that not only meet the highest standards of quality but also make every customer feel truly special, cherished, and elegantly adorned. Join us in celebrating a legacy of fashion that brings joy and sophistication to every wardrobe.",
|
||||
]}
|
||||
"At Khan Collection, fashion is more than clothing—it's confidence, tradition, and elegance woven into every thread. We believe that every woman deserves to feel her most beautiful and confident in what she wears, celebrating her unique style with grace.", "For years, we have dedicated ourselves to helping women discover exquisite Pakistani suits that seamlessly combine premium fabrics, timeless designs, and exceptional value. Our mission is simple: to deliver stunning outfits that not only meet the highest standards of quality but also make every customer feel truly special, cherished, and elegantly adorned. Join us in celebrating a legacy of fashion that brings joy and sophistication to every wardrobe."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -303,38 +192,11 @@ export default function LandingPage() {
|
||||
description="Explore our latest collections, customer photos, and styling ideas. Follow us on Instagram for daily doses of elegance and fashion forward looks!"
|
||||
blogs={[
|
||||
{
|
||||
id: "insta-post-1",
|
||||
category: "Instagram",
|
||||
title: "New Arrivals: Festive Glamour",
|
||||
excerpt: "Get ready for the festive season with our latest collection of dazzling Pakistani suits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503024.jpg",
|
||||
imageAlt: "Woman wearing a festive Pakistani suit",
|
||||
authorName: "Khan Collection",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=byo86r",
|
||||
date: "October 26, 2024",
|
||||
},
|
||||
id: "insta-post-1", category: "Instagram", title: "New Arrivals: Festive Glamour", excerpt: "Get ready for the festive season with our latest collection of dazzling Pakistani suits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503024.jpg", imageAlt: "Woman wearing a festive Pakistani suit", authorName: "Khan Collection", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=byo86r", date: "October 26, 2024"},
|
||||
{
|
||||
id: "insta-post-2",
|
||||
category: "Tips",
|
||||
title: "Styling Your Everyday Elegance",
|
||||
excerpt: "Discover how to effortlessly style your casual Pakistani suits for a chic daily look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-afro-curls-hairstyle-summer-hipster-white-dress-hat_158538-786.jpg",
|
||||
imageAlt: "Flat lay of an everyday Pakistani suit with accessories",
|
||||
authorName: "Khan Collection",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p4ce1o",
|
||||
date: "October 20, 2024",
|
||||
},
|
||||
id: "insta-post-2", category: "Tips", title: "Styling Your Everyday Elegance", excerpt: "Discover how to effortlessly style your casual Pakistani suits for a chic daily look.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-afro-curls-hairstyle-summer-hipster-white-dress-hat_158538-786.jpg", imageAlt: "Flat lay of an everyday Pakistani suit with accessories", authorName: "Khan Collection", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p4ce1o", date: "October 20, 2024"},
|
||||
{
|
||||
id: "insta-post-3",
|
||||
category: "Community",
|
||||
title: "Customer Spotlight: Our Beautiful Brides",
|
||||
excerpt: "See how our stunning customers styled their Khan Collection outfits for their special day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-clothes-shopping_23-2150639862.jpg",
|
||||
imageAlt: "Customer trying on a bridal Pakistani suit",
|
||||
authorName: "Khan Collection",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4x5kwr",
|
||||
date: "October 15, 2024",
|
||||
},
|
||||
id: "insta-post-3", category: "Community", title: "Customer Spotlight: Our Beautiful Brides", excerpt: "See how our stunning customers styled their Khan Collection outfits for their special day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-clothes-shopping_23-2150639862.jpg", imageAlt: "Customer trying on a bridal Pakistani suit", authorName: "Khan Collection", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4x5kwr", date: "October 15, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,22 +206,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Premium Quality Fabrics",
|
||||
"Fast & Secure Delivery",
|
||||
"Elegant Packaging",
|
||||
"Loved By Hundreds Of Customers",
|
||||
]}
|
||||
"Premium Quality Fabrics", "Fast & Secure Delivery", "Elegant Packaging", "Loved By Hundreds Of Customers"]}
|
||||
title="Find Your Perfect Pakistani Suit Today"
|
||||
description="Experience premium quality, elegant designs, and exceptional service trusted by happy customers. Shop now and add timeless elegance to your wardrobe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Contact Us On WhatsApp",
|
||||
href: "https://wa.me/",
|
||||
},
|
||||
text: "Contact Us On WhatsApp", href: "https://wa.me/"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -371,79 +225,47 @@ export default function LandingPage() {
|
||||
logoText="Khan Collection"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Care",
|
||||
items: [
|
||||
title: "Customer Care", items: [
|
||||
{
|
||||
label: "Shipping Information",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Information", href: "#"},
|
||||
{
|
||||
label: "Returns & Exchanges",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns & Exchanges", href: "#"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone Number",
|
||||
href: "tel:+",
|
||||
},
|
||||
label: "Phone Number", href: "tel:+"},
|
||||
{
|
||||
label: "Email Address",
|
||||
href: "mailto:",
|
||||
},
|
||||
label: "Email Address", href: "mailto:"},
|
||||
{
|
||||
label: "Store Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Store Location", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social Media",
|
||||
items: [
|
||||
title: "Social Media", 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: "WhatsApp",
|
||||
href: "https://wa.me/",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user