diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c4f7d83..b21cd65 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Award, Heart, Info } from "lucide-react"; const navItems = [ { name: "Home", id: "home" }, @@ -47,25 +48,15 @@ export default function AboutPage() { title="Meet Dr. Urmila" description="With years of dedicated experience in dentistry, Dr. Urmila is committed to providing personalized, compassionate dental care to patients of all ages." tag="Expert Dentist" - tagIcon="Award" + tagIcon={Award} tagAnimation="slide-up" members={[ { - id: "dr-urmila", - name: "Dr. Urmila", - role: "Lead Dentist & Founder", - description: "Highly experienced dentist specializing in general and pediatric dentistry. Known for exceptional patient care, clear communication, and accurate diagnoses. Patients return for years because of the trust and comfort Dr. Urmila provides.", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-male-doctor-wearing-medical-robe-stethoscope-looking-front-isolated-purple-wall_141793-97855.jpg", - imageAlt: "professional female doctor dentist portrait", - socialLinks: [ + id: "dr-urmila", name: "Dr. Urmila", role: "Lead Dentist & Founder", description: "Highly experienced dentist specializing in general and pediatric dentistry. Known for exceptional patient care, clear communication, and accurate diagnoses. Patients return for years because of the trust and comfort Dr. Urmila provides.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-male-doctor-wearing-medical-robe-stethoscope-looking-front-isolated-purple-wall_141793-97855.jpg", imageAlt: "professional female doctor dentist portrait", socialLinks: [ { - icon: "Phone", - url: "tel:+919876543210", - }, + icon: "Phone", url: "tel:+919876543210"}, { - icon: "Mail", - url: "mailto:contact@srisaimadhu.com", - }, + icon: "Mail", url: "mailto:contact@srisaimadhu.com"}, ], }, ]} @@ -84,30 +75,18 @@ export default function AboutPage() { title="Our Core Values" description="At Sri Sai Madhu Dental Care, we believe in putting patients first and maintaining the highest standards of professional care." tag="Our Philosophy" - tagIcon="Heart" + tagIcon={Heart} tagAnimation="slide-up" features={[ { id: 1, - title: "Trust & Integrity", - description: "We build lasting relationships with our patients through honest communication, transparent pricing, and ethical practices.", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67295.jpg?_wi=2", - imageAlt: "experienced dentist professional consultation", - }, + title: "Trust & Integrity", description: "We build lasting relationships with our patients through honest communication, transparent pricing, and ethical practices.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67295.jpg", imageAlt: "experienced dentist professional consultation"}, { id: 2, - title: "Excellence in Care", - description: "We continuously update our knowledge and skills to provide the best dental treatments using modern techniques and equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg?_wi=2", - imageAlt: "sterile dental equipment sterilization", - }, + title: "Excellence in Care", description: "We continuously update our knowledge and skills to provide the best dental treatments using modern techniques and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-her-clean-orthodontist-office_23-2149195928.jpg", imageAlt: "sterile dental equipment sterilization"}, { id: 3, - title: "Patient Comfort", - description: "We create a welcoming, anxiety-free environment where every patient feels heard, respected, and cared for throughout their treatment.", - imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-talking-with-young-female-patient-medical-consultation-modern-clinic-patient-with-gynecologist-consultation-gynecological-office_657921-133.jpg?_wi=2", - imageAlt: "dentist explaining treatment patient consultation", - }, + title: "Patient Comfort", description: "We create a welcoming, anxiety-free environment where every patient feels heard, respected, and cared for throughout their treatment.", imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-talking-with-young-female-patient-medical-consultation-modern-clinic-patient-with-gynecologist-consultation-gynecological-office_657921-133.jpg", imageAlt: "dentist explaining treatment patient consultation"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -122,29 +101,17 @@ export default function AboutPage() { title="About Our Clinic" description="Learn more about Sri Sai Madhu Dental Care and our commitment to your oral health." tag="Clinic Information" - tagIcon="Info" + tagIcon={Info} tagAnimation="slide-up" faqs={[ { - id: "1", - title: "How long has the clinic been in practice?", - content: "Sri Sai Madhu Dental Care has been serving the Yelahanka community for many years with consistent excellence and patient satisfaction. We've built a reputation based on trust and quality care.", - }, + id: "1", title: "How long has the clinic been in practice?", content: "Sri Sai Madhu Dental Care has been serving the Yelahanka community for many years with consistent excellence and patient satisfaction. We've built a reputation based on trust and quality care."}, { - id: "2", - title: "What qualifications does Dr. Urmila have?", - content: "Dr. Urmila is a highly qualified and experienced dentist with specialized training in general and pediatric dentistry. She stays updated with the latest advancements in dental science through continuous professional development.", - }, + id: "2", title: "What qualifications does Dr. Urmila have?", content: "Dr. Urmila is a highly qualified and experienced dentist with specialized training in general and pediatric dentistry. She stays updated with the latest advancements in dental science through continuous professional development."}, { - id: "3", - title: "How many patients have we treated?", - content: "We have successfully treated over 2000 satisfied patients. Each one of them is a testament to our commitment to quality care and patient satisfaction. Many patients visit us regularly and recommend us to their families and friends.", - }, + id: "3", title: "How many patients have we treated?", content: "We have successfully treated over 2000 satisfied patients. Each one of them is a testament to our commitment to quality care and patient satisfaction. Many patients visit us regularly and recommend us to their families and friends."}, { - id: "4", - title: "What makes our clinic different?", - content: "Our clinic stands out for its combination of experienced professionals, modern equipment, hygienic practices, transparent pricing, and genuine care for patient comfort. We treat every patient like family.", - }, + id: "4", title: "What makes our clinic different?", content: "Our clinic stands out for its combination of experienced professionals, modern equipment, hygienic practices, transparent pricing, and genuine care for patient comfort. We treat every patient like family."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -156,87 +123,53 @@ export default function AboutPage() { {/* Footer */}