diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index c53579d..2d302e3 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,26 +25,11 @@ export default function LandingPage() {
@@ -55,6 +40,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Daniel M Flynn"
description="Daniel M Flynn is dedicated to providing comfortable, custom dentures to the Benalla community. With a focus on understanding the needs of nervous or first-time patients, our clinic provides a friendly, reassuring environment where your comfort is our priority. Every patient deserves care delivered with patience, respect, and deep understanding of their unique dental requirements."
+ metrics={[]}
imageSrc="http://img.b2bpic.net/free-photo/young-blonde-female-posing-while-standing-casual-clothes-mask-looking-pensive_176474-81407.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -69,16 +55,8 @@ export default function LandingPage() {
description="Learn more about our denture services and what to expect."
faqsAnimation="slide-up"
faqs={[
- {
- id: "1",
- title: "How long do dentures last?",
- content: "Dentures typically last 5 to 7 years with proper care.",
- },
- {
- id: "2",
- title: "Do I need to see a dentist daily?",
- content: "Cleaning your dentures daily is essential for oral hygiene.",
- },
+ { id: "1", title: "How long do dentures last?", content: "Dentures typically last 5 to 7 years with proper care." },
+ { id: "2", title: "Do I need to see a dentist daily?", content: "Cleaning your dentures daily is essential for oral hygiene." }
]}
/>
@@ -86,36 +64,8 @@ export default function LandingPage() {