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}