From a929ea06a3c0646873af6306e75c1820c8f02dcd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:43:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53c8f6a..13f9605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function BayFamilyMedicinePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-chemotherapy-treatment_23-2149261124.jpg", imageAlt: "Bay Family Medicine modern office entrance"}, + imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-chemotherapy-treatment_23-2149261124.jpg?_wi=1", imageAlt: "Bay Family Medicine modern office entrance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medical-team-doctor-s-office_23-2148168427.jpg", imageAlt: "Dr. Maria Vaccari"}, + imageSrc: "http://img.b2bpic.net/free-photo/medical-team-doctor-s-office_23-2148168427.jpg?_wi=1", imageAlt: "Dr. Maria Vaccari"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-wearing-white-coat_23-2149551161.jpg", imageAlt: "Dr. Louis Loiodice"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-wearing-white-coat_23-2149551161.jpg?_wi=1", imageAlt: "Dr. Louis Loiodice"}, { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-interface_23-2148561341.jpg", imageAlt: "Easy online scheduling portal"}, + imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-interface_23-2148561341.jpg?_wi=1", imageAlt: "Easy online scheduling portal"}, { - imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-chemotherapy-treatment_23-2149261124.jpg", imageAlt: "Patient-centered care environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-chemotherapy-treatment_23-2149261124.jpg?_wi=2", imageAlt: "Patient-centered care environment"}, ]} ariaLabel="Hero section for Bay Family Medicine" /> @@ -79,11 +79,11 @@ export default function BayFamilyMedicinePage() { useInvertedBackground={false} features={[ { - id: "booking", title: "24/7 Digital Booking", description: "Schedule appointments anytime, anywhere through our intuitive online portal. No phone calls needed.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-interface_23-2148561341.jpg", imageAlt: "Online appointment scheduling"}, + id: "booking", title: "24/7 Digital Booking", description: "Schedule appointments anytime, anywhere through our intuitive online portal. No phone calls needed.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-interface_23-2148561341.jpg?_wi=2", imageAlt: "Online appointment scheduling"}, { - id: "refills", title: "Instant Prescription Refills", description: "Request medication refills directly through the portal. Quick processing and coordination with pharmacies.", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-chemotherapy-treatment_23-2149261124.jpg", imageAlt: "Prescription management"}, + id: "refills", title: "Instant Prescription Refills", description: "Request medication refills directly through the portal. Quick processing and coordination with pharmacies.", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-chemotherapy-treatment_23-2149261124.jpg?_wi=3", imageAlt: "Prescription management"}, { - id: "records", title: "Secure Record Access", description: "Access your complete medical records and test results online. All information protected with healthcare-grade security.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-interface_23-2148561341.jpg", imageAlt: "Secure health records"}, + id: "records", title: "Secure Record Access", description: "Access your complete medical records and test results online. All information protected with healthcare-grade security.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-interface_23-2148561341.jpg?_wi=3", imageAlt: "Secure health records"}, ]} animationType="slide-up" ariaLabel="Feature section showcasing digital services" @@ -103,9 +103,9 @@ export default function BayFamilyMedicinePage() { animationType="slide-up" members={[ { - id: "maria-vaccari", name: "Dr. Maria Vaccari, MD", role: "Founder & Primary Care Physician", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-doctor-s-office_23-2148168427.jpg", imageAlt: "Dr. Maria Vaccari"}, + id: "maria-vaccari", name: "Dr. Maria Vaccari, MD", role: "Founder & Primary Care Physician", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-doctor-s-office_23-2148168427.jpg?_wi=2", imageAlt: "Dr. Maria Vaccari"}, { - id: "louis-loiodice", name: "Dr. Louis Loiodice, DO", role: "Board-Certified Physician & Professor of Medicine", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-wearing-white-coat_23-2149551161.jpg", imageAlt: "Dr. Louis Loiodice"}, + id: "louis-loiodice", name: "Dr. Louis Loiodice, DO", role: "Board-Certified Physician & Professor of Medicine", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-wearing-white-coat_23-2149551161.jpg?_wi=2", imageAlt: "Dr. Louis Loiodice"}, ]} ariaLabel="Meet our physician team" /> -- 2.49.1