Update src/app/doctors/page.tsx
This commit is contained in:
@@ -85,7 +85,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" },
|
||||
@@ -101,13 +101,13 @@ export default function DoctorsPage() {
|
||||
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=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", 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=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", 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=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", 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=2", imageAlt: "Nurse Saira - Senior Midwife"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
useInvertedBackground={true}
|
||||
@@ -125,13 +125,13 @@ export default function DoctorsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Gynecology", 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"},
|
||||
tag: "Gynecology", 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?_wi=3"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Pediatrics", 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"},
|
||||
tag: "Pediatrics", 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?_wi=3"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Nursing", 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"},
|
||||
tag: "Nursing", 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?_wi=3"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user