From e2f712e5fb75f04c79e94e9ec201322d7b88418f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:07:55 +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 72aa67a..0c951c8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,13 +70,13 @@ export default function AboutPage() { team={[ { id: "1", name: "Cameron Brown", role: "CEO & Pharmacist-in-Charge", imageSrc: - "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge"}, + "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg?_wi=2", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge"}, { id: "2", 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", imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director"}, + "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"}, { id: "3", 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", imageAlt: "Michael Torres - Operations Manager"}, + "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 8e81fd343452713ee4f3e64bad4a3753983addea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:07:55 +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 c76e5aa..f25da4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,7 +176,7 @@ export default function HomePage() { { id: "1", name: "Margaret Johnson", role: "Patient", company: "Duluth Community", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", imageAlt: "Margaret Johnson - Patient Testimonial"}, + "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=1", imageAlt: "Margaret Johnson - Patient Testimonial"}, { id: "2", name: "Robert Chen", role: "Patient", company: "Norcross Area", rating: 5, imageSrc: @@ -184,7 +184,7 @@ export default function HomePage() { { id: "3", name: "Patricia Williams", role: "Patient", company: "Senior Care", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", imageAlt: "Patricia Williams - Patient Testimonial"}, + "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=2", imageAlt: "Patricia Williams - Patient Testimonial"}, { id: "4", name: "Jennifer Davis", role: "Patient", company: "Healthcare Partner", rating: 5, imageSrc: @@ -210,16 +210,16 @@ export default function HomePage() { team={[ { id: "1", name: "Cameron Brown", role: "CEO & Pharmacist-in-Charge", imageSrc: - "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge"}, + "http://img.b2bpic.net/free-photo/specialist-standing-drugstore-holding-folder_651396-1225.jpg?_wi=1", imageAlt: "Cameron Brown - CEO & Pharmacist-in-Charge"}, { id: "2", 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", imageAlt: "Dr. Sarah Mitchell - Clinical Pharmacy Director"}, + "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"}, { id: "3", 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", imageAlt: "Michael Torres - Operations Manager"}, + "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"}, { id: "4", name: "Emma Healthcare", role: "Patient Services Coordinator", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg", imageAlt: "Emma Healthcare - Patient Services Coordinator"}, + "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2160.jpg?_wi=3", imageAlt: "Emma Healthcare - Patient Services Coordinator"}, ]} /> -- 2.49.1