Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 10:50:12 +00:00
parent f3fa13abc5
commit 3b18d5e3cb

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Physical Therapy", href: "#services" }, { label: "Physical Therapy", href: "#services" },
{ label: "Sports Medicine", href: "#services" }, { label: "Sports Medicine", href: "#services" },
{ label: "Pain Management", href: "#services" }, { label: "Pain Management", href: "#services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Testimonials", href: "#testimonials" }, { label: "Testimonials", href: "#testimonials" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" }, { label: "Accessibility", href: "#" },
@@ -72,7 +69,7 @@ export default function AboutPage() {
description="Leading MSK Rehabilitation Provider" description="Leading MSK Rehabilitation Provider"
subdescription="Pyatt MSK Rehabilitation Center" subdescription="Pyatt MSK Rehabilitation Center"
icon={Heart} icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg"
imageAlt="Professional rehabilitation therapy" imageAlt="Professional rehabilitation therapy"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -85,29 +82,17 @@ export default function AboutPage() {
tag="By The Numbers" tag="By The Numbers"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "20+", description:
value: "20+", "Years of combined experience from our team of certified physiotherapists and MSK specialists"},
description:
"Years of combined experience from our team of certified physiotherapists and MSK specialists",
},
{ {
id: "2", id: "2", value: "10,000+", description:
value: "10,000+", "Patients successfully treated and returned to their normal activities and lifestyle"},
description:
"Patients successfully treated and returned to their normal activities and lifestyle",
},
{ {
id: "3", id: "3", value: "95%", description:
value: "95%", "Patient satisfaction rate with our services and recovery outcomes"},
description:
"Patient satisfaction rate with our services and recovery outcomes",
},
{ {
id: "4", id: "4", value: "4.9/5", description:
value: "4.9/5", "Average rating from verified patient reviews on independent healthcare platforms"},
description:
"Average rating from verified patient reviews on independent healthcare platforms",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -119,35 +104,23 @@ export default function AboutPage() {
tag="Our Values" tag="Our Values"
title="Patient-Centered Excellence" title="Patient-Centered Excellence"
description="We are committed to providing the highest standard of MSK care with a focus on patient outcomes, professional integrity, and continuous improvement." description="We are committed to providing the highest standard of MSK care with a focus on patient outcomes, professional integrity, and continuous improvement."
imageSrc="http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3603.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3603.jpg"
imageAlt="Patient-centered rehabilitation approach" imageAlt="Patient-centered rehabilitation approach"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Patient-First Approach", content:
title: "Patient-First Approach", "Every decision we make is guided by what's best for our patients. We listen, we care, and we deliver results."},
content:
"Every decision we make is guided by what's best for our patients. We listen, we care, and we deliver results.",
},
{ {
id: "2", id: "2", title: "Evidence-Based Practice", content:
title: "Evidence-Based Practice", "Our treatment protocols are grounded in the latest research and best practices in physiotherapy and rehabilitation."},
content:
"Our treatment protocols are grounded in the latest research and best practices in physiotherapy and rehabilitation.",
},
{ {
id: "3", id: "3", title: "Professional Excellence", content:
title: "Professional Excellence", "Our team continuously pursues professional development and maintains the highest standards of clinical practice."},
content:
"Our team continuously pursues professional development and maintains the highest standards of clinical practice.",
},
{ {
id: "4", id: "4", title: "Accessibility & Inclusion", content:
title: "Accessibility & Inclusion", "We believe quality rehabilitation should be accessible to everyone. We work with insurance and offer flexible payment options."},
content:
"We believe quality rehabilitation should be accessible to everyone. We work with insurance and offer flexible payment options.",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />