From d64281b8c04e78b22fca79e612e96dd25885df34 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:38:08 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a23aa5d..5440fc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,14 +66,14 @@ export default function LandingPage() { handle: "Birmingham", testimonial: "Excellent job done on our bathroom. The job included unforeseen problems that required re-routing pipes.", rating: 5, - imageSrc: "asset://testimonial-1", + imageSrc: "asset://testimonial-1?_wi=1", }, { name: "Alex L.", handle: "Birmingham", testimonial: "I was impressed with the quality of the work and how tidy he was.", rating: 5, - imageSrc: "asset://testimonial-2", + imageSrc: "asset://testimonial-2?_wi=1", }, { name: "Sarah K.", -- 2.49.1 From 5db025a40ad1e3d67b0e73ccbe0cb3849a6ff9f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:38:08 +0000 Subject: [PATCH 2/2] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 55a4555..a016f3d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -57,12 +57,12 @@ export default function LandingPage() { { id: "t1", name: "David M.", - imageSrc: "asset://testimonial-1", + imageSrc: "asset://testimonial-1?_wi=2", }, { id: "t2", name: "Alex L.", - imageSrc: "asset://testimonial-2", + imageSrc: "asset://testimonial-2?_wi=2", }, { id: "t3", -- 2.49.1