Update src/app/page.tsx

This commit is contained in:
2026-03-06 23:46:06 +00:00
parent 8c7e42444b
commit c439f7463d

View File

@@ -56,19 +56,19 @@ 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"
@@ -86,13 +86,13 @@ 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"
@@ -113,10 +113,10 @@ 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"