Update src/app/page.tsx

This commit is contained in:
2026-05-28 00:52:36 +00:00
parent 719f2f006b
commit a0c2cf07cf

View File

@@ -12,7 +12,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Diamond, Feather, FileText, Leaf, Sparkles, Star } from "lucide-react";
import { Award, Diamond, Feather, FileText, Leaf, Sparkles, Star, Heart, Cloud, Palette } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6863.jpg"
logoAlt="Timeless Threads logo"
@@ -66,75 +54,39 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitTestimonial
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
imagePosition="right"
title="Timeless Style, Effortless Comfort"
description="Discover our curated collection of premium apparel designed for enduring quality and modern elegance. Elevate your everyday wardrobe with pieces that feel as good as they look."
testimonials={[
{
name: "Sarah L.",
handle: "@FashionistaSF",
testimonial: "Absolutely love the quality and fit of these polos. They've become a staple in my wardrobe!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg",
imageAlt: "professional male portrait smiling fashion customer",
},
name: "Sarah L.", handle: "@FashionistaSF", testimonial: "Absolutely love the quality and fit of these polos. They've become a staple in my wardrobe!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg", imageAlt: "professional male portrait smiling fashion customer"},
{
name: "Michael B.",
handle: "@StyleSavvyNYC",
testimonial: "The t-shirts are incredibly soft and hold up well after many washes. Truly premium.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-close-up-portrait-posing-front-her-car-outdoors-ownership-driver_158595-6825.jpg",
imageAlt: "professional female portrait smiling fashion customer",
},
name: "Michael B.", handle: "@StyleSavvyNYC", testimonial: "The t-shirts are incredibly soft and hold up well after many washes. Truly premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-close-up-portrait-posing-front-her-car-outdoors-ownership-driver_158595-6825.jpg", imageAlt: "professional female portrait smiling fashion customer"},
{
name: "Emily R.",
handle: "@UrbanChic",
testimonial: "Finally found underwear that's both comfortable and stylish. Worth every penny!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-stylish-man-coat-intently-looking-camera-outdoor_574295-1308.jpg",
imageAlt: "happy young man portrait fashion",
},
name: "Emily R.", handle: "@UrbanChic", testimonial: "Finally found underwear that's both comfortable and stylish. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-stylish-man-coat-intently-looking-camera-outdoor_574295-1308.jpg", imageAlt: "happy young man portrait fashion"},
{
name: "David K.",
handle: "@ClassicGent",
testimonial: "The classic fit of the polo shirts is perfect. They transition seamlessly from casual to smart-casual.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-street-near-fence-sunset-sunglassesusing-smartphone-apps_158538-22406.jpg",
imageAlt: "professional male portrait smiling fashion customer",
},
name: "David K.", handle: "@ClassicGent", testimonial: "The classic fit of the polo shirts is perfect. They transition seamlessly from casual to smart-casual.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-street-near-fence-sunset-sunglassesusing-smartphone-apps_158538-22406.jpg", imageAlt: "professional male portrait smiling fashion customer"},
{
name: "Jessica T.",
handle: "@ComfortQueen",
testimonial: "I'm obsessed with how soft the fabric is. It feels luxurious against the skin.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-posing-with-shopping-bags-coffee-high-quality-photo_114579-52980.jpg",
imageAlt: "professional female portrait smiling fashion customer",
},
name: "Jessica T.", handle: "@ComfortQueen", testimonial: "I'm obsessed with how soft the fabric is. It feels luxurious against the skin.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-posing-with-shopping-bags-coffee-high-quality-photo_114579-52980.jpg", imageAlt: "professional female portrait smiling fashion customer"},
]}
testimonialRotationInterval={5000}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-172109.jpg",
alt: "young man stylish smiling studio portrait",
},
src: "http://img.b2bpic.net/free-photo/close-up-handsome-confident-man-with-beard-looking-empty-space-smiling-standing-blue-ba_1258-172109.jpg", alt: "young man stylish smiling studio portrait"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-dressed-denim-jacket_171337-6059.jpg",
alt: "young woman stylish smiling studio portrait",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-dressed-denim-jacket_171337-6059.jpg", alt: "young woman stylish smiling studio portrait"},
{
src: "http://img.b2bpic.net/free-photo/angry-middle-aged-bald-man-suit-wearing-glasses-clenching-fisst-with-aggressive-expression-standing-pink-wall_141793-62276.jpg",
alt: "mature man stylish smiling studio portrait",
},
src: "http://img.b2bpic.net/free-photo/angry-middle-aged-bald-man-suit-wearing-glasses-clenching-fisst-with-aggressive-expression-standing-pink-wall_141793-62276.jpg", alt: "mature man stylish smiling studio portrait"},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-brunette-woman-wears-casual-beige-jacket-concentrated-into-distance-walks-around-ancient-city-buildings-thinks-about-something-strolls-outdoors-explores-new-places_273609-57788.jpg",
alt: "young woman ethnic smiling studio portrait",
},
src: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-brunette-woman-wears-casual-beige-jacket-concentrated-into-distance-walks-around-ancient-city-buildings-thinks-about-something-strolls-outdoors-explores-new-places_273609-57788.jpg", alt: "young woman ethnic smiling studio portrait"},
{
src: "http://img.b2bpic.net/free-photo/confident-businessman_53876-15997.jpg",
alt: "Confident businessman",
},
src: "http://img.b2bpic.net/free-photo/confident-businessman_53876-15997.jpg", alt: "Confident businessman"},
]}
avatarText="Join 10,000+ happy customers"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-hanging-out_23-2148888491.jpg"
@@ -143,29 +95,19 @@ export default function LandingPage() {
fixedMediaHeight={true}
marqueeItems={[
{
type: "text-icon",
text: "Quality Craftsmanship",
icon: Award,
type: "text-icon", text: "Quality Craftsmanship", icon: Award,
},
{
type: "text-icon",
text: "Sustainable Fashion",
icon: Leaf,
type: "text-icon", text: "Sustainable Fashion", icon: Leaf,
},
{
type: "text-icon",
text: "Luxury Comfort",
icon: Sparkles,
type: "text-icon", text: "Luxury Comfort", icon: Sparkles,
},
{
type: "text-icon",
text: "Modern Elegance",
icon: Diamond,
type: "text-icon", text: "Modern Elegance", icon: Diamond,
},
{
type: "text-icon",
text: "Everyday Essentials",
icon: Feather,
type: "text-icon", text: "Everyday Essentials", icon: Feather,
},
]}
/>
@@ -179,53 +121,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "polo-classic-blue",
name: "Classic Blue Polo",
price: "$65.00",
variant: "Sizes S-XL",
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-pouting-lips-closing-eyes-blue-t-shirt-looking-dreamy-front-view_176474-52891.jpg",
imageAlt: "blue polo shirt white background",
},
id: "polo-classic-blue", name: "Classic Blue Polo", price: "$65.00", variant: "Sizes S-XL", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-pouting-lips-closing-eyes-blue-t-shirt-looking-dreamy-front-view_176474-52891.jpg", imageAlt: "blue polo shirt white background"},
{
id: "tshirt-essential-white",
name: "Essential White T-Shirt",
price: "$35.00",
variant: "Sizes S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/disappointed-guy-looking-upset-sulking-frowning-standing-displeased-against-yellow-background_1258-163533.jpg",
imageAlt: "white crew neck t-shirt plain high quality",
},
id: "tshirt-essential-white", name: "Essential White T-Shirt", price: "$35.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/disappointed-guy-looking-upset-sulking-frowning-standing-displeased-against-yellow-background_1258-163533.jpg", imageAlt: "white crew neck t-shirt plain high quality"},
{
id: "underwear-boxer-black",
name: "Premium Black Boxer Briefs",
price: "$28.00",
variant: "Sizes S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-male-model-posing_23-2148412061.jpg",
imageAlt: "mens black boxer briefs comfortable",
},
id: "underwear-boxer-black", name: "Premium Black Boxer Briefs", price: "$28.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-male-model-posing_23-2148412061.jpg", imageAlt: "mens black boxer briefs comfortable"},
{
id: "polo-heritage-red",
name: "Heritage Red Polo",
price: "$65.00",
variant: "Sizes S-XL",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021796.jpg",
imageAlt: "red polo shirt men fashion stylish",
},
id: "polo-heritage-red", name: "Heritage Red Polo", price: "$65.00", variant: "Sizes S-XL", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021796.jpg", imageAlt: "red polo shirt men fashion stylish"},
{
id: "tshirt-vneck-black",
name: "V-Neck Black T-Shirt",
price: "$38.00",
variant: "Sizes S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing_23-2148499517.jpg",
imageAlt: "black v-neck t-shirt men fashion",
},
id: "tshirt-vneck-black", name: "V-Neck Black T-Shirt", price: "$38.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing_23-2148499517.jpg", imageAlt: "black v-neck t-shirt men fashion"},
{
id: "underwear-briefs-grey",
name: "Comfort Fit Grey Briefs",
price: "$25.00",
variant: "Sizes S-XXL",
imageSrc: "http://img.b2bpic.net/free-photo/serious-strong-handsome-athlete-leaning-wall_1262-6222.jpg",
imageAlt: "grey mens briefs comfortable support",
},
id: "underwear-briefs-grey", name: "Comfort Fit Grey Briefs", price: "$25.00", variant: "Sizes S-XXL", imageSrc: "http://img.b2bpic.net/free-photo/serious-strong-handsome-athlete-leaning-wall_1262-6222.jpg", imageAlt: "grey mens briefs comfortable support"},
]}
title="Our Signature Collection"
description="Explore our handpicked selection of garments, designed for those who appreciate quality, comfort, and enduring style."
@@ -241,19 +147,13 @@ export default function LandingPage() {
description="At Timeless Threads, we believe in fashion that transcends fleeting trends. Our garments are meticulously crafted from the finest materials, ensuring exceptional comfort, durability, and a fit that flatters. We focus on creating versatile essentials that seamlessly integrate into your lifestyle."
bulletPoints={[
{
title: "Premium Materials",
description: "Sourced globally for superior softness, breathability, and lasting wear.",
icon: FileText,
title: "Premium Materials", description: "Sourced globally for superior softness, breathability, and lasting wear.", icon: FileText,
},
{
title: "Thoughtful Design",
description: "Classic silhouettes with modern updates for a sophisticated, everyday look.",
icon: Sparkles,
title: "Thoughtful Design", description: "Classic silhouettes with modern updates for a sophisticated, everyday look.", icon: Sparkles,
},
{
title: "Ethical Production",
description: "Committed to fair labor practices and sustainable manufacturing processes.",
icon: Leaf,
title: "Ethical Production", description: "Committed to fair labor practices and sustainable manufacturing processes.", icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-friends-taking-selfie_23-2148656014.jpg"
@@ -268,32 +168,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Unmatched Quality",
description: "We handpick luxurious fabrics that stand the test of time, ensuring your garments remain pristine wash after wash.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-cozy-clothing-texture_23-2149409149.jpg",
imageAlt: "close-up texture of high quality fabric",
buttonIcon: "Heart",
title: "Unmatched Quality", description: "We handpick luxurious fabrics that stand the test of time, ensuring your garments remain pristine wash after wash.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-cozy-clothing-texture_23-2149409149.jpg", imageAlt: "close-up texture of high quality fabric", buttonIcon: Heart
},
{
title: "Supreme Comfort",
description: "Experience unparalleled softness and breathability with every wear, designed for all-day ease.",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-knitted-sweater-book-leaves-interior-room_169016-14013.jpg",
imageAlt: "person relaxing on sofa comfortable clothes",
buttonIcon: "Cloud",
title: "Supreme Comfort", description: "Experience unparalleled softness and breathability with every wear, designed for all-day ease.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-knitted-sweater-book-leaves-interior-room_169016-14013.jpg", imageAlt: "person relaxing on sofa comfortable clothes", buttonIcon: Cloud
},
{
title: "Versatile Style",
description: "From casual outings to smart-casual events, our pieces offer adaptability for every occasion.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-brunette-hair-has-fun-street-optimistic-short-haired-teen-beige-jacket-jeans-bright-sunglasses-posing-outside_197531-29340.jpg",
imageAlt: "fashionable outfit modern streetwear",
buttonIcon: "Palette",
title: "Versatile Style", description: "From casual outings to smart-casual events, our pieces offer adaptability for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-brunette-hair-has-fun-street-optimistic-short-haired-teen-beige-jacket-jeans-bright-sunglasses-posing-outside_197531-29340.jpg", imageAlt: "fashionable outfit modern streetwear", buttonIcon: Palette
},
{
title: "Sustainable Practices",
description: "Committed to minimizing our environmental footprint through responsible sourcing and production.",
imageSrc: "http://img.b2bpic.net/free-photo/cloth-colored-with-natural-pigment_23-2148734263.jpg",
imageAlt: "green leaf on folded organic cotton shirt",
buttonIcon: "Leaf",
title: "Sustainable Practices", description: "Committed to minimizing our environmental footprint through responsible sourcing and production.", imageSrc: "http://img.b2bpic.net/free-photo/cloth-colored-with-natural-pigment_23-2148734263.jpg", imageAlt: "green leaf on folded organic cotton shirt", buttonIcon: Leaf
},
]}
title="Why Choose Timeless Threads?"
@@ -306,14 +190,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Vogue Collective",
"Style Insider",
"Urban Threads Magazine",
"Global Fashion Alliance",
"Boutique Spotlight",
"Modern Apparel Review",
"The Daily Wardrobe",
]}
"Vogue Collective", "Style Insider", "Urban Threads Magazine", "Global Fashion Alliance", "Boutique Spotlight", "Modern Apparel Review", "The Daily Wardrobe"]}
title="Trusted by Fashion Experts"
description="Our commitment to quality and style is recognized and celebrated by leading voices in the fashion industry."
speed={40}
@@ -326,41 +203,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Olivia Smith",
imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-hipster-handsome-man-guy-stylish-summer-cloth-street-sunglasses_158538-2254.jpg",
imageAlt: "smiling man casual fashion portrait",
},
id: "1", name: "Olivia Smith", imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-hipster-handsome-man-guy-stylish-summer-cloth-street-sunglasses_158538-2254.jpg", imageAlt: "smiling man casual fashion portrait"},
{
id: "2",
name: "Ethan White",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-her-room-recording-video-camera-lifestyle-vlog-social_1258-281981.jpg",
imageAlt: "smiling woman elegant fashion portrait",
},
id: "2", name: "Ethan White", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-her-room-recording-video-camera-lifestyle-vlog-social_1258-281981.jpg", imageAlt: "smiling woman elegant fashion portrait"},
{
id: "3",
name: "Sophia Brown",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-jocund-woman-smiling-front_197531-19747.jpg",
imageAlt: "young man stylish smiling studio portrait",
},
id: "3", name: "Sophia Brown", imageSrc: "http://img.b2bpic.net/free-photo/front-view-jocund-woman-smiling-front_197531-19747.jpg", imageAlt: "young man stylish smiling studio portrait"},
{
id: "4",
name: "Noah Davis",
imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg",
imageAlt: "young woman smiling in comfortable t-shirt",
},
id: "4", name: "Noah Davis", imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg", imageAlt: "young woman smiling in comfortable t-shirt"},
{
id: "5",
name: "Mia Garcia",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bright-lips-white-shirt-with-black-lace-holding-flower-inside-young-girl-with-curly-short-hairstyle-smiling-cafe_197531-28036.jpg",
imageAlt: "middle-aged man smiling professional portrait",
},
id: "5", name: "Mia Garcia", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-bright-lips-white-shirt-with-black-lace-holding-flower-inside-young-girl-with-curly-short-hairstyle-smiling-cafe_197531-28036.jpg", imageAlt: "middle-aged man smiling professional portrait"},
{
id: "6",
name: "Liam Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-doing-ok-sign-with-thumbs-up-street_839833-7636.jpg",
imageAlt: "mature woman smiling elegant portrait",
},
id: "6", name: "Liam Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-smiling-confident-doing-ok-sign-with-thumbs-up-street_839833-7636.jpg", imageAlt: "mature woman smiling elegant portrait"},
]}
cardTitle="What Our Customers Say"
cardTag="Rave Reviews"
@@ -374,30 +227,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What materials are your clothes made from?",
content: "Our garments are primarily crafted from premium organic cotton, bamboo blends, and sustainable modal fabrics, chosen for their softness, durability, and environmental impact.",
},
id: "faq-1", title: "What materials are your clothes made from?", content: "Our garments are primarily crafted from premium organic cotton, bamboo blends, and sustainable modal fabrics, chosen for their softness, durability, and environmental impact."},
{
id: "faq-2",
title: "How do I determine my size?",
content: "We provide a detailed size guide on each product page, including measurements in both inches and centimeters. We recommend comparing these to your own measurements for the best fit.",
},
id: "faq-2", title: "How do I determine my size?", content: "We provide a detailed size guide on each product page, including measurements in both inches and centimeters. We recommend comparing these to your own measurements for the best fit."},
{
id: "faq-3",
title: "What is your return policy?",
content: "We offer free returns and exchanges within 30 days of purchase for unworn and unwashed items. Please visit our 'Returns' page for detailed instructions and eligibility.",
},
id: "faq-3", title: "What is your return policy?", content: "We offer free returns and exchanges within 30 days of purchase for unworn and unwashed items. Please visit our 'Returns' page for detailed instructions and eligibility."},
{
id: "faq-4",
title: "Do you ship internationally?",
content: "Yes, we ship worldwide! Shipping costs and delivery times vary by destination. You can find more information on our 'Shipping' page.",
},
id: "faq-4", title: "Do you ship internationally?", content: "Yes, we ship worldwide! Shipping costs and delivery times vary by destination. You can find more information on our 'Shipping' page."},
{
id: "faq-5",
title: "How should I care for my garments?",
content: "Each garment comes with specific care instructions on its label. Generally, we recommend machine washing cold with similar colors and tumble drying low or air drying to maintain quality.",
},
id: "faq-5", title: "How should I care for my garments?", content: "Each garment comes with specific care instructions on its label. Generally, we recommend machine washing cold with similar colors and tumble drying low or air drying to maintain quality."},
]}
sideTitle="Got Questions?"
sideDescription="Find answers to the most common queries about our products, ordering, and brand philosophy."
@@ -410,18 +248,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
text="Ready to Elevate Your Wardrobe? Reach Out Today!"
buttons={[
{
text: "Contact Us",
href: "#",
},
text: "Contact Us", href: "#"},
{
text: "Visit Our Store",
href: "#",
},
text: "Visit Our Store", href: "#"},
]}
/>
</div>
@@ -435,71 +268,43 @@ export default function LandingPage() {
logoText="Timeless Threads"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "New Arrivals",
href: "#",
},
label: "New Arrivals", href: "#"},
{
label: "Polo Shirts",
href: "#products",
},
label: "Polo Shirts", href: "#products"},
{
label: "T-Shirts",
href: "#products",
},
label: "T-Shirts", href: "#products"},
{
label: "Underwear",
href: "#products",
},
label: "Underwear", href: "#products"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Sustainability",
href: "#features",
},
label: "Sustainability", href: "#features"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Shipping & Returns",
href: "#",
},
label: "Shipping & Returns", 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: "#"},
],
},
]}