From cea41fea424c18c5b17c8695e1edbb8c7f9bfe65 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:40:17 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9a11f1e..d059671 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { tag="About Our Hospital" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg?_wi=2" imageAlt="City Hospital maternity facility" buttons={[ { text: "Our Mission", href: "#" }, @@ -108,10 +108,10 @@ export default function AboutPage() { tag: "Safety", title: "Patient Safety First", subtitle: "Rigorous protocols and expert care", description: "Every decision we make prioritizes the safety of both mother and baby. We maintain strict hygiene standards, follow international medical protocols, and use the latest monitoring equipment to ensure safe outcomes for all deliveries.", imageSrc: "http://img.b2bpic.net/free-photo/medical-gloved-hands-holding-newborn-foot_107420-95877.jpg"}, { id: 2, - tag: "Expertise", title: "Experience & Excellence", subtitle: "Highly qualified medical professionals", description: "Our team consists of senior gynecologists, experienced midwives, and skilled pediatricians with decades of combined experience. Continuous training and adherence to best practices ensure we deliver excellence in every aspect of care.", imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg"}, + tag: "Expertise", title: "Experience & Excellence", subtitle: "Highly qualified medical professionals", description: "Our team consists of senior gynecologists, experienced midwives, and skilled pediatricians with decades of combined experience. Continuous training and adherence to best practices ensure we deliver excellence in every aspect of care.", imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg?_wi=1"}, { id: 3, - tag: "Compassion", title: "Personalized Care", subtitle: "Individual attention and empathy", description: "We understand that every pregnancy and family is unique. Our approach emphasizes personalized care plans, continuous support, and genuine empathy to make every mother feel valued and cared for throughout her journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-boy-mother_344912-1193.jpg"}, + tag: "Compassion", title: "Personalized Care", subtitle: "Individual attention and empathy", description: "We understand that every pregnancy and family is unique. Our approach emphasizes personalized care plans, continuous support, and genuine empathy to make every mother feel valued and cared for throughout her journey.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-boy-mother_344912-1193.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -126,13 +126,13 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Dr. Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg", imageAlt: "Dr. Aisha Khan - Senior Gynecologist"}, + id: "1", name: "Dr. Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg?_wi=2", imageAlt: "Dr. Aisha Khan - Senior Gynecologist"}, { - id: "2", name: "Dr. Fatima Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg", imageAlt: "Dr. Fatima Ahmed - Obstetrician"}, + id: "2", name: "Dr. Fatima Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg?_wi=1", imageAlt: "Dr. Fatima Ahmed - Obstetrician"}, { - id: "3", name: "Dr. Hira Malik", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-holding-notes_329181-9283.jpg", imageAlt: "Dr. Hira Malik - Pediatrician"}, + id: "3", name: "Dr. Hira Malik", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-holding-notes_329181-9283.jpg?_wi=1", imageAlt: "Dr. Hira Malik - Pediatrician"}, { - id: "4", name: "Nurse Saira", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-as-nurse-holding-checkup-papers-while-standing-hospital-ward-medical-assistant-with-documents-looking-camera-smiling-giving-help-specialist_482257-43767.jpg", imageAlt: "Nurse Saira - Senior Midwife"}, + id: "4", name: "Nurse Saira", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-as-nurse-holding-checkup-papers-while-standing-hospital-ward-medical-assistant-with-documents-looking-camera-smiling-giving-help-specialist_482257-43767.jpg?_wi=1", imageAlt: "Nurse Saira - Senior Midwife"}, ]} memberVariant="card" useInvertedBackground={false}