From e49f5d445705d55deb28fa036791cf9728fe5275 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 02:26:02 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 51 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6ecbb84..4ae4a1f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,24 +47,16 @@ export default function ContactPage() { animationType="slide-up" faqs={[ { - id: "1", - title: "How quickly can you respond to a service request?", - content: "We strive for same-day or next-day service. Call us at (307) 555-ELEC or text your location and needs, and we'll confirm availability right away." + id: "1", title: "How quickly can you respond to a service request?", content: "We strive for same-day or next-day service. Call us at (307) 555-ELEC or text your location and needs, and we'll confirm availability right away." }, { - id: "2", - title: "What payment methods do you accept?", - content: "We accept cash, check, and all major credit cards (Visa, Mastercard, American Express, Discover). Financing options may be available for larger projects." + id: "2", title: "What payment methods do you accept?", content: "We accept cash, check, and all major credit cards (Visa, Mastercard, American Express, Discover). Financing options may be available for larger projects." }, { - id: "3", - title: "Are your electricians properly trained?", - content: "All of our electricians are licensed journeymen with years of experience. We invest in ongoing training to stay current with code and best practices." + id: "3", title: "Are your electricians properly trained?", content: "All of our electricians are licensed journeymen with years of experience. We invest in ongoing training to stay current with code and best practices." }, { - id: "4", - title: "Do you handle both residential and commercial work?", - content: "Yes. We specialize in residential electrical work and also handle light commercial projects. Call to discuss your specific project needs." + id: "4", title: "Do you handle both residential and commercial work?", content: "Yes. We specialize in residential electrical work and also handle light commercial projects. Call to discuss your specific project needs." } ]} /> @@ -80,34 +72,22 @@ export default function ContactPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "Are you licensed and insured?", - content: "Yes. Stemple Electric is fully licensed, insured, and bonded to perform all electrical work in Wyoming. We carry comprehensive liability coverage and workers compensation insurance for your peace of mind." + id: "1", title: "Are you licensed and insured?", content: "Yes. Stemple Electric is fully licensed, insured, and bonded to perform all electrical work in Wyoming. We carry comprehensive liability coverage and workers compensation insurance for your peace of mind." }, { - id: "2", - title: "Do you offer emergency or after-hours service?", - content: "We offer same-day service for urgent electrical issues. Call or text for availability on emergency work. Some after-hours rates may apply. We understand electrical problems don't always happen during business hours." + id: "2", title: "Do you offer emergency or after-hours service?", content: "We offer same-day service for urgent electrical issues. Call or text for availability on emergency work. Some after-hours rates may apply. We understand electrical problems don't always happen during business hours." }, { - id: "3", - title: "Do you provide free estimates?", - content: "Yes, we always offer free estimates. We'll visit your property, assess the work needed, and provide transparent, upfront pricing before any work begins. No surprises, no hidden fees." + id: "3", title: "Do you provide free estimates?", content: "Yes, we always offer free estimates. We'll visit your property, assess the work needed, and provide transparent, upfront pricing before any work begins. No surprises, no hidden fees." }, { - id: "4", - title: "Do you install EV chargers?", - content: "Absolutely. We specialize in Level 2 home EV charger installation. We handle everything from site assessment to final inspection, ensuring your charging station is safe and code-compliant." + id: "4", title: "Do you install EV chargers?", content: "Absolutely. We specialize in Level 2 home EV charger installation. We handle everything from site assessment to final inspection, ensuring your charging station is safe and code-compliant." }, { - id: "5", - title: "What areas do you serve?", - content: "We serve most communities across Wyoming, including Cheyenne, Casper, Laramie, Gillette, Sheridan, Rock Springs, and surrounding areas. Not sure if you're in range? Call or text us—we're happy to help." + id: "5", title: "What areas do you serve?", content: "We serve most communities across Wyoming, including Cheyenne, Casper, Laramie, Gillette, Sheridan, Rock Springs, and surrounding areas. Not sure if you're in range? Call or text us—we're happy to help." }, { - id: "6", - title: "Do you offer warranties on your work?", - content: "Yes. All our electrical work comes with a comprehensive warranty. We stand behind our craftsmanship and will make it right if you experience any issues with our work." + id: "6", title: "Do you offer warranties on your work?", content: "Yes. All our electrical work comes with a comprehensive warranty. We stand behind our craftsmanship and will make it right if you experience any issues with our work." } ]} /> @@ -131,14 +111,13 @@ export default function ContactPage() {