diff --git a/src/app/page.tsx b/src/app/page.tsx index 99dfff8..81cf883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", imageAlt: "Dentist with patient"}, + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg?_wi=1", imageAlt: "Dentist with patient"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg", imageAlt: "Dental equipment"} + imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg?_wi=1", imageAlt: "Dental equipment"} ]} mediaAnimation="slide-up" rating={5} @@ -84,11 +84,11 @@ export default function LandingPage() { { id: "1", title: "Preventive Care", tags: [ "exams", "cleaning"], - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", imageAlt: "Preventive"}, + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg?_wi=2", imageAlt: "Preventive"}, { id: "2", title: "Cosmetic Dentistry", tags: [ "whitening", "veneers"], - imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg", imageAlt: "Cosmetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/dental-equipment-placed-table_1150-19620.jpg?_wi=2", imageAlt: "Cosmetic"}, { id: "3", title: "Restorative Dentistry", tags: [ "crowns", "bridges"],