Update src/app/contact/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
|
||||
imageAlt="Modern electrical work and safety"
|
||||
logoText="Stemple Electric LLC"
|
||||
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Panel Upgrades", href: "/services#panel-upgrades" },
|
||||
{ label: "Lighting Installation", href: "/services#lighting" },
|
||||
{ label: "EV Chargers", href: "/services#ev-chargers" },
|
||||
@@ -146,8 +125,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -155,8 +133,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" },
|
||||
{ label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" },
|
||||
{ label: "License & Insurance", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user