diff --git a/src/app/page.tsx b/src/app/page.tsx index a1fc42a..d86451a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { { name: "Maria Garcia", handle: "@mariag", testimonial: "Dr. Jorge Luis is incredibly thorough and kind. The best medical experience I've had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-intimacy-side-view_23-2149834524.jpg" }, { name: "Carlos Ruiz", handle: "@ruizc", testimonial: "Professional, clean clinic and very professional care. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-medic-presenting-diagnostics-male-patient-office_482257-116806.jpg" }, { name: "Elena Perez", handle: "@elenap", testimonial: "Dr. Jorge Luis takes the time to listen and explain everything clearly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-wearing-glasses-isolated-white-background_839833-35235.jpg" }, - { name: "Luis Mendez", handle: "@luism", testimonial: "Very modern facilities and excellent care for my family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg" }, - { name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Truly a compassionate physician who cares about his patients' long-term wellbeing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg" } + { name: "Luis Mendez", handle: "@luism", testimonial: "Very modern facilities and excellent care for my family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=1" }, + { name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Truly a compassionate physician who cares about his patients' long-term wellbeing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg?_wi=2" } ]} buttons={[{ text: "Book Appointment", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/smiling-young-women-doctors-office_329181-9268.jpg" @@ -97,22 +97,22 @@ export default function LandingPage() { { title: "General Medicine", description: "Comprehensive checkups, preventative care, and treatment for acute conditions.", icon: Activity, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-checking-patient_23-2150165437.jpg?_wi=2" } ] }, { title: "Chronic Care", description: "Expert management for long-term health needs, providing peace of mind.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/nobody-doctors-office-with-modern-funiture-medical-facility-empty-examination-cabinet-healthcare-specialist-close-up-white-desk-with-laptop-stethoscope-pens_482257-28596.jpg?_wi=2" } ] }, { title: "Diagnostics", description: "On-site diagnostic services for rapid results and accurate treatment planning.", icon: Activity, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-strategic-meeting-discussing-treatment-protocols_482257-122888.jpg?_wi=2" } ] } ]} @@ -130,7 +130,7 @@ export default function LandingPage() { { id: "2", title: "Is parking available?", content: "Yes, free patient parking is available directly in front of the clinic." }, { id: "3", title: "Do you accept insurance?", content: "We work with major health insurance providers. Please contact us to confirm your coverage." } ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg?_wi=1" title="Common Questions" description="Everything you need to know about booking appointments and what to expect during your visit." faqsAnimation="slide-up" @@ -149,7 +149,7 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Phone Number", required: true } ]} textarea={{ name: "message", placeholder: "Reason for visit or additional details", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-defocused-businesswoman-woman-desk_23-2148692462.jpg?_wi=2" />