From a87778c96ee4d892cc1724ba986f59bf739ee146 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:27:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 512834f..958e978 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,14 +47,14 @@ export default function LandingPage() { title="Indore Trauma Centre" description="Compassionate Care. Advanced Treatment. Trusted by Families Across Indore." testimonials={[ - { name: "Rahul Verma", handle: "@rahulv", testimonial: "Excellent care and friendly staff. Truly a life-saving experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg", imageAlt: "modern hospital trauma center exterior" }, - { name: "Sunita Sharma", handle: "@sunitas", testimonial: "Felt like family. The treatment was affordable and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/emergency-room-hallway-with-illuminated-sign_23-2151997621.jpg", imageAlt: "modern hospital trauma center exterior" }, - { name: "Amit Patel", handle: "@amitp", testimonial: "Top-notch facility. The nurses were incredibly attentive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-ill-slavic-woman-wearing-medical-mask-scarf_141793-98415.jpg", imageAlt: "modern hospital trauma center exterior" }, - { name: "Priya Singh", handle: "@priyas", testimonial: "Smooth process from admission to recovery. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-baby-boy-essentials-collection_58702-17446.jpg", imageAlt: "modern hospital trauma center exterior" }, - { name: "Vikram Sethi", handle: "@vikrams", testimonial: "Excellent diagnostics and very supportive environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pediatrician-doctor-consulting-lungs-listening-heartbeat-using-medical-stethoscope_482257-20375.jpg", imageAlt: "modern hospital trauma center exterior" }, + { name: "Rahul Verma", handle: "@rahulv", testimonial: "Excellent care and friendly staff. Truly a life-saving experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, + { name: "Sunita Sharma", handle: "@sunitas", testimonial: "Felt like family. The treatment was affordable and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/emergency-room-hallway-with-illuminated-sign_23-2151997621.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, + { name: "Amit Patel", handle: "@amitp", testimonial: "Top-notch facility. The nurses were incredibly attentive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-ill-slavic-woman-wearing-medical-mask-scarf_141793-98415.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, + { name: "Priya Singh", handle: "@priyas", testimonial: "Smooth process from admission to recovery. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-baby-boy-essentials-collection_58702-17446.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, + { name: "Vikram Sethi", handle: "@vikrams", testimonial: "Excellent diagnostics and very supportive environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pediatrician-doctor-consulting-lungs-listening-heartbeat-using-medical-stethoscope_482257-20375.jpg?_wi=1", imageAlt: "modern hospital trauma center exterior" }, ]} buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "Emergency", href: "tel:1234567890" }]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6438.jpg?_wi=2" imageAlt="Indore Trauma Centre Exterior" avatars={[ { src: "http://img.b2bpic.net/free-photo/sport-person-training-with-hula-hoop_23-2149334338.jpg", alt: "Anjali" }, @@ -72,9 +72,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "f1", title: "24/7 Emergency Care", description: "Immediate access to trauma specialists around the clock.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/emergency-room-hallway-with-illuminated-sign_23-2151997621.jpg" }, - { id: "f2", title: "Affordable Healthcare", description: "High-quality treatment options that don't burden your finances.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-ill-slavic-woman-wearing-medical-mask-scarf_141793-98415.jpg" }, - { id: "f3", title: "Expert Orthopaedics", description: "Specialized surgeons for complex orthopaedic and trauma conditions.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-baby-boy-essentials-collection_58702-17446.jpg" }, + { id: "f1", title: "24/7 Emergency Care", description: "Immediate access to trauma specialists around the clock.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/emergency-room-hallway-with-illuminated-sign_23-2151997621.jpg?_wi=2" }, + { id: "f2", title: "Affordable Healthcare", description: "High-quality treatment options that don't burden your finances.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-ill-slavic-woman-wearing-medical-mask-scarf_141793-98415.jpg?_wi=2" }, + { id: "f3", title: "Expert Orthopaedics", description: "Specialized surgeons for complex orthopaedic and trauma conditions.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/blue-plastic-baby-boy-essentials-collection_58702-17446.jpg?_wi=2" }, ]} title="Why Choose Us" description="Dedicated to excellence in patient care and trauma management." @@ -88,7 +88,7 @@ export default function LandingPage() { title="Why Patients Trust Us" description="At Indore Trauma Centre, patients are treated like family. Our highly skilled doctors, caring nursing staff, and dedicated support team ensure every patient receives personalized and compassionate care." subdescription="We combine modern medical technology with a human touch to guarantee the best recovery outcomes." - imageSrc="http://img.b2bpic.net/free-photo/pediatrician-doctor-consulting-lungs-listening-heartbeat-using-medical-stethoscope_482257-20375.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pediatrician-doctor-consulting-lungs-listening-heartbeat-using-medical-stethoscope_482257-20375.jpg?_wi=2" mediaAnimation="slide-up" icon={Activity} /> -- 2.49.1