From 4d7ca8a357b5d877e1dee93c2031b9eca41fb2b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:55:05 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fb4d0e2..710970f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ export default function AboutPage() { "We emphasize wellness and prevention to help you stay healthy long-term", icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-doctors-looking-digital-tablet_107420-84759.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-doctors-looking-digital-tablet_107420-84759.jpg?_wi=2" imageAlt="First-Care Wellness team in clinic" imagePosition="right" textboxLayout="default" @@ -137,7 +137,7 @@ export default function AboutPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg?_wi=1" imageAlt="First-Care Wellness clinic interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d364b043606600bb8f7fd3872ff69c3098aa0ce9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:55:06 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a81e1a9..80a7c74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,7 +212,7 @@ export default function HomePage() { "We emphasize wellness and prevention to help you stay healthy long-term", icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-doctors-looking-digital-tablet_107420-84759.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-doctors-looking-digital-tablet_107420-84759.jpg?_wi=1" imageAlt="First-Care Wellness team in clinic" imagePosition="right" textboxLayout="default" @@ -229,16 +229,16 @@ export default function HomePage() { members={[ { id: "1", name: "Dr. Sarah Chen", role: "Internal Medicine", imageSrc: - "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg"}, + "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg?_wi=1"}, { id: "2", name: "Dr. James Mitchell", role: "Family Medicine", imageSrc: - "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg"}, + "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg?_wi=1"}, { id: "3", name: "Dr. Patricia Rodriguez", role: "Mental Health Specialist", imageSrc: - "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg"}, + "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg?_wi=1"}, { id: "4", name: "Dr. Michael Okonkwo", role: "Preventative Care", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg?_wi=1"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -256,19 +256,19 @@ export default function HomePage() { { id: "1", name: "Jennifer Torres", role: "Patient", company: "Glen Burnie", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg"}, + "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg?_wi=1"}, { id: "2", name: "Marcus Johnson", role: "Patient", company: "Glen Burnie", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg"}, + "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg?_wi=1"}, { id: "3", name: "Lisa Goldstein", role: "Patient", company: "Glen Burnie", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"}, + "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1"}, { id: "4", name: "David Park", role: "Patient", company: "Glen Burnie", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg"}, + "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg?_wi=1"}, ]} kpiItems={[ { value: "98%", label: "Patient Satisfaction" }, -- 2.49.1 From 818bd9d43c49d3af75fa393f1baabce7179eda02 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:55:06 +0000 Subject: [PATCH 3/3] Update src/app/providers/page.tsx --- src/app/providers/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/providers/page.tsx b/src/app/providers/page.tsx index 3a331c0..22f8b03 100644 --- a/src/app/providers/page.tsx +++ b/src/app/providers/page.tsx @@ -45,28 +45,28 @@ export default function ProvidersPage() { const providers = [ { - id: "1", name: "Dr. Sarah Chen", role: "Internal Medicine", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg"}, + id: "1", name: "Dr. Sarah Chen", role: "Internal Medicine", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-preparing-physiotherapy-exercises_23-2149071493.jpg?_wi=2"}, { - id: "2", name: "Dr. James Mitchell", role: "Family Medicine", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg"}, + id: "2", name: "Dr. James Mitchell", role: "Family Medicine", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-pediatrician-consultation-with-her-doctor_23-2149187495.jpg?_wi=2"}, { - id: "3", name: "Dr. Patricia Rodriguez", role: "Mental Health Specialist", imageSrc: "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg"}, + id: "3", name: "Dr. Patricia Rodriguez", role: "Mental Health Specialist", imageSrc: "http://img.b2bpic.net/free-photo/troubled-woman-holding-cup_1098-3748.jpg?_wi=2"}, { - id: "4", name: "Dr. Michael Okonkwo", role: "Preventative Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg"}, + id: "4", name: "Dr. Michael Okonkwo", role: "Preventative Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112572.jpg?_wi=2"}, ]; const testimonials = [ { id: "1", name: "Jennifer Torres", role: "Patient", company: "Glen Burnie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg?_wi=2"}, { id: "2", name: "Marcus Johnson", role: "Patient", company: "Glen Burnie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/doctors-shaking-hands-with-patient-standing-corridor-hospital_1303-21239.jpg?_wi=2"}, { id: "3", name: "Lisa Goldstein", role: "Patient", company: "Glen Burnie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2"}, { id: "4", name: "David Park", role: "Patient", company: "Glen Burnie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-his-doctor-looking-medical-test-results-touchpad-medical-appointment_637285-1467.jpg?_wi=2"}, ]; const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ @@ -146,7 +146,7 @@ export default function ProvidersPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-black-doctor-with-face-mask-talking-couple-medical-counselling-clinic_637285-8977.jpg?_wi=2" imageAlt="First-Care Wellness clinic interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1