diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e83f897..5502a60 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,7 +73,7 @@ export default function ContactPage() { role: "Patient", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2096.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2096.jpg?_wi=2", imageAlt: "professional woman healthcare patient portrait", }, { @@ -82,7 +82,7 @@ export default function ContactPage() { role: "Family Patient", company: "Long-term Care", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-informing-senior-patient-about-health-insurance-options-consultations-clinic_637285-1891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-informing-senior-patient-about-health-insurance-options-consultations-clinic_637285-1891.jpg?_wi=2", imageAlt: "professional man healthcare patient portrait", }, { @@ -91,7 +91,7 @@ export default function ContactPage() { role: "Chronic Care Patient", company: "Regular Checkups", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-successful-blonde-middle-aged-female-therapist-posing-isolated-with-broad-happy-smile-wearing-white-medical-gown-stethoscope-around-her-neck_343059-2253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-successful-blonde-middle-aged-female-therapist-posing-isolated-with-broad-happy-smile-wearing-white-medical-gown-stethoscope-around-her-neck_343059-2253.jpg?_wi=2", imageAlt: "mature woman patient healthcare portrait", }, { @@ -100,7 +100,7 @@ export default function ContactPage() { role: "New Patient", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359160.jpg?_wi=2", imageAlt: "mature man patient healthcare portrait", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c03fd94..6f6f8be 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +