From 28bcfddbc080378caa954c19bdf1b4da373db877 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:48:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63d6f40..bb4c57b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { description="Deep Chand Bandhu Hospital - A Government Hospital committed to providing affordable, accessible, and excellent medical care with experienced doctors and modern facilities." tag="3.6★ Trusted by 561+ Patients" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/entrance-emergency-room-hospital-generative-ai_587448-2057.jpg" + imageSrc="http://img.b2bpic.net/free-psd/entrance-emergency-room-hospital-generative-ai_587448-2057.jpg?_wi=1" imageAlt="Deep Chand Bandhu Hospital modern facility" mediaAnimation="slide-up" useInvertedBackground={false} @@ -55,11 +55,11 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "Patient, Maternity", testimonial: "Excellent maternity care with qualified doctors. Very professional and caring staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg?_wi=1" }, { name: "Rajesh Kumar", handle: "Patient, Orthopedics", testimonial: "Great orthopedic treatment. Highly recommend for bone and joint issues.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -72,7 +72,7 @@ export default function LandingPage() { title="About Deep Chand Bandhu Hospital" description="A premier government hospital serving the community with comprehensive healthcare services. Located in Ashok Vihar, New Delhi, we are dedicated to providing quality medical care with a focus on patient satisfaction and affordability." tag="Government Hospital" - imageSrc="http://img.b2bpic.net/free-psd/entrance-emergency-room-hospital-generative-ai_587448-2057.jpg" + imageSrc="http://img.b2bpic.net/free-psd/entrance-emergency-room-hospital-generative-ai_587448-2057.jpg?_wi=2" imageAlt="Hospital building exterior" useInvertedBackground={true} buttons={[ @@ -137,11 +137,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Sharma", handle: "Maternity Patient", testimonial: "Excellent maternity services with very caring and qualified doctors. The staff made our experience smooth and comfortable throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg?_wi=2", imageAlt: "Priya Sharma" }, { id: "2", name: "Rajesh Kumar", handle: "Orthopedic Patient", testimonial: "Great orthopedic treatment. Doctors are highly skilled and the hospital has good infrastructure. I recovered well.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg?_wi=2", imageAlt: "Rajesh Kumar" }, { id: "3", name: "Anjali Verma", handle: "General Patient", testimonial: "Good facilities, helpful staff. The doctors are qualified and provided excellent treatment. Highly recommended.", rating: 5, -- 2.49.1