diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7f941b0..ece7059 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,10 +48,10 @@ export default function ServicesPage() { title: "Panel Upgrades & Breaker Replacement", description: "Safe, code-compliant electrical panel upgrades and repairs", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg", imageAlt: "Electrical panel upgrade in progress" + imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg?_wi=2", imageAlt: "Electrical panel upgrade in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg", imageAlt: "Modern electrical panel installation" + imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg?_wi=2", imageAlt: "Modern electrical panel installation" } ] }, @@ -59,10 +59,10 @@ export default function ServicesPage() { title: "Lighting Installation", description: "Indoor & outdoor lighting design and installation", icon: Sun, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", imageAlt: "Modern interior lighting installation" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=2", imageAlt: "Modern interior lighting installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", imageAlt: "Outdoor lighting installation" + imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=2", imageAlt: "Outdoor lighting installation" } ] }, @@ -70,10 +70,10 @@ export default function ServicesPage() { title: "Electrical Troubleshooting & Repairs", description: "Fast diagnosis and repair of electrical issues", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrician diagnosing electrical problem" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=3", imageAlt: "Electrician diagnosing electrical problem" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Professional electrical repair work" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=4", imageAlt: "Professional electrical repair work" } ] }, @@ -81,10 +81,10 @@ export default function ServicesPage() { title: "EV Charger Installation", description: "Home electric vehicle charging station setup & installation", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg", imageAlt: "EV charger installation at home" + 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 at home" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg", imageAlt: "Modern EV charging station" + imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg?_wi=2", imageAlt: "Modern EV charging station" } ] }, @@ -188,7 +188,7 @@ export default function ServicesPage() {