Merge version_1 into main #2
216
src/app/page.tsx
216
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Primetime Boston Plumbers"
|
||||
/>
|
||||
@@ -53,68 +45,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Boston Plumbing, Done Right — The First Time"
|
||||
description="Fast response. Expert workmanship. Seamless service from start to finish. Our team of certified professionals is ready for your emergency or upgrade."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png", alt: "Happy customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-busy-professional-homeowne-1774918991387-73143533.png",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-busy-professional-homeowne-1774918991387-73143533.png", alt: "Happy customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-an-elderly-boston-couple-smi-1774918992371-583a552c.png",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-an-elderly-boston-couple-smi-1774918992371-583a552c.png", alt: "Happy customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-young-family-in-their-kitc-1774918992048-c1719482.png",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-young-family-in-their-kitc-1774918992048-c1719482.png", alt: "Happy customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png", alt: "Happy customer"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Boston homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now: (617) 555-0123",
|
||||
},
|
||||
text: "Call Now: (617) 555-0123"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Boston Based",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Boston Based", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Clear Pricing",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Clear Pricing", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Technicians",
|
||||
icon: Wrench,
|
||||
type: "text-icon", text: "Expert Technicians", icon: Wrench,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -127,55 +95,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rapid Response",
|
||||
description: "We offer same-day emergency services across all Boston neighborhoods, often arriving within the hour.",
|
||||
icon: Zap,
|
||||
title: "Rapid Response", description: "We offer same-day emergency services across all Boston neighborhoods, often arriving within the hour.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/emergency-plumbing-service-in-action-rap-1774918991972-b0c93c5a.png?_wi=1",
|
||||
imageAlt: "Rapid Response",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/emergency-plumbing-service-in-action-rap-1774918991972-b0c93c5a.png", imageAlt: "Rapid Response"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/professional-plumber-inspecting-modern-w-1774918991061-a9caed50.png?_wi=1",
|
||||
imageAlt: "Rapid Response",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/modern-boston-luxury-plumbing-service-he-1774918992956-e4b73772.png",
|
||||
imageAlt: "Modern Boston luxury plumbing service hero image, clean white and blue aesthetic, professional plumb",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/professional-plumber-inspecting-modern-w-1774918991061-a9caed50.png", imageAlt: "Rapid Response"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Expert Craftsmanship",
|
||||
description: "No guesswork. Clear diagnosis and precision solutions from certified professionals who respect your home.",
|
||||
icon: Shield,
|
||||
title: "Expert Craftsmanship", description: "No guesswork. Clear diagnosis and precision solutions from certified professionals who respect your home.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/professional-plumber-inspecting-modern-w-1774918991061-a9caed50.png?_wi=2",
|
||||
imageAlt: "Expert Craftsmanship",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/professional-plumber-inspecting-modern-w-1774918991061-a9caed50.png", imageAlt: "Expert Craftsmanship"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/clean-professional-plumbing-pipe-install-1774919011956-4515de5e.png?_wi=1",
|
||||
imageAlt: "Expert Craftsmanship",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/professional-plumber-inspecting-modern-w-1774918991061-a9caed50.png?_wi=3",
|
||||
imageAlt: "Professional plumber inspecting modern water heater unit, clean workspace, high detail, high-tech pl",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/clean-professional-plumbing-pipe-install-1774919011956-4515de5e.png", imageAlt: "Expert Craftsmanship"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Stress-Free Experience",
|
||||
description: "A seamless process from the first consultation to final installation, ensuring clean work and respectful service.",
|
||||
icon: Sparkles,
|
||||
title: "Stress-Free Experience", description: "A seamless process from the first consultation to final installation, ensuring clean work and respectful service.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/clean-professional-plumbing-pipe-install-1774919011956-4515de5e.png?_wi=2",
|
||||
imageAlt: "Stress-Free Experience",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/clean-professional-plumbing-pipe-install-1774919011956-4515de5e.png", imageAlt: "Stress-Free Experience"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/emergency-plumbing-service-in-action-rap-1774918991972-b0c93c5a.png?_wi=2",
|
||||
imageAlt: "Stress-Free Experience",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/clean-professional-plumbing-pipe-install-1774919011956-4515de5e.png?_wi=3",
|
||||
imageAlt: "Clean professional plumbing pipe installation, modern copper piping, bright well-lit basement settin",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/emergency-plumbing-service-in-action-rap-1774918991972-b0c93c5a.png", imageAlt: "Stress-Free Experience"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why Choose Primetime?"
|
||||
@@ -189,60 +133,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "2023-11-15",
|
||||
title: "Back Bay Condo Owner",
|
||||
quote: "Primetime was amazing. My water heater failed on a Sunday morning and they were there within an hour. Professional and clean.",
|
||||
tag: "Emergency",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/emergency-plumbing-service-in-action-rap-1774918991972-b0c93c5a.png?_wi=3",
|
||||
imageAlt: "Emergency plumbing service in action, rapid response scene, technician arriving at a home with profe",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "2023-11-15", title: "Back Bay Condo Owner", quote: "Primetime was amazing. My water heater failed on a Sunday morning and they were there within an hour. Professional and clean.", tag: "Emergency", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/emergency-plumbing-service-in-action-rap-1774918991972-b0c93c5a.png", imageAlt: "Emergency plumbing service in action, rapid response scene, technician arriving at a home with profe"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
date: "2023-10-02",
|
||||
title: "Beacon Hill Resident",
|
||||
quote: "I've struggled with plumbing in my historic brownstone for years. Primetime fixed a recurring pipe issue that two other companies couldn't.",
|
||||
tag: "Repair",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-busy-professional-homeowne-1774918991387-73143533.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png",
|
||||
imageAlt: "Portrait of a happy Boston homeowner in a classic living room, professional setting, authentic smile",
|
||||
},
|
||||
id: "2", name: "Michael C.", date: "2023-10-02", title: "Beacon Hill Resident", quote: "I've struggled with plumbing in my historic brownstone for years. Primetime fixed a recurring pipe issue that two other companies couldn't.", tag: "Repair", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-busy-professional-homeowne-1774918991387-73143533.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png", imageAlt: "Portrait of a happy Boston homeowner in a classic living room, professional setting, authentic smile"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "2023-09-20",
|
||||
title: "South End Kitchen Upgrade",
|
||||
quote: "They helped us install a new high-end fixture in our kitchen. The advice was spot on and the craftmanship was impeccable.",
|
||||
tag: "Upgrade",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-an-elderly-boston-couple-smi-1774918992371-583a552c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-busy-professional-homeowne-1774918991387-73143533.png",
|
||||
imageAlt: "Portrait of a busy professional homeowner, modern Boston condo, authentic lifestyle photography.",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "2023-09-20", title: "South End Kitchen Upgrade", quote: "They helped us install a new high-end fixture in our kitchen. The advice was spot on and the craftmanship was impeccable.", tag: "Upgrade", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-an-elderly-boston-couple-smi-1774918992371-583a552c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-busy-professional-homeowne-1774918991387-73143533.png", imageAlt: "Portrait of a busy professional homeowner, modern Boston condo, authentic lifestyle photography."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "2023-08-12",
|
||||
title: "Brookline Homeowner",
|
||||
quote: "Extremely reliable. I’ve recommended them to my whole office. They are the go-to plumbers in Boston for a reason.",
|
||||
tag: "Reliability",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-young-family-in-their-kitc-1774918992048-c1719482.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-an-elderly-boston-couple-smi-1774918992371-583a552c.png",
|
||||
imageAlt: "Portrait of an elderly Boston couple, smiling, in front of a renovated historic home.",
|
||||
},
|
||||
id: "4", name: "David K.", date: "2023-08-12", title: "Brookline Homeowner", quote: "Extremely reliable. I’ve recommended them to my whole office. They are the go-to plumbers in Boston for a reason.", tag: "Reliability", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-young-family-in-their-kitc-1774918992048-c1719482.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-an-elderly-boston-couple-smi-1774918992371-583a552c.png", imageAlt: "Portrait of an elderly Boston couple, smiling, in front of a renovated historic home."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
date: "2023-07-05",
|
||||
title: "South Boston Resident",
|
||||
quote: "Fast, friendly, and very transparent about the costs. A top-tier professional experience throughout.",
|
||||
tag: "Maintenance",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-young-family-in-their-kitc-1774918992048-c1719482.png",
|
||||
imageAlt: "Portrait of a young family in their kitchen, clean bright lighting, professional photography.",
|
||||
},
|
||||
id: "5", name: "Jessica M.", date: "2023-07-05", title: "South Boston Resident", quote: "Fast, friendly, and very transparent about the costs. A top-tier professional experience throughout.", tag: "Maintenance", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-happy-boston-homeowner-in--1774918991549-813fdcb7.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AMkLqLgagW4O5acJv7prp724Sx/portrait-of-a-young-family-in-their-kitc-1774918992048-c1719482.png", imageAlt: "Portrait of a young family in their kitchen, clean bright lighting, professional photography."},
|
||||
]}
|
||||
title="What Boston Homeowners Say"
|
||||
description="Hear from our neighbors who trust Primetime with their most critical plumbing needs."
|
||||
@@ -255,27 +154,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How fast can you respond to emergencies?",
|
||||
content: "We prioritize emergencies and aim to be at your doorstep within the hour in most Boston neighborhoods.",
|
||||
},
|
||||
id: "faq-1", title: "How fast can you respond to emergencies?", content: "We prioritize emergencies and aim to be at your doorstep within the hour in most Boston neighborhoods."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you work with historic Boston buildings?",
|
||||
content: "Yes, we have extensive experience working with brownstones, row houses, and historic condos, respecting their unique infrastructure.",
|
||||
},
|
||||
id: "faq-2", title: "Do you work with historic Boston buildings?", content: "Yes, we have extensive experience working with brownstones, row houses, and historic condos, respecting their unique infrastructure."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is your work guaranteed?",
|
||||
content: "Absolutely. We pride ourselves on getting the job done right the first time and stand behind all our craftsmanship.",
|
||||
},
|
||||
id: "faq-3", title: "Is your work guaranteed?", content: "Absolutely. We pride ourselves on getting the job done right the first time and stand behind all our craftsmanship."},
|
||||
]}
|
||||
ctaTitle="Ready for a professional fix?"
|
||||
ctaDescription="Don't wait for plumbing issues to escalate. Request a free estimate or book your emergency visit today."
|
||||
ctaButton={{
|
||||
text: "Request a Free Estimate",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Request a Free Estimate", href: "#contact"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -287,13 +175,7 @@ export default function LandingPage() {
|
||||
title="Serving Boston & Surrounding Areas"
|
||||
description="We are proud to be the trusted plumbing partner for local residents and property managers across the city."
|
||||
names={[
|
||||
"Back Bay",
|
||||
"Beacon Hill",
|
||||
"South End",
|
||||
"Brookline",
|
||||
"Cambridge",
|
||||
"Charlestown",
|
||||
]}
|
||||
"Back Bay", "Beacon Hill", "South End", "Brookline", "Cambridge", "Charlestown"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -303,29 +185,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
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