Update src/app/services/page.tsx

This commit is contained in:
2026-03-08 01:59:41 +00:00
parent 599903f134
commit 8d0a4b4f8a

View File

@@ -36,9 +36,7 @@ export default function ServicesPage() {
{ name: "Reviews", id: "reviews" },
]}
button={{
text: "Call Now",
href: "tel:(760) 518-5912",
}}
text: "Call Now", href: "tel:(760) 518-5912"}}
/>
</div>
@@ -46,75 +44,35 @@ export default function ServicesPage() {
<FeatureCardTwelve
features={[
{
id: "repairs",
label: "Repairs",
title: "Emergency & Routine Electrical Repairs",
items: [
"Circuit breaker troubleshooting",
"Power outage diagnosis",
"Faulty wiring repair",
"Burning smell investigation",
"Flickering lights fix",
],
id: "repairs", label: "Repairs", title: "Emergency & Routine Electrical Repairs", items: [
"Circuit breaker troubleshooting", "Power outage diagnosis", "Faulty wiring repair", "Burning smell investigation", "Flickering lights fix"],
buttons: [
{
text: "Learn More",
href: "/services#repairs",
},
text: "Learn More", href: "/services#repairs"},
],
},
{
id: "ev-charger",
label: "EV Charger",
title: "Professional EV Charger Installation",
items: [
"Level 2 home charging installation",
"Code-compliant setup",
"Home charging optimization",
"Electric vehicle readiness",
"Future-proof infrastructure",
],
id: "ev-charger", label: "EV Charger", title: "Professional EV Charger Installation", items: [
"Level 2 home charging installation", "Code-compliant setup", "Home charging optimization", "Electric vehicle readiness", "Future-proof infrastructure"],
buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
},
{
id: "lighting",
label: "Lighting",
title: "Modern Lighting Solutions",
items: [
"Pendant light installation",
"Recessed lighting design",
"Outdoor security lighting",
"Accent lighting effects",
"Energy-efficient upgrades",
],
id: "lighting", label: "Lighting", title: "Modern Lighting Solutions", items: [
"Pendant light installation", "Recessed lighting design", "Outdoor security lighting", "Accent lighting effects", "Energy-efficient upgrades"],
buttons: [
{
text: "Schedule Service",
href: "/contact",
},
text: "Schedule Service", href: "/contact"},
],
},
{
id: "panels",
label: "Upgrades",
title: "Electrical Panel & Capacity Upgrades",
items: [
"Panel replacement service",
"Increased electrical capacity",
"Safety system upgrades",
"Modern code compliance",
"Future expansion ready",
],
id: "panels", label: "Upgrades", title: "Electrical Panel & Capacity Upgrades", items: [
"Panel replacement service", "Increased electrical capacity", "Safety system upgrades", "Modern code compliance", "Future expansion ready"],
buttons: [
{
text: "Request Inspection",
href: "/contact",
},
text: "Request Inspection", href: "/contact"},
],
},
]}
@@ -145,66 +103,39 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Electrical Repairs",
href: "/services#repairs",
},
label: "Electrical Repairs", href: "/services#repairs"},
{
label: "EV Charger Installation",
href: "/services#ev-charger",
},
label: "EV Charger Installation", href: "/services#ev-charger"},
{
label: "Lighting Installation",
href: "/services#lighting",
},
label: "Lighting Installation", href: "/services#lighting"},
{
label: "Panel Upgrades",
href: "/services#panels",
},
label: "Panel Upgrades", href: "/services#panels"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (760) 518-5912",
href: "tel:(760) 518-5912",
},
label: "Call: (760) 518-5912", href: "tel:(760) 518-5912"},
{
label: "Email: info@allproelectric.com",
href: "mailto:info@allproelectric.com",
},
label: "Email: info@allproelectric.com", href: "mailto:info@allproelectric.com"},
{
label: "Address: E Valley Pkwy, Escondido, CA",
href: "#",
},
label: "Address: E Valley Pkwy, Escondido, CA", href: "#"},
{
label: "24/7 Emergency Service",
href: "tel:(760) 518-5912",
},
label: "24/7 Emergency Service", href: "tel:(760) 518-5912"},
],
},
]}