diff --git a/src/app/page.tsx b/src/app/page.tsx index ff04d4a..2e70eae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg", imageAlt: "hand surgeon medical professional orthopedic clinical"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg?_wi=1", imageAlt: "hand surgeon medical professional orthopedic clinical"}, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-business-worker-suffering-wrist-pain-office_839833-33397.jpg", imageAlt: "carpal tunnel hand therapy wrist pain medical"}, { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/closeup-x-ray-film-fractured-finger_53876-32061.jpg", imageAlt: "hand fracture bone healing medical treatment x-ray"}, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg", imageAlt: "arthroscopy wrist surgery surgical procedure medical"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-joints_23-2148504551.jpg?_wi=2", imageAlt: "arthroscopy wrist surgery surgical procedure medical"}, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg", imageAlt: "male surgeon medical professional doctor portrait clinical"}, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg?_wi=1", imageAlt: "male surgeon medical professional doctor portrait clinical"}, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/senior-medic-showing-diagnosis-laptop-sick-patient-explaining-disease-medicine-treatment-checkup-visit-appointment-waiting-room-doctor-woman-doing-medical-examination_482257-48869.jpg", imageAlt: "hospital medical facility healthcare clinical"}, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Surgical Experience" }, { value: "2000+", title: "Successful Procedures" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-student-practicing-medicine_23-2149040276.jpg?_wi=2" imageAlt="Board-Certified Hand Surgeon" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -154,13 +154,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Margaret Johnson"}, { id: "testimonial-2", name: "David Chen", role: "Patient", company: "Hand Fracture Repair", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg?_wi=1", imageAlt: "David Chen"}, { id: "testimonial-3", name: "Patricia Rodriguez", role: "Patient", company: "Trigger Finger Treatment", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-wheelchair-holding-hands-with-her-doctor-hospital-hallway_637285-705.jpg", imageAlt: "Patricia Rodriguez"}, { id: "testimonial-4", name: "James Wilson", role: "Patient", company: "Wrist Arthroscopy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageAlt: "James Wilson"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg?_wi=2", imageAlt: "James Wilson"}, ]} gridVariant="uniform-all-items-equal" animationType="blur-reveal"