diff --git a/src/app/page.tsx b/src/app/page.tsx index 27265fa..462c56f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1234567890" }, { text: "Book Appointment", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg" imageAlt="Modern medical clinic reception" mediaAnimation="slide-up" /> @@ -93,7 +93,7 @@ export default function LandingPage() { id: "5", title: "Minor Procedures", content: "Safe, sterile environment for minor medical procedures including wound care, suturing, and other in-clinic treatments."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/doctor-inserting-information-about-patient_1398-4026.jpg" imageAlt="Medical services and treatment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -145,11 +145,11 @@ export default function LandingPage() { { id: "1", name: "Maria Rodriguez", role: "Parent", testimonial: "The doctors truly care about your family's health. They take time to answer questions and make you feel heard. My kids actually look forward to their checkups now!", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, + "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Maria Rodriguez"}, { id: "2", name: "Robert Williams", role: "Retired", testimonial: "After 60 years, I finally found a clinic that treats me with respect and listens to my concerns. Excellent care and very reasonable prices. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg?_wi=1", imageAlt: "Robert Williams"}, + "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", imageAlt: "Robert Williams"}, { id: "3", name: "Emily Zhang", role: "Working Mother", testimonial: "Same-day appointments are a lifesaver! The staff is friendly, the wait is short, and the quality of care is outstanding. This is our family clinic for life.", imageSrc: @@ -161,13 +161,12 @@ export default function LandingPage() { { id: "5", name: "Linda Chen", role: "Homemaker", testimonial: "Dr. Mitchell is wonderful with children and explains everything clearly. The entire team goes above and beyond. We feel so lucky to have found them.", imageSrc: - "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg?_wi=2", imageAlt: "Linda Chen"}, + "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", imageAlt: "Linda Chen"}, { id: "6", name: "Michael Brown", role: "Community Member", testimonial: "Affordable healthcare without compromising on quality. Every visit, I'm reminded why this clinic has been serving our community for 25 years.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg?_wi=2", imageAlt: "Michael Brown"}, + "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", imageAlt: "Michael Brown"}, ]} - gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -207,7 +206,7 @@ export default function LandingPage() {