Merge version_1 into main #1
296
src/app/page.tsx
296
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Results", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Home Fighter"
|
||||
/>
|
||||
@@ -69,38 +55,19 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Strength Refined, Wisdom Earned"
|
||||
description="Home Fighter delivers premium performance for those who demand both power and elegance. Built for athletes, designed for life."
|
||||
tag="Unleash Your Potential"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover the Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Discover the Collection", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-pretending-run_176420-4312.jpg",
|
||||
imageAlt: "Dynamic athlete in powerful pose",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-pretending-run_176420-4312.jpg", imageAlt: "Dynamic athlete in powerful pose"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077753.jpg",
|
||||
imageAlt: "Modern, elegant gym interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-athlete-male-doing-stretching-exercises-body-listening-music_8353-6824.jpg",
|
||||
imageAlt: "Athlete in intense training session",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-black-dumbbells_1163-128.jpg",
|
||||
imageAlt: "High-performance gym setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sportsman-leans-knees-has-warm-up-exercises-outdoor-workout-sport-goal-wears-black-sport-trousers_273609-29670.jpg",
|
||||
imageAlt: "Determined athlete focused on workout",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077753.jpg", imageAlt: "Modern, elegant gym interior"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -113,24 +80,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy: The Art of ",
|
||||
},
|
||||
type: "text", content: "Our Philosophy: The Art of "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/linear-flat-ninja-logo-template_23-2149010225.jpg",
|
||||
alt: "Home Fighter logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/linear-flat-ninja-logo-template_23-2149010225.jpg", alt: "Home Fighter logo"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Performance",
|
||||
},
|
||||
type: "text", content: " Performance"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,19 +101,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Precision Engineered",
|
||||
description: "Every Home Fighter product is meticulously crafted with advanced materials and cutting-edge design for optimal performance.",
|
||||
},
|
||||
title: "Precision Engineered", description: "Every Home Fighter product is meticulously crafted with advanced materials and cutting-edge design for optimal performance."},
|
||||
{
|
||||
icon: Feather,
|
||||
title: "Unrivaled Comfort",
|
||||
description: "Experience superior comfort and freedom of movement with our ergonomic designs and breathable, high-quality fabrics.",
|
||||
},
|
||||
title: "Unrivaled Comfort", description: "Experience superior comfort and freedom of movement with our ergonomic designs and breathable, high-quality fabrics."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Built to Last",
|
||||
description: "Our gear withstands the toughest workouts, ensuring durability and sustained excellence through every challenge.",
|
||||
},
|
||||
title: "Built to Last", description: "Our gear withstands the toughest workouts, ensuring durability and sustained excellence through every challenge."},
|
||||
]}
|
||||
title="Engineered for Excellence"
|
||||
description="Experience the fusion of advanced design and unparalleled functionality in every Home Fighter product, crafted to elevate your training."
|
||||
@@ -170,53 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elite Performance Hoodie",
|
||||
price: "$120.00",
|
||||
variant: "Graphite Grey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/figure-skater-woman-ice-skating-rink_627829-6791.jpg",
|
||||
imageAlt: "Elite Performance Hoodie",
|
||||
},
|
||||
id: "1", name: "Elite Performance Hoodie", price: "$120.00", variant: "Graphite Grey", imageSrc: "http://img.b2bpic.net/free-photo/figure-skater-woman-ice-skating-rink_627829-6791.jpg", imageAlt: "Elite Performance Hoodie"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dynamic Running Shorts",
|
||||
price: "$75.00",
|
||||
variant: "Midnight Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-fitness-model-dressed-tracksuit-holds-mobile-phone-going-have-pilates-exercising-outdoors-poses-with-rolled-mat-against-modern-city-building-focused-seriously_273609-57714.jpg",
|
||||
imageAlt: "Dynamic Running Shorts",
|
||||
},
|
||||
id: "2", name: "Dynamic Running Shorts", price: "$75.00", variant: "Midnight Black", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-thoughtful-fitness-model-dressed-tracksuit-holds-mobile-phone-going-have-pilates-exercising-outdoors-poses-with-rolled-mat-against-modern-city-building-focused-seriously_273609-57714.jpg", imageAlt: "Dynamic Running Shorts"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pro-Grip Training Gloves",
|
||||
price: "$50.00",
|
||||
variant: "Premium Leather",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-abs-with-weight-plate_23-2147778464.jpg",
|
||||
imageAlt: "Pro-Grip Training Gloves",
|
||||
},
|
||||
id: "3", name: "Pro-Grip Training Gloves", price: "$50.00", variant: "Premium Leather", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-abs-with-weight-plate_23-2147778464.jpg", imageAlt: "Pro-Grip Training Gloves"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Eco-Flex Yoga Mat",
|
||||
price: "$85.00",
|
||||
variant: "Forest Green",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-roll-fitness-yoga-mat-after-working-out-park_1153-5748.jpg",
|
||||
imageAlt: "Eco-Flex Yoga Mat",
|
||||
},
|
||||
id: "4", name: "Eco-Flex Yoga Mat", price: "$85.00", variant: "Forest Green", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-roll-fitness-yoga-mat-after-working-out-park_1153-5748.jpg", imageAlt: "Eco-Flex Yoga Mat"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Resistance Band Set",
|
||||
price: "$45.00",
|
||||
variant: "Multi-Level",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-dumbbells-with-towel-wate-bottler-workout-footwear-sport-trainers-white-background-sport-healthy-lifestyle-objects-concept_1391-737.jpg",
|
||||
imageAlt: "Resistance Band Set",
|
||||
},
|
||||
id: "5", name: "Resistance Band Set", price: "$45.00", variant: "Multi-Level", imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-dumbbells-with-towel-wate-bottler-workout-footwear-sport-trainers-white-background-sport-healthy-lifestyle-objects-concept_1391-737.jpg", imageAlt: "Resistance Band Set"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Compression Athletic Socks",
|
||||
price: "$25.00",
|
||||
variant: "Ankle Cut",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-s-black-tight-shorts-facing-side-apparel_53876-97876.jpg",
|
||||
imageAlt: "Compression Athletic Socks",
|
||||
},
|
||||
id: "6", name: "Compression Athletic Socks", price: "$25.00", variant: "Ankle Cut", imageSrc: "http://img.b2bpic.net/free-photo/men-s-black-tight-shorts-facing-side-apparel_53876-97876.jpg", imageAlt: "Compression Athletic Socks"},
|
||||
]}
|
||||
title="Master Your Gear"
|
||||
description="Explore our curated selection of high-performance athletic wear and equipment, crafted for champions who demand the best."
|
||||
@@ -230,26 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "99%",
|
||||
title: "Athlete Satisfaction",
|
||||
description: "Our products consistently receive top ratings from professional athletes worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-angry-expression_1194-2718.jpg",
|
||||
},
|
||||
id: "1", value: "99%", title: "Athlete Satisfaction", description: "Our products consistently receive top ratings from professional athletes worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-angry-expression_1194-2718.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100K+",
|
||||
title: "Global Community",
|
||||
description: "A growing network of disciplined individuals who embody the Home Fighter spirit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg",
|
||||
},
|
||||
id: "2", value: "100K+", title: "Global Community", description: "A growing network of disciplined individuals who embody the Home Fighter spirit.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
title: "Countries Served",
|
||||
description: "Bringing premium performance gear to athletes and enthusiasts across the globe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connectivity-modern-city-skyline-sunset_84443-73919.jpg",
|
||||
},
|
||||
id: "3", value: "20+", title: "Countries Served", description: "Bringing premium performance gear to athletes and enthusiasts across the globe.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-connectivity-modern-city-skyline-sunset_84443-73919.jpg"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Our commitment to performance and quality is reflected in the success of our community and the reach of our brand."
|
||||
@@ -261,15 +162,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Ironclad Fitness",
|
||||
"Zenith Performance",
|
||||
"Pinnacle Athletics",
|
||||
"Summit Sports Co.",
|
||||
"Vanguard Wellness",
|
||||
"Elite Edge Training",
|
||||
"Apex Movement Lab",
|
||||
"Titan Strength Group",
|
||||
]}
|
||||
"Ironclad Fitness", "Zenith Performance", "Pinnacle Athletics", "Summit Sports Co.", "Vanguard Wellness", "Elite Edge Training", "Apex Movement Lab", "Titan Strength Group"]}
|
||||
title="Trusted by the Best"
|
||||
description="Join a league of elite organizations and athletes who choose Home Fighter for their journey to peak performance and refined living."
|
||||
/>
|
||||
@@ -282,50 +175,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ava Sterling",
|
||||
handle: "@avasterling_fit",
|
||||
testimonial: "Home Fighter gear embodies true excellence. The quality is unmatched, allowing me to push my limits with complete confidence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22702.jpg",
|
||||
imageAlt: "Ava Sterling, Professional Athlete",
|
||||
},
|
||||
id: "1", name: "Ava Sterling", handle: "@avasterling_fit", testimonial: "Home Fighter gear embodies true excellence. The quality is unmatched, allowing me to push my limits with complete confidence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22702.jpg", imageAlt: "Ava Sterling, Professional Athlete"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@marcust_trainer",
|
||||
testimonial: "As a trainer, I recommend Home Fighter. Their equipment is robust, stylish, and built for the serious athlete. Truly wise craftsmanship.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-basketball-player-holds-ball-looks-confidently_273609-8621.jpg",
|
||||
imageAlt: "Marcus Thorne, Elite Fitness Coach",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", handle: "@marcust_trainer", testimonial: "As a trainer, I recommend Home Fighter. Their equipment is robust, stylish, and built for the serious athlete. Truly wise craftsmanship.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-basketball-player-holds-ball-looks-confidently_273609-8621.jpg", imageAlt: "Marcus Thorne, Elite Fitness Coach"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Chen",
|
||||
handle: "@sophiachen_zen",
|
||||
testimonial: "The elegance and performance of Home Fighter's activewear are perfect for my wellness routine. It reflects my disciplined lifestyle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-transforming-into-butterfly_23-2150169316.jpg",
|
||||
imageAlt: "Sophia Chen, Wellness Entrepreneur",
|
||||
},
|
||||
id: "3", name: "Sophia Chen", handle: "@sophiachen_zen", testimonial: "The elegance and performance of Home Fighter's activewear are perfect for my wellness routine. It reflects my disciplined lifestyle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-transforming-into-butterfly_23-2150169316.jpg", imageAlt: "Sophia Chen, Wellness Entrepreneur"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk_power",
|
||||
testimonial: "Strength refined is exactly what Home Fighter delivers. Their products are a game-changer for my intense training sessions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-posing-gym-studio-shot_613910-16512.jpg",
|
||||
imageAlt: "David Kim, Strength Athlete",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk_power", testimonial: "Strength refined is exactly what Home Fighter delivers. Their products are a game-changer for my intense training sessions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-posing-gym-studio-shot_613910-16512.jpg", imageAlt: "David Kim, Strength Athlete"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_active",
|
||||
testimonial: "Finally, a brand that understands performance and style. Home Fighter allows me to feel powerful and look elegant, always.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-black-leggins-fitness-outfit-pink-background_285396-10849.jpg",
|
||||
imageAlt: "Elena Rodriguez, Lifestyle Enthusiast",
|
||||
},
|
||||
id: "5", name: "Elena Rodriguez", handle: "@elena_active", testimonial: "Finally, a brand that understands performance and style. Home Fighter allows me to feel powerful and look elegant, always.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-black-leggins-fitness-outfit-pink-background_285396-10849.jpg", imageAlt: "Elena Rodriguez, Lifestyle Enthusiast"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Triumph"
|
||||
@@ -339,20 +202,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What makes Home Fighter products premium?",
|
||||
content: "Our products are crafted using ethically sourced, high-performance materials and undergo rigorous quality control. We blend advanced athletic technology with sophisticated design to ensure superior durability, comfort, and style, reflecting our 'Strength Refined, Wisdom Earned' philosophy.",
|
||||
},
|
||||
id: "1", title: "What makes Home Fighter products premium?", content: "Our products are crafted using ethically sourced, high-performance materials and undergo rigorous quality control. We blend advanced athletic technology with sophisticated design to ensure superior durability, comfort, and style, reflecting our 'Strength Refined, Wisdom Earned' philosophy."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I choose the right size?",
|
||||
content: "We provide a detailed sizing chart on each product page. We recommend comparing your measurements to our guide for the best fit. If you're between sizes, consider your preferred fit: size down for a compression fit, or size up for a more relaxed feel.",
|
||||
},
|
||||
id: "2", title: "How do I choose the right size?", content: "We provide a detailed sizing chart on each product page. We recommend comparing your measurements to our guide for the best fit. If you're between sizes, consider your preferred fit: size down for a compression fit, or size up for a more relaxed feel."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day satisfaction guarantee. If you're not entirely happy with your Home Fighter purchase, you can return it within 30 days for a full refund or exchange, provided it's in its original condition with tags attached. Please see our full return policy for more details.",
|
||||
},
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not entirely happy with your Home Fighter purchase, you can return it within 30 days for a full refund or exchange, provided it's in its original condition with tags attached. Please see our full return policy for more details."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick and comprehensive answers to common inquiries about Home Fighter products, orders, and our brand philosophy."
|
||||
@@ -364,18 +218,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to redefine your limits and embody the Home Fighter spirit? Reach out to our dedicated team for personalized support, product inquiries, or partnership opportunities. We're here to help you achieve your peak potential."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@homefighter.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@homefighter.com"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Visit Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -387,66 +236,39 @@ export default function LandingPage() {
|
||||
logoText="Home Fighter"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
{
|
||||
label: "Apparel",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Apparel", href: "#products"},
|
||||
{
|
||||
label: "Equipment",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Equipment", href: "#products"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Accessories", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Philosophy", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user