Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 03:51:58 +00:00
parent 38d69ac68d
commit 6c7ac93923

View File

@@ -18,9 +18,7 @@ export default function ServicesPage() {
];
const navButton = {
text: "Call Now",
href: "tel:+15194441234",
};
text: "Call Now", href: "tel:+15194441234"};
return (
<ThemeProvider
@@ -29,7 +27,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -51,53 +49,17 @@ export default function ServicesPage() {
description="From emergency repairs to complete home upgrades, we handle all your electrical needs with professionalism and care."
features={[
{
id: "1",
title: "Electrical Repairs",
description: "Flickering lights, dead outlets, circuit breaker issues — we diagnose and fix any electrical problem quickly. Emergency service available 24/7.",
tag: "Emergency Ready",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=2",
imageAlt: "Electrician performing residential electrical repair",
},
id: "1", title: "Electrical Repairs", description: "Flickering lights, dead outlets, circuit breaker issues — we diagnose and fix any electrical problem quickly. Emergency service available 24/7.", tag: "Emergency Ready", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrician performing residential electrical repair"},
{
id: "2",
title: "Lighting Installation",
description: "Transform your home with professional indoor and outdoor lighting installations. Upgrades, fixtures, dimming systems, and design consultation included.",
tag: "Interior & Exterior",
imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg?_wi=2",
imageAlt: "Beautiful residential lighting installation",
},
id: "2", title: "Lighting Installation", description: "Transform your home with professional indoor and outdoor lighting installations. Upgrades, fixtures, dimming systems, and design consultation included.", tag: "Interior & Exterior", imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg", imageAlt: "Beautiful residential lighting installation"},
{
id: "3",
title: "EV Charger Installation",
description: "Safe, reliable home EV charging stations installed to code. We handle permits, inspections, and everything needed for Level 2 chargers.",
tag: "Future Ready",
imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3300.jpg?_wi=2",
imageAlt: "EV charger installation at residential home",
},
id: "3", title: "EV Charger Installation", description: "Safe, reliable home EV charging stations installed to code. We handle permits, inspections, and everything needed for Level 2 chargers.", tag: "Future Ready", imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3300.jpg", imageAlt: "EV charger installation at residential home"},
{
id: "4",
title: "Renovation & Basement Wiring",
description: "Complete wiring for bathrooms, basements, gyms, kitchens, and full home renovations. Code-compliant work with meticulous attention to detail.",
tag: "Full Renos",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg?_wi=2",
imageAlt: "Electrician working on basement renovation wiring",
},
id: "4", title: "Renovation & Basement Wiring", description: "Complete wiring for bathrooms, basements, gyms, kitchens, and full home renovations. Code-compliant work with meticulous attention to detail.", tag: "Full Renos", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg", imageAlt: "Electrician working on basement renovation wiring"},
{
id: "5",
title: "Panel Upgrades",
description: "Modernize your electrical panel for safety and capacity. We handle all upgrades to current code standards with full inspections.",
tag: "Safety Upgrade",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg?_wi=2",
imageAlt: "Electrical panel upgrade and inspection",
},
id: "5", title: "Panel Upgrades", description: "Modernize your electrical panel for safety and capacity. We handle all upgrades to current code standards with full inspections.", tag: "Safety Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", imageAlt: "Electrical panel upgrade and inspection"},
{
id: "6",
title: "Hot Tub & Outdoor Wiring",
description: "Expert installation for hot tubs, outdoor kitchens, pool equipment, and landscape lighting. All work done safely and to code.",
tag: "Outdoor Living",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=2",
imageAlt: "Hot tub electrical wiring installation",
},
id: "6", title: "Hot Tub & Outdoor Wiring", description: "Expert installation for hot tubs, outdoor kitchens, pool equipment, and landscape lighting. All work done safely and to code.", tag: "Outdoor Living", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageAlt: "Hot tub electrical wiring installation"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -116,7 +78,7 @@ export default function ServicesPage() {
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
{ text: "Request a Quote", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>