From ac688981c83215ab8781111bf63953b729eef3cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:24:56 +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 d77985f..03e1046 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Elena Vance", handle: "@elena_ceo", testimonial: "Transformative results. My brand finally feels premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=1"}, { id: "t2", name: "Marcus Thorne", handle: "@thorne_tech", testimonial: "Strategic genius. Highly recommended for scaling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg"}, @@ -142,7 +142,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4694.jpg"}, { id: "t5", name: "Sarah Jenkins", handle: "@sj_design", testimonial: "Incredible partnership that redefined our digital presence completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=2"}, ]} showRating={true} title="Trusted by Visionaries" -- 2.49.1