diff --git a/src/app/page.tsx b/src/app/page.tsx index 213dc1c..081b8db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { buttons={[{ text: "Schedule Your Private Consultation", href: "#contact" }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Luxurious Dental Clinic"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=1", imageAlt: "Luxurious Dental Clinic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Modern Dental Consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2", imageAlt: "Modern Dental Consultation"}, ]} mediaAnimation="blur-reveal" rating={5} @@ -96,11 +96,11 @@ export default function LandingPage() {