diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0fb9d20..a1f477c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,15 +45,15 @@ export default function ServicesPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency plumbing response", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Professional plumbing installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2", imageAlt: "Water heater repair service", }, ]} @@ -71,7 +71,7 @@ export default function ServicesPage() { { title: "Emergency Response", description: "24/7 rapid response for burst pipes, leaks, and critical plumbing failures with minimal wait times", - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=3", imageAlt: "Emergency plumbing response", buttonIcon: AlertCircle, buttonHref: "/contact", @@ -79,7 +79,7 @@ export default function ServicesPage() { { title: "Installation & Upgrades", description: "Expert installation of faucets, fixtures, water heaters, and complete plumbing systems with precision", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3", imageAlt: "Professional plumbing installation", buttonIcon: Wrench, buttonHref: "/contact", @@ -87,7 +87,7 @@ export default function ServicesPage() { { title: "Drain & Sewer Maintenance", description: "Advanced drain cleaning and sewer line services using modern hydro-jetting and inspection technology", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Drain cleaning and maintenance", buttonIcon: Zap, buttonHref: "/contact", @@ -95,7 +95,7 @@ export default function ServicesPage() { { title: "Water Heater Services", description: "Fast diagnosis, repair, and maintenance of water heater problems to restore hot water reliably", - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=3", imageAlt: "Water heater repair service", buttonIcon: Flame, buttonHref: "/contact",