From f728a30f8d4dadde6a84f6787c60138d5905434c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:06:14 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60cac65..4085a0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=1", imageAlt: "Professional plumber smiling friendly", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { content: "All our technicians are fully licensed, professional, and knowledgeable.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/joyful-young-builder-woman-uniform-pulling-down-eye-lid-with-finger-isolated-olive-green-wall_141793-119528.jpg" + imageSrc="http://img.b2bpic.net/free-photo/joyful-young-builder-woman-uniform-pulling-down-eye-lid-with-finger-isolated-olive-green-wall_141793-119528.jpg?_wi=1" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Clear answers to keep your home running smoothly." @@ -151,7 +151,7 @@ export default function LandingPage() { id: "3", name: "James R.", role: "Drain Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1", }, { id: "4", @@ -163,7 +163,7 @@ export default function LandingPage() { id: "5", name: "David W.", role: "Master Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg?_wi=1", }, ]} /> -- 2.49.1 From a98c6b91d0f2d590ce0555df7f3b1e203bd3be51 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:06:15 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3e2c037..00254a8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-hammer-looking-front-happy-excited-with-hands-his-head-standing-orange-wall_141793-64901.jpg", imageAlt: "Professional plumber smiling friendly", }, - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg?_wi=2", imageAlt: "professional plumber smiling friendly", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-builder-wearing-uniform-safety-helmet-showing-you-gesture_141793-80503.jpg", imageAlt: "Professional plumber smiling friendly", }, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-builder-woman-uniform-pulling-down-eye-lid-with-finger-isolated-olive-green-wall_141793-119528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-builder-woman-uniform-pulling-down-eye-lid-with-finger-isolated-olive-green-wall_141793-119528.jpg?_wi=2", imageAlt: "professional plumber smiling friendly", }, ]} @@ -116,12 +116,12 @@ export default function LandingPage() { { title: "Drain Cleaning", description: "High-pressure jetting services.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2", }, { title: "Pipe Replacement", description: "Modern PEX and copper upgrades.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg?_wi=2", }, ]} /> -- 2.49.1