From 3d4a293a7a677a0e685ea2135da8935173a6e1e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:54:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5830ffe..c030d36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/frustrated-plumber_1368-568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/frustrated-plumber_1368-568.jpg?_wi=1", imageAlt: "HVAC Technician", }, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=1", imageAlt: "Plumbing Tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=1", imageAlt: "Service Technician", }, { - imageSrc: "http://img.b2bpic.net/free-photo/frustrated-plumber_1368-568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/frustrated-plumber_1368-568.jpg?_wi=2", imageAlt: "HVAC Technician", }, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=2", imageAlt: "Plumbing Tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=2", imageAlt: "Service Technician", }, ]} @@ -132,7 +132,7 @@ export default function LandingPage() { "Emergency", "24/7", ], - imageSrc: "http://img.b2bpic.net/free-photo/frustrated-plumber_1368-568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/frustrated-plumber_1368-568.jpg?_wi=3", }, { id: "cooling", @@ -143,7 +143,7 @@ export default function LandingPage() { "AC Repair", "Maintenance", ], - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=3", }, { id: "plumbing", @@ -154,7 +154,7 @@ export default function LandingPage() { "Plumbing", "Repairs", ], - imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=3", }, ]} title="Our Professional Services" -- 2.49.1