Update src/app/about/page.tsx
This commit is contained in:
@@ -7,15 +7,14 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Heart } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -30,9 +29,9 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Testimonials", href: "/#testimonials" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -40,7 +39,7 @@ export default function AboutPage() {
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Contact Us", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -69,7 +68,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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQpbnFYe6fEjhWs3QB3kCkfR4d/uploaded-1772535267968-r33h1geo.png"
|
||||
imageAlt="Professional rehabilitation therapy"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -82,17 +81,13 @@ 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}
|
||||
@@ -104,23 +99,19 @@ 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQpbnFYe6fEjhWs3QB3kCkfR4d/uploaded-1772535267968-o7xkjjcg.png"
|
||||
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}
|
||||
/>
|
||||
@@ -135,4 +126,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user