From eb751e6ce5545ee1f99fc08f730a87fbdcfd2fe4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:00:28 +0000 Subject: [PATCH] Update src/app/doctors/page.tsx --- src/app/doctors/page.tsx | 97 +++++++++++----------------------------- 1 file changed, 26 insertions(+), 71 deletions(-) diff --git a/src/app/doctors/page.tsx b/src/app/doctors/page.tsx index eee89ba..99ce9d6 100644 --- a/src/app/doctors/page.tsx +++ b/src/app/doctors/page.tsx @@ -41,38 +41,26 @@ export default function DoctorsPage() { description="Highly qualified and experienced dental professionals dedicated to your oral health and comfort." tag="PMDC Registered" tagIcon={Award} + tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/front-view-nurses-team-hospital_23-2150796832.jpg" imageAlt="Our dental team" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} testimonials={[ { - name: "Dr. Ahmad Usman", - handle: "Lead Dentist, BDS", - testimonial: "Focused on painless, patient-centered treatment. Highly recommended by patients for general and cosmetic dentistry expertise.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg?_wi=2", - }, + name: "Dr. Ahmad Usman", handle: "Lead Dentist, BDS", testimonial: "Focused on painless, patient-centered treatment. Highly recommended by patients for general and cosmetic dentistry expertise.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg"}, { - name: "Dr. Shabbir", - handle: "Orthodontics Specialist, BDS FCPS", - testimonial: "Expert in orthodontics and corrective dental treatments. Specializing in modern alternatives for perfect alignment.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148352074.jpg?_wi=2", - }, + name: "Dr. Shabbir", handle: "Orthodontics Specialist, BDS FCPS", testimonial: "Expert in orthodontics and corrective dental treatments. Specializing in modern alternatives for perfect alignment.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148352074.jpg"}, { - name: "Our Dental Surgeon", - handle: "Oral Surgery Specialist, BDS", - testimonial: "Specializing in oral surgery and complex restorations. Handles challenging cases with precision and expertise.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg?_wi=2", - }, + name: "Our Dental Surgeon", handle: "Oral Surgery Specialist, BDS", testimonial: "Specializing in oral surgery and complex restorations. Handles challenging cases with precision and expertise.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg"}, ]} buttons={[ { - text: "Book with Doctor", - href: "#doctor-profiles", - }, + text: "Book with Doctor", href: "#doctor-profiles"}, ]} buttonAnimation="slide-up" /> @@ -87,35 +75,17 @@ export default function DoctorsPage() { animationType="slide-up" team={[ { - id: "1", - name: "Dr. Ahmad Usman", - role: "Lead Dentist, General & Cosmetic", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg?_wi=3", - }, + id: "1", name: "Dr. Ahmad Usman", role: "Lead Dentist, General & Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg"}, { - id: "2", - name: "Dr. Shabbir", - role: "Orthodontics Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148352074.jpg?_wi=3", - }, + id: "2", name: "Dr. Shabbir", role: "Orthodontics Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148352074.jpg"}, { - id: "3", - name: "Dr. Oral Surgeon", - role: "Oral Surgery & Restorative", - imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg?_wi=3", - }, + id: "3", name: "Dr. Oral Surgeon", role: "Oral Surgery & Restorative", imageSrc: "http://img.b2bpic.net/free-photo/goodlooking-male-dentist-standing-dental-office_651396-3120.jpg"}, { - id: "4", - name: "Expert Team", - role: "Dental Support Staff", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-medic-with-arms-crossed_23-2147767288.jpg", - }, + id: "4", name: "Expert Team", role: "Dental Support Staff", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-medic-with-arms-crossed_23-2147767288.jpg"}, ]} buttons={[ { - text: "Book Appointment", - href: "https://wa.me/923455880104?text=Hi%2C%20I%20would%20like%20to%20book%20an%20appointment%20at%20Allied%20Dental%20Clinic.", - }, + text: "Book Appointment", href: "https://wa.me/923455880104?text=Hi%2C%20I%20would%20like%20to%20book%20an%20appointment%20at%20Allied%20Dental%20Clinic."}, ]} /> @@ -129,43 +99,30 @@ export default function DoctorsPage() { animationType="slide-up" metrics={[ { - id: "1", - icon: CheckCircle, - title: "PMDC Registered", - value: "100%", - }, + id: "1", icon: CheckCircle, + title: "PMDC Registered", value: "100%"}, { - id: "2", - icon: Shield, - title: "Safe & Hygienic", - value: "Certified", - }, + id: "2", icon: Shield, + title: "Safe & Hygienic", value: "Certified"}, { - id: "3", - icon: Zap, - title: "Modern Technology", - value: "Advanced", - }, + id: "3", icon: Zap, + title: "Modern Technology", value: "Advanced"}, { - id: "4", - icon: Star, - title: "Patient Rated", - value: "5.0", - }, + id: "4", icon: Star, + title: "Patient Rated", value: "5.0"}, ]} />