diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c795426..73e5954 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,12 +70,12 @@ export default function LandingPage() { { title: "Parking", description: "Free parking behind the clinic.", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4420.jpg?_wi=2", }, { title: "Accessibility", description: "Fully wheelchair accessible.", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4428.jpg?_wi=2", }, ]} /> @@ -83,7 +83,7 @@ export default function LandingPage() {