Merge version_1 into main #1
346
src/app/page.tsx
346
src/app/page.tsx
@@ -32,37 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collection", id: "#products"},
|
||||
{
|
||||
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/collection-cricket-labels_23-2147939626.jpg"
|
||||
logoAlt="HQ Sports Logo"
|
||||
brandName="HQ Sports"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,111 +57,61 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Championship-Grade Cricket Gear, Engineered for Excellence"
|
||||
description="HQ Sports curates premium equipment trusted by competitive players worldwide. Elevate your game with precision-crafted bats, protective gear, and accessories designed for peak performance."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Virat Sharma",
|
||||
handle: "@viratcric",
|
||||
testimonial: "HQ Sports gear is unmatched in quality and performance. My game has truly elevated!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207898.jpg",
|
||||
imageAlt: "Virat Sharma",
|
||||
},
|
||||
name: "Virat Sharma", handle: "@viratcric", testimonial: "HQ Sports gear is unmatched in quality and performance. My game has truly elevated!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207898.jpg", imageAlt: "Virat Sharma"},
|
||||
{
|
||||
name: "Ananya Singh",
|
||||
handle: "@ananyabatswoman",
|
||||
testimonial: "The precision and durability of these products are exactly what I needed for competitive play.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-going-play-baseball-holding-bat-looking-confident-smiling-standing-pink-wall_141793-50195.jpg",
|
||||
imageAlt: "Ananya Singh",
|
||||
},
|
||||
name: "Ananya Singh", handle: "@ananyabatswoman", testimonial: "The precision and durability of these products are exactly what I needed for competitive play.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-going-play-baseball-holding-bat-looking-confident-smiling-standing-pink-wall_141793-50195.jpg", imageAlt: "Ananya Singh"},
|
||||
{
|
||||
name: "Rahul Dravid",
|
||||
handle: "@thedrwall",
|
||||
testimonial: "Exceptional craftsmanship and truly reliable equipment. A must-have for any serious cricketer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207901.jpg",
|
||||
imageAlt: "Male cricketer portrait",
|
||||
},
|
||||
name: "Rahul Dravid", handle: "@thedrwall", testimonial: "Exceptional craftsmanship and truly reliable equipment. A must-have for any serious cricketer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207901.jpg", imageAlt: "Male cricketer portrait"},
|
||||
{
|
||||
name: "Smriti Verma",
|
||||
handle: "@smritibatting",
|
||||
testimonial: "HQ Sports bats offer incredible balance and power. My best season yet!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885142.jpg",
|
||||
imageAlt: "Female athlete portrait",
|
||||
},
|
||||
name: "Smriti Verma", handle: "@smritibatting", testimonial: "HQ Sports bats offer incredible balance and power. My best season yet!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885142.jpg", imageAlt: "Female athlete portrait"},
|
||||
{
|
||||
name: "Rohit Patel",
|
||||
handle: "@rohitallrounder",
|
||||
testimonial: "From practice to match day, HQ Sports gear delivers consistent, top-tier performance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885111.jpg",
|
||||
imageAlt: "Male baseball player portrait",
|
||||
},
|
||||
name: "Rohit Patel", handle: "@rohitallrounder", testimonial: "From practice to match day, HQ Sports gear delivers consistent, top-tier performance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885111.jpg", imageAlt: "Male baseball player portrait"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-trucker-hat-with-badminton-set_23-2149410092.jpg"
|
||||
imageAlt="Championship-grade cricket bat and ball"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance Engineered",
|
||||
type: "text", text: "Performance Engineered"},
|
||||
{
|
||||
type: "text-icon", text: "Athlete Approved", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Athlete Approved",
|
||||
icon: Award,
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text-icon", text: "Global Standards", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Precision Crafted"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Standards",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Crafted",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Trusted by Pros",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Trusted by Pros", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/collection-cricket-labels_23-2147939626.jpg",
|
||||
alt: "Virat Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/collection-cricket-labels_23-2147939626.jpg", alt: "Virat Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-trucker-hat-with-badminton-set_23-2149410092.jpg",
|
||||
alt: "Ananya Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-trucker-hat-with-badminton-set_23-2149410092.jpg", alt: "Ananya Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207898.jpg",
|
||||
alt: "Rahul Dravid",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207898.jpg", alt: "Rahul Dravid"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-going-play-baseball-holding-bat-looking-confident-smiling-standing-pink-wall_141793-50195.jpg",
|
||||
alt: "Smriti Verma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-going-play-baseball-holding-bat-looking-confident-smiling-standing-pink-wall_141793-50195.jpg", alt: "Smriti Verma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702204.jpg",
|
||||
alt: "Rohit Patel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702204.jpg", alt: "Rohit Patel"},
|
||||
]}
|
||||
avatarText="Join 50K+ satisfied athletes"
|
||||
/>
|
||||
@@ -188,17 +124,11 @@ export default function LandingPage() {
|
||||
description="At HQ Sports, we understand the relentless pursuit of excellence. Our gear is not just made; it's engineered with meticulous attention to detail, leveraging advanced materials and player feedback to deliver unparalleled performance. We're committed to empowering every cricketer to play at their peak, from local matches to international arenas."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Performance Focused",
|
||||
},
|
||||
value: "100%", title: "Performance Focused"},
|
||||
{
|
||||
value: "50K+",
|
||||
title: "Satisfied Athletes",
|
||||
},
|
||||
value: "50K+", title: "Satisfied Athletes"},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Expertise",
|
||||
},
|
||||
value: "10+", title: "Years of Expertise"},
|
||||
]}
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702204.jpg"
|
||||
@@ -215,34 +145,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "performance",
|
||||
label: "Precision Engineering",
|
||||
title: "Optimized for Peak Performance",
|
||||
items: [
|
||||
"Advanced bat weighting for power",
|
||||
"Aerodynamic designs for speed",
|
||||
"Enhanced grip technology",
|
||||
],
|
||||
id: "performance", label: "Precision Engineering", title: "Optimized for Peak Performance", items: [
|
||||
"Advanced bat weighting for power", "Aerodynamic designs for speed", "Enhanced grip technology"],
|
||||
},
|
||||
{
|
||||
id: "protection",
|
||||
label: "Superior Protection",
|
||||
title: "Uncompromised Safety & Comfort",
|
||||
items: [
|
||||
"Multi-layer impact absorption",
|
||||
"Ergonomic fit for full mobility",
|
||||
"Ventilated materials for cooling",
|
||||
],
|
||||
id: "protection", label: "Superior Protection", title: "Uncompromised Safety & Comfort", items: [
|
||||
"Multi-layer impact absorption", "Ergonomic fit for full mobility", "Ventilated materials for cooling"],
|
||||
},
|
||||
{
|
||||
id: "durability",
|
||||
label: "Built to Last",
|
||||
title: "Exceptional Durability",
|
||||
items: [
|
||||
"Premium-grade willow and leather",
|
||||
"Reinforced stitching and joints",
|
||||
"Weather-resistant finishes",
|
||||
],
|
||||
id: "durability", label: "Built to Last", title: "Exceptional Durability", items: [
|
||||
"Premium-grade willow and leather", "Reinforced stitching and joints", "Weather-resistant finishes"],
|
||||
},
|
||||
]}
|
||||
title="Unrivaled Quality & Innovation"
|
||||
@@ -260,74 +172,30 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "HQ Sports",
|
||||
name: "Apex Pro Cricket Bat",
|
||||
price: "$599.00",
|
||||
rating: 5,
|
||||
reviewCount: "125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-equipment-digital-art_23-2151761261.jpg",
|
||||
imageAlt: "HQ Sports Apex Pro Cricket Bat",
|
||||
},
|
||||
id: "p1", brand: "HQ Sports", name: "Apex Pro Cricket Bat", price: "$599.00", rating: 5,
|
||||
reviewCount: "125", imageSrc: "http://img.b2bpic.net/free-photo/cricket-equipment-digital-art_23-2151761261.jpg", imageAlt: "HQ Sports Apex Pro Cricket Bat"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "HQ Sports",
|
||||
name: "Sentinel Batting Pads",
|
||||
price: "$179.00",
|
||||
rating: 4.8,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-football-player-field_23-2150629608.jpg",
|
||||
imageAlt: "HQ Sports Sentinel Batting Pads",
|
||||
},
|
||||
id: "p2", brand: "HQ Sports", name: "Sentinel Batting Pads", price: "$179.00", rating: 4.8,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-football-player-field_23-2150629608.jpg", imageAlt: "HQ Sports Sentinel Batting Pads"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "HQ Sports",
|
||||
name: "Guardian Wicket Keeping Set",
|
||||
price: "$299.00",
|
||||
rating: 4.9,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668543.jpg",
|
||||
imageAlt: "HQ Sports Guardian Wicket Keeping Set",
|
||||
},
|
||||
id: "p3", brand: "HQ Sports", name: "Guardian Wicket Keeping Set", price: "$299.00", rating: 4.9,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668543.jpg", imageAlt: "HQ Sports Guardian Wicket Keeping Set"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "HQ Sports",
|
||||
name: "Velocity Spiked Cricket Shoes",
|
||||
price: "$149.00",
|
||||
rating: 4.7,
|
||||
reviewCount: "105",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-soccer-cleats-metal-railing_23-2151982444.jpg",
|
||||
imageAlt: "HQ Sports Velocity Spiked Cricket Shoes",
|
||||
},
|
||||
id: "p4", brand: "HQ Sports", name: "Velocity Spiked Cricket Shoes", price: "$149.00", rating: 4.7,
|
||||
reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/orange-soccer-cleats-metal-railing_23-2151982444.jpg", imageAlt: "HQ Sports Velocity Spiked Cricket Shoes"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "HQ Sports",
|
||||
name: "Pro-Fit Cricket Jersey",
|
||||
price: "$75.00",
|
||||
rating: 4.6,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg",
|
||||
imageAlt: "HQ Sports Pro-Fit Cricket Jersey",
|
||||
},
|
||||
id: "p5", brand: "HQ Sports", name: "Pro-Fit Cricket Jersey", price: "$75.00", rating: 4.6,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg", imageAlt: "HQ Sports Pro-Fit Cricket Jersey"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "HQ Sports",
|
||||
name: "Tour Master Kit Bag",
|
||||
price: "$199.00",
|
||||
rating: 4.9,
|
||||
reviewCount: "78",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-condom-filled-with-water-yellow-background_23-2148259762.jpg",
|
||||
imageAlt: "HQ Sports Tour Master Kit Bag",
|
||||
},
|
||||
id: "p6", brand: "HQ Sports", name: "Tour Master Kit Bag", price: "$199.00", rating: 4.9,
|
||||
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/blue-condom-filled-with-water-yellow-background_23-2148259762.jpg", imageAlt: "HQ Sports Tour Master Kit Bag"},
|
||||
]}
|
||||
title="The Elite Collection"
|
||||
description="Explore our hand-picked selection of championship-grade cricket equipment, designed for serious players who demand the best. Each product is a testament to quality, performance, and craftsmanship."
|
||||
tag="Shop Now"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All Products", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,45 +205,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702191.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "t1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702191.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "t2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sanjay Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702182.jpg",
|
||||
imageAlt: "Sanjay Gupta",
|
||||
},
|
||||
id: "t3", name: "Sanjay Gupta", imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702182.jpg", imageAlt: "Sanjay Gupta"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Meena Devi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-mountain-bike-forest_1157-36505.jpg",
|
||||
imageAlt: "Meena Devi",
|
||||
},
|
||||
id: "t4", name: "Meena Devi", imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-mountain-bike-forest_1157-36505.jpg", imageAlt: "Meena Devi"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anil Reddy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269566.jpg",
|
||||
imageAlt: "Anil Reddy",
|
||||
},
|
||||
id: "t5", name: "Anil Reddy", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269566.jpg", imageAlt: "Anil Reddy"},
|
||||
]}
|
||||
cardTitle="Hear From Our Champions"
|
||||
cardTag="Customer Stories"
|
||||
cardTagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More Reviews", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -385,20 +232,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What makes HQ Sports gear premium?",
|
||||
content: "Our gear is crafted using high-grade materials, advanced manufacturing techniques, and undergoes rigorous quality testing. We also incorporate feedback from professional cricketers to ensure optimal performance and durability.",
|
||||
},
|
||||
id: "faq1", title: "What makes HQ Sports gear premium?", content: "Our gear is crafted using high-grade materials, advanced manufacturing techniques, and undergoes rigorous quality testing. We also incorporate feedback from professional cricketers to ensure optimal performance and durability."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, HQ Sports proudly ships worldwide. Shipping costs and delivery times vary by region and will be calculated at checkout. Please refer to our shipping policy for more details.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer international shipping?", content: "Yes, HQ Sports proudly ships worldwide. Shipping costs and delivery times vary by region and will be calculated at checkout. Please refer to our shipping policy for more details."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day satisfaction guarantee on all products. If you're not completely happy with your purchase, you can return it for a full refund or exchange, provided it's in original condition.",
|
||||
},
|
||||
id: "faq3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee on all products. If you're not completely happy with your purchase, you can return it for a full refund or exchange, provided it's in original condition."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-running-urban-environment_23-2147988191.jpg"
|
||||
imageAlt="Cricket field background with HQ Sports branding"
|
||||
@@ -415,8 +253,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with HQ Sports"
|
||||
description="Have a question about our gear, need support, or want to discuss a team order? Our expert team is ready to assist you. Fill out the form or reach us directly."
|
||||
@@ -438,62 +275,37 @@ export default function LandingPage() {
|
||||
logoText="HQ Sports"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Cricket Bats",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Cricket Bats", href: "#products"},
|
||||
{
|
||||
label: "Protective Gear",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Protective Gear", href: "#products"},
|
||||
{
|
||||
label: "Apparel",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Apparel", href: "#products"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Accessories", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user