From d13c4f077c8e4de3684757430c384bd16947a77c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:05:19 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a47e54c..cb47928 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -74,7 +74,7 @@ export default function AboutPage() { name: "Cameron Brown", role: "CEO & Pharmacist-in-Charge", imageSrc: - "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg", + "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg?_wi=2", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge", }, { @@ -82,7 +82,7 @@ export default function AboutPage() { name: "Dr. Sarah Mitchell", role: "Clinical Pharmacy Director", imageSrc: - "http://img.b2bpic.net/free-photo/covid-19-coronavirus-outbreak-healthcare-workers-pandemic-concept-handsome-cheerful-male-doctor-white-coat-show-thumbs-up-approval-agree-like-product-recommending_1258-57518.jpg", + "http://img.b2bpic.net/free-photo/covid-19-coronavirus-outbreak-healthcare-workers-pandemic-concept-handsome-cheerful-male-doctor-white-coat-show-thumbs-up-approval-agree-like-product-recommending_1258-57518.jpg?_wi=2", imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director", }, { @@ -90,7 +90,7 @@ export default function AboutPage() { name: "Michael Torres", role: "Operations Manager", imageSrc: - "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-98.jpg", + "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-98.jpg?_wi=2", imageAlt: "Michael Torres - Operations Manager", }, ]} -- 2.49.1 From b518740e75ac0d0d723677706ef79e382e9ba0db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:05:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f7fcca..8105c6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,7 @@ export default function HomePage() { company: "Duluth Community", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", + "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=1", imageAlt: "Margaret Johnson - Patient Testimonial", }, { @@ -246,7 +246,7 @@ export default function HomePage() { company: "Senior Care", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", + "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=2", imageAlt: "Patricia Williams - Patient Testimonial", }, { @@ -283,7 +283,7 @@ export default function HomePage() { name: "Cameron Brown", role: "CEO & Pharmacist-in-Charge", imageSrc: - "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg", + "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg?_wi=1", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge", }, { @@ -291,7 +291,7 @@ export default function HomePage() { name: "Dr. Sarah Mitchell", role: "Clinical Pharmacy Director", imageSrc: - "http://img.b2bpic.net/free-photo/covid-19-coronavirus-outbreak-healthcare-workers-pandemic-concept-handsome-cheerful-male-doctor-white-coat-show-thumbs-up-approval-agree-like-product-recommending_1258-57518.jpg", + "http://img.b2bpic.net/free-photo/covid-19-coronavirus-outbreak-healthcare-workers-pandemic-concept-handsome-cheerful-male-doctor-white-coat-show-thumbs-up-approval-agree-like-product-recommending_1258-57518.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director", }, { @@ -299,7 +299,7 @@ export default function HomePage() { name: "Michael Torres", role: "Operations Manager", imageSrc: - "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-98.jpg", + "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-98.jpg?_wi=1", imageAlt: "Michael Torres - Operations Manager", }, { @@ -307,7 +307,7 @@ export default function HomePage() { name: "Emma Healthcare", role: "Patient Services Coordinator", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", + "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=3", imageAlt: "Emma Healthcare - Patient Services Coordinator", }, ]} -- 2.49.1