diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3617b13..0e67661 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,7 +48,7 @@ export default function ServicesPage() { features={[ { id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=3"}, items: [ { icon: Droplets, text: "Leak Repairs" }, { icon: Wrench, text: "Pipe Installation" }, @@ -59,7 +59,7 @@ export default function ServicesPage() { }, { id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems. We help you choose the right system for your home and budget.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=2"}, items: [ { icon: Zap, text: "Installation" }, { icon: RefreshCw, text: "Replacement" }, @@ -70,7 +70,7 @@ export default function ServicesPage() { }, { id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services. Emergency heating repairs available 24/7.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2"}, items: [ { icon: Flame, text: "Furnace Installation" }, { icon: Wrench, text: "Boiler Repair" }, @@ -104,7 +104,7 @@ export default function ServicesPage() {