diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 1062655..9a8b49f 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -80,14 +80,13 @@ export default function AboutPage() {
@@ -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() {