From 9751788c9028f98def2307c7854bd94180690e18 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:52:23 +0000 Subject: [PATCH] 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 67cd17a..a2b73bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,14 +90,14 @@ export default function LandingPage() { handle: "@smith-hosp", testimonial: "Reliable experts who truly understand healthcare billing challenges.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=1", }, { name: "Emily Davis", handle: "@davis-health", testimonial: "Seamless integration with our existing practice management software.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg?_wi=1", }, ]} buttons={[ @@ -276,7 +276,7 @@ export default function LandingPage() { handle: "@smith-hosp", testimonial: "Reliable experts who truly understand healthcare billing challenges.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=2", }, { id: "5", @@ -284,7 +284,7 @@ export default function LandingPage() { handle: "@davis-health", testimonial: "Seamless integration with our existing practice management software.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1