diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ded52ed..7765786 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,39 +28,23 @@ export default function LandingPage() { @@ -70,22 +54,16 @@ export default function LandingPage() { useInvertedBackground={false} imagePosition="right" title="Our Commitment to Your Bright Smile" - description="At Bright Smile Dental, we are dedicated to providing comprehensive, compassionate dental care tailored to your unique needs. Our experienced team uses state-of-the-art technology to ensure comfortable and effective treatments for the entire family. We believe that a healthy smile is a happy smile, and we're here to help you achieve it." + description="At White Friars Dental Care, we are dedicated to providing comprehensive, compassionate dental care tailored to your unique needs. Our experienced team uses state-of-the-art technology to ensure comfortable and effective treatments for the entire family. We believe that a healthy smile is a happy smile, and we're here to help you achieve it." bulletPoints={[ { - title: "Personalized Care", - description: "Every patient receives a customized treatment plan designed for their optimal oral health and aesthetic goals.", - icon: User, + title: "Personalized Care", description: "Every patient receives a customized treatment plan designed for their optimal oral health and aesthetic goals.", icon: User, }, { - title: "Advanced Technology", - description: "Utilizing the latest dental innovations for precise diagnostics and comfortable, efficient procedures.", - icon: Computer, + title: "Advanced Technology", description: "Utilizing the latest dental innovations for precise diagnostics and comfortable, efficient procedures.", icon: Computer, }, { - title: "Comfort-Focused Environment", - description: "We strive to create a relaxing and welcoming atmosphere, easing any dental anxieties you may have with our gentle approach.", - icon: Sofa, + title: "Comfort-Focused Environment", description: "We strive to create a relaxing and welcoming atmosphere, easing any dental anxieties you may have with our gentle approach.", icon: Sofa, }, ]} imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-pen_1098-898.jpg" @@ -101,19 +79,13 @@ export default function LandingPage() { metrics={[ { icon: Smile, - label: "Happy Patients", - value: "10,000+", - }, + label: "Happy Patients", value: "10,000+"}, { icon: Award, - label: "Years Experience", - value: "25+", - }, + label: "Years Experience", value: "25+"}, { icon: HeartHandshake, - label: "Community Trust", - value: "5 Stars", - }, + label: "Community Trust", value: "5 Stars"}, ]} metricsAnimation="slide-up" /> @@ -123,16 +95,13 @@ export default function LandingPage() { @@ -141,80 +110,50 @@ export default function LandingPage() {