From d8b21c354254805d519ad1d4bc7d91fccd2b894d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:48:56 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 062a1c7..71bf418 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,37 +72,37 @@ export default function AboutPage() { id: "1", name: "Dr. Rajesh Kumar", role: "Chief Medical Officer", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-doctor-with-stethoscope-clinic_1303-19761.jpg?_wi=2", }, { id: "2", name: "Dr. Priya Singh", role: "Senior Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg?_wi=2", }, { id: "3", name: "Dr. Amit Patel", role: "Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-standing-hospital-premises_107420-84762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-standing-hospital-premises_107420-84762.jpg?_wi=2", }, { id: "4", name: "Dr. Neha Sharma", role: "General Practitioner", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-doctor_23-2148827838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-doctor_23-2148827838.jpg?_wi=2", }, { id: "5", name: "Nurse Priya Verma", role: "Head Nurse", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-standing-with-arms-crossed_107420-84812.jpg?_wi=2", }, { id: "6", name: "Nurse Arun Kumar", role: "Nursing Assistant", - imageSrc: "http://img.b2bpic.net/free-photo/happy-healthcare-worker-communicating-with-senior-man-pointing-him-while-being-home-visit_637285-1380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-healthcare-worker-communicating-with-senior-man-pointing-him-while-being-home-visit_637285-1380.jpg?_wi=2", }, ]} animationType="slide-up" @@ -128,7 +128,7 @@ export default function AboutPage() { handle: "@anjali_wellness", testimonial: "Jindia Clinic provided exceptional care during my treatment. The doctors are highly professional and the staff is incredibly supportive. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-reassuring-supporting-senior-adult-patient-hospital-kind-caring-young-woman-nurse-caregiver-helping-older-retired-man-talking-giving-comfort-expressing-care-concept_657921-86.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-reassuring-supporting-senior-adult-patient-hospital-kind-caring-young-woman-nurse-caregiver-helping-older-retired-man-talking-giving-comfort-expressing-care-concept_657921-86.jpg?_wi=2", }, { id: "2", @@ -136,7 +136,7 @@ export default function AboutPage() { handle: "@vikram_health", testimonial: "The diagnostic services are top-notch with modern equipment. Got my results quickly and the consultation was thorough. Great experience overall.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-nurse-with-patient_23-2148973467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-nurse-with-patient_23-2148973467.jpg?_wi=2", }, { id: "3", @@ -144,7 +144,7 @@ export default function AboutPage() { handle: "@shweta_care", testimonial: "As a healthcare professional, I was impressed with the clinic's standards. Clean facilities, knowledgeable staff, and patient-centric approach. Perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-talking-patient_23-2148757356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-talking-patient_23-2148757356.jpg?_wi=2", }, { id: "4", @@ -152,7 +152,7 @@ export default function AboutPage() { handle: "@rajesh_family", testimonial: "Took my family for regular checkups. The preventive healthcare programs are excellent. Dr. Priya explained everything clearly. Worth every visit!", 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", }, { id: "5", @@ -160,7 +160,7 @@ export default function AboutPage() { handle: "@pooja_health", testimonial: "Emergency visit was smooth and efficient. The 24/7 availability and quick response time saved the day. Thank you, Jindia Clinic!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844673.jpg?_wi=2", }, { id: "6", @@ -168,7 +168,7 @@ export default function AboutPage() { handle: "@harish_wellness", testimonial: "Specialized treatment I received was professional and pain-free. The entire team made me feel comfortable. Excellent healthcare facility!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-male-getting-hair-loss-treatment_23-2149152773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adult-male-getting-hair-loss-treatment_23-2149152773.jpg?_wi=2", }, ]} animationType="slide-up" -- 2.49.1 From 558a747c01a48e42797f1155f768fd17adfd685f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:48:56 +0000 Subject: [PATCH 2/7] Update src/app/appointment/page.tsx --- src/app/appointment/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/appointment/page.tsx b/src/app/appointment/page.tsx index 3762651..a5ddcf9 100644 --- a/src/app/appointment/page.tsx +++ b/src/app/appointment/page.tsx @@ -99,7 +99,7 @@ export default function AppointmentPage() { content: "Yes, we have ample parking space available at the clinic. For visitors, limited street parking is available near our location in Burail, Chandigarh.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-african-american-doctor-doing-consultation_482257-14074.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-african-american-doctor-doing-consultation_482257-14074.jpg?_wi=2" imageAlt="Healthcare professional patient information" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1 From 4fe0bab5a598f817d1bc77300bad8dd81a2759e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:48:57 +0000 Subject: [PATCH 3/7] 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 ca20d5e..fa66b11 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -99,7 +99,7 @@ export default function ContactPage() { content: "Yes, we have ample parking space available at the clinic. For visitors, limited street parking is available near our location in Burail, Chandigarh.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-african-american-doctor-doing-consultation_482257-14074.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-african-american-doctor-doing-consultation_482257-14074.jpg?_wi=3" imageAlt="Healthcare professional patient information" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1 From 145dd49f08b1eeda714407085c916b436140efa4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:48:57 +0000 Subject: [PATCH 4/7] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf9763c..50cd14f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1429,6 +1429,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +