From 2fbc8c1ace29ecfd7da6ccadd0ba5731e8c901c4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:48:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fa5b8a..63d6f40 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-psd/entrance-emergency-room-hospital-generative-ai_587448-2057.jpg" imageAlt="Deep Chand Bandhu Hospital modern facility" mediaAnimation="slide-up" useInvertedBackground={false} @@ -51,14 +51,15 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" + background={{ variant: "plain" }} 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg" }, { 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg" } ]} testimonialRotationInterval={5000} @@ -71,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-psd/entrance-emergency-room-hospital-generative-ai_587448-2057.jpg" imageAlt="Hospital building exterior" useInvertedBackground={true} buttons={[ @@ -136,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?_wi=2", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", 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?_wi=2", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg", 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