Update src/app/doctors/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ export default function DoctorsPage() {
|
||||
tag="Doctors & Staff"
|
||||
tagIcon={Award}
|
||||
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=3"
|
||||
imageAlt="Professional medical team"
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "/contact" },
|
||||
@@ -109,25 +109,25 @@ export default function DoctorsPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Aisha Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-medical-overall_23-2147771697.jpg?_wi=3",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg?_wi=2",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-holding-notes_329181-9283.jpg?_wi=2",
|
||||
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",
|
||||
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=2",
|
||||
imageAlt: "Nurse Saira - Senior Midwife",
|
||||
},
|
||||
]}
|
||||
@@ -151,7 +151,7 @@ export default function DoctorsPage() {
|
||||
title: "Obstetrics & Gynecology",
|
||||
subtitle: "Complete women's health and pregnancy care",
|
||||
description: "Our gynecologists provide expert diagnosis and treatment for all pregnancy-related conditions, manage labor and delivery, and offer postpartum care. They specialize in managing high-risk pregnancies and complicated deliveries with utmost professionalism.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-female-doctor-holding-uterus-anatomy-model_651396-3102.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -159,7 +159,7 @@ export default function DoctorsPage() {
|
||||
title: "Neonatal & Pediatric Care",
|
||||
subtitle: "Expert newborn and infant care",
|
||||
description: "Our pediatricians ensure newborns receive immediate and comprehensive care. They perform newborn screening, manage any complications, and provide guidance for healthy infant development, ensuring your baby gets the best start in life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-holding-notes_329181-9283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-holding-notes_329181-9283.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -167,7 +167,7 @@ export default function DoctorsPage() {
|
||||
title: "Midwifery & Nursing",
|
||||
subtitle: "Professional maternal and newborn support",
|
||||
description: "Our experienced nurses and midwives provide continuous support throughout labor and delivery. They assist with breastfeeding, teach newborn care, and provide postpartum support, creating a comforting and safe environment for new families.",
|
||||
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",
|
||||
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=3",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user