Merge version_1 into main #2
301
src/app/page.tsx
301
src/app/page.tsx
@@ -34,25 +34,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="WellnessTech"
|
||||
/>
|
||||
@@ -64,12 +54,10 @@ export default function LandingPage() {
|
||||
description="Technology that heals, wellness that lasts. Discover AI-powered wearables, smart supplements, and expert wellness coaching designed for your healthiest self. From sleep optimization to stress management, every product is vetted for real results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Your Wellness Path",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Your Wellness Path", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891763.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891763.jpg"
|
||||
imageAlt="AI-powered wellness dashboard interface"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,79 +69,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI-Powered Wearables",
|
||||
description: "Real-time health monitoring with actionable insights tailored to your biometrics.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-looking-fitnesstracker_23-2148173614.jpg",
|
||||
imageAlt: "Wearable fitness tracker technology",
|
||||
},
|
||||
title: "AI-Powered Wearables", description: "Real-time health monitoring with actionable insights tailored to your biometrics.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-looking-fitnesstracker_23-2148173614.jpg", imageAlt: "Wearable fitness tracker technology"},
|
||||
items: [
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Heart Rate Variability tracking",
|
||||
},
|
||||
text: "Heart Rate Variability tracking"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Blood oxygen level monitoring",
|
||||
},
|
||||
text: "Blood oxygen level monitoring"},
|
||||
{
|
||||
icon: Activity,
|
||||
text: "Sleep cycle optimization",
|
||||
},
|
||||
text: "Sleep cycle optimization"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891763.jpg?_wi=2",
|
||||
imageAlt: "fitness tracker wearable device close up",
|
||||
},
|
||||
{
|
||||
title: "Smart Supplements",
|
||||
description: "Automated wellness delivery based on your daily activity data.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469249.jpg",
|
||||
imageAlt: "Smart supplement dispensing technology",
|
||||
},
|
||||
title: "Smart Supplements", description: "Automated wellness delivery based on your daily activity data.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469249.jpg", imageAlt: "Smart supplement dispensing technology"},
|
||||
items: [
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Daily nutrient analysis",
|
||||
},
|
||||
text: "Daily nutrient analysis"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Verified medical-grade ingredients",
|
||||
},
|
||||
text: "Verified medical-grade ingredients"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Automated replenishment system",
|
||||
},
|
||||
text: "Automated replenishment system"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-home-sport-instructor-tracksuit-waves-hand-smartphone-sits-workout-yo_1258-183273.jpg",
|
||||
imageAlt: "fitness tracker wearable device close up",
|
||||
},
|
||||
{
|
||||
title: "Expert Coaching",
|
||||
description: "Connect with top wellness professionals through our secure digital platform.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-professionals-analyzing-anatomy-x-ray-scans-find-best-treatment_482257-115905.jpg?_wi=1",
|
||||
imageAlt: "Telehealth wellness platform view",
|
||||
},
|
||||
title: "Expert Coaching", description: "Connect with top wellness professionals through our secure digital platform.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-professionals-analyzing-anatomy-x-ray-scans-find-best-treatment_482257-115905.jpg", imageAlt: "Telehealth wellness platform view"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Personalized health plans",
|
||||
},
|
||||
text: "Personalized health plans"},
|
||||
{
|
||||
icon: Video,
|
||||
text: "1-on-1 virtual consultations",
|
||||
},
|
||||
text: "1-on-1 virtual consultations"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Long-term measurable outcomes",
|
||||
},
|
||||
text: "Long-term measurable outcomes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-caucasian-male-coach-does-stretching-exercise_273609-43692.jpg?_wi=1",
|
||||
imageAlt: "fitness tracker wearable device close up",
|
||||
},
|
||||
]}
|
||||
title="Why WellnessTech?"
|
||||
@@ -170,19 +131,13 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Evidence-Based",
|
||||
description: "Every solution we offer is verified by leading medical researchers.",
|
||||
},
|
||||
title: "Evidence-Based", description: "Every solution we offer is verified by leading medical researchers."},
|
||||
{
|
||||
title: "Data-Driven",
|
||||
description: "Personalized health outcomes optimized through advanced analytics.",
|
||||
},
|
||||
title: "Data-Driven", description: "Personalized health outcomes optimized through advanced analytics."},
|
||||
{
|
||||
title: "Integrated Care",
|
||||
description: "Seamless technology adoption with expert-led wellness coaching.",
|
||||
},
|
||||
title: "Integrated Care", description: "Seamless technology adoption with expert-led wellness coaching."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-professionals-analyzing-anatomy-x-ray-scans-find-best-treatment_482257-115905.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-professionals-analyzing-anatomy-x-ray-scans-find-best-treatment_482257-115905.jpg"
|
||||
imageAlt="Professional wellness tech team"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -196,47 +151,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sleep Ring Elite",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-caucasian-male-coach-does-stretching-exercise_273609-43692.jpg?_wi=2",
|
||||
imageAlt: "Smart sleep ring",
|
||||
},
|
||||
id: "p1", name: "Sleep Ring Elite", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-caucasian-male-coach-does-stretching-exercise_273609-43692.jpg", imageAlt: "Smart sleep ring"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Posture Band",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-active-slim-woman-stretches-arms-before-workout-dressed-top-has-curly-combed-hair-concentrated-away-poses-against-blurred-building-background-prepares-cardio-training_273609-56593.jpg",
|
||||
imageAlt: "Posture corrector",
|
||||
},
|
||||
id: "p2", name: "Posture Band", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-active-slim-woman-stretches-arms-before-workout-dressed-top-has-curly-combed-hair-concentrated-away-poses-against-blurred-building-background-prepares-cardio-training_273609-56593.jpg", imageAlt: "Posture corrector"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Heart Strap",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165181.jpg",
|
||||
imageAlt: "Heart rate strap",
|
||||
},
|
||||
id: "p3", name: "Heart Strap", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165181.jpg", imageAlt: "Heart rate strap"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mind Headband",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-female-sport-clothes-with-skipping-rope_179666-25595.jpg",
|
||||
imageAlt: "Meditation headband",
|
||||
},
|
||||
id: "p4", name: "Mind Headband", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-female-sport-clothes-with-skipping-rope_179666-25595.jpg", imageAlt: "Meditation headband"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Circadian Lamp",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-adjusting-medical-machine_23-2148328404.jpg",
|
||||
imageAlt: "Light therapy lamp",
|
||||
},
|
||||
id: "p5", name: "Circadian Lamp", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-adjusting-medical-machine_23-2148328404.jpg", imageAlt: "Light therapy lamp"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Smart Bottle",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-using-her-mobile-phone-relaxing-after-work-out-outdoors-sport-healthy-lifestyle_58466-14699.jpg",
|
||||
imageAlt: "Hydration tracking bottle",
|
||||
},
|
||||
id: "p6", name: "Smart Bottle", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-using-her-mobile-phone-relaxing-after-work-out-outdoors-sport-healthy-lifestyle_58466-14699.jpg", imageAlt: "Hydration tracking bottle"},
|
||||
]}
|
||||
title="Wellness Essentials"
|
||||
description="Browse our curated range of smart gadgets and tools for peak performance."
|
||||
@@ -251,32 +176,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "94%",
|
||||
title: "Improvement",
|
||||
description: "Average user sleep quality improvement score",
|
||||
icon: Moon,
|
||||
id: "m1", value: "94%", title: "Improvement", description: "Average user sleep quality improvement score", icon: Moon,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "82%",
|
||||
title: "Stress Reduction",
|
||||
description: "Reported reduction in daily stress levels",
|
||||
icon: Smile,
|
||||
id: "m2", value: "82%", title: "Stress Reduction", description: "Reported reduction in daily stress levels", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.2M",
|
||||
title: "Sessions",
|
||||
description: "Successful expert wellness sessions completed",
|
||||
icon: CheckCircle,
|
||||
id: "m3", value: "1.2M", title: "Sessions", description: "Successful expert wellness sessions completed", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "450+",
|
||||
title: "Partners",
|
||||
description: "Verified health tech products in network",
|
||||
icon: Shield,
|
||||
id: "m4", value: "450+", title: "Partners", description: "Verified health tech products in network", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Platform Impact"
|
||||
@@ -291,29 +200,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Elena Rossi",
|
||||
role: "Chief Scientist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg",
|
||||
},
|
||||
id: "t1", name: "Dr. Elena Rossi", role: "Chief Scientist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Wellness Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/size-woman-doing-stretching-exercises_1157-38717.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", role: "Wellness Director", imageSrc: "http://img.b2bpic.net/free-photo/size-woman-doing-stretching-exercises_1157-38717.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Miller",
|
||||
role: "Tech Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-thoughtful-young-woman-looking-through-window-arms-crossed-indoors_1163-4227.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah Miller", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/pensive-thoughtful-young-woman-looking-through-window-arms-crossed-indoors_1163-4227.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Wu",
|
||||
role: "Health Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-surfing-internet-seeing-sights_1262-16188.jpg",
|
||||
},
|
||||
id: "t4", name: "David Wu", role: "Health Strategy", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-surfing-internet-seeing-sights_1262-16188.jpg"},
|
||||
]}
|
||||
title="Expert Guidance"
|
||||
description="Meet our team of health scientists, technologists, and wellness advocates."
|
||||
@@ -327,40 +220,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The sleep tracking wearable changed my morning routine entirely. I feel 100% more focused now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The sleep tracking wearable changed my morning routine entirely. I feel 100% more focused now.", imageSrc: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Expert coaching paired with data metrics makes tracking health progress truly meaningful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-exercising-home-with-dumbbells_93675-133495.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Expert coaching paired with data metrics makes tracking health progress truly meaningful.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-exercising-home-with-dumbbells_93675-133495.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "Excellent platform. The smart supplements keep me energized and balanced throughout my work week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-expresses-joy-happiness-businesswoman-triumphing-street-raising-hands-up-celebrati_1258-117445.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Excellent platform. The smart supplements keep me energized and balanced throughout my work week.", imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-expresses-joy-happiness-businesswoman-triumphing-street-raising-hands-up-celebrati_1258-117445.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Finally, a wellness solution that uses real metrics instead of guesswork.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-tennis-player-match-results_23-2148290291.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Finally, a wellness solution that uses real metrics instead of guesswork.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-tennis-player-match-results_23-2148290291.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jlee",
|
||||
testimonial: "High-quality products and professional advice. Highly recommended for busy individuals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-teacher-sitting_23-2148673162.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "High-quality products and professional advice. Highly recommended for busy individuals.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-teacher-sitting_23-2148673162.jpg"},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Real results from our health-conscious community."
|
||||
@@ -372,25 +240,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is my health data secure?",
|
||||
content: "Yes, we use enterprise-grade encryption for all user biometrics and data.",
|
||||
},
|
||||
id: "q1", title: "Is my health data secure?", content: "Yes, we use enterprise-grade encryption for all user biometrics and data."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I integrate with other apps?",
|
||||
content: "Our platform supports seamless integration with most major health and fitness tracking applications.",
|
||||
},
|
||||
id: "q2", title: "Can I integrate with other apps?", content: "Our platform supports seamless integration with most major health and fitness tracking applications."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What qualifications do your coaches have?",
|
||||
content: "All our wellness coaches are board-certified and vetted by our medical leadership team.",
|
||||
},
|
||||
id: "q3", title: "What qualifications do your coaches have?", content: "All our wellness coaches are board-certified and vetted by our medical leadership team."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are the products medically tested?",
|
||||
content: "Yes, every gadget we promote undergoes rigorous health and safety validation before listing.",
|
||||
},
|
||||
id: "q4", title: "Are the products medically tested?", content: "Yes, every gadget we promote undergoes rigorous health and safety validation before listing."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find answers to your health technology and platform queries here."
|
||||
@@ -405,22 +261,14 @@ export default function LandingPage() {
|
||||
description="Have questions about our wellness programs or corporate initiatives? Reach out today."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your wellness goals...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your wellness goals...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg"
|
||||
imageAlt="Wellness tech contact support"
|
||||
@@ -431,54 +279,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Wearables",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Wearables", href: "#products"},
|
||||
{
|
||||
label: "Supplements",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Supplements", href: "#products"},
|
||||
{
|
||||
label: "Coaching",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Coaching", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user