diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 12f690f..935d0ab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,15 +84,15 @@ export default function AboutPage() { 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", 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?_wi=2", 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", 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?_wi=6", 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", 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?_wi=2", imageAlt: "dentist explaining treatment patient consultation" }, ]} textboxLayout="default" @@ -134,7 +134,7 @@ export default function AboutPage() { {/* Footer */}