Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 10:50:23 +00:00
5 changed files with 125 additions and 332 deletions

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}
/> />

View File

@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const interTight = Inter_Tight({ const interTight = Inter_Tight({
variable: "--font-inter-tight", variable: "--font-inter-tight", subsets: ["latin"],
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Pyatt MSK Rehabilitation | Expert Physiotherapy & Sports Medicine", title: "Pyatt MSK Rehabilitation | Expert Physiotherapy & Sports Medicine", description: "Professional musculoskeletal rehabilitation and physiotherapy. Expert treatment for injuries, pain management, and sports medicine with proven recovery results.", keywords: "physiotherapy, MSK rehabilitation, sports medicine, injury treatment, physical therapy, pain management, sports injury recovery", metadataBase: new URL("https://pyattmsk.com"),
description: "Professional musculoskeletal rehabilitation and physiotherapy. Expert treatment for injuries, pain management, and sports medicine with proven recovery results.",
keywords: "physiotherapy, MSK rehabilitation, sports medicine, injury treatment, physical therapy, pain management, sports injury recovery",
metadataBase: new URL("https://pyattmsk.com"),
alternates: { alternates: {
canonical: "https://pyattmsk.com", canonical: "https://pyattmsk.com"},
},
openGraph: { openGraph: {
title: "Pyatt MSK Rehabilitation | Expert Physiotherapy", title: "Pyatt MSK Rehabilitation | Expert Physiotherapy", description: "Get expert MSK care and rehabilitation. Personalized treatment plans for injury recovery and pain management.", url: "https://pyattmsk.com", siteName: "Pyatt MSK", type: "website", images: [
description: "Get expert MSK care and rehabilitation. Personalized treatment plans for injury recovery and pain management.",
url: "https://pyattmsk.com",
siteName: "Pyatt MSK",
type: "website",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg", url: "http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg", alt: "Pyatt MSK Rehabilitation Center"},
alt: "Pyatt MSK Rehabilitation Center",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Pyatt MSK Rehabilitation", description: "Expert physiotherapy and MSK rehabilitation services", images: ["http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg"],
title: "Pyatt MSK Rehabilitation",
description: "Expert physiotherapy and MSK rehabilitation services",
images: ["http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg"],
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
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" },
@@ -32,8 +31,7 @@ export default function HomePage() {
], ],
}, },
{ {
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" },
@@ -41,8 +39,7 @@ export default function HomePage() {
], ],
}, },
{ {
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: "#" },
@@ -92,7 +89,7 @@ export default function HomePage() {
description="Patient-Centered Excellence" description="Patient-Centered Excellence"
subdescription="Pyatt MSK Rehabilitation" subdescription="Pyatt MSK Rehabilitation"
icon={Heart} icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg"
imageAlt="Physiotherapy treatment" imageAlt="Physiotherapy treatment"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -105,29 +102,17 @@ export default function HomePage() {
tag="Excellence in Care" tag="Excellence in Care"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "95%", description:
value: "95%", "Patient satisfaction rate and successful recovery outcomes across all treatment programs"},
description:
"Patient satisfaction rate and successful recovery outcomes across all treatment programs",
},
{ {
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: "20+", description:
value: "20+", "Years of combined experience from our team of certified physiotherapists and specialists"},
description:
"Years of combined experience from our team of certified physiotherapists and specialists",
},
{ {
id: "4", id: "4", value: "4.9/5", description:
value: "4.9/5", "Average rating from verified patient reviews and testimonials on independent platforms"},
description:
"Average rating from verified patient reviews and testimonials on independent platforms",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -139,35 +124,23 @@ export default function HomePage() {
tag="Our Services" tag="Our Services"
title="Comprehensive Treatment Services" title="Comprehensive Treatment Services"
description="Tailored rehabilitation programs addressing a wide range of musculoskeletal conditions. From acute injuries to chronic pain, we have the expertise to help you recover." description="Tailored rehabilitation programs addressing a wide range of musculoskeletal conditions. From acute injuries to chronic pain, we have the expertise to help you recover."
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=1" 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="Sports medicine rehabilitation" imageAlt="Sports medicine rehabilitation"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Physical Therapy & Rehabilitation", content:
title: "Physical Therapy & Rehabilitation", "Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility."},
content:
"Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility.",
},
{ {
id: "2", id: "2", title: "Sports Injury Treatment", content:
title: "Sports Injury Treatment", "Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely."},
content:
"Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely.",
},
{ {
id: "3", id: "3", title: "Pain Management", content:
title: "Pain Management", "Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies."},
content:
"Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies.",
},
{ {
id: "4", id: "4", title: "Work Injury Rehabilitation", content:
title: "Work Injury Rehabilitation", "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."},
content:
"Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries.",
},
]} ]}
buttons={[{ text: "Explore Services", href: "#services" }]} buttons={[{ text: "Explore Services", href: "#services" }]}
useInvertedBackground={false} useInvertedBackground={false}
@@ -178,65 +151,29 @@ export default function HomePage() {
<TestimonialCardSix <TestimonialCardSix
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Mitchell", handle: "@sarah_m", testimonial:
name: "Sarah Mitchell", "After my ACL surgery, Pyatt MSK got me back to running. Their team's expertise and personalized approach made all the difference in my recovery.", imageSrc:
handle: "@sarah_m", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"},
testimonial:
"After my ACL surgery, Pyatt MSK got me back to running. Their team's expertise and personalized approach made all the difference in my recovery.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{ {
id: "2", id: "2", name: "David Chen", handle: "@david_chen", testimonial:
name: "David Chen", "Chronic back pain was affecting my work. The physiotherapists at Pyatt MSK provided relief and taught me how to manage it long-term. Highly recommend!", imageSrc:
handle: "@david_chen", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},
testimonial:
"Chronic back pain was affecting my work. The physiotherapists at Pyatt MSK provided relief and taught me how to manage it long-term. Highly recommend!",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "David Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", handle: "@emily_active", testimonial:
name: "Emily Rodriguez", "I injured my shoulder playing tennis. The sports medicine specialists helped me understand my injury and return to the court stronger than before.", imageSrc:
handle: "@emily_active", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
testimonial:
"I injured my shoulder playing tennis. The sports medicine specialists helped me understand my injury and return to the court stronger than before.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial:
name: "Michael Thompson", "Professional, caring, and results-driven. My work injury recovery was faster than expected thanks to their structured approach and constant support.", imageSrc:
handle: "@mthompson", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"},
testimonial:
"Professional, caring, and results-driven. My work injury recovery was faster than expected thanks to their structured approach and constant support.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Michael Thompson",
},
{ {
id: "5", id: "5", name: "Jessica Park", handle: "@jpark_wellness", testimonial:
name: "Jessica Park", "The team made me feel heard and supported throughout my recovery journey. Their expertise combined with genuine care is unmatched.", imageSrc:
handle: "@jpark_wellness", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Park"},
testimonial:
"The team made me feel heard and supported throughout my recovery journey. Their expertise combined with genuine care is unmatched.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Jessica Park",
},
{ {
id: "6", id: "6", name: "Robert Walsh", handle: "@rwash_sports", testimonial:
name: "Robert Walsh", "Outstanding rehabilitation program. Within 8 weeks, I regained full mobility and confidence. This is professional healthcare at its finest.", imageSrc:
handle: "@rwash_sports", "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Walsh"},
testimonial:
"Outstanding rehabilitation program. Within 8 weeks, I regained full mobility and confidence. This is professional healthcare at its finest.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "Robert Walsh",
},
]} ]}
animationType="slide-up" animationType="slide-up"
title="Real Patient Stories" title="Real Patient Stories"

View File

@@ -5,6 +5,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import ContactText from "@/components/sections/contact/ContactText";
import { Zap, Sparkles } from "lucide-react"; import { Zap, Sparkles } from "lucide-react";
import Link from "next/link"; import Link from "next/link";
@@ -19,8 +20,7 @@ export default function PricingPage() {
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" },
@@ -28,8 +28,7 @@ export default function PricingPage() {
], ],
}, },
{ {
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" },
@@ -37,8 +36,7 @@ export default function PricingPage() {
], ],
}, },
{ {
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: "#" },
@@ -68,56 +66,24 @@ export default function PricingPage() {
<PricingCardFive <PricingCardFive
plans={[ plans={[
{ {
id: "initial-assessment", id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description:
tag: "Initial Assessment", "Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "#contact" },
price: "$150", featuresTitle: "Assessment Includes:", features: [
period: "/session", "60-minute detailed evaluation", "Movement analysis and testing", "Written treatment plan", "Home exercise program"],
description:
"Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.",
button: { text: "Book Assessment", href: "#contact" },
featuresTitle: "Assessment Includes:",
features: [
"60-minute detailed evaluation",
"Movement analysis and testing",
"Written treatment plan",
"Home exercise program",
],
}, },
{ {
id: "standard-therapy", id: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap,
tag: "Standard Sessions", price: "$120", period: "/session", description:
tagIcon: Zap, "Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "#contact" },
price: "$120", featuresTitle: "Includes:", features: [
period: "/session", "45-minute therapy session", "Advanced treatment techniques", "Progress monitoring", "Exercise adjustments", "Free home exercise videos"],
description:
"Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.",
button: { text: "Start Treatment", href: "#contact" },
featuresTitle: "Includes:",
features: [
"45-minute therapy session",
"Advanced treatment techniques",
"Progress monitoring",
"Exercise adjustments",
"Free home exercise videos",
],
}, },
{ {
id: "package-plan", id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles,
tag: "6-Session Package", price: "$649", period: "total", description:
tagIcon: Sparkles, "Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "#contact" },
price: "$649", featuresTitle: "Package Benefits:", features: [
period: "total", "6 therapy sessions (save $71)", "Dedicated therapist assigned", "Priority scheduling", "Email exercise support", "Progress photos & metrics"],
description:
"Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.",
button: { text: "Enroll Now", href: "#contact" },
featuresTitle: "Package Benefits:",
features: [
"6 therapy sessions (save $71)",
"Dedicated therapist assigned",
"Priority scheduling",
"Email exercise support",
"Progress photos & metrics",
],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -133,29 +99,20 @@ export default function PricingPage() {
tag="What's Included" tag="What's Included"
title="Comprehensive Care at Every Level" title="Comprehensive Care at Every Level"
description="All our pricing plans include access to our professional team, advanced treatment techniques, and personalized recovery support." description="All our pricing plans include access to our professional team, advanced treatment techniques, and personalized recovery support."
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg"
imageAlt="Physiotherapy treatment" imageAlt="Physiotherapy treatment"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Professional Assessment", content:
title: "Professional Assessment", "Every patient receives a comprehensive evaluation to identify their specific needs and create an effective treatment plan."},
content:
"Every patient receives a comprehensive evaluation to identify their specific needs and create an effective treatment plan.",
},
{ {
id: "2", id: "2", title: "Evidence-Based Treatment", content:
title: "Evidence-Based Treatment", "We use proven physiotherapy techniques and exercise protocols that have been shown to accelerate recovery and improve outcomes."},
content:
"We use proven physiotherapy techniques and exercise protocols that have been shown to accelerate recovery and improve outcomes.",
},
{ {
id: "3", id: "3", title: "Progress Monitoring", content:
title: "Progress Monitoring", "Continuous assessment and documentation of your progress helps us adjust your treatment plan as you recover."},
content:
"Continuous assessment and documentation of your progress helps us adjust your treatment plan as you recover.",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />

View File

@@ -19,8 +19,7 @@ export default function ServicesPage() {
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" },
@@ -28,8 +27,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
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" },
@@ -37,8 +35,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
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: "#" },
@@ -69,35 +66,23 @@ export default function ServicesPage() {
tag="Our Services" tag="Our Services"
title="Comprehensive Treatment Services" title="Comprehensive Treatment Services"
description="Tailored rehabilitation programs addressing a wide range of musculoskeletal conditions. From acute injuries to chronic pain, we have the expertise to help you recover." description="Tailored rehabilitation programs addressing a wide range of musculoskeletal conditions. From acute injuries to chronic pain, we have the expertise to help you recover."
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=2" 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="Sports medicine rehabilitation" imageAlt="Sports medicine rehabilitation"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Physical Therapy & Rehabilitation", content:
title: "Physical Therapy & Rehabilitation", "Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility."},
content:
"Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility.",
},
{ {
id: "2", id: "2", title: "Sports Injury Treatment", content:
title: "Sports Injury Treatment", "Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely."},
content:
"Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely.",
},
{ {
id: "3", id: "3", title: "Pain Management", content:
title: "Pain Management", "Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies."},
content:
"Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies.",
},
{ {
id: "4", id: "4", title: "Work Injury Rehabilitation", content:
title: "Work Injury Rehabilitation", "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."},
content:
"Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries.",
},
]} ]}
buttons={[{ text: "Explore Services", href: "#services" }]} buttons={[{ text: "Explore Services", href: "#services" }]}
useInvertedBackground={false} useInvertedBackground={false}
@@ -115,29 +100,17 @@ export default function ServicesPage() {
mediaPosition="left" mediaPosition="left"
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Step 1: Comprehensive Assessment", content:
title: "Step 1: Comprehensive Assessment", "Initial consultation includes detailed medical history, physical examination, and movement analysis to understand your condition and goals."},
content:
"Initial consultation includes detailed medical history, physical examination, and movement analysis to understand your condition and goals.",
},
{ {
id: "2", id: "2", title: "Step 2: Personalized Treatment Plan", content:
title: "Step 2: Personalized Treatment Plan", "Based on assessment findings, we create a customized rehabilitation program with clear milestones and expected recovery timeline."},
content:
"Based on assessment findings, we create a customized rehabilitation program with clear milestones and expected recovery timeline.",
},
{ {
id: "3", id: "3", title: "Step 3: Active Treatment & Monitoring", content:
title: "Step 3: Active Treatment & Monitoring", "Regular therapy sessions with continuous progress monitoring, technique adjustments, and home exercise programming to accelerate recovery."},
content:
"Regular therapy sessions with continuous progress monitoring, technique adjustments, and home exercise programming to accelerate recovery.",
},
{ {
id: "4", id: "4", title: "Step 4: Return to Function", content:
title: "Step 4: Return to Function", "Gradual progression to functional activities with injury prevention strategies and maintenance programs to ensure lasting results."},
content:
"Gradual progression to functional activities with injury prevention strategies and maintenance programs to ensure lasting results.",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -147,56 +120,24 @@ export default function ServicesPage() {
<PricingCardFive <PricingCardFive
plans={[ plans={[
{ {
id: "initial-assessment", id: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", description:
tag: "Initial Assessment", "Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.", button: { text: "Book Assessment", href: "#contact" },
price: "$150", featuresTitle: "Assessment Includes:", features: [
period: "/session", "60-minute detailed evaluation", "Movement analysis and testing", "Written treatment plan", "Home exercise program"],
description:
"Comprehensive evaluation including medical history review, physical examination, and personalized treatment recommendation.",
button: { text: "Book Assessment", href: "#contact" },
featuresTitle: "Assessment Includes:",
features: [
"60-minute detailed evaluation",
"Movement analysis and testing",
"Written treatment plan",
"Home exercise program",
],
}, },
{ {
id: "standard-therapy", id: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap,
tag: "Standard Sessions", price: "$120", period: "/session", description:
tagIcon: Zap, "Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.", button: { text: "Start Treatment", href: "#contact" },
price: "$120", featuresTitle: "Includes:", features: [
period: "/session", "45-minute therapy session", "Advanced treatment techniques", "Progress monitoring", "Exercise adjustments", "Free home exercise videos"],
description:
"Regular physiotherapy sessions focused on your specific treatment goals and functional recovery objectives.",
button: { text: "Start Treatment", href: "#contact" },
featuresTitle: "Includes:",
features: [
"45-minute therapy session",
"Advanced treatment techniques",
"Progress monitoring",
"Exercise adjustments",
"Free home exercise videos",
],
}, },
{ {
id: "package-plan", id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles,
tag: "6-Session Package", price: "$649", period: "total", description:
tagIcon: Sparkles, "Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.", button: { text: "Enroll Now", href: "#contact" },
price: "$649", featuresTitle: "Package Benefits:", features: [
period: "total", "6 therapy sessions (save $71)", "Dedicated therapist assigned", "Priority scheduling", "Email exercise support", "Progress photos & metrics"],
description:
"Discounted package perfect for structured recovery programs with consistent weekly sessions and comprehensive care.",
button: { text: "Enroll Now", href: "#contact" },
featuresTitle: "Package Benefits:",
features: [
"6 therapy sessions (save $71)",
"Dedicated therapist assigned",
"Priority scheduling",
"Email exercise support",
"Progress photos & metrics",
],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"