From 8dc3eddefa2af20f2cbed9cbf26f2109ecad5bbd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:13:14 +0000 Subject: [PATCH] Update src/app/doctors/page.tsx --- src/app/doctors/page.tsx | 114 ++++++++------------------------------- 1 file changed, 21 insertions(+), 93 deletions(-) diff --git a/src/app/doctors/page.tsx b/src/app/doctors/page.tsx index ba1e5c3..b078b47 100644 --- a/src/app/doctors/page.tsx +++ b/src/app/doctors/page.tsx @@ -35,9 +35,7 @@ export default function DoctorsPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Book Appointment", - href: "#contact", - }} + text: "Book Appointment", href: "#contact"}} className="sticky top-0 z-50" /> @@ -48,32 +46,16 @@ export default function DoctorsPage() { title="Meet Our Expert Specialists and Medical Professionals" tag="Our Team" tagAnimation="slide-up" - membersAnimation="entrance-slide" + membersAnimation="slide-up" members={[ { - id: "1", - name: "Dr. Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980790.jpg?_wi=2", - imageAlt: "Dr. Priya Sharma - Gynecologist", - }, + id: "1", name: "Dr. Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980790.jpg", imageAlt: "Dr. Priya Sharma - Gynecologist"}, { - id: "2", - name: "Dr. Rajesh Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-woman-working-healthcare-system-having-care-job_23-2151237605.jpg?_wi=2", - imageAlt: "Dr. Rajesh Kumar - General Medicine", - }, + id: "2", name: "Dr. Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-woman-working-healthcare-system-having-care-job_23-2151237605.jpg", imageAlt: "Dr. Rajesh Kumar - General Medicine"}, { - id: "3", - name: "Dr. Anita Patel", - imageSrc: "http://img.b2bpic.net/free-photo/specialist-leading-meeting-with-medical-team-discuss-treatment-service_482257-106971.jpg?_wi=2", - imageAlt: "Dr. Anita Patel - Orthopedics", - }, + id: "3", name: "Dr. Anita Patel", imageSrc: "http://img.b2bpic.net/free-photo/specialist-leading-meeting-with-medical-team-discuss-treatment-service_482257-106971.jpg", imageAlt: "Dr. Anita Patel - Orthopedics"}, { - id: "4", - name: "Dr. Vikram Singh", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-indiian-businessman_1098-16877.jpg?_wi=2", - imageAlt: "Dr. Vikram Singh - Surgery", - }, + id: "4", name: "Dr. Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-indiian-businessman_1098-16877.jpg", imageAlt: "Dr. Vikram Singh - Surgery"}, ]} memberVariant="card" useInvertedBackground={false} @@ -92,22 +74,13 @@ export default function DoctorsPage() { features={[ { id: 1, - title: "Dr. Priya Sharma - Gynaecologist", - description: "Specializing in women's health with 15+ years of experience in obstetrics, gynecology, and maternal care. Dedicated to providing compassionate healthcare for all stages of women's life.", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-having-caesarean-surgery-pushing-hard-while-medical-team-delivery-baby-hopsital-ward-pregnant-woman-having-paniful-contractions-giving-birth-child-being-comforting-by-husband_482257-70920.jpg?_wi=3", - }, + title: "Dr. Priya Sharma - Gynaecologist", description: "Specializing in women's health with 15+ years of experience in obstetrics, gynecology, and maternal care. Dedicated to providing compassionate healthcare for all stages of women's life.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-having-caesarean-surgery-pushing-hard-while-medical-team-delivery-baby-hopsital-ward-pregnant-woman-having-paniful-contractions-giving-birth-child-being-comforting-by-husband_482257-70920.jpg"}, { id: 2, - title: "Dr. Rajesh Kumar - General Medicine", - description: "Expert in internal medicine and preventive care with 18+ years of clinical practice. Focuses on comprehensive diagnosis and management of medical conditions with a patient-first approach.", - imageSrc: "http://img.b2bpic.net/free-photo/medic-reviews-health-result-clipboard_482257-123515.jpg?_wi=3", - }, + title: "Dr. Rajesh Kumar - General Medicine", description: "Expert in internal medicine and preventive care with 18+ years of clinical practice. Focuses on comprehensive diagnosis and management of medical conditions with a patient-first approach.", imageSrc: "http://img.b2bpic.net/free-photo/medic-reviews-health-result-clipboard_482257-123515.jpg"}, { id: 3, - title: "Dr. Anita Patel - Orthopedic Surgeon", - description: "Specialized in orthopedic surgery and musculoskeletal disorders with 20+ years of surgical expertise. Expert in joint replacement, arthroscopy, and sports medicine interventions.", - imageSrc: "http://img.b2bpic.net/free-photo/my-patients-are-most-important-me_329181-2179.jpg?_wi=3", - }, + title: "Dr. Anita Patel - Orthopedic Surgeon", description: "Specialized in orthopedic surgery and musculoskeletal disorders with 20+ years of surgical expertise. Expert in joint replacement, arthroscopy, and sports medicine interventions.", imageSrc: "http://img.b2bpic.net/free-photo/my-patients-are-most-important-me_329181-2179.jpg"}, ]} /> @@ -117,53 +90,17 @@ export default function DoctorsPage() {