From bf896521abab9caebb7cb88010591600f416608b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:19:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3af31c7..02b1000 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,23 +75,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-builder-woman-uniform-holding-open-end-wrench-spreading-hands-isolated-olive-green-wall_141793-119602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-builder-woman-uniform-holding-open-end-wrench-spreading-hands-isolated-olive-green-wall_141793-119602.jpg?_wi=1", imageAlt: "Plumber professional portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1", imageAlt: "Plumbing repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=1", imageAlt: "Residential inspection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=1", imageAlt: "Tools of the trade", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg?_wi=1", imageAlt: "Leak detection work", }, { @@ -120,35 +120,35 @@ export default function LandingPage() { id: "s2", title: "Leak Detection", description: "Pinpointing hidden leaks before they damage your home.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-builder-woman-uniform-holding-open-end-wrench-spreading-hands-isolated-olive-green-wall_141793-119602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-builder-woman-uniform-holding-open-end-wrench-spreading-hands-isolated-olive-green-wall_141793-119602.jpg?_wi=2", imageAlt: "Pleased young male builder wearing uniform and safety helmet holding out wrench to camera on white", }, { id: "s3", title: "Pipe Repair", description: "Restoring your pipes with long-lasting fixes.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=2", imageAlt: "Pleased young male builder wearing uniform and safety helmet holding out wrench to camera on white", }, { id: "s4", title: "Shower Installation", description: "Expert bathroom upgrades for your family.", - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=2", imageAlt: "Pleased young male builder wearing uniform and safety helmet holding out wrench to camera on white", }, { id: "s5", title: "Toilet Repair", description: "Quick fixes and efficient toilet replacements.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=2", imageAlt: "Pleased young male builder wearing uniform and safety helmet holding out wrench to camera on white", }, { id: "s6", title: "Water Heaters", description: "Professional setup for reliable hot water.", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg?_wi=2", imageAlt: "Pleased young male builder wearing uniform and safety helmet holding out wrench to camera on white", }, ]}