diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e83b17..a2008ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-model-smiling-patient-clinic_23-2147879172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-model-smiling-patient-clinic_23-2147879172.jpg?_wi=1", imageAlt: "Clinic interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=1", imageAlt: "Dentist profile", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { description: "Cutting-edge tools for precise results.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-model-smiling-patient-clinic_23-2147879172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-model-smiling-patient-clinic_23-2147879172.jpg?_wi=2", imageAlt: "A male dentist explaining a teeth x-ray on screen to female patient lying on dentist chair", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { description: "Designed for a relaxing experience.", bentoComponent: "reveal-icon", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=2", imageAlt: "A male dentist explaining a teeth x-ray on screen to female patient lying on dentist chair", }, ]}