From 813a655125cb56f200498653ec8b7c24ef35d6ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:25:09 +0000 Subject: [PATCH] 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 efddbfd..8e14866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { handle: "@jlo", testimonial: "Stunning remodel. They handled everything perfectly from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg?_wi=1", }, { id: "5", @@ -192,7 +192,7 @@ export default function LandingPage() { handle: "@dsmith", testimonial: "The best construction team in NYC. Efficient, clean, and top-tier results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-modern-building_23-2147747855.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1