Update src/app/services/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Physical Therapy", href: "#services" },
|
||||
{ label: "Sports Medicine", href: "#services" },
|
||||
{ label: "Pain Management", href: "#services" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
@@ -69,35 +66,23 @@ export default function ServicesPage() {
|
||||
tag="Our 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."
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Physical Therapy & Rehabilitation",
|
||||
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: "1", title: "Physical Therapy & Rehabilitation", 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",
|
||||
title: "Sports Injury Treatment",
|
||||
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: "2", title: "Sports Injury Treatment", 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",
|
||||
title: "Pain Management",
|
||||
content:
|
||||
"Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies.",
|
||||
},
|
||||
id: "3", title: "Pain Management", content:
|
||||
"Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Work Injury Rehabilitation",
|
||||
content:
|
||||
"Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries.",
|
||||
},
|
||||
id: "4", title: "Work Injury Rehabilitation", content:
|
||||
"Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."},
|
||||
]}
|
||||
buttons={[{ text: "Explore Services", href: "#services" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -115,29 +100,17 @@ export default function ServicesPage() {
|
||||
mediaPosition="left"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Step 1: Comprehensive Assessment",
|
||||
content:
|
||||
"Initial consultation includes detailed medical history, physical examination, and movement analysis to understand your condition and goals.",
|
||||
},
|
||||
id: "1", title: "Step 1: Comprehensive Assessment", content:
|
||||
"Initial consultation includes detailed medical history, physical examination, and movement analysis to understand your condition and goals."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Step 2: Personalized Treatment Plan",
|
||||
content:
|
||||
"Based on assessment findings, we create a customized rehabilitation program with clear milestones and expected recovery timeline.",
|
||||
},
|
||||
id: "2", title: "Step 2: Personalized Treatment Plan", content:
|
||||
"Based on assessment findings, we create a customized rehabilitation program with clear milestones and expected recovery timeline."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Step 3: Active Treatment & Monitoring",
|
||||
content:
|
||||
"Regular therapy sessions with continuous progress monitoring, technique adjustments, and home exercise programming to accelerate recovery.",
|
||||
},
|
||||
id: "3", title: "Step 3: Active Treatment & Monitoring", content:
|
||||
"Regular therapy sessions with continuous progress monitoring, technique adjustments, and home exercise programming to accelerate recovery."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Step 4: Return to Function",
|
||||
content:
|
||||
"Gradual progression to functional activities with injury prevention strategies and maintenance programs to ensure lasting results.",
|
||||
},
|
||||
id: "4", title: "Step 4: Return to Function", content:
|
||||
"Gradual progression to functional activities with injury prevention strategies and maintenance programs to ensure lasting results."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -147,56 +120,24 @@ export default function ServicesPage() {
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "initial-assessment",
|
||||
tag: "Initial Assessment",
|
||||
price: "$150",
|
||||
period: "/session",
|
||||
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: "initial-assessment", tag: "Initial Assessment", price: "$150", period: "/session", 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",
|
||||
tag: "Standard Sessions",
|
||||
tagIcon: Zap,
|
||||
price: "$120",
|
||||
period: "/session",
|
||||
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: "standard-therapy", tag: "Standard Sessions", tagIcon: Zap,
|
||||
price: "$120", period: "/session", 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",
|
||||
tag: "6-Session Package",
|
||||
tagIcon: Sparkles,
|
||||
price: "$649",
|
||||
period: "total",
|
||||
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",
|
||||
],
|
||||
id: "package-plan", tag: "6-Session Package", tagIcon: Sparkles,
|
||||
price: "$649", period: "total", 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"
|
||||
|
||||
Reference in New Issue
Block a user