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 = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Physical Therapy", href: "#services" },
{ label: "Sports Medicine", href: "#services" },
{ label: "Pain Management", href: "#services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Pricing", href: "/pricing" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -72,7 +69,7 @@ export default function AboutPage() {
description="Leading MSK Rehabilitation Provider"
subdescription="Pyatt MSK Rehabilitation Center"
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"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -85,29 +82,17 @@ export default function AboutPage() {
tag="By The Numbers"
metrics={[
{
id: "1",
value: "20+",
description:
"Years of combined experience from our team of certified physiotherapists and MSK specialists",
},
id: "1", value: "20+", description:
"Years of combined experience from our team of certified physiotherapists and MSK specialists"},
{
id: "2",
value: "10,000+",
description:
"Patients successfully treated and returned to their normal activities and lifestyle",
},
id: "2", value: "10,000+", description:
"Patients successfully treated and returned to their normal activities and lifestyle"},
{
id: "3",
value: "95%",
description:
"Patient satisfaction rate with our services and recovery outcomes",
},
id: "3", value: "95%", description:
"Patient satisfaction rate with our services and recovery outcomes"},
{
id: "4",
value: "4.9/5",
description:
"Average rating from verified patient reviews on independent healthcare platforms",
},
id: "4", value: "4.9/5", description:
"Average rating from verified patient reviews on independent healthcare platforms"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -119,35 +104,23 @@ export default function AboutPage() {
tag="Our Values"
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."
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"
mediaAnimation="slide-up"
mediaPosition="right"
accordionItems={[
{
id: "1",
title: "Patient-First Approach",
content:
"Every decision we make is guided by what's best for our patients. We listen, we care, and we deliver results.",
},
id: "1", title: "Patient-First Approach", content:
"Every decision we make is guided by what's best for our patients. We listen, we care, and we deliver results."},
{
id: "2",
title: "Evidence-Based Practice",
content:
"Our treatment protocols are grounded in the latest research and best practices in physiotherapy and rehabilitation.",
},
id: "2", title: "Evidence-Based Practice", content:
"Our treatment protocols are grounded in the latest research and best practices in physiotherapy and rehabilitation."},
{
id: "3",
title: "Professional Excellence",
content:
"Our team continuously pursues professional development and maintains the highest standards of clinical practice.",
},
id: "3", title: "Professional Excellence", content:
"Our team continuously pursues professional development and maintains the highest standards of clinical practice."},
{
id: "4",
title: "Accessibility & Inclusion",
content:
"We believe quality rehabilitation should be accessible to everyone. We work with insurance and offer flexible payment options.",
},
id: "4", title: "Accessibility & Inclusion", content:
"We believe quality rehabilitation should be accessible to everyone. We work with insurance and offer flexible payment options."},
]}
useInvertedBackground={false}
/>