diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9a797b2..fa411d8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,7 +47,7 @@ export default function ServicesPage() { { title: "Emergency Plumbing (24/7)", description: "Burst pipes, blockages, and urgent repairs - we respond within the hour for critical issues affecting your home or business.", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Emergency plumbing service", button: { text: "Get a Quote", @@ -56,7 +56,7 @@ export default function ServicesPage() { { title: "Boiler Repairs & Installation", description: "Expert boiler maintenance, repairs, and new installations with comprehensive warranty coverage for peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg?_wi=2", imageAlt: "Boiler repair and installation service", button: { text: "Get a Quote", @@ -65,7 +65,7 @@ export default function ServicesPage() { { title: "Central Heating Repairs", description: "Diagnose and fix heating system issues to keep your home warm and comfortable throughout the year.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=2", imageAlt: "Central heating system repair", button: { text: "Get a Quote", @@ -74,7 +74,7 @@ export default function ServicesPage() { { title: "Leak Detection & Repair", description: "Advanced leak detection technology to find and fix problems quickly, preventing costly water damage.", - imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=2", imageAlt: "Leak detection and repair", button: { text: "Get a Quote", @@ -83,7 +83,7 @@ export default function ServicesPage() { { title: "Bathroom Plumbing", description: "Complete bathroom installation and renovation services including fixtures, fittings, and modern design integration.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", imageAlt: "Bathroom plumbing installation", button: { text: "Get a Quote", @@ -92,7 +92,7 @@ export default function ServicesPage() { { title: "Gas Engineering Services", description: "Qualified gas engineers for safe and compliant installations, repairs, and maintenance of all gas systems.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2", imageAlt: "Gas engineering services", button: { text: "Get a Quote", @@ -154,7 +154,7 @@ export default function ServicesPage() {