Update src/app/services/page.tsx
This commit is contained in:
@@ -46,35 +46,17 @@ export default function ServicesPage() {
|
||||
tag="Our Services"
|
||||
features={[
|
||||
{
|
||||
id: "rewires",
|
||||
title: "Full & Partial Rewires",
|
||||
description:
|
||||
"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: "rewires", title: "Full & Partial Rewires", description:
|
||||
"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", imageAlt: "Electrical rewiring work"},
|
||||
{
|
||||
id: "consumer-unit",
|
||||
title: "Consumer Unit Upgrades",
|
||||
description:
|
||||
"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: "consumer-unit", title: "Consumer Unit Upgrades", description:
|
||||
"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", imageAlt: "Consumer unit installation"},
|
||||
{
|
||||
id: "lighting",
|
||||
title: "Lighting Installations",
|
||||
description:
|
||||
"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",
|
||||
},
|
||||
id: "lighting", title: "Lighting Installations", description:
|
||||
"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", imageAlt: "Modern lighting installation"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -91,35 +73,17 @@ export default function ServicesPage() {
|
||||
tag="Specialized"
|
||||
features={[
|
||||
{
|
||||
id: "ev-charger",
|
||||
title: "EV Charger Installation",
|
||||
description:
|
||||
"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: "ev-charger", title: "EV Charger Installation", description:
|
||||
"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", imageAlt: "EV charger installation"},
|
||||
{
|
||||
id: "fault-finding",
|
||||
title: "Electrical Fault Finding",
|
||||
description:
|
||||
"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: "fault-finding", title: "Electrical Fault Finding", description:
|
||||
"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", imageAlt: "Electrical fault diagnosis"},
|
||||
{
|
||||
id: "eicr",
|
||||
title: "EICR Safety Inspections",
|
||||
description:
|
||||
"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",
|
||||
},
|
||||
id: "eicr", title: "EICR Safety Inspections", description:
|
||||
"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", imageAlt: "EICR inspection work"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -151,14 +115,10 @@ export default function ServicesPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user