From fdd698fefcd92945bf40fd47a834b1ea13367ca4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:31:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d8705aa..0ba9306 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -93,7 +93,7 @@ export default function ContactPage() { value: "Phone", title: "Give Us a Call", description: "+1 (555) 123-4567", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-starting-meeting-treatment-center-discuss-future-care-plans_482257-112495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-starting-meeting-treatment-center-discuss-future-care-plans_482257-112495.jpg?_wi=4", imageAlt: "Professional consultation", }, { @@ -101,7 +101,7 @@ export default function ContactPage() { value: "Email", title: "Send Us a Message", description: "info@reviverehab.com", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctors-appointment-with-rehabilitologist_169016-40101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctors-appointment-with-rehabilitologist_169016-40101.jpg?_wi=16", imageAlt: "Contact support", }, { @@ -109,7 +109,7 @@ export default function ContactPage() { value: "Hours", title: "When We're Open", description: "Mon-Fri: 8am-6pm, Sat: 9am-2pm", - imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-smiles_23-2148795185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-smiles_23-2148795185.jpg?_wi=10", imageAlt: "Facility hours", }, ]} @@ -118,7 +118,7 @@ export default function ContactPage() {