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() {