diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f3edecb..680f5c4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="Jennifer A. Sylvia, D.M.D." navItems={navItems} button={{ - text: "Book Appointment", - href: "#contact", - }} + text: "Book Appointment", href: "#contact"}} /> @@ -48,13 +46,9 @@ export default function AboutPage() { @@ -43,37 +42,23 @@ export default function ContactPage() {
@@ -51,7 +49,7 @@ export default function HomePage() {
@@ -47,28 +46,16 @@ export default function ServicesPage() { description="We offer a full range of dental services to meet your entire family's oral health needs. From preventive care to cosmetic enhancements, our practice is equipped to provide professional, gentle treatment." features={[ { - title: "General Dentistry", - description: "Routine exams, cleanings, and preventive care to maintain your healthy smile.", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=3", - imageAlt: "General dental checkup and examination" + title: "General Dentistry", description: "Routine exams, cleanings, and preventive care to maintain your healthy smile.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=3", imageAlt: "General dental checkup and examination" }, { - title: "Professional Cleanings", - description: "Thorough, gentle cleanings that remove plaque and tartar while protecting your gums.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-patient-mounth-care_23-2149195924.jpg?_wi=2", - imageAlt: "Professional dental cleaning procedure" + title: "Professional Cleanings", description: "Thorough, gentle cleanings that remove plaque and tartar while protecting your gums.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-patient-mounth-care_23-2149195924.jpg?_wi=2", imageAlt: "Professional dental cleaning procedure" }, { - title: "Teeth Whitening", - description: "Professional teeth whitening treatments for a brighter, more confident smile.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg?_wi=2", - imageAlt: "Cosmetic teeth whitening treatment" + title: "Teeth Whitening", description: "Professional teeth whitening treatments for a brighter, more confident smile.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg?_wi=2", imageAlt: "Cosmetic teeth whitening treatment" }, { - title: "Preventive Care", - description: "Personalized prevention strategies and patient education for long-term oral health.", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=4", - imageAlt: "Preventive dental care consultation" + title: "Preventive Care", description: "Personalized prevention strategies and patient education for long-term oral health.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=4", imageAlt: "Preventive dental care consultation" } ]} gridVariant="two-columns-alternating-heights" @@ -84,25 +71,13 @@ export default function ServicesPage() { description="Our commitment to quality care and patient satisfaction sets us apart." metrics={[ { - id: "1", - title: "4.3", - subtitle: "Stars", - category: "Patient Rating", - value: "from 17 Reviews" + id: "1", title: "4.3", subtitle: "Stars", category: "Patient Rating", value: "from 17 Reviews" }, { - id: "2", - title: "15+", - subtitle: "Years", - category: "Professional Experience", - value: "Dr. Sylvia's Expertise" + id: "2", title: "15+", subtitle: "Years", category: "Professional Experience", value: "Dr. Sylvia's Expertise" }, { - id: "3", - title: "100%", - subtitle: "Commitment", - category: "Patient Satisfaction", - value: "Compassionate Care Focus" + id: "3", title: "100%", subtitle: "Commitment", category: "Patient Satisfaction", value: "Compassionate Care Focus" } ]} animationType="slide-up" @@ -111,6 +86,35 @@ export default function ServicesPage() { /> +
+ +
+