Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
332
src/app/page.tsx
332
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Watches",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Watches", id: "#products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/creative-watch-logo-templates_23-2148957721.jpg"
|
||||
logoAlt="ApexTime Logo"
|
||||
@@ -64,9 +52,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Precision Performance"
|
||||
bottomRightText="info@apextime.com"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,13 +65,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-with-watch_23-2149235398.jpg"
|
||||
imageAlt="Professional sports watch on an athlete's wrist"
|
||||
@@ -93,25 +75,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-compass_23-2147628727.jpg",
|
||||
alt: "Male hiker with binoculars",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-compass_23-2147628727.jpg", alt: "Male hiker with binoculars"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-compass-map_23-2147628791.jpg",
|
||||
alt: "Compass on a map",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-compass-map_23-2147628791.jpg", alt: "Compass on a map"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174802.jpg",
|
||||
alt: "Diversity sport woman training",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174802.jpg", alt: "Diversity sport woman training"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164787.jpg",
|
||||
alt: "Young adult exercising at home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164787.jpg", alt: "Young adult exercising at home"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-young-men-resting-after-running-workout_171337-19051.jpg",
|
||||
alt: "Two young men resting after running",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-young-men-resting-after-running-workout_171337-19051.jpg", alt: "Two young men resting after running"},
|
||||
]}
|
||||
avatarText="Trusted by 5000+ Athletes"
|
||||
/>
|
||||
@@ -125,53 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Apex Pro Chrono",
|
||||
price: "$699",
|
||||
variant: "Black Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-smartwatch-beach_23-2147803053.jpg",
|
||||
imageAlt: "Apex Pro Chrono Black Edition",
|
||||
},
|
||||
id: "p1", name: "Apex Pro Chrono", price: "$699", variant: "Black Edition", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-smartwatch-beach_23-2147803053.jpg", imageAlt: "Apex Pro Chrono Black Edition"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Trailblazer GPS",
|
||||
price: "$499",
|
||||
variant: "Alpine White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sea-side-checking-clock_23-2148662085.jpg",
|
||||
imageAlt: "Trailblazer GPS Alpine White",
|
||||
},
|
||||
id: "p2", name: "Trailblazer GPS", price: "$499", variant: "Alpine White", imageSrc: "http://img.b2bpic.net/free-photo/woman-sea-side-checking-clock_23-2148662085.jpg", imageAlt: "Trailblazer GPS Alpine White"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "HydroMaster Diver",
|
||||
price: "$849",
|
||||
variant: "Deep Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-her-watch_23-2149436744.jpg",
|
||||
imageAlt: "HydroMaster Diver Deep Blue",
|
||||
},
|
||||
id: "p3", name: "HydroMaster Diver", price: "$849", variant: "Deep Blue", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-her-watch_23-2149436744.jpg", imageAlt: "HydroMaster Diver Deep Blue"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Endurance Elite",
|
||||
price: "$349",
|
||||
variant: "Stealth Gray",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg",
|
||||
imageAlt: "Endurance Elite Stealth Gray",
|
||||
},
|
||||
id: "p4", name: "Endurance Elite", price: "$349", variant: "Stealth Gray", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg", imageAlt: "Endurance Elite Stealth Gray"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Velocity Racer",
|
||||
price: "$789",
|
||||
variant: "Carbon Fiber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sportswoman-consulting-her-watch_23-2147600446.jpg",
|
||||
imageAlt: "Velocity Racer Carbon Fiber",
|
||||
},
|
||||
id: "p5", name: "Velocity Racer", price: "$789", variant: "Carbon Fiber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sportswoman-consulting-her-watch_23-2147600446.jpg", imageAlt: "Velocity Racer Carbon Fiber"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Summit Explorer",
|
||||
price: "$599",
|
||||
variant: "Forest Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-strong-young-sports-woman-listening-music_171337-6227.jpg",
|
||||
imageAlt: "Summit Explorer Forest Green",
|
||||
},
|
||||
id: "p6", name: "Summit Explorer", price: "$599", variant: "Forest Green", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-strong-young-sports-woman-listening-music_171337-6227.jpg", imageAlt: "Summit Explorer Forest Green"},
|
||||
]}
|
||||
title="Our Latest Collection"
|
||||
description="Discover our curated selection of sports watches, meticulously designed for superior functionality and modern aesthetics. Find your perfect companion for every adventure."
|
||||
@@ -183,46 +119,20 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyFour
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Unmatched Water Resistance",
|
||||
author: "Swim, Dive, Conquer",
|
||||
description: "Designed for aquatic enthusiasts, our watches boast exceptional water resistance, ready for the deepest dives and most intense splashes.",
|
||||
tags: [
|
||||
"Waterproof",
|
||||
"Dive Ready",
|
||||
"Submersion",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974248.jpg",
|
||||
imageAlt: "A dive watch underwater",
|
||||
},
|
||||
id: "f1", title: "Unmatched Water Resistance", author: "Swim, Dive, Conquer", description: "Designed for aquatic enthusiasts, our watches boast exceptional water resistance, ready for the deepest dives and most intense splashes.", tags: [
|
||||
"Waterproof", "Dive Ready", "Submersion"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974248.jpg", imageAlt: "A dive watch underwater"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Precision GPS & Tracking",
|
||||
author: "Navigate & Analyze",
|
||||
description: "Integrated with advanced GPS and multi-sport tracking, our watches provide accurate data to help you optimize your training and explore new routes.",
|
||||
tags: [
|
||||
"GPS",
|
||||
"Tracking",
|
||||
"Navigation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-with-face-mask-woods_23-2148776290.jpg",
|
||||
imageAlt: "An athlete using GPS tracking on their watch",
|
||||
},
|
||||
id: "f2", title: "Precision GPS & Tracking", author: "Navigate & Analyze", description: "Integrated with advanced GPS and multi-sport tracking, our watches provide accurate data to help you optimize your training and explore new routes.", tags: [
|
||||
"GPS", "Tracking", "Navigation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-with-face-mask-woods_23-2148776290.jpg", imageAlt: "An athlete using GPS tracking on their watch"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Robust & Lightweight Build",
|
||||
author: "Comfort & Resilience",
|
||||
description: "Crafted from aerospace-grade materials, our watches offer incredible strength without compromising on comfort or adding unnecessary bulk.",
|
||||
tags: [
|
||||
"Titanium",
|
||||
"Carbon Fiber",
|
||||
"Ergonomic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg",
|
||||
imageAlt: "A lightweight sports watch on a wrist",
|
||||
},
|
||||
id: "f3", title: "Robust & Lightweight Build", author: "Comfort & Resilience", description: "Crafted from aerospace-grade materials, our watches offer incredible strength without compromising on comfort or adding unnecessary bulk.", tags: [
|
||||
"Titanium", "Carbon Fiber", "Ergonomic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg", imageAlt: "A lightweight sports watch on a wrist"},
|
||||
]}
|
||||
title="Engineered for Excellence"
|
||||
description="Our watches are built with cutting-edge technology and premium materials, ensuring peak performance in any environment."
|
||||
@@ -248,29 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Gauge,
|
||||
title: "Water Resistance",
|
||||
value: "200M+",
|
||||
},
|
||||
id: "m1", icon: Gauge,
|
||||
title: "Water Resistance", value: "200M+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Zap,
|
||||
title: "Battery Life",
|
||||
value: "30 Days",
|
||||
},
|
||||
id: "m2", icon: Zap,
|
||||
title: "Battery Life", value: "30 Days"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Trophy,
|
||||
title: "Athlete Approved",
|
||||
value: "98%",
|
||||
},
|
||||
id: "m3", icon: Trophy,
|
||||
title: "Athlete Approved", value: "98%"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Globe,
|
||||
title: "GPS Accuracy",
|
||||
value: "±1 Meter",
|
||||
},
|
||||
id: "m4", icon: Globe,
|
||||
title: "GPS Accuracy", value: "±1 Meter"},
|
||||
]}
|
||||
title="Performance By The Numbers"
|
||||
description="Our sports watches consistently achieve top-tier performance benchmarks, validated by rigorous testing and athlete feedback."
|
||||
@@ -287,50 +185,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Marathon Runner",
|
||||
company: "Elite Athletics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978825.jpg",
|
||||
imageAlt: "Portrait of Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Marathon Runner", company: "Elite Athletics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-vacation-lake_23-2147978825.jpg", imageAlt: "Portrait of Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Triathlete",
|
||||
company: "Ironman Competitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-practicing-sport-outdoor_23-2148196821.jpg",
|
||||
imageAlt: "Portrait of Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Triathlete", company: "Ironman Competitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-practicing-sport-outdoor_23-2148196821.jpg", imageAlt: "Portrait of Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Adventure Seeker",
|
||||
company: "Wilderness Expeditions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-stairs_23-2149235403.jpg",
|
||||
imageAlt: "Portrait of Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Adventure Seeker", company: "Wilderness Expeditions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-stairs_23-2149235403.jpg", imageAlt: "Portrait of Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Professional Diver",
|
||||
company: "Ocean Explorers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg",
|
||||
imageAlt: "Portrait of David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Professional Diver", company: "Ocean Explorers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg", imageAlt: "Portrait of David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Fitness Coach",
|
||||
company: "Peak Performance Gym",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rhythmic-gymnast-professional-arena_654080-840.jpg",
|
||||
imageAlt: "Portrait of Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Fitness Coach", company: "Peak Performance Gym", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rhythmic-gymnast-professional-arena_654080-840.jpg", imageAlt: "Portrait of Jessica Lee"},
|
||||
]}
|
||||
title="What Our Athletes Say"
|
||||
description="Hear directly from the professionals and enthusiasts who trust ApexTime to keep them on track and on time."
|
||||
@@ -344,25 +212,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What materials are used in ApexTime watches?",
|
||||
content: "Our watches are crafted using premium materials such as aerospace-grade titanium, high-grade stainless steel, sapphire crystal, and durable silicone or natural rubber straps to ensure maximum durability and comfort.",
|
||||
},
|
||||
id: "faq1", title: "What materials are used in ApexTime watches?", content: "Our watches are crafted using premium materials such as aerospace-grade titanium, high-grade stainless steel, sapphire crystal, and durable silicone or natural rubber straps to ensure maximum durability and comfort."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are ApexTime watches truly waterproof?",
|
||||
content: "Yes, all ApexTime sports watches are designed with professional-grade water resistance, typically rated for 100M to 300M, making them suitable for swimming, snorkeling, and even professional diving.",
|
||||
},
|
||||
id: "faq2", title: "Are ApexTime watches truly waterproof?", content: "Yes, all ApexTime sports watches are designed with professional-grade water resistance, typically rated for 100M to 300M, making them suitable for swimming, snorkeling, and even professional diving."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What is the battery life of your smart sports watches?",
|
||||
content: "Battery life varies by model and usage, but our smart sports watches typically offer 10-30 days of battery life in smartwatch mode and up to 30-60 hours in continuous GPS mode. Always refer to the specific product page for exact specifications.",
|
||||
},
|
||||
id: "faq3", title: "What is the battery life of your smart sports watches?", content: "Battery life varies by model and usage, but our smart sports watches typically offer 10-30 days of battery life in smartwatch mode and up to 30-60 hours in continuous GPS mode. Always refer to the specific product page for exact specifications."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we offer international shipping to most countries worldwide. Shipping costs and delivery times vary based on destination. Please see our shipping policy for more details.",
|
||||
},
|
||||
id: "faq4", title: "Do you offer international shipping?", content: "Yes, we offer international shipping to most countries worldwide. Shipping costs and delivery times vary based on destination. Please see our shipping policy for more details."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common questions about our professional sports watches and services."
|
||||
@@ -376,14 +232,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Sports Federation",
|
||||
"Athletic Performance Institute",
|
||||
"Outdoor Adventure League",
|
||||
"Marathon Champions Club",
|
||||
"Professional Divers Association",
|
||||
"Triathlon Elite",
|
||||
"World Cycling Alliance",
|
||||
]}
|
||||
"Global Sports Federation", "Athletic Performance Institute", "Outdoor Adventure League", "Marathon Champions Club", "Professional Divers Association", "Triathlon Elite", "World Cycling Alliance"]}
|
||||
title="Trusted by Leading Sports Organizations"
|
||||
description="Our watches are the choice of top-tier sports organizations and athletes worldwide, a testament to their reliability and performance."
|
||||
tag="Industry Endorsed"
|
||||
@@ -394,8 +243,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with ApexTime"
|
||||
description="Have questions about our watches or need support? Reach out to our dedicated team. We're here to help you find the perfect timepiece."
|
||||
@@ -415,83 +263,49 @@ export default function LandingPage() {
|
||||
logoText="ApexTime"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Latest Collection",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Latest Collection", href: "#products"},
|
||||
{
|
||||
label: "Dive Watches",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dive Watches", href: "#"},
|
||||
{
|
||||
label: "Smart Sports",
|
||||
href: "#",
|
||||
},
|
||||
label: "Smart Sports", href: "#"},
|
||||
{
|
||||
label: "Chronographs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Chronographs", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Mission", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty", href: "#"},
|
||||
{
|
||||
label: "Service Centers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Service Centers", 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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user