From 9e978df5c6049ea7cfd38cc300ee64bdd2f48037 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:44:11 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0d41e1b..aded4e0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -79,42 +79,42 @@ export default function ServicesPage() { { title: "Emergency Plumbing Repair", description: "24/7 emergency response for burst pipes, leaks, and urgent problems.", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990727.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990727.jpg?_wi=2", imageAlt: "Emergency repair", buttonIcon: Zap, }, { title: "Water Heater Repair & Installation", description: "Professional installation and repair of all water heater types and brands.", - imageSrc: "http://img.b2bpic.net/free-vector/waters-supply-plumbing-service-isomertic-banners_1284-17769.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/waters-supply-plumbing-service-isomertic-banners_1284-17769.jpg?_wi=3", imageAlt: "Water heater", buttonIcon: Droplets, }, { title: "Furnace & Heating Repair", description: "Expert heating system repair and maintenance to keep your home warm.", - imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg?_wi=3", imageAlt: "Heating system", buttonIcon: Flame, }, { title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair using modern equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=3", imageAlt: "Drain service", buttonIcon: Pipe, }, { title: "Gas Line Inspections", description: "Safety inspections and maintenance of residential gas lines and appliances.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg?_wi=4", imageAlt: "Gas inspection", buttonIcon: AlertCircle, }, { title: "Plumbing Installation", description: "New plumbing installations and comprehensive residential plumbing services.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=5", imageAlt: "Installation", buttonIcon: Wrench, }, @@ -126,7 +126,7 @@ export default function ServicesPage() {