From fa415445808404446b8465cc1465b586d066e0a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:32:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f1442c..5f28b45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,19 +78,19 @@ export default function LandingPage() { imageAlt: "Emergency repair service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg?_wi=1", imageAlt: "Professional plumbing tool usage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg?_wi=1", imageAlt: "Commercial mechanical system inspection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1", imageAlt: "Emergency response vehicle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Professional plumbing team", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { "Urgent Repair", "Leak Detection", ], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-production-plumber-valve-pvc-pipe_1376-35.jpg?_wi=2", }, { id: "f2", @@ -122,7 +122,7 @@ export default function LandingPage() { "HVAC Maintenance", "Facility Support", ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281318.jpg?_wi=2", }, { id: "f3", @@ -131,7 +131,7 @@ export default function LandingPage() { "Rapid Response", "Guaranteed Work", ], - imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=2", }, ]} title="Expert Solutions for Every Situation" @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Homeowner", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", }, { id: "2", -- 2.49.1