From a5069813c69a051e9fc812f6ef72743a11622501 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:32:05 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 158 +++++++++------------------------------ 1 file changed, 37 insertions(+), 121 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dda1f39..a58e36b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,9 +19,7 @@ export default function ContactPage() { ]; const contactButton = { - text: "Call Now", - href: "tel:804-938-0669", - }; + text: "Call Now", href: "tel:804-938-0669"}; return ( @@ -182,32 +138,16 @@ export default function ContactPage() { tagIcon={TrendingUp} metrics={[ { - id: "1", - value: "804", - title: "938", - description: "Call us directly - Call Now", - icon: Phone, + id: "1", value: "804", title: "938", description: "Call us directly - Call Now", icon: Phone, }, { - id: "2", - value: "15", - title: "Years", - description: "Experience serving Richmond VA", - icon: Clock, + id: "2", value: "15", title: "Years", description: "Experience serving Richmond VA", icon: Clock, }, { - id: "3", - value: "2000", - title: "Customers", - description: "Trust us for their home services", - icon: Users, + id: "3", value: "2000", title: "Customers", description: "Trust us for their home services", icon: Users, }, { - id: "4", - value: "10", - title: "Services", - description: "Available in your area", - icon: Wrench, + id: "4", value: "10", title: "Services", description: "Available in your area", icon: Wrench, }, ]} animationType="slide-up" @@ -223,35 +163,17 @@ export default function ContactPage() { sideDescription="Find answers to common questions about contacting Earl Boys Services, scheduling appointments, and our service offerings." faqs={[ { - id: "1", - title: "What is your phone number?", - content: "You can reach us at 804-938-0669. We're available during business hours and offer emergency service for urgent issues.", - }, + id: "1", title: "What is your phone number?", content: "You can reach us at 804-938-0669. We're available during business hours and offer emergency service for urgent issues."}, { - id: "2", - title: "How quickly can you respond to my request?", - content: "We typically respond to service requests within 24 hours. For emergency issues, call us immediately at 804-938-0669.", - }, + id: "2", title: "How quickly can you respond to my request?", content: "We typically respond to service requests within 24 hours. For emergency issues, call us immediately at 804-938-0669."}, { - id: "3", - title: "What areas do you serve?", - content: "We proudly serve Richmond, VA and all surrounding areas. Our service team covers residential and commercial properties throughout the region.", - }, + id: "3", title: "What areas do you serve?", content: "We proudly serve Richmond, VA and all surrounding areas. Our service team covers residential and commercial properties throughout the region."}, { - id: "4", - title: "Do you charge for consultations and estimates?", - content: "No! We provide free, no-obligation estimates for all services. Contact us to schedule your consultation.", - }, + id: "4", title: "Do you charge for consultations and estimates?", content: "No! We provide free, no-obligation estimates for all services. Contact us to schedule your consultation."}, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept cash, check, credit cards, and digital payments. We also offer financing options for larger projects.", - }, + id: "5", title: "What payment methods do you accept?", content: "We accept cash, check, credit cards, and digital payments. We also offer financing options for larger projects."}, { - id: "6", - title: "Are you licensed and insured?", - content: "Absolutely. Earl Boys Services is fully licensed, insured, and bonded. We maintain all required certifications.", - }, + id: "6", title: "Are you licensed and insured?", content: "Absolutely. Earl Boys Services is fully licensed, insured, and bonded. We maintain all required certifications."}, ]} textPosition="left" faqsAnimation="slide-up" @@ -267,19 +189,13 @@ export default function ContactPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", - ariaLabel: "Facebook", - }, + href: "https://facebook.com", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: Phone, - href: "tel:804-938-0669", - ariaLabel: "Call us", - }, + href: "tel:804-938-0669", ariaLabel: "Call us"}, ]} /> -- 2.49.1