From e94a1086064fc19cb24518b8c53ae0a25cf76ddf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:35:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eee28a7..03f67e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:5555555555"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=1" imageAlt="Adam from Ken's Plumbing" mediaAnimation="slide-up" avatars={[ @@ -129,7 +129,7 @@ export default function LandingPage() { { title: "Honest Pricing", description: "Straightforward, fair rates every time."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=1" imageAlt="Ken's Plumbing family team" mediaAnimation="slide-up" /> @@ -140,15 +140,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah D.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"}, + id: "1", name: "Sarah D.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=2"}, { - id: "2", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"}, + id: "2", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=2"}, { - id: "3", name: "Jenny K.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"}, + id: "3", name: "Jenny K.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=3"}, { - id: "4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"}, + id: "4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=3"}, { - id: "5", name: "Lisa R.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"}, + id: "5", name: "Lisa R.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=4"}, ]} cardTitle="Loved by the Fox River Valley" cardTag="4.8 Star Service" -- 2.49.1