From 779bfadded8ae355d03795abce8c34db69d8dd3f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:18:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {