From ac0313ae72e1ca09ea6ddfdf2d5e3c8323168f11 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:09:54 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0c1e91e..112eedd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,7 +69,7 @@ export default function ContactPage() { text: "Get Directions", href: "https://maps.google.com"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg?_wi=1" imageAlt="Clinic consultation room - welcoming and professional" useInvertedBackground={true} /> -- 2.49.1 From efd3352b9a1383a87a7e742ccd160970fe78f5e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:09:54 +0000 Subject: [PATCH 2/2] Update src/app/treatments/migraine/page.tsx --- src/app/treatments/migraine/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/treatments/migraine/page.tsx b/src/app/treatments/migraine/page.tsx index 7b11f27..280ac6f 100644 --- a/src/app/treatments/migraine/page.tsx +++ b/src/app/treatments/migraine/page.tsx @@ -58,7 +58,7 @@ export default function MigraineePage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-with-banknotes-isolated-studio_1303-26941.jpg", imageAlt: "Migraine relief treatment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg", imageAlt: "Dr. Gokalgandhi - Migraine specialist"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=1", imageAlt: "Dr. Gokalgandhi - Migraine specialist"}, ]} mediaAnimation="slide-up" rating={5} @@ -81,7 +81,7 @@ export default function MigraineePage() { text: "Learn More About Dr. Gokalgandhi", href: "/about"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-doctor-man-smiling_1194-9701.jpg?_wi=2" imageAlt="Dr. V. M. Gokalgandhi - Migraine specialist" useInvertedBackground={true} /> @@ -100,7 +100,7 @@ export default function MigraineePage() { imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-seeking-advice-online_329181-19491.jpg", imageAlt: "Natural homeopathic remedies"}, { id: "2", title: "Addresses Root Causes", author: "Holistic Approach", description: "Rather than temporarily masking pain, homeopathy identifies and treats the underlying causes of your migraines - whether stress-related, hormonal, or constitutional.", tags: ["Holistic", "Effective"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg", imageAlt: "Doctor consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-doctor-s-appointment_23-2148497184.jpg?_wi=2", imageAlt: "Doctor consultation"}, { id: "3", title: "Personalized Treatment Plans", author: "Patient-Centered Care", description: "Every migraine sufferer is unique. Dr. Gokalgandhi creates individualized treatment protocols based on your specific symptoms, triggers, frequency, and overall health profile.", tags: ["Personalized", "Effective"], imageSrc: "http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg", imageAlt: "Patient consultation care"}, -- 2.49.1