Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2552ff0512 | |||
| 5952f25bdf |
263
src/app/page.tsx
263
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "top"},
|
||||||
id: "top",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Us",
|
name: "Why Us", id: "why"},
|
||||||
id: "why",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Aaron Cone HVAC"
|
brandName="Aaron Cone HVAC"
|
||||||
/>
|
/>
|
||||||
@@ -58,36 +48,27 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Professional HVAC Service for Home Comfort."
|
title="Professional HVAC Service for Home Comfort."
|
||||||
description="Honest diagnostics, respectful workmanship, and dependable comfort for your home. We fix what needs fixing and ensure your system runs perfectly through every Texas season."
|
description="Honest diagnostics, respectful workmanship, and dependable comfort for your home. We fix what needs fixing and ensure your system runs perfectly through every Texas season."
|
||||||
tag="Trusted Local HVAC Specialists"
|
tag="Trusted Local HVAC Specialists"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Service", href: "#contact" },
|
||||||
|
{ text: "Call Now", href: "tel:3250000000" }
|
||||||
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=1", imageAlt: "Technician checking AC unit"},
|
||||||
imageAlt: "Technician checking AC unit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg", imageAlt: "Professional HVAC work"},
|
||||||
imageAlt: "Professional HVAC work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg", imageAlt: "Technician inspecting unit"},
|
||||||
imageAlt: "Technician inspecting unit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg", imageAlt: "Maintenance expert work"},
|
||||||
imageAlt: "Maintenance expert work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-removing-layer-dirt-from-blower-fan-prevent-damaging-ventilation-system-adept-repairman-cleaning-hvac-system-parts-stop-risk-overheating-close-up_482257-67998.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-removing-layer-dirt-from-blower-fan-prevent-damaging-ventilation-system-adept-repairman-cleaning-hvac-system-parts-stop-risk-overheating-close-up_482257-67998.jpg", imageAlt: "Residential HVAC installation"},
|
||||||
imageAlt: "Residential HVAC installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", imageAlt: "Climate control system"},
|
||||||
imageAlt: "Climate control system",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -100,45 +81,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "AC Repair", tags: [
|
||||||
title: "AC Repair",
|
"Emergency", "Diagnostic"],
|
||||||
tags: [
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c1hbrl&_wi=1", imageAlt: "AC Repair"},
|
||||||
"Emergency",
|
|
||||||
"Diagnostic",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c1hbrl&_wi=1",
|
|
||||||
imageAlt: "AC Repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Heating Repair", tags: [
|
||||||
title: "Heating Repair",
|
"Furnace", "Heating"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/heating-flat-icon-set_98292-1220.jpg?_wi=1", imageAlt: "Heating Repair"},
|
||||||
"Furnace",
|
|
||||||
"Heating",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/heating-flat-icon-set_98292-1220.jpg?_wi=1",
|
|
||||||
imageAlt: "Heating Repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "System Replacement", tags: [
|
||||||
title: "System Replacement",
|
"Installation", "New Unit"],
|
||||||
tags: [
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4jiyy&_wi=1", imageAlt: "System Replacement"},
|
||||||
"Installation",
|
|
||||||
"New Unit",
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4jiyy&_wi=1",
|
|
||||||
imageAlt: "System Replacement",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Maintenance Plans", tags: [
|
||||||
title: "Maintenance Plans",
|
"Tune-up", "Preventive"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/set-vector-line-art-icons-smart-home-controlling-through-internet-home-work-equipment_1441-218.jpg?_wi=1", imageAlt: "Maintenance"},
|
||||||
"Tune-up",
|
|
||||||
"Preventive",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/set-vector-line-art-icons-smart-home-controlling-through-internet-home-work-equipment_1441-218.jpg?_wi=1",
|
|
||||||
imageAlt: "Maintenance",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Complete HVAC Comfort Services"
|
title="Complete HVAC Comfort Services"
|
||||||
description="We offer a higher standard of HVAC care, from urgent repair to complete replacements, with honest, practical solutions."
|
description="We offer a higher standard of HVAC care, from urgent repair to complete replacements, with honest, practical solutions."
|
||||||
@@ -152,13 +109,9 @@ export default function LandingPage() {
|
|||||||
description="We believe in honest answers before pushing replacements. Our customers choose us for our professionalism, friendly technicians, and clean workmanship that makes every home visit seamless."
|
description="We believe in honest answers before pushing replacements. Our customers choose us for our professionalism, friendly technicians, and clean workmanship that makes every home visit seamless."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "30+",
|
value: "30+", title: "Years of Loyal Service"},
|
||||||
title: "Years of Loyal Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "4.8/5",
|
value: "4.8/5", title: "Customer Rating"},
|
||||||
title: "Customer Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg"
|
||||||
imageAlt="Our team at work"
|
imageAlt="Our team at work"
|
||||||
@@ -174,34 +127,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "01", title: "Initial Consultation", items: [
|
||||||
value: "01",
|
"Speak with our team", "Describe your comfort issues", "Book an appointment"],
|
||||||
title: "Initial Consultation",
|
|
||||||
items: [
|
|
||||||
"Speak with our team",
|
|
||||||
"Describe your comfort issues",
|
|
||||||
"Book an appointment",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "02", title: "Honest Diagnosis", items: [
|
||||||
value: "02",
|
"Expert inspection", "Practical explanations", "Straightforward options"],
|
||||||
title: "Honest Diagnosis",
|
|
||||||
items: [
|
|
||||||
"Expert inspection",
|
|
||||||
"Practical explanations",
|
|
||||||
"Straightforward options",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "03", title: "Clean Execution", items: [
|
||||||
value: "03",
|
"Professional repairs", "Clean workmanship", "Guaranteed results"],
|
||||||
title: "Clean Execution",
|
|
||||||
items: [
|
|
||||||
"Professional repairs",
|
|
||||||
"Clean workmanship",
|
|
||||||
"Guaranteed results",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Service Process"
|
title="Our Service Process"
|
||||||
@@ -215,60 +150,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Kat G.", date: "2025", title: "Great Experience", quote: "Very professional and knowledgeable. Their service far exceeded my expectations.", tag: "HVAC Repair", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=2", imageAlt: "happy home owner portrait"},
|
||||||
name: "Kat G.",
|
|
||||||
date: "2025",
|
|
||||||
title: "Great Experience",
|
|
||||||
quote: "Very professional and knowledgeable. Their service far exceeded my expectations.",
|
|
||||||
tag: "HVAC Repair",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=2",
|
|
||||||
imageAlt: "happy home owner portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Alejandra S.", date: "2025", title: "Fast and Honest", quote: "Fast, respectful, and very honest. We will use them for all future maintenance.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c1hbrl&_wi=2", imageAlt: "happy home owner portrait"},
|
||||||
name: "Alejandra S.",
|
|
||||||
date: "2025",
|
|
||||||
title: "Fast and Honest",
|
|
||||||
quote: "Fast, respectful, and very honest. We will use them for all future maintenance.",
|
|
||||||
tag: "Maintenance",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c1hbrl&_wi=2",
|
|
||||||
imageAlt: "happy home owner portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Matthew L.", date: "2024", title: "Replacement Work", quote: "Outstanding complete replacement. They were clean, early, and very friendly.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-vector/heating-flat-icon-set_98292-1220.jpg?_wi=2", imageAlt: "happy home owner portrait"},
|
||||||
name: "Matthew L.",
|
|
||||||
date: "2024",
|
|
||||||
title: "Replacement Work",
|
|
||||||
quote: "Outstanding complete replacement. They were clean, early, and very friendly.",
|
|
||||||
tag: "Installation",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/heating-flat-icon-set_98292-1220.jpg?_wi=2",
|
|
||||||
imageAlt: "happy home owner portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "John D.", date: "2024", title: "Highly Recommended", quote: "I trust Aaron Cone for all my HVAC needs. Simply the best service.", tag: "General Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4jiyy&_wi=2", imageAlt: "happy home owner portrait"},
|
||||||
name: "John D.",
|
|
||||||
date: "2024",
|
|
||||||
title: "Highly Recommended",
|
|
||||||
quote: "I trust Aaron Cone for all my HVAC needs. Simply the best service.",
|
|
||||||
tag: "General Service",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4jiyy&_wi=2",
|
|
||||||
imageAlt: "happy home owner portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Sarah W.", date: "2023", title: "Always Reliable", quote: "They fixed our furnace on a cold night. I'm forever grateful for their responsiveness.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-using-digital-tablet_1170-373.jpg", imageSrc: "http://img.b2bpic.net/free-vector/set-vector-line-art-icons-smart-home-controlling-through-internet-home-work-equipment_1441-218.jpg?_wi=2", imageAlt: "happy home owner portrait"},
|
||||||
name: "Sarah W.",
|
|
||||||
date: "2023",
|
|
||||||
title: "Always Reliable",
|
|
||||||
quote: "They fixed our furnace on a cold night. I'm forever grateful for their responsiveness.",
|
|
||||||
tag: "Emergency",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-using-digital-tablet_1170-373.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/set-vector-line-art-icons-smart-home-controlling-through-internet-home-work-equipment_1441-218.jpg?_wi=2",
|
|
||||||
imageAlt: "happy home owner portrait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Customer Stories"
|
title="Customer Stories"
|
||||||
description="What our neighbors say about their experience with our service."
|
description="What our neighbors say about their experience with our service."
|
||||||
@@ -281,25 +171,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Do you offer emergency HVAC services?", content: "Yes, we provide priority service for urgent issues that impact your immediate comfort."},
|
||||||
title: "Do you offer emergency HVAC services?",
|
|
||||||
content: "Yes, we provide priority service for urgent issues that impact your immediate comfort.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "How often should I have maintenance done?", content: "We recommend bi-annual check-ups, typically once before the cooling season and once before heating season."},
|
||||||
title: "How often should I have maintenance done?",
|
|
||||||
content: "We recommend bi-annual check-ups, typically once before the cooling season and once before heating season.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "What systems do you service?", content: "We service most major residential air conditioning, furnace, and heat pump systems."},
|
||||||
title: "What systems do you service?",
|
|
||||||
content: "We service most major residential air conditioning, furnace, and heat pump systems.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "Can you handle complete system replacements?", content: "Absolutely. We specialize in clean, efficient HVAC system removal and professional installation."},
|
||||||
title: "Can you handle complete system replacements?",
|
|
||||||
content: "Absolutely. We specialize in clean, efficient HVAC system removal and professional installation.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our service process and scheduling."
|
description="Find quick answers to common questions about our service process and scheduling."
|
||||||
@@ -311,16 +189,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Ready for comfort?"
|
tag="Ready for comfort?"
|
||||||
title="Request Your HVAC Appointment"
|
title="Request Your HVAC Appointment"
|
||||||
description="Tell us how we can help. Our team will follow up quickly to schedule your visit."
|
description="Tell us how we can help. Our team will follow up quickly to schedule your visit."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call (325) 000-0000",
|
text: "Call (325) 000-0000", href: "tel:3250000000"},
|
||||||
href: "tel:3250000000",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -331,57 +206,35 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "AC Repair",
|
label: "AC Repair", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Heating Repair",
|
label: "Heating Repair", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Maintenance",
|
label: "Maintenance", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Replacement",
|
label: "Replacement", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Service Area",
|
label: "Service Area", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "(325) 000-0000",
|
label: "(325) 000-0000", href: "tel:3250000000"},
|
||||||
href: "tel:3250000000",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "info@aaronconehvac.com",
|
label: "info@aaronconehvac.com", href: "mailto:info@aaronconehvac.com"},
|
||||||
href: "mailto:info@aaronconehvac.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user