Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 21:17:29 +00:00
parent ea12ab00a5
commit f887e2f89b

View File

@@ -46,35 +46,17 @@ export default function ServicesPage() {
tag="Our Services" tag="Our Services"
features={[ features={[
{ {
id: "rewires", id: "rewires", title: "Full & Partial Rewires", description:
title: "Full & Partial Rewires", "Complete electrical system upgrades for older properties or partial rewiring for specific areas. Perfect for homes needing modernization or renovation work.", tag: "Rewiring", imageSrc:
description: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "Electrical rewiring work"},
"Complete electrical system upgrades for older properties or partial rewiring for specific areas. Perfect for homes needing modernization or renovation work.",
tag: "Rewiring",
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=2",
imageAlt: "Electrical rewiring work",
},
{ {
id: "consumer-unit", id: "consumer-unit", title: "Consumer Unit Upgrades", description:
title: "Consumer Unit Upgrades", "Modern fuse board replacements and upgrades to meet current safety standards. Improve safety and capacity for modern electrical demands.", tag: "Safety", imageSrc:
description: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", imageAlt: "Consumer unit installation"},
"Modern fuse board replacements and upgrades to meet current safety standards. Improve safety and capacity for modern electrical demands.",
tag: "Safety",
imageSrc:
"http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg?_wi=3",
imageAlt: "Consumer unit installation",
},
{ {
id: "lighting", id: "lighting", title: "Lighting Installations", description:
title: "Lighting Installations", "Indoor and outdoor lighting solutions, from ambient home lighting to landscape illumination. Transform your space with beautiful, functional lighting.", tag: "Lighting", imageSrc:
description: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Modern lighting installation"},
"Indoor and outdoor lighting solutions, from ambient home lighting to landscape illumination. Transform your space with beautiful, functional lighting.",
tag: "Lighting",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=2",
imageAlt: "Modern lighting installation",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -91,35 +73,17 @@ export default function ServicesPage() {
tag="Specialized" tag="Specialized"
features={[ features={[
{ {
id: "ev-charger", id: "ev-charger", title: "EV Charger Installation", description:
title: "EV Charger Installation", "Professional installation of electric vehicle charging points at your home. Fast, safe, and compliant with latest regulations.", tag: "EV Charging", imageSrc:
description: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg", imageAlt: "EV charger installation"},
"Professional installation of electric vehicle charging points at your home. Fast, safe, and compliant with latest regulations.",
tag: "EV Charging",
imageSrc:
"http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=2",
imageAlt: "EV charger installation",
},
{ {
id: "fault-finding", id: "fault-finding", title: "Electrical Fault Finding", description:
title: "Electrical Fault Finding", "Expert diagnostics to identify and resolve electrical issues safely and efficiently. We solve complex electrical problems.", tag: "Diagnosis", imageSrc:
description: "http://img.b2bpic.net/free-photo/electrician-working_53876-16064.jpg", imageAlt: "Electrical fault diagnosis"},
"Expert diagnostics to identify and resolve electrical issues safely and efficiently. We solve complex electrical problems.",
tag: "Diagnosis",
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-working_53876-16064.jpg?_wi=3",
imageAlt: "Electrical fault diagnosis",
},
{ {
id: "eicr", id: "eicr", title: "EICR Safety Inspections", description:
title: "EICR Safety Inspections", "Comprehensive electrical safety inspections and certification reports for peace of mind. Essential for lettings and property sales.", tag: "Inspection", imageSrc:
description: "http://img.b2bpic.net/free-photo/solar-panel-manufacturing-plant-researcher-taking-notes-files_482257-125791.jpg", imageAlt: "EICR inspection work"},
"Comprehensive electrical safety inspections and certification reports for peace of mind. Essential for lettings and property sales.",
tag: "Inspection",
imageSrc:
"http://img.b2bpic.net/free-photo/solar-panel-manufacturing-plant-researcher-taking-notes-files_482257-125791.jpg?_wi=2",
imageAlt: "EICR inspection work",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -151,14 +115,10 @@ export default function ServicesPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "https://facebook.com", href: "https://facebook.com", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com", href: "https://twitter.com", ariaLabel: "Twitter"},
ariaLabel: "Twitter",
},
]} ]}
/> />
</div> </div>