From e8d1779c4b16ad19f02e1ab84804f8b866b661f9 Mon Sep 17 00:00:00 2001 From: akash Date: Thu, 30 Oct 2025 16:06:23 +0530 Subject: [PATCH] aria-lable links added for all pages --- app/about-us/AboutClient.js | 6 +- app/accident/[slug]/page.js | 2 +- app/accident/page.js | 4 +- app/area-of-injury/[slug]/page.js | 2 +- app/area-of-injury/page.js | 4 +- app/blog/[slug]/page.js | 6 +- app/blog/page.js | 6 +- app/caregivers/CaregiversPage.js | 10 +- app/contact/ContactClient.js | 6 +- .../[slug]/page.js | 2 +- app/etobicoke-treatment-service/page.js | 4 +- .../GalleryClient.js | 8 +- app/layout.js | 11 +- app/not-found.js | 4 +- .../TeamClient.js | 2 +- .../[slug]/page.js | 8 +- app/payment-insurance/PaymentInsurence.js | 6 +- app/rehabilitation/[slug]/page.js | 2 +- app/rehabilitation/page.js | 4 +- app/shortcodes/ShortcodesClient.js | 18 +- .../WhyusClient.js | 2 +- components/SocialFloat.js | 1 + components/elements/BackToTop.js | 2 +- components/elements/PortfolioFilter1.js | 10 +- components/elements/ServiceTabs1.js | 8 +- components/elements/VideoPopup.js | 12 +- components/layout/Breadcrumb.js | 2 +- components/layout/Menu.js | 32 +- components/layout/MobileMenu.js | 50 +-- components/layout/OnepageMenu.js | 20 +- components/layout/Sidebar.js | 16 +- components/layout/footer/Footer1.js | 18 +- components/layout/footer/Footer2.js | 18 +- components/layout/header/Header1.js | 24 +- components/layout/header/Header2.js | 121 +++++- components/sections/home/AboutSection.js | 2 +- components/sections/home/AreaOfInjury.js | 183 +++++---- components/sections/home/FaqSection.js | 12 +- components/sections/home/MobileFeatureCard.js | 8 +- .../sections/home/MobileServicesSection.js | 6 +- components/sections/home/ServicesSection.js | 6 +- components/sections/home1/News.js | 6 +- components/sections/home1/Testimonial.js | 2 +- components/sections/home1/Video.js | 2 +- components/sections/home2/Banner.js | 2 +- components/sections/home2/Features.js | 8 +- components/sections/home2/MobileBanner.js | 2 +- components/sections/home2/Solution.js | 2 +- public/assets/css/bootstrap.css | 2 +- public/assets/css/module-css/faq.css | 19 + .../areas-of-injury/mbl-images-A-O-J/2.webp | Bin 0 -> 2360 bytes .../areas-of-injury/mbl-images-A-O-J/3.webp | Bin 0 -> 2586 bytes .../areas-of-injury/mbl-images-A-O-J/4.webp | Bin 0 -> 1554 bytes .../areas-of-injury/mbl-images-A-O-J/5.webp | Bin 0 -> 2830 bytes .../areas-of-injury/mbl-images-A-O-J/6.webp | Bin 0 -> 2764 bytes .../areas-of-injury/mbl-images-A-O-J/7.webp | Bin 0 -> 3160 bytes .../areas-of-injury/mbl-images-A-O-J/8.webp | Bin 0 -> 2970 bytes .../areas-of-injury/mbl-images-A-O-J/mbl.webp | Bin 0 -> 2234 bytes public/assets/images/logo-mbl.png | Bin 0 -> 2618 bytes utils/Accident.utils.js | 28 +- utils/AreaOfInjery.utils.js | 308 +++++++------- utils/Rehabilitation.utils.js | 16 +- utils/Services.utils.js | 378 +++++++++--------- 63 files changed, 791 insertions(+), 652 deletions(-) create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/6.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/8.webp create mode 100644 public/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp create mode 100644 public/assets/images/logo-mbl.png diff --git a/app/about-us/AboutClient.js b/app/about-us/AboutClient.js index 1814660..2ae772a 100644 --- a/app/about-us/AboutClient.js +++ b/app/about-us/AboutClient.js @@ -128,7 +128,7 @@ export default function Home() {

Welcome to Rapha Rehab Physiotherapy Massage Therapy Clinic Etobicoke – physiotherapy clinic in etobicoke managed by Registered Physiotherapists offering reliable physiotherapy treatment Services, Sports injury physiotherapy, Pelvic floor physiotherapy, Chiropractor, Massage therapy , Acupuncture treatment, Foot Reflexology, Osteopathy, custom knee braces, orthotics, spinal decompression therapy, concussion management, chronic pain management, workplace injury management, Naturopathy and home care physiotherapy Services in Etobicoke.

- Book Appointment + Book Appointment
@@ -226,7 +226,7 @@ export default function Home() {

Physiotherapy etobicoke is a team of health care professionals working together to help get you better, faster. This helps us in rendering our best possible services to our clients.

- Book Appointment + Book Appointment
@@ -288,7 +288,7 @@ export default function Home() {

- + {member.name}

diff --git a/app/accident/[slug]/page.js b/app/accident/[slug]/page.js index 8ba14a3..17b2048 100644 --- a/app/accident/[slug]/page.js +++ b/app/accident/[slug]/page.js @@ -55,7 +55,7 @@ export default function AccidentDetailsPage({ params }) { + aria-label="Accident list"> {cat.title} diff --git a/app/accident/page.js b/app/accident/page.js index 7f2bfea..58cfc4a 100644 --- a/app/accident/page.js +++ b/app/accident/page.js @@ -49,7 +49,7 @@ export default function AccidentPage() {
- + {service.title}
@@ -62,7 +62,7 @@ export default function AccidentPage() { />

- {service.title} + {service.title}

+ aria-label="Area of injury list"> {cat.title} diff --git a/app/area-of-injury/page.js b/app/area-of-injury/page.js index 29a02b9..96d7a8b 100644 --- a/app/area-of-injury/page.js +++ b/app/area-of-injury/page.js @@ -54,7 +54,7 @@ export default function AreaOfInjury() {

- + {altText}
@@ -64,7 +64,7 @@ export default function AreaOfInjury() { {altText}

- {item.title} + {item.title}

{/*

+ aria-label="Blog List"> {b.title} @@ -87,7 +87,7 @@ export default function BlogDetails({ params }) {

- + {related.title}

@@ -95,7 +95,7 @@ export default function BlogDetails({ params }) { + aria-label="Read More"> Read More
diff --git a/app/blog/page.js b/app/blog/page.js index 6fe3051..6a60cfa 100644 --- a/app/blog/page.js +++ b/app/blog/page.js @@ -28,7 +28,7 @@ export default function Blog() { >
- + {blog.title}
@@ -39,7 +39,7 @@ export default function Blog() {
  • {blog.comments}
  • */}

    - + {blog.title.split(" ").length > 5 ? blog.title.split(" ").slice(0, 5).join(" ") + "..." : blog.title} @@ -47,7 +47,7 @@ export default function Blog() {

    {blog.shortDesc}

    - Read More + Read More
    diff --git a/app/caregivers/CaregiversPage.js b/app/caregivers/CaregiversPage.js index b957b07..dd7ad59 100644 --- a/app/caregivers/CaregiversPage.js +++ b/app/caregivers/CaregiversPage.js @@ -51,7 +51,7 @@ export default function Home() {
    Caring with a smile
    -

    Caring with a smile

    +

    Caring with a smile

    It’s not what we do as a home care agency, but how we do it. All of our elderly caregiving services are delivered with a smile. And we all know that a smile can be infectious.

    @@ -60,7 +60,7 @@ export default function Home() {
    Attentive listener
    -

    Attentive listener

    +

    Attentive listener

    How do you like things done? Where would you like to go? Listening to your needs, and having conversations with you, helps us make sure we bring you the perfect match.

    @@ -69,7 +69,7 @@ export default function Home() {
    Qualified
    -

    Qualified

    +

    Qualified

    Whether you just need someone to take you for a walk or a to provide attentive complex caring – we, as a home care agency, can provide a caregiver that is qualified to meet your needs.

    @@ -116,7 +116,7 @@ export default function Home() {

    At NanoCare, we select Caregivers who are passionate about providing in home care to those in need on a daily basis.

    - Become A Caregiver + Become A Caregiver
    @@ -151,7 +151,7 @@ export default function Home() {

    - {member.name} + {member.name}

    {member.designation} {/*
    @@ -111,7 +111,7 @@ export default function ContactClient() {

    - bloor@rapharehab.ca + bloor@rapharehab.ca

    diff --git a/app/etobicoke-treatment-service/[slug]/page.js b/app/etobicoke-treatment-service/[slug]/page.js index 3acc593..ef3224f 100644 --- a/app/etobicoke-treatment-service/[slug]/page.js +++ b/app/etobicoke-treatment-service/[slug]/page.js @@ -57,7 +57,7 @@ export default function ServiceDetailPage({ params }) { + aria-label="Etobicoke treatment service"> {item.shortTitle} diff --git a/app/etobicoke-treatment-service/page.js b/app/etobicoke-treatment-service/page.js index 2fc29ae..638a980 100644 --- a/app/etobicoke-treatment-service/page.js +++ b/app/etobicoke-treatment-service/page.js @@ -21,7 +21,7 @@ export default function ServicesPage() {
    - + {item.alt}
    @@ -31,7 +31,7 @@ export default function ServicesPage() { {item.alt}

    - + {item?.shortTitle}

    diff --git a/app/gallery-physiotherapy-etobicoke/GalleryClient.js b/app/gallery-physiotherapy-etobicoke/GalleryClient.js index 4fe2680..ba695d8 100644 --- a/app/gallery-physiotherapy-etobicoke/GalleryClient.js +++ b/app/gallery-physiotherapy-etobicoke/GalleryClient.js @@ -33,7 +33,7 @@ export default function WhyChooseUs() { {`gallery-${index}`}
    - +
    @@ -53,7 +53,7 @@ export default function WhyChooseUs() { e.preventDefault() handlePageChange(currentPage - 1) }} - > + aria-label="Gallery left image"> Previous @@ -68,7 +68,7 @@ export default function WhyChooseUs() { handlePageChange(i + 1) }} className={currentPage === i + 1 ? "current" : ""} - > + aria-label="Gallery list"> {i + 1} @@ -82,7 +82,7 @@ export default function WhyChooseUs() { e.preventDefault() handlePageChange(currentPage + 1) }} - > + aria-label="Gallery right image"> Previous diff --git a/app/layout.js b/app/layout.js index 6066472..df0b50a 100644 --- a/app/layout.js +++ b/app/layout.js @@ -32,7 +32,7 @@ export default function RootLayout({ children }) { /> */} {/* ✅ Canonical Tag */} - + {/* ✅ Open Graph Meta */} @@ -60,10 +60,10 @@ export default function RootLayout({ children }) { {/* ✅ Preconnect — Faster 3rd-party requests */} - - - - + + + + {/* ✅ fetchpriority for LCP Image */} diff --git a/app/not-found.js b/app/not-found.js index 3e987fb..be970e4 100644 --- a/app/not-found.js +++ b/app/not-found.js @@ -13,7 +13,7 @@ export default function Error404() {

    Oops, page not
    found!

    Mauris urna velit in fermentum in in natoque. Tincidunt pellentesque et risus tincidunt
    dignissim proin auctor.

    - Back To Home + Back To Home
    @@ -36,7 +36,7 @@ export default function Error404() {
    - +
    diff --git a/app/our-team-physiotherapy-etobicoke/TeamClient.js b/app/our-team-physiotherapy-etobicoke/TeamClient.js index bd6945b..d73cb44 100644 --- a/app/our-team-physiotherapy-etobicoke/TeamClient.js +++ b/app/our-team-physiotherapy-etobicoke/TeamClient.js @@ -33,7 +33,7 @@ export default function Home() {

    - {member.name} + {member.name}

    {member.designation} {/*
    @@ -320,7 +320,7 @@ export default function RefugeeIFHP() { guide you step by step.

    - Book Your IFHP-Covered Visit + Book Your IFHP-Covered Visit
    @@ -521,7 +521,7 @@ export default function RefugeeIFHP() { you through every step of the process.

    - Contact Us to Check Your Coverage + Contact Us to Check Your Coverage
    diff --git a/app/rehabilitation/[slug]/page.js b/app/rehabilitation/[slug]/page.js index 133ef43..4b42b1f 100644 --- a/app/rehabilitation/[slug]/page.js +++ b/app/rehabilitation/[slug]/page.js @@ -50,7 +50,7 @@ export default function RehabilitationDetailsPage({ params }) { + aria-label="rehabilitation"> {cat.title} diff --git a/app/rehabilitation/page.js b/app/rehabilitation/page.js index 6aac411..48e33a4 100644 --- a/app/rehabilitation/page.js +++ b/app/rehabilitation/page.js @@ -50,7 +50,7 @@ export default function RehabilitationPage() {
    - + {service.title}
    @@ -63,7 +63,7 @@ export default function RehabilitationPage() { />

    - {service.title} + {service.title}

    Daily Care Experts
    -

    Daily Care Experts

    +

    Daily Care Experts

    We specialize in around the clock care to help seniors live well at home.

    @@ -191,7 +191,7 @@ export default function Home() {
    Balanced Care
    -

    Balanced Care

    +

    Balanced Care

    Our unique approach to care promotes healthy mind, body and spirit.

    @@ -201,7 +201,7 @@ export default function Home() {
    Peace of Mind
    -

    Peace of Mind

    +

    Peace of Mind

    Independent industry surveys place our client satisfaction rate at 97%.

    @@ -211,7 +211,7 @@ export default function Home() {
    Available 24/7
    -

    Available 24/7

    +

    Available 24/7

    We are available 24 hours a day to provide your loved one with a caregiver.

    @@ -221,7 +221,7 @@ export default function Home() {
    High Caliber Caregivers
    -

    High Caliber Caregivers

    +

    High Caliber Caregivers

    We typically hire only 1 in 25 applicants and provide ongoing training.

    @@ -231,7 +231,7 @@ export default function Home() {
    A Trusted Partner
    -

    A Trusted Partner

    +

    A Trusted Partner

    Nano Home Care is the trusted referral choice for elder care professionals.

    @@ -432,7 +432,7 @@ export default function Home() {

    NanoCare is committed to being your shoulder to lean on and providing honest advice for your loved one’s situation during this delicate time. No one should feel alone when looking for senior home care solutions.

    - Book Appointment + Book Appointment
    @@ -537,7 +537,7 @@ export default function Home() { target="_blank" rel="noopener noreferrer" className="theme-btn btn-one-new-raw" - > + aria-label="Reviee us on google"> Review us on Google @@ -626,7 +626,7 @@ export default function Home() {

    - {member.name} + {member.name}

    {member.designation} {/*
    */}

    Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.

    - + Make an Appointment
    diff --git a/components/SocialFloat.js b/components/SocialFloat.js index 26ff8aa..923ae08 100644 --- a/components/SocialFloat.js +++ b/components/SocialFloat.js @@ -54,6 +54,7 @@ export default function SocialFloat() { color: "#fff", // White icon color fontSize: "22px", textDecoration: "none", + }} > diff --git a/components/elements/BackToTop.js b/components/elements/BackToTop.js index 7130c29..9a986c1 100644 --- a/components/elements/BackToTop.js +++ b/components/elements/BackToTop.js @@ -5,7 +5,7 @@ export default function BackToTop({ scroll }) { return ( <> {scroll && ( - + )} diff --git a/components/elements/PortfolioFilter1.js b/components/elements/PortfolioFilter1.js index c0b16dd..617ef26 100644 --- a/components/elements/PortfolioFilter1.js +++ b/components/elements/PortfolioFilter1.js @@ -60,7 +60,7 @@ export default function PortfolioFilter1() {
    -
    +
    @@ -74,7 +74,7 @@ export default function PortfolioFilter1() {
    -
    + @@ -88,7 +88,7 @@ export default function PortfolioFilter1() {
    -
    + @@ -104,7 +104,7 @@ export default function PortfolioFilter1() {
    - +
    @@ -118,7 +118,7 @@ export default function PortfolioFilter1() {
    -
    + diff --git a/components/elements/ServiceTabs1.js b/components/elements/ServiceTabs1.js index e3cd0ad..b91ace2 100644 --- a/components/elements/ServiceTabs1.js +++ b/components/elements/ServiceTabs1.js @@ -12,21 +12,21 @@ export default function ServiceTabs1() {
    */}
      -
    • Home +
    • Home {/*
      • Home Page One
      • Home Page Two
      • @@ -25,24 +25,24 @@ export default function Menu() {
      */}
    • -
    • About Us +
    • About Us
        -
      • Our Team
      • -
      • Our Approach
      • -
      • Gallery
      • -
      • Covid-19-Updates
      • +
      • Our Team
      • +
      • Our Approach
      • +
      • Gallery
      • +
      • Covid-19-Updates
    • - Services + Services {/* Dropdown */}
        {servicesList.map((item) => (
      • - + {item.shortTitle}
      • @@ -78,11 +78,11 @@ export default function Menu() {
    • */} -
    • Area of Injury +
    • Area of Injury
        {areaOfInjuryData.map(item => (
      • - + {item.title}
      • @@ -101,11 +101,11 @@ export default function Menu() {
      */}
    • -
    • Rehabilitation +
    • Rehabilitation
        {Rehabilitation.map(item => (
      • - + {item.title}
      • @@ -113,11 +113,11 @@ export default function Menu() {
    • -
    • Accident +
    • Accident
        {Accident.map(item => (
      • - + {item.title}
      • @@ -125,10 +125,10 @@ export default function Menu() {
    • -
    • Blog
    • +
    • Blog
    • {/* Contact */} -
    • Contact
    • +
    • Contact
    ) diff --git a/components/layout/MobileMenu.js b/components/layout/MobileMenu.js index 758ebb8..32cd05d 100644 --- a/components/layout/MobileMenu.js +++ b/components/layout/MobileMenu.js @@ -51,19 +51,19 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar {/* Header row (Logo left, Social icons right) */}
    - + Logo
    • - +
    • - +
    • @@ -77,17 +77,17 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
      • - Home + Home
      • {/* About Us */}
      • - About Us + About Us
          -
        • Our Team
        • -
        • Our Approach
        • -
        • Gallery
        • -
        • Covid-19 Updates
        • +
        • Our Team
        • +
        • Our Approach
        • +
        • Gallery
        • +
        • Covid-19 Updates
        - Services + Services
          {servicesList.map((item) => (
        • - + {item.shortTitle}
        • @@ -119,11 +119,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar {/* Area of Injury */}
        • - Area of Injury + Area of Injury
            {areaOfInjuryData.map((item) => (
          • - + {item.title}
          • @@ -139,11 +139,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar {/* Rehabilitation */}
          • - Rehabilitation + Rehabilitation
              {Rehabilitation.map((item) => (
            • - + {item.title}
            • @@ -159,11 +159,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar {/* Accident */}
            • - Accident + Accident
                {Accident.map((item) => (
              • - + {item.title}
              • @@ -178,12 +178,12 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar {/* Other Links */} -
              • Contact
              • -
              • Blog
              • -
              • Why Us
              • -
              • Faq
              • -
              • What To Expect
              • -
              • Payment And Insurance
              • +
              • Contact
              • +
              • Blog
              • +
              • Why Us
              • +
              • Faq
              • +
              • What To Expect
              • +
              • Payment And Insurance
              • {/*
              • Refugee Physiotherapy
              • */}
        @@ -195,12 +195,12 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
        • 5 – 4335 Bloor Street West Etobicoke, M9C 2A5
        • - + +647-722-3434, +416-622-2873
        • - + bloor@rapharehab.ca
        • diff --git a/components/layout/OnepageMenu.js b/components/layout/OnepageMenu.js index 3477039..4e0b17b 100644 --- a/components/layout/OnepageMenu.js +++ b/components/layout/OnepageMenu.js @@ -13,19 +13,19 @@ export default function Menu() {
        */}
          -
        • Home +
        • Home
            -
          • Home Page One
          • -
          • Home Page Two
          • -
          • Home Page Three
          • -
          • OnePage Home
          • +
          • Home Page One
          • +
          • Home Page Two
          • +
          • Home Page Three
          • +
          • OnePage Home
        • -
        • About
        • -
        • Service
        • -
        • Team
        • -
        • News
        • -
        • Footer
        • +
        • About
        • +
        • Service
        • +
        • Team
        • +
        • News
        • +
        • Footer
        diff --git a/components/layout/Sidebar.js b/components/layout/Sidebar.js index 9f9eb2c..846e999 100644 --- a/components/layout/Sidebar.js +++ b/components/layout/Sidebar.js @@ -20,27 +20,27 @@ export default function Sidebar({ isSidebar, handleSidebar }) {
        - rapharehab + rapharehab

        About Us

        Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi

        Research oriented solutions for Data Science and Machine Learning business needs.

        - About Us + About Us

        Contact Info

        • Chicago 12, Melborne City, USA
        • -
        • +88 01682648101
        • -
        • info@example.com
        • +
        • +88 01682648101
        • +
        • info@example.com
          -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        diff --git a/components/layout/footer/Footer1.js b/components/layout/footer/Footer1.js index 245b753..2352809 100644 --- a/components/layout/footer/Footer1.js +++ b/components/layout/footer/Footer1.js @@ -38,7 +38,7 @@ export default function Footer2() {
        - + rapharehab
        @@ -48,11 +48,11 @@ export default function Footer2() {
        • + rel="noopener noreferrer">
        • + rel="noopener noreferrer">
        @@ -74,7 +74,7 @@ export default function Footer2() {
      • + aria-label="Etobicoke treatment service"> {item.shortTitle}
      • @@ -97,7 +97,7 @@ export default function Footer2() {
          {areaOfInjuryData.map((item) => (
        • - + {item.title}
        • @@ -118,7 +118,7 @@ export default function Footer2() {
            {Accident.map((item) => (
          • - + {item.title}
          • @@ -137,7 +137,7 @@ export default function Footer2() {
              {Rehabilitation.map((item) => (
            • - + {item.title}
            • @@ -162,11 +162,11 @@ export default function Footer2() {
            • - 647-722-3434 + 647-722-3434
            • - + bloor@rapharehab.ca
            • diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js index 245b753..6e503ca 100644 --- a/components/layout/footer/Footer2.js +++ b/components/layout/footer/Footer2.js @@ -38,7 +38,7 @@ export default function Footer2() {
              - + rapharehab
              @@ -48,11 +48,11 @@ export default function Footer2() {
              • + rel="noopener noreferrer" aria-label="Icon-4">
              • + rel="noopener noreferrer" aria-label="Facebook">
              @@ -74,7 +74,7 @@ export default function Footer2() {
            • + aria-label="Etobicoke treatment service"> {item.shortTitle}
            • @@ -97,7 +97,7 @@ export default function Footer2() {
                {areaOfInjuryData.map((item) => (
              • - + {item.title}
              • @@ -118,7 +118,7 @@ export default function Footer2() {
                  {Accident.map((item) => (
                • - + {item.title}
                • @@ -137,7 +137,7 @@ export default function Footer2() {
                    {Rehabilitation.map((item) => (
                  • - + {item.title}
                  • @@ -162,11 +162,11 @@ export default function Footer2() {
                  • - 647-722-3434 + 647-722-3434
                  • - + bloor@rapharehab.ca
                  • diff --git a/components/layout/header/Header1.js b/components/layout/header/Header1.js index 6d3caf6..7b28837 100644 --- a/components/layout/header/Header1.js +++ b/components/layout/header/Header1.js @@ -19,10 +19,10 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide style={{ marginRight: "8px" }} className="red-icon" /> - + + }} > 647-722-3434 @@ -34,10 +34,10 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide style={{ marginRight: "8px" }} className="red-icon" /> - + + }} > bloor@rapharehab.ca @@ -45,18 +45,18 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
                    -
                  • Why Us
                  • -
                  • FAQ’s
                  • -
                  • What To Expect
                  • -
                  • Payment And Insurance
                  • +
                  • Why Us
                  • +
                  • FAQ’s
                  • +
                  • What To Expect
                  • +
                  • Payment And Insurance
                  • {/*
                  • Refugee Physiotherapy
                  • */}
                  • - +
                  • - +
                  • @@ -71,7 +71,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
                    - rapharehab + rapharehab
                    @@ -97,7 +97,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
                    - rapharehab + rapharehab
                    diff --git a/components/layout/header/Header2.js b/components/layout/header/Header2.js index e099ef7..fca4009 100644 --- a/components/layout/header/Header2.js +++ b/components/layout/header/Header2.js @@ -1,7 +1,9 @@ -'use client' +"use client"; +import React, { useState, useEffect } from "react"; import Link from "next/link"; import Menu from "../Menu"; import MobileMenu from "../MobileMenu"; +import Image from "next/image"; export default function Header2({ scroll, @@ -11,12 +13,28 @@ export default function Header2({ handleSidebar, isHome = false, }) { + const [isMobile, setIsMobile] = useState(false); + + // ✅ Detect mobile screen + useEffect(() => { + const checkScreenSize = () => setIsMobile(window.innerWidth <= 768); + checkScreenSize(); + window.addEventListener("resize", checkScreenSize); + return () => window.removeEventListener("resize", checkScreenSize); + }, []); + + // ✅ Switch logo based on screen size + const logoSrc = isMobile + ? "/assets/images/logo-mbl.png" // mobile logo + : "/assets/images/logo.png"; // desktop logo + return ( <>
                    - {/* Header Top */}
                      @@ -26,7 +44,9 @@ export default function Header2({ alt="Phone" className="contact-icon" /> - 647-722-3434 + + 647-722-3434 +
                    • Mail - bloor@rapharehab.ca + + bloor@rapharehab.ca +
                      -
                    • Why Us
                    • -
                    • FAQ’s
                    • -
                    • What To Expect
                    • -
                    • Payment And Insurance
                    • - + + Why Us + +
                    • +
                    • + + FAQ’s + +
                    • +
                    • + + What To Expect + +
                    • +
                    • + + Payment And Insurance + +
                    • +
                    • +
                    • - +
                    • @@ -57,13 +105,28 @@ export default function Header2({
                    - {/* Header Lower */}
                    - rapharehab + {/* ✅ Responsive logo using Next/Image */} + + rapharehab logo +
                    @@ -75,7 +138,10 @@ export default function Header2({
                    @@ -84,18 +150,36 @@ export default function Header2({
                    - {/* Sticky Header */}
                    -
                    - rapharehab +
                    + {/* ✅ Sticky header also gets responsive logo */} + + rapharehab logo +
                    @@ -103,7 +187,6 @@ export default function Header2({
                    - {/* Mobile Menu */}
                    diff --git a/components/sections/home/AboutSection.js b/components/sections/home/AboutSection.js index 63f0231..0610a23 100644 --- a/components/sections/home/AboutSection.js +++ b/components/sections/home/AboutSection.js @@ -179,7 +179,7 @@ export default function AboutSection() {
                    - + Explore Our Service
                    diff --git a/components/sections/home/AreaOfInjury.js b/components/sections/home/AreaOfInjury.js index 68425af..4d5ed58 100644 --- a/components/sections/home/AreaOfInjury.js +++ b/components/sections/home/AreaOfInjury.js @@ -1,90 +1,115 @@ -import React from 'react'; +"use client"; +import React, { useState, useEffect } from "react"; import Link from "next/link"; import Image from "next/image"; - - -import { areaOfInjuryData } from '@/utils/AreaOfInjery.utils'; +import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils"; export default function AreaOfInjury() { - const teamMembers = [ - { name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' }, - { name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' }, - { name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' }, - { name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' }, - { name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' }, - { name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' }, - { name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' }, - { name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' }, - ]; + const [isMobile, setIsMobile] = useState(false); - return ( -
                    -
                    -
                    - Physiotherapy at Rapharehab -
                    + // ✅ Detect mobile screen (same logic as Header2) + useEffect(() => { + const checkScreenSize = () => setIsMobile(window.innerWidth <= 768); + checkScreenSize(); + window.addEventListener("resize", checkScreenSize); + return () => window.removeEventListener("resize", checkScreenSize); + }, []); -
                    - Physiotherapy at Rapharehab -
                    + return ( +
                    + {/* ===== Background Patterns ===== */} +
                    +
                    + Physiotherapy Background +
                    +
                    + Physiotherapy Background +
                    +
                    +
                    +
                    +
                    -
                    -
                    - {/*
                    */} -
                    - {/*
                    */} -
                    -
                    -
                    - Start Your Treatment Today!
                    Visit our healthcare team in Etobicoke.
                    -

                    Area Of Injury

                    -
                    -
                    - {areaOfInjuryData.slice(0, 8).map((area, index) => ( -
                    -
                    -
                    -
                    -
                    - {area.title.toUpperCase()} -
                    - {/*
                      -
                    • -
                    • -
                    • -
                    • -
                    */} -
                    -
                    -

                    {area.title}

                    - {/* {member.role} */} -
                    -
                    -
                    -
                    - ))} -
                    -
                    - View All -
                    + {/* ===== Section Header ===== */} +
                    +
                    + + Start Your Treatment Today!
                    Visit our healthcare team in + Etobicoke. +
                    +

                    Area Of Injury

                    +
                    + + {/* ===== Injuries Grid ===== */} +
                    + {areaOfInjuryData.slice(0, 8).map((area, index) => { + // ✅ Same concept as Header logo switching + const imageSrc = isMobile + ? area.mobileImage || area.image // if mobile image exists, use it + : area.image; + + return ( +
                    +
                    +
                    +
                    +
                    + {/* ✅ Using Next/Image for automatic optimization */} + {area.title} +
                    + +
                    +

                    + + {area.title} + +

                    +
                    +
                    +
                    + ); + })} + + {/* ===== View All Button ===== */} +
                    +
                    + + View All +
                    -
                    - ); -}; +
                    +
              +
    + + ); +} diff --git a/components/sections/home/FaqSection.js b/components/sections/home/FaqSection.js index a6c7ac9..17c47de 100644 --- a/components/sections/home/FaqSection.js +++ b/components/sections/home/FaqSection.js @@ -99,7 +99,7 @@ export default function FaqSection() {
  • handleToggle(1)}>
    -
    About Us
    +

    About Us

    @@ -107,14 +107,14 @@ export default function FaqSection() {
    - Book Appointment + Book Appointment
  • handleToggle(2)}>
    -
    Vision
    +

    Vision

    @@ -126,7 +126,7 @@ export default function FaqSection() {
  • handleToggle(3)}>
    -
    Mission
    +

    Mission

    @@ -138,7 +138,7 @@ export default function FaqSection() {
  • handleToggle(4)}>
    -
    Why Choose Us
    +

    Why Choose Us

    @@ -146,7 +146,7 @@ export default function FaqSection() {
    - Book Appointment + Book Appointment
  • diff --git a/components/sections/home/MobileFeatureCard.js b/components/sections/home/MobileFeatureCard.js index d94d72d..cd53bfe 100644 --- a/components/sections/home/MobileFeatureCard.js +++ b/components/sections/home/MobileFeatureCard.js @@ -14,7 +14,7 @@ export default function MobileFeatureCard() {
    Experienced Professionals
    -

    Experienced
    Professionals

    +

    Experienced
    Professionals

    {/*

    Lorem ipsum dolor sit amet ctetur adipiscing

    */}
    @@ -26,7 +26,7 @@ export default function MobileFeatureCard() {
    Walk-in Appointments
    -

    Walk-in
    Appointments

    +

    Walk-in
    Appointments

    {/*

    Lorem ipsum dolor sit amet ctetur adipiscing

    */}
    @@ -38,7 +38,7 @@ export default function MobileFeatureCard() {
    State-of-the-Art Technology
    -

    State-of-the-Art Technology

    +

    State-of-the-Art Technology

    {/*

    Lorem ipsum dolor sit amet ctetur adipiscing

    */}
    @@ -50,7 +50,7 @@ export default function MobileFeatureCard() {
    One-on-One care
    -

    One-on-One
    Care

    +

    One-on-One
    Care

    {/*

    Lorem ipsum dolor sit amet ctetur adipiscing

    */}
    diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js index 1effb90..6d85f34 100644 --- a/components/sections/home/MobileServicesSection.js +++ b/components/sections/home/MobileServicesSection.js @@ -47,12 +47,12 @@ export default function MobileServices() { src={service.icon2} alt={`${service.alt}`} /> -

    {service?.shortTitle}

    +

    {service?.shortTitle}

    + aria-label="View Service"> View Service
    @@ -66,7 +66,7 @@ export default function MobileServices() {
    - View All Services + View All Services
    diff --git a/components/sections/home/ServicesSection.js b/components/sections/home/ServicesSection.js index 9fea237..d676b99 100644 --- a/components/sections/home/ServicesSection.js +++ b/components/sections/home/ServicesSection.js @@ -42,7 +42,7 @@ export default function ServicesSection() {
    - + {service.alt}
    @@ -52,7 +52,7 @@ export default function ServicesSection() { {service.alt}

    - + {service?.shortTitle}

    @@ -75,7 +75,7 @@ export default function ServicesSection() { ))}
    - View All Services + View All Services
    diff --git a/components/sections/home1/News.js b/components/sections/home1/News.js index 1f25f3f..4bcab5c 100644 --- a/components/sections/home1/News.js +++ b/components/sections/home1/News.js @@ -40,19 +40,19 @@ export default function News() {
    - + {blog.title}

    - + {blog.title.length > 40 ? blog.title.slice(0, 40) + "..." : blog.title}

    {blog.shortDesc}

    - + Read More
    diff --git a/components/sections/home1/Testimonial.js b/components/sections/home1/Testimonial.js index 1385899..2ab169d 100644 --- a/components/sections/home1/Testimonial.js +++ b/components/sections/home1/Testimonial.js @@ -56,7 +56,7 @@ export default function Testimonial() { target="_blank" rel="noopener noreferrer" className="theme-btn btn-one-new-raw" - > + aria-label="Review us on google"> Review us on Google
    diff --git a/components/sections/home1/Video.js b/components/sections/home1/Video.js index 13d6f71..14acfec 100644 --- a/components/sections/home1/Video.js +++ b/components/sections/home1/Video.js @@ -34,7 +34,7 @@ export default function Video() {
    */}

    Expert Online Consultations
    with our therapists.

    - Schedule Your Consultation + Schedule Your Consultation
    diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index df1a97e..34de918 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -166,7 +166,7 @@ export default function Banner() { )}

    {s.desc}

    - + {s.btn.text}
    diff --git a/components/sections/home2/Features.js b/components/sections/home2/Features.js index 79ccc2a..71c56b8 100644 --- a/components/sections/home2/Features.js +++ b/components/sections/home2/Features.js @@ -15,7 +15,7 @@ export default function Features() {
    Experienced Professionals
    -

    Experienced
    Professionals

    +

    Experienced
    Professionals

    {/*

    Skilled experts deliver trusted professional healthcare with years of proven experience.

    */} @@ -27,7 +27,7 @@ export default function Features() {
    Walk-in Appointments
    -

    Walk-in
    Appointments

    +

    Walk-in
    Appointments

    {/*

    Get quick appointments with hassle-free, convenient scheduling today.

    */} @@ -39,7 +39,7 @@ export default function Features() {
    State-of-the-Art Technology
    -

    State-of-the-Art Technology

    +

    State-of-the-Art Technology

    {/*

    Advanced tools ensure accurate results with modern, innovative solutions.

    */} @@ -51,7 +51,7 @@ export default function Features() {
    One-on-One care
    -

    One-on-One
    Care

    +

    One-on-One
    Care

    {/*

    Tailored attention provides focused treatments designed for unique needs.

    */} diff --git a/components/sections/home2/MobileBanner.js b/components/sections/home2/MobileBanner.js index f9d5901..b06a8e9 100644 --- a/components/sections/home2/MobileBanner.js +++ b/components/sections/home2/MobileBanner.js @@ -140,7 +140,7 @@ export default function MobileBanner() { + aria-label="Mobile Banner Button"> {slide.buttonText} diff --git a/components/sections/home2/Solution.js b/components/sections/home2/Solution.js index d468ef1..3263b9c 100644 --- a/components/sections/home2/Solution.js +++ b/components/sections/home2/Solution.js @@ -60,7 +60,7 @@ export default function Solution() { */}
    - + Contact Us
    diff --git a/public/assets/css/bootstrap.css b/public/assets/css/bootstrap.css index c4e4a53..4bbfc44 100644 --- a/public/assets/css/bootstrap.css +++ b/public/assets/css/bootstrap.css @@ -146,7 +146,7 @@ h4, .h4 { } @media (min-width: 1200px) { h4, .h4 { - font-size: 1.5rem; + font-size: 1.25rem; } } diff --git a/public/assets/css/module-css/faq.css b/public/assets/css/module-css/faq.css index fa7a368..bb53a60 100644 --- a/public/assets/css/module-css/faq.css +++ b/public/assets/css/module-css/faq.css @@ -27,6 +27,13 @@ font-weight: 600; } +.accordion .acc-btn h4 { + display: block; + font-size: 18px; + line-height: 30px; + font-weight: 600; +} + .accordion .acc-btn.active { background: var(--theme-color); } @@ -35,6 +42,11 @@ color: #fff; } +.accordion .acc-btn.active h4 { + color: #fff; +} + + .accordion .acc-btn .icon-box { position: absolute; display: inline-block; @@ -110,6 +122,13 @@ font-weight: 600; } + .accordion .acc-btn h4 { + display: block; + font-size: 15px !important; + line-height: 30px; + font-weight: 600; +} + .accordion .acc-btn { position: relative; padding: 20px 20px 20px 20px !important; diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp new file mode 100644 index 0000000000000000000000000000000000000000..3fb723b063a32066803f52a1a83978b8aa32da84 GIT binary patch literal 2360 zcmV-83CH$QNk&F62><|BMM6+kP&gnY2><|4GXR|dDxUyq06vjGn@c65q9LPFOc1aV z31eh=RqdK&^h6=2aKAe?oQ)|=quXWvIsedLKJu)X&dYq^ahHzZPwx;})sz4F#v%42 z(=T)nE-6EDiueA_Yvi`Pw%Dy~P|m;r8Ryt0AvflGk!YC+cv`C}SAzB}s;(8^GbjD! zkQ1V&We-c?od|l71<(B!q<|B3!On+%Ayh$4lL@4=^t)(Ah`J&G-tpk-i-m>8s3C8_ zQcWM9$#zHLh0V|lm@_p(+;QmMh7fFZS8v%Z(pxzZ6Ze5~!9TOaDQZbQihOXVP#)z+{)uJh;i`?4 zWMAid1+I4e%Olws*~(jPS{Gr5!CIVMRqF6{2Y>+n`nPX&A!+m2b9>>2f4i+m|1Ch| z^kISnFTL5r(p(M=LTY!)LYbcg!JVe;)?TCKVCWvXl=FUzI8x}9S4lMqB{{iWfsd`?BMFJA2M*xw45uG)TP(+GS z9%BRx1TJh)_n;T3&8Mu@KG=33t8}Jj0ywqH{pc`~t&U@b zD>bS{hHP}iNFeCAbC(40jxTkgy@lXFJNFyBBc7ZlCg+g&`>7HC3J}@F)0hkayN&ZWrB-p@$(arPBkZf9 zTe%Oq-HJw#v<%BHnAqJD_IUGdz$1|BXqYmh3H4A|U=% zWviQ%p$TDKH}tJH3&lDUc&vK|H`P~Qg;fIPDpXre0&fe5LJ+wWTF%&}B6aaz~I6Q((H%@k@` z6=LW@T#Sm9ynKgZuF)F%DU4tCZj`3xh{*`#*d9mb(6gme)~h5X>Rd>a>*Dcjk;b$S zx`mk(sp(l~(>^^lxGPIGDcJ<~^kULVj_*RmWWAiwRXynNoR$!*iPBdaX~r%km-bE@ zCPu<5boyG`vVJrdgz_HEmB@I24wqNEd(>11^Hu@C;lmJ!Z}}S%#d1YLo+dzM;wrlX zwk&RLhc{tRZjF+G_3_w-@&;A@2;C?;BV2flC#X{uCF7#E5&hw2ksVwK5M<2PUsaCt)39FSXEl6xy!+ZEr#{CM?HDhGQC0N*SnaVP1QjLKDjtVO=1rw|80% zyv};ur=-k#!eoB&Wpx`)WAoJ^S#lh33DAXZfRY|?0MwXItS+ATyE() zF?`99h4Ol?m`qVik(`f*lof_h8ZIFSJ)dcPSDFJvwf3l=S*q1M8k+?=r$|D{`H;5B zSgXM3PGzwW6OQXH4 zfvAji(Nc|$lb03o8d!d>1ArMco8A1y0|QL$-Qwn(NWI(gd?btn;p=j!NFcQ@55A4W z(bV{Iyu)CgTF-D#xPkrIs6mkJYLY)_YjTM;o3&_IGm^tU_ex{MXs!$X_!8VL>f$ab zEa-^EI1mwGwR8{%)X6?yP=0(|dGboE&B6*{9=1O~HSh@WOE|ol5k3UES8v;C;^Vph znWY}4R@$oJXBU^|5){cH2*-f=U$m6NR7!+}QCfCPdq;EbrqLOt0{mMLDMwW}q1M5w zyhDAnma?d5rx>$0oqw6YNS#8eTS` zk!uzm9)>}_0o<&lZrzoVPoD_J2GbgAp-Pn`DWok}$@*?K@@OnURXBZVJnBCd!BE5B eFFxd*)IwcHOn(+|)uPd>tZRrqfO^}qHUI#%{(iIo literal 0 HcmV?d00001 diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp new file mode 100644 index 0000000000000000000000000000000000000000..092cccea1930ac81f84e197e0804c40b5812003e GIT binary patch literal 2586 zcmV+#3gz`uNk&Ez3IG6CMM6+kP&gn43IG7mF#w$bDxUyq06vjGno1?3q9msCJfN@= z31e$4T#bpT(Z9RE3ErKz2=l%-7(wpee_)hOJB4 zWH=-bF!fWsquSjT0xoiWxgi?BK5&W&vhWbhyjdqN^WekVqEhR`7N$hTdot7!5G-Nb zyUWN%@jBs{^I7ta70HUm&~OHpUum;3_xv2-n`SVesN?9}_3c^V1@RcsKxvLs^Zcb- zVNTk=UCWV1pY3ICJW6q@C{(32VXUZv(qxUNN@QUrIyYw3>t(21+%920tNk&@svey^ z=aO+Dk1dLe?A%ER2KoEn%3zE$Iua!ja#571$Dgc7J87y($B}flL(6P)p+EAx_{UU# zb4}~LC%)hi!D4H@c({a{C@-D3}^J0Zq#*(K~!}ji152$hY=hJqZW8bZt4-f z-H#v1p|u(kXQf&oMj6J^8!dTs01$2qwFUvK1Au zN>MKl=xxH;!WVo~n}3IiwrT3aiPgJW^#vG&a!{Fi@c&DlBFkn;;8wl!iK5*Jz#Jmo z=z;uAUQY%AE1JA`KL-cjz5gxH`|_~_!%^#tWHC_=cm!x&PeZt>_zk$~koeX)wT3<( z{_`!VOQ2XBlT)mKnV>c5*u^8s-6k)l91&Jx3&H6puCRwlTGHKv+N zfol8}_HIEj-)<+bQkS6oipzZp4!pMW7TA|q@#x{hW1QpRPsrbqs9zWi$!78_AnTM@ zqhp#@8iCrnBEDP*$25O8r^2@#!Pu^)eTaWqEKc`I9Zdt57lFC{Va^)EbO-&?^Cv(0 zej8gv?Q@07phQn7?D(N}%4(x=b^sA>N%ZE^VZ=xpNaep??~D48_US9g3NTmM;A6oY zo)17g9HF8|Bl(o)ZeeK;uRIbuu9x_$+R^f*|Dw(z24d|nMpf37nu|7o@o`0RAp1vh zg@wVj?nMt|vqX~^_5xCcY$BQ{h{?1L&X@{F`rz#@-`}US?T$!gSocN6LkNU5Pi!0q zao5r|bk^xW_)EYC+%zi+0r&K8TeMwb^Ko7yK1C~a<~}L{qZKTTtbEHcYxptAA`y0T zKJd`5AqxH0a9W^O7C}?G^0mmsmFRDGLT~YSDR{J_`B{2-6TFWIy>da6hltY&UoxYpjejbr&AapIBdAoX$H|YHY8?t|C$@?|X12GKVTUa}_9< z3W{5QtgPhVzEiIP1`E2()>$CEPdS!HrQRS^zVR0b6z3u9QeICLaHXY)_{O+NV2F$H7FXS|ac03Ote{5`# z*7?x4B?d-el zoV3PbhBd(vq@!W~k#K#@VP^$g(FCaPu73M{_h%#SaEu3gGRP!dJnBg^$<@KLO4#-? zOTCTECFbmRHEN!z2qAWK)phVNDz9TC zzEhPLRsY=q>g^IJ{VEr0-l_iHL%`^on(9|J6DM@&f79 zmM6^s?wUu2*>%qL2F_(aqze9p6Kh=Yqa{ywl&Q^C6|(Zc%fwDmFd7Sr@Dd=EJj|2o zrYHL7E0%>201P5|;Aijh4w4i|9&^_vY(?P1uX`AhiI1<8F=10i_q(u#U~I>NPOlRG z6w&rmbe=sAf`6KjR;w+5L6&uDPcU+w7th`Zch?T&lp?SwiR2PfgU%>L%Ns%MNjdLH zyrC*w2~{W3ZAMz_Q4O5vn^8}$llAZU`M`^Pn1b2@nqtmILNKUer5a=`_XtEzB*-CS zi}azLj)L4vwM5s@l}a<{JQk&=bWjvJ5QS$jah3lx65P?sV4dw<_K5AzB#(O9#cLAJ zv%v#ljW(q;?VCx$Q_vB}^YZ*)iJ$3l9zdf|-66mkKPv#j5sg?R(X~`7>I4o$ZtvIP zJ>7^knOBsP);@V}vH(9#gf(GS)^v;6-eZM|HXlP4dEHmXO)gP-9*_ zDxWW0`4e0e;imGKSG;foqCFR_wGf-=u+Y=bfCwTR;X^+bi0)u_b2dyOe?jyw+b$j< z>4geF(=BNV6x$8;D6p7FR(j*c_85$q^u`Kkz|6@Z4m4$FALaeNmn0G2Wd2wPI&+15 zoWK?95j-0-QKBv#BZVt?pJ8hMtvR0J4E;MWNHkFFwQtwWv!o+PY^9Wj3fCM4neI_g zyiA`M#rt9=SD_qqABUCwPexy}R&*#_)bWqxLgX9U&zIPh{cSZD_4;;0+1eow2*)`> wrwe>_k%lEbj5lG_R literal 0 HcmV?d00001 diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp new file mode 100644 index 0000000000000000000000000000000000000000..e3b9bf40adde22a600ffd32b1dee5cf0b0436742 GIT binary patch literal 1554 zcmV+t2JQJ$Nk&Er1^@t8MM6+kP&gp|1pokW9sr#IDxUyq06vjMoJysnBB7@AN(itL z31bF}+yUbC1s|vF!0&F~m=8AXJBS#)Ss7hXdIasxV0<;xB{YvIe_3!UDCZ67g!V(c zDlybB9&Hv4F=BjN;w8UGxWh0GWKVDPdl!qPa2DJ%b(n(HQ}eS=kw-%k{)R|l@t#G8 zOWIFeEGSReuLYkQ7SB^-@Wp+IL+!+i#(E5hpvIlz0(>^JHFda8zh=qVDeM+2U~)y} z9i|8)B~RZT#u)uUA@aSNqMfl>TjfK{R#4Ttz~sf{-j3N!MbUTVhV$YM{e`93#b>#- zoC)NGT|rgkx@E7LKUvljKLEf0{`wve;&)o9qM>+)8`_t+LQ>$!M?M8_RS4K{+H)@g zvEU22$;!Slnt4kbRRv)~9l`=;K->;}_dWI>Ytk@Lf#$gV+nCTqclSrC_EmKKGdj!; z(~u>m(c=`yzzA=)xB$NZ3%j>`qt0k=QC#NaF6P*&45}B9>Ry&>ip0(AxuI|3eQ(gv z-n7U>>5_&a-HS>S`LFl9gBoZ%`C{*^V82DYAePgnK6>N?YW>vg=BGBl!uoKNG&z=0 zPTYz3!oF(cI3g#a9MUR|mcQplQy*mj$F#9z6=F?`bOy!GhmGtGOj40BIIdz()mS+$ zek>6Xo>%XUPHs3&W9SVpkw_1SknW$8Wk)Iu#K&gv7EtsYMC3zE!c(AX*N%9H5C{SE zWI&i1>e|)o#0g=gnU5b(3P=Uf9OYq!9G+CLyE&p@27fped8cu%BpBQSvlQyVGPmO- z2rq^>^HwR3F9o)a#1KAp%fWRX%i`hQ{>W5xn*R*t0eB*vx-oCS#Bg5BWe#m{C=IZ$xjoKRW__e*?-6RB<{&fSzc7$u z%P)1%v!e~v1{I*Ho*v@1SdZLC*>fyvnC{C++lg&I?XwJ`gOUVX?YKI^X+`~0fRt9! zckstLKzV*FKz{xI0qDQFXnGfTA|Dt~yyQd;V#$;D<_h0y$La&u$bSMj>S-D0xn;!H zoT08m{kmiuC<6g3s5q|NZpH_AJ&SD**L+(n6b{0vTC6@WN3kGazdblihY8vB%@pK& zQrsWB8ENn7qMM*sn#CxwGQnelR@)hpiIeF&w3~5WCKfBnAVwg-yKwTNoCE#%Fo80T zZfgpVo(OqqUAH<-Lf>1EMx4eH^Ce_(AUtmse|@2C(R0-5_d`uId*J1gC9C0f-I$#4 z-RpMHS*blznuH%qZG{Eh*<#@ykT^&ZXxeq`>L@2!)NF6#_}d8Wo{=5@h%Je?9h%IX zl=1)w&95PP$8YQXs|JRN^QBxGp!x5+1=jF7qBO{DYgguHXZtNN;wvxkN0I5^l}N2E z(Hth#?!g^Je>||0%GWvaC z@p-rlpmda=Z$I*rN<~%6>Ec)jc`=*nfLG&I@E_zhHlqN`dfedKm9h%GCxM)uz{|W} zX3@#8h=v3OB7U54QiZWL{>P8y%l6vD9`k2lc!+v}IuVtTP1BefE8?`_U07Xe%cOg} zOW!Ivf;0p;ca=rY{PqwFcO?@BK&Df&=QXb+Kt{5KnN0)j93y^;#OM{g9g}AsPo?kX zRnMe)08HO0G$m7fveu_$4Z&jgCF{+Qvnnt-@*+4M7Dx*zo$@pwK2{8~!Hb9F+ zkltPsiOh(xfrHBDMF>3dU&u(kow=}7heiKhx&FodGR^&VH4U_hq6qUeXfw24kJ(ZR zx0wQWH0TQI3v&=UxlJe86Cpt476@Q03%77|mrC1YDf9X#5^~~M8R;oW(|7;~LFB~% E0KLujD*ylh literal 0 HcmV?d00001 diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp new file mode 100644 index 0000000000000000000000000000000000000000..87d77d1f0ceb1c0f11bc06fea11d3caf757b34fc GIT binary patch literal 2830 zcmV+p3-R<)Nk&En3jhFDMM6+kP&gp^3IG7`H~^giDxUyq06vjGnMtLiq9G_#oS3i@ z31k4cra0H0i{|gv?u!k?DD0R257w69zIJUp8d5nf^5eHZKg_~uVXM`p_G-weJp)Ta$_V}lf>I)1ihNZa;+J}afQmy`bowJM)jE?eWTB!OI6 zaHum+Q1IDu5{}wos+Gumzv8bjOGp!qK7L@$0#16^5)9N;$iPJsBH2kG;|E@y|4KU4 z9KvE|!+IRe9mM zr_iji+3RWB^useszg|n+W73cg+g9TYf_LB5+c&$)&=8nMS4jssYg5udf_HVpRIIe` zVBJM$7^nvSdiU;Cho{(RL58G`FRb^>~s>6GHQs&@Mo{h zg^D_}Azg5p31Z4uy{v-PA}hu(X+N|>j;%_4jbouDY>e=oCkuTS8a;AktIKLr#ryje zea^UiXeIZHgFe???r0HpNl$VQazvTGGiWG>&t92fMXP|Wn33}C6no6mCC?Y-=MpyiWypJdHL}1JI z$|dU&5~yMG&4nC7E;#<`syjb!sBDI`V{FXGUlj*7tIwVqYn6kHzY_iRE(2nBce3h> zl*OtI%6XlNY*6kF$)-$}ON;S0{PNq#(?tcEFI4Ck>QeZB&d*IVFQ*wtI#`;U#1bvk znAuSoa-(M1%eO>a0${zD!ObM~Z!|!`i-v)#sl*s>b;<(=X_!%(aP>*JNzM_PSte0; z%<~I^#gzDUOjsv4|5~6Ct>iZq^@%gJZetEiEGM1+AM|d4`1_4wE>V_f&~&!ssVVVM zj+78pR1_tvSJMtBrD=w!DvWvZxMxP(VSLUY*S!o2$uHkdu*-F<8%+oJ^RN~wc8{x6 zryLn1EP9}$Bn{E36`l9 z^l{)WN{}KdQIUVcj*V#L76-3~77HFT7Hu=-CUwrbn65*PGan7KS**J2Cvbc%=oL)VXzz8}_8YJubzt%*r~a`m;>XyLQH1BiR#=NzvL zK>4i#^l9#jiQEjuSf|cBhBHGV;(&y?ikpy(C=h-Hq2J7g z#bwtRR9?u59IuPBvJVKhZq?w%(nlu32IJMq$QLFER7x$M{V|^u3=M^Wh zX&-qfqebzXeregJt;iOT&S95nvd;R-F=VJLTK#{h-_p+(WK)h_h!ZkTuBYLr?Tp^n z1z{bMbcS6TvC9mZx}Kq8elA&&3V}ccW$C9vyVYq@EmP5};MZO!1YAdoI25A>e-x+! zv|2RWSHAy|BM>su9zQI`J|rWfm7qrZ(SL*}Jcyj>zvkPj00xKZIovGUt~WF<4+WkJ zEhFTx!>U(Cmt%3g9E3?;+Wj&B#00rvW0>X9ReP61Ea6WOTQ{;|Iw ztBrM>CIVSw03RbW8VPIDH&j#_7MHBpif6KK5I_;El=p>CejRiHHpv6^!j6rTD1(`977NGYJ4L%_s{A`Nct zs2o0*b&IV|zNTnU{nHN}M0=3;PqHhpj34ave`J0%fF7IYaL7DBQA}=3Cq5Wu5aCY@ zTUkO({bplg=X`Le{&oRbRspFXUWIh|7Ae7y-qS`~-*q2c`#i`{smP%>1svKpE{H); zxBz8ruo%b*c1D$2>w`?6Qqx@N>5rXdg?DS66Z_$a(l|}xK^5H&9=vG3F-1gG4k)T* z--_uB6mm;^qzy{{;DmDc_}{WU=0u~}xDuI)j`I+++E&}kx@4#OrSgC0mk5E@Vaim$ z$k;pv2(pN0S}9X_nx`%| zAjaGu)l-HOgnSn;9EzAsnb^;UNRaGYi2-BGEP!K(9nF8NC+9C$)avKmMN8gK1^r@b zs&m%S_`uQwDzhjYYH(UnoS=*!LU(JWkgMI^gM$%JCJUjD*DC7b^`FiRZX+vj^ z1*c_|#b=$wxs0tw8S&w1${r5qpkg;Q8tkgv@&c4j?rr~Z9n;+s*fY%=-;1CqkOm;r z_XmR78Hd&hu-))?l^~XB*x1IqFrTB1j*lMB)ZqaXMI9yv!OQ?I!V{*U?H9d$@9g$|cwqbvg(W3aJ9OMgeb@&V(DFu$$Pl_JUsf>Zt)6&Y4%p zm9z_;o90Pp)Ah?y0tw{ckAi~`IW~IwKXj^|W9n(q*1Hc?52{Y%_*O@Y5y>HAxa_r4 z?Jyxf=w)Zy|L?Q6m~OK!RgDiyG&DQiR)yJATKI6|xcFbwE@FY^k(xnWR_G`zw*bO3 zR;z52PJ3(clOLtqBq}+5-r-sC7t!_6x_5i=^AV8Ra#gH^MLd*J(`4Ol zT}d{naoB`lNI0JI;Pf z!%2Pg!G0oF-`BVV{Ta&WIT;hpi6YPKZf_Dq>-+RCP9H-95BOtYPo$_fN;?Ub+}~Q! z;H2M|vb&8*4bV@xA~9^)7#mC7Y(~p|41$-TgSSeI61y{3U;r}&D=?{qS`#oZ@$OCx z_&yU+?S%~?)y0O6xuj<-F4s4(9B!t~V+p2@X8k+3>MuM96$3+I8!N&g!m%InEXDfp zzdCRnwrOf3Jw6pcQQYLJW3Be92yVio5#ml`^{{sz09F%}SBw_Q$Hk!OFv5sIoQVH7DC{JJ zRmQJ_?(|{}NzLjIgAxEDdAe?OXVE4AlTx~?Z&ESr95r+=KYoBrU|G|OB z^4`3r}q*=*%8;}8wB*aSV&(v>+E0h9ug{|-;m;9ZQnxAn3kRjJX7Z_ob zWf+T7UPs9CSBE$r?X0v{!0Q9f^W}o`6z{2gfu2mv^sH9o_iZMCQ~QzXB1d(08lz!Ko1mwtP~@jp zu(f{=*g;VOhoyY_i0>B}VZ}P6zjV^*s5STx&W3Uz)uFNTNNnQ<*C!Q=mUE7K&;Wx1 z{TiqaY9uuYMVML}BWVOx9r|S=3=#Km8>Kk}eoCv=4bEMeg|rH6T(bp$@ ztc{5M?fR;m;=!4-g9atHt$))~ryWk1iPuFVHd6PCfH@L%{)aCcc>A^@Ed&ci>UrRA&&(MZ>`c z2JsA`17zpt8DuxiDF4-+Y77vEm@R)ebeVU9)Gb`-ZXe)J@)z|*ctRk^QiPJ$WkgU$8}KO=g9Y#ObiRirH1(}@|+BYB2W<#}g( z>sZ+LRM@ej!15bZ&TW1KV2?c9c^fah|G7ccxa7CL_wBzXoZLPVL#erd#P zClButgK6Vj=;kcgKg?(y)cg1*Oq|-4`mtOd03YS1C_lDPsckHS*efUfj4ZCuY=j;bhTqfgIt|m zY6$)EBncyi(aJnWL{eZ-Rv^O@{V&Umz>~J`ocUX25JevP(NZQj;HLM2=%Bz6WXGeqI|iEKaH#HjZWp*HAPi*4eT9 zBS;z~Z~l(EhsOAwHk{x4_trnRBz5Ck^?Oqq%}8ex;~jrMvWDe;ZHQi zF!VeBhK}Vhw4gge#2hmWp^4@OM>k}GR#ghi$L{)!wn3B<%@toFvl;cfkF>gzH5Sb9 z=UNIXcT_azR+rO5Y+TQiT2Vlenp!&=IDu)Mk&?R!?ezWeyqMRkj=j|m;b)ulbX=MK S2?OXe#fE_k>9PqtfB*nJ%vwnR literal 0 HcmV?d00001 diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp new file mode 100644 index 0000000000000000000000000000000000000000..6ed404cf652bb1eb2b53beb8bc37ed504dd64154 GIT binary patch literal 3160 zcmV-e45#x_Nk&Fc3;+OEMM6+kP&gn&3;+P|GXR|dDxUyq06vj6mPe(cq9HL>U3jn( z31$G!3x-o` zPVqMOYFF=C^WEm)_A!s)z0E9Bn2Jc2qnUvy9)v&6@vs2ENF7 zKeiuo1^=|822`GNoHVr|`X$h6rU=XPA{q40q*6LJAb))L^$`t8-z+F>w~&>dQ|gqn zrkLZTe4GwFJE%0fkQceC)i?hahS~cLt+gH35#hsXss~(Mmk-j{&`OC=J-T~o!*sPw z*KOAF$E(ut)4Q4G70eF7_8l$6OH?7Jy2eAFibi?K+f?}herZ$id@;8%S(6o*{KpFi zb(J#b(;|=aaivJyA1!9+8{5BrT*zUjK zMgM9q$dCx>ReQfc0~{X!IdPvlE0X}JhohNP@VPW!+}~gT{{1S%T^P%u)|FD*186aH z)Dg@Qon_=QZskO|UP{VHF$SP%@*Y!i#v<*uy($dDr2%RA$B9g*wN1C9Sys{+bxkE{ zsOGtEA9xe$u1<{mvDFSWAqoKnrVnd`rp

    -m(yV!Y@-YtJk0>N0-GcxsfEOoJf1w zdmbvU-2dR`S->M|mAo7^r)6_ah=0QWWx98*!(ga9a2wlr%<7lL&QczMah$*Z}m|+Tt1{Fm6asyV=u= z$8}kpd5Azwk26)5rUyPNt?Rtb?wGN#u!92*1`% ziA2mzv`@+=?ugCoNTIA3<*lnkPae-|mNFEGZ-T2-!N?kE>qpLgO*|y#yecM){HHNY zQkJccJHQ%|EwqQejA_b^Z6jfb?*!K#ohAIP%#cj*EBj{d3 zm*$RaG(@$xivzY~xr2hVEKDlwGELIAplltF2oB3cQRNZ#p<%x3g||1M;4spQpDbCY z-iZM_K3;oM=mu=8Hzz=pR>qAA`c}K5ikLJ2F^%b=6Fyp>&WIR#EjP{~agT3O7XgHu zK&L5a@WG~xxcO1rtg9!K)dp{<&s}3!-PtQoUdwObih)2bZCGnsNr%n#{Dz4R)na-O z;S2jFn5S~3UyWaHDUvrmUqTf+CipX&h=D9U@L%R$FBZDjTnzJAWzF^=nD;SeX5B z4vgeoJyY5KKN8ePQ@|RR2R5?aZnDaAr61E~;q7IZxYRhFBV%At;eug?tqg(PNf;=H zsi1-adWA+nn|nvAHop1w4JxNS(DLg-Xp;kiH@HbKujfTpbkDiIcmoBpo~B6gN6vU<^v|%z;ZP-X5?(qV zY=meQqDx4vNNgjg4%upmL`}Ze75*PNo@_s;9UpH^lTDivFWT9bKz(tG zZ9g#>g~#s~{P?bBz1xnQxZyzC5}~+t+FG`EyF%vOtMGV%Orku2Z?pL9oQKrp+H?HL zUL`4p%Xlox?JV6WmP!PQ2XB1?PTL<wf^;Q(x)Cw_bH&%AG1x*;JdSNLr|2+n&VmE^Z24R@sW z-*3e%##ia~)WDFBr$vUcYnbDqoDdU1Hi*E5+|+$N2usOD=))J6E=+e62C_xPp1v%zVG1FPTF(7OvsLPgjgk zB&r?V0M>r4XIy_e3YZ2PIa2@lJ|Lr>CDZ0b81O!$HtdkRsM!sPYWGWw(A1@$$8yHW z4^a9As5%yDYyr~cpqkblIE-*wy~Ux>@OUpoOHGMFVB9(Rf<4BHr&MAZKa%;W7E0Or zixE}Z&y^Y`$2?_Ma(3+UILsW}LH^yZ8gyHD=>VQye|Ka=9eWbFtDSkXdYVpGa>xqp zEa~7aaU4fw# zrq9dJES6~y8?+bhh5&5Vzw25-lh^CbWQ)c zMQC1(;yei}bGW5jK!j||?X7tze|5GU-86AF5^Vw=o1#?h}A zHG`$fS@wqCtx~ZN+QEu~s96USnjtn&V_jX?9qgfOXp%o7N4m}rMR0mfU=d*B0aYMvx}E`U-@BYH54+irE>q{X8pG|;8h;uD1;0cq|$0<6#BB(`2tGyr6s zrQF#UBUIIAuJ=621wUMUfhWe`kjY|iB;!5K*tF%U8tHj171Ce*&hQ{-Hm#ke{#L&v z*V(b4ASUM`3%*Hbm(VDJ9xiw9!3uNNb2);IdzAHoY)nKV>NhQ|`6m`By>`0uQHa=< zCuu38WJ%}J|7jZEVc2g+38DiHe=aS+`?S5CYrkX2zsy3%48*@QerqF>ceRG}5qKP+ y8QCC{a})+^$$!r(!4dRJ%qQ^1t1_?n{EIBAi=-L3CoQIb*OfvUIlce@0001x_9(yr literal 0 HcmV?d00001 diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/8.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/8.webp new file mode 100644 index 0000000000000000000000000000000000000000..66b6d90a4c2c79a18abc82ff8b6093bf99a16553 GIT binary patch literal 2970 zcmV;L3uW|DNk&GJ3jhFDMM6+kP&gol3jhF6HUOOgDxUyq06vjAnMft0BB3vleBiJW z31tAyK?z4e-rsl9|N2g!{+6!pX<236rQRL+iul~f4oB@H@I3AChvd?p-S7Gz`Tmmq zjq^bNU&%-4e!(BgKgoaE^^Mb$*P}a?x{ZW1N}rIkZ^y*EwIh>Fl&}pVgQ#8Ec9C=2 zZfRdwP)t?XjwWQIyr~%l1n@hqX(Gu6-EEauy9W2(T7@=Dj579j^K9BPCiZU{cFZo< z#%vJ|nP3}Amz9KJz45;8xDo3NJay52MhIhkrkAK6qZO}k@K@Z!4a@LCX@gOfThbmt zE>)&X4X}^rcSOanh_rbY=($%+2@*kn_k5H@9&J#|`Z|~De8~GY2FQ{0fyzXr7d?N! z5?K-#MBht!8X)iTjzU50)7iAl2+yGEye2RpKcMf2-$DC%eBcc6o_lBfsB*#s$p9KG zZ0bJ$T<{hb>ZFq6rAeLJt!T!cyJZ-HKhJ=%Eofs$Ob%Q53QEMp!CK8#5>H7_C*$+>C$)%X#43{`yg`aE z0@wil`zCfFs1~Pkhr+A+2l@2CJ%oLVs<6=8L*UN19ai4>SqTXXu(|>_A;$r^6{?Bo z0K!W9gMmO%!|>d$LLy$RZ7^HNzZ1v@=1h7oG#dl-4o^F=&rUKj)5GzQ}K~( z{de|1rYsSHvhFS4ZwLj}oRAkYUhpFy!J0LUSX|^Ls3psKKjWkj?g(g9AS1P!SkV!DItW0_`V3A zVUHYVE=6p$A>|A0qTyXSPmGB~?Ia^UqruPs)>at|tn255R6_UsT zDLD%ci|Q=n4Egx<{^Etq3)rUO>H9fYX&%yg?L}cN>c<3iJOA2&FG>F1Ea0^_3?noM zaq)Y|3!sGwHGf05yw^}MyV=@}u@tq4fl!J7Je8?uP)nKq%AToukzfz_&lSlL)E_=C zc$2}%%Ddr?e^kRJ00vdu>X`mpLQO)U42t%#tLvn-<`_*ML>kwA|1GVcEm95ReC=-@ z6{P_!&=B~YiL%~kZaUhHylIP@|8Qjib=YEA?1sTv$;OKK*YSS@S$p`hXNyZmZpQ5O8fZ1@TzhxD4zj%+S{ z$nH=Fosrn5QZ+VrkPL=*4$_lAPF`|9=DftwooOeQjVo z&=NULcP_Vi_N4R`Os?udxUc2y>)Bk^C-C!aTXyA08u6g|aCtF+iPoy-XO*m0PVW)< z$5OVucMJg!Y|=J;{+FhKE-RX|QgtM|pDa<8)E(z?KdNU<@Xs)qDP-<1?A?Z0jV@n~ z4`pe`(t|t~)@}XyD3EJbOU>3ZuR!&v5)N<-pSRkXkl#A~e8)L^O^OR|RA9!;G{x3R zuY_LjSmf;Kv#`QpvK1vtvn>hKP z|Lq3S#`vSrteB66ThFiQR*O{BHT%1#pSt1p#==@Rl@pUs6|&LGh#DQy!Gj_rslZ5# zAZ@Ro%XeOGmteY!pr^DH`5=+`Ds0s7fcPQ3HhoMR4{}%#oz(Pk-2%fm5;wVpk%C>g zt8YA4r}%zYNrnh%ugcJXcE}F_y#e#s7s>O%Tmxg!P- zgx&2qZZ?}F%=;XwIm=<>D2i0?2dvx>P8>Vj?OydH?Ml7=MX`b zlF_4+VmU(jJRX;nTm6Ve9eIUhi?e()(Cpr>)j&s1~@K7Rz>5^f!k%b z-`LQ;Or)DW?r;!VhTeX>+=~xriG9@?rqVb@*N$96m1dNU)^Eg-XbT1M>ihgo%8%Ts zpiTXJpHOQUwML8FOEX{*3sM`Q2P5ur>5YjK!-Dy^qbS8c#Nc8+o3a9&HQ1dm ziXGkp1_O1=HyaMCc2o6jQz@2hL6OLN4%0TPnmIWS2vxkDp3Tz}Y66`ysHwWBTe%jN z2NH) z2ylNFXl`d4iSjAE6a8p_UebcIa~nY$ERhldo2j|8KuuVlij~2KEYNiy(W@ae!(x(Q z5jRH{8;*V)Qk&H+m(BBikFn-5QL(#kkuEg6q&va)#Hp=Bl6{0Z50$P#Rl~5Lqv7*t15(xHg6PVOWCVjJgXz1meC$Qu9O zlIM<`+j?)xJT7T=Uin|;Q73evdu<;g#oLtJbQj&4XU$b2)Nnccvp1swbvQ@W;T4B; zb0@63`_+N!&t0 zL4$8LXc~ucit2^m6&prIw`2gj77el~0g4YA6ual}&E|8GJbLunSl4D<@gxC|=?$}0 ztAOsSf?=%)it$(zDf#nDKh%72U1=L`cdb(>j!geaOz15qZzuAL7^!sWUFs{SU996e Q$0%hs#RJuEL;wH)0PrHn?*IS* literal 0 HcmV?d00001 diff --git a/public/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp b/public/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp new file mode 100644 index 0000000000000000000000000000000000000000..c494e858f81d638958a8128b3b72163bd6fc6282 GIT binary patch literal 2234 zcmV;r2u1f&Nk&Gp2mk^iq*2}`ESUo4rKlg{~{&fg4@2v zy4dmin8>3V=gQ(ZGh2Sl(sU}@DinPkg_FT&Rggb@$+u+y>UU1_9j)~_{tqYZdQS>b zK1?!AbslduS>OQv`cbFz9Sl(X3@=RLuB&*VD^5Ct-AlmjYWS`I6HTC>Pw8?~&SrAFoA}f954DQw=4LoUB6iI2%y^^>gM5enxA{;|1q^sK z_!>Rt=mCuk_R1nl<~j2YCyKi~XLa0|l){j@kjYTVxnT89bRDDh$8;O<#YLpKe4aAt zC{_N~`A(zC8fvo=i^YWL($U8E*tcM=ryFu;g`wK|Vuw{{AsIGe4{CAW38{z)^IFF~ z*V=0VZj*eBIdt_Aj_4p#Nv+GJZ{rqd2bvE?ovwM5t48nVlyz?`il%Z+oySw`sQ;5t zsr{`F28QYb4L($n!{-)fri;WOY7i7Ln-k`+q?|HzdL1^m3Z8ZPckf|$KkvH$Az!_3P(a zQ-ItBECzGdXKyVdP^}vvf$vtNXs|nZwCKje24G=i?3${eqD7yjYmg83SNVmT*p1M8 z+W!jZL9pxxqtOi$WBxc)ZA<|bMhLI}0qg+Qe?GzUV3yp!Twim%*orLj)Z>9iWq8RL z)y$+wy}BMT4td`qBS8<9CB~KIl{sy{_bOU4dt@MMYv6a7_RPn19zxMYMCJgl@Es_M zQEN_%g2D@#&nksfkhd4vh?~9pt_f*I1Jw-}4MYVD04S1*Jtsb9G^#>{vNgTOvo^rT0&;Lp5X zuj1e_Is{Of%dsmi_~S~x(fVNW#-@T_JTk2vvrq!YPBd1%db!)?oug_O$z&`#hWh$a zp0`6%f{QPSZE87J*$mqe7m*T7Q#L6qoHSLj^mefT`p7$;l>g@nQ~}s1)Jz2+iEfaxeW?Fd z!pj20wBc$M!#2D?Oj5LM%`#?4pMiV9H3j$!1in%$vQ;&Kzc2ZYw}$sd4So~0jq%oZ zQxSUYv%HlEjDJQ(3y475n>oT`ja{;6=>pGwx!V$=I24Co#gmy2-Qq0_y&WrDqQ}P8 z8+U5oz5t>-GH^P*y-Bx$Y05tX>hTRjgT+Jd>h>Y|zm3yu94P2bimHoo#1zX@RuqW7 zzi<<@H{@6|kq>--C>wlu{2)A($saZIMyRhPTkO;-6M4s=HVpjBQ!C08TpbpGeG)?y zg3@On?KV0|4``Zczm4xbd=bveIzvh_{?RA z>H_*(e)u?1cN7oweu=oq0W0)S`fFDCnoD4?m<@rNM0ttD$2sAIERo3bdU+oA-~9=; InApGo0IteY!T?Ab-OkR^M}$WDl{He(qx_PAN+ zT1vLY(xs6lTQ2UW`#tA7=l8ttd){-N@2@Yx%tViaRe%))0&y7V>sSD*H}JYJGXS$# z{qiXYL}zAZY^AH`ZA=iqNI;1akRtDqA^_k~A_Sx;z%3}zR)k2apcnvW0hH)_lxXws z48VZi`g?9d3ZKF60J)t}mOB+~y@S8p!>fCXeK1yBG0 zPd!42)X_m|ZwEx65Ku^MZDe2%iS*ki=R#os1NQ_(Kq=va1Nk$HM8X3iuo8)7FvM92 zFi50g7y{@ig$owI5I{MZ*a0-uqC^UK1#ob|_ROqu7@~*|UL}Ak;)S=RXW&&d@bU44 zuy9;ZNU^SdtF3)&*fU~ObQ4kpFDQls8qSU)Rlo)FdExD)WjG^rYg&4vM(^&~hxWHH zu>{ebV}>E1oZRg6hW3(|883<}n>mJy1Y9a*7ShIEzxAkAy@$A+nH%^Iule8qEUk&K~NQQ1`*s9je3Yeme z1aF{KiC&+z*?l;b!jxh_sHb#WRt8GD{)l`|@T&Yr>WC?Hl#UN%8z$*Mf{$aF`~&_ib>y0BWFUka{2ABHp z(q^bs`Q2ZU*yO3M?w4Gg3mkiELEA1BJC2=q`p>n$?o7luN`eNo_-|&B0#uP~P$Zcv zXNf(I%qB+f>=}uw`hg%{%vId@F^@Z{R$Nx|lT$DDW8~jEFGg`dl82+Xd3BORnCZKp z-fK#pl8?IiY)?)%)>d?}?Q@~ur{Wun3|2b#zB6d3OW%7Us~iw^vUObXvaKzD_o-I@ zGgQNCH|uS~@sV|?eWI1rBuG-`*)iK@XUgKrVFl7o!i+KGFMJGJrogse<#BX<96pZx z9kP(s3=ybOWTyv<^6)3yG~rhn(gY&~GroPnUUzjm4MsFmHA7kaydR1lFl=VicQz+C z&Mq%B*`*n~5z=`azFb1cKB=LjsV$Uu2f*%Vct|5Bm^h&IZ5+Z%cNV#`C{k%TmyN=m zk48OhgQu91n1wdQcc7lo?i=eCr)}0*s><~)x*X|8;!l1 zkP8K*H4;m(KarHTC$&uVWjU~j^~vhNU9nM zeLBAWhVTWLM8(-|oTJoXiZVyI<`5bdvr=Fdg&`2yzl~N;1+IUz7+VX#;Yl{I(ZeuVOx*>I+|-bCsUXF9+7RA!pA#2RPunr4IyDmu{@GP%?&~9$ zCstjsRQ~9CM6D_IYcraexQCyqaZ$*9G}Zj^WN>anV0w0DGn=J+KCl3G6Pap=vf`ZN zGM#BY4xZWbpk-0|R_BlG9O^E+B<2|toR;4CkNaiX)4G>Kh$r)x96W1ws2EKC39W2y z5KQb0+gmG(FK>9~dS8L?dB#_=Oh)6UjpF(+8J@eA=4vU7IIn}=$t}~}KEf{EPrgTc z=eUm6Bwjxa3Ju=E&Exj1-?tsvcShy3XN`Z-SAp+P#-|tB?d+>u9vMj_6N!BT|Ewh< zM;~3K%vCc41%w=QRhu#AD02Uj$#xI_0EzA9!BoF*k**n@vWAnOzvgN^gJlgEeKOl$ zG^yzOMDMPbWRy)zOi=nJS0f_oQ}{NpoU-^(`#H#iFJ8;6k^(vG9=` zXM2Z2AJbazUJDn#%D7T0@%(_}Qq@A3pDjyuUBkE+A`h>0mvnOIA=4P~lb*|bdTdV> zdTytM{K^(Lu`&|n=PgTk-+ojuf3mNK+waFcO_f2O_a1^(T7W&{z|Xv$L7qb+_?+y= z*`BV5@FUuYm!Jj_`?Kp2;jvGN)ls~!xx%4vZ+puu<#W4C<<1d}QZnnjanMbr9=_yJ zN;7h297r`ABR7fz>pU{P=tL@I`;DtGzB`p^m0N<-rAS)Ptq3-WsP* zlJ#*8b6>s)N6dJuCH9S${HQfEMpP6sZsq^ATW~wI%=aMzDzBWFtI6Gmb^9Qp8MmR4)HkGq zHj_#epQq8qmRzYW@B`CJs=hST;0=&aQsss?L(N#S#u{0n%9XZb&+Qg_w%@IHy<_3`qS)jo@SmnL@7AU!aUnyOOYXW)kgWT0!JQ+vZP>OWh|?>qni literal 0 HcmV?d00001 diff --git a/utils/Accident.utils.js b/utils/Accident.utils.js index 0c7a515..14756f9 100644 --- a/utils/Accident.utils.js +++ b/utils/Accident.utils.js @@ -19,7 +19,7 @@ const Accident = [

    Minor Injury Rehabilitation in Etobicoke

    Physiotherapy is an effective treatment for minor injuries caused by poor posture, repetitive strain, or minor accidents. Early rehabilitation helps reduce pain, restore mobility, and prevent long-term complications.

    -
    Symptoms associated with minor injuries may include:
    +

    Symptoms associated with minor injuries may include:

    • Pain or discomfort
    • @@ -53,7 +53,7 @@ const Accident = [
    -
    Physiotherapy treatment for minor injuries:
    +

    Physiotherapy treatment for minor injuries:

    Rapharehab offers customized treatment based on your needs. Physiotherapy may include electrotherapy, home exercise programs, and postural education. Additional treatments include:

      @@ -93,7 +93,7 @@ const Accident = [

      Catastrophic Injury Rehabilitation in Etobicoke

      Catastrophic injuries can significantly impact daily life, mobility, and independence. At Rapharehab, we provide specialized rehabilitation programs tailored to the unique needs of individuals with severe injuries.

      -
      Common challenges after catastrophic injuries include:
      +

      Common challenges after catastrophic injuries include:

      • Severe mobility limitations
      • @@ -128,7 +128,7 @@ const Accident = [
      -
      Catastrophic Injury Rehabilitation Services Include:
      +

      Catastrophic Injury Rehabilitation Services Include:

      At Rapharehab, we offer individualized rehabilitation plans, including:

        @@ -173,7 +173,7 @@ const Accident = [

        Slip and Fall Injury Rehabilitation in Etobicoke

        Slip and fall accidents can cause a variety of injuries, including fractures, sprains, and muscle strains. At Rapharehab, we provide specialized physiotherapy to help you recover safely and effectively.

        -
        Common symptoms after a slip and fall include:
        +

        Common symptoms after a slip and fall include:

        • Pain in joints or muscles
        • @@ -208,7 +208,7 @@ const Accident = [
        -
        Physiotherapy Treatments for Slip and Fall Injuries:
        +

        Physiotherapy Treatments for Slip and Fall Injuries:

        Rapharehab offers personalized rehabilitation programs, which may include:

          @@ -249,7 +249,7 @@ const Accident = [

          Concussion Management in Etobicoke

          Concussions can result from sports accidents, falls, or other head injuries, affecting balance, cognition, and overall brain function. At Rapharehab, we provide comprehensive concussion management programs to help patients recover safely and effectively.

          -
          Symptoms often addressed during concussion management include:
          +

          Symptoms often addressed during concussion management include:

          • Headaches and dizziness
          • @@ -285,7 +285,7 @@ const Accident = [
          -
          Concussion Management Services Include:
          +

          Concussion Management Services Include:

          Rapharehab provides tailored concussion management plans including:

            @@ -326,7 +326,7 @@ const Accident = [

            Psychotherapy Management in Etobicoke

            Psychotherapy is essential for addressing mental health challenges, managing stress, and improving emotional well-being. At Rapharehab, our trained therapists provide professional psychotherapy management in Etobicoke tailored to each individual's needs.

            -
            Common issues treated through psychotherapy include:
            +

            Common issues treated through psychotherapy include:

            • Anxiety and stress management
            • @@ -361,7 +361,7 @@ const Accident = [
            -
            Psychotherapy Management Services Include:
            +

            Psychotherapy Management Services Include:

            Rapharehab provides individualized therapy programs such as:

              @@ -402,7 +402,7 @@ const Accident = [

              Hydrotherapy in Etobicoke

              Hydrotherapy uses water-based exercises and techniques to support rehabilitation, relieve pain, and improve flexibility and strength. At Rapharehab, our trained physiotherapists design personalized hydrotherapy programs to suit each patient’s recovery goals.

              -
              Hydrotherapy can help with:
              +

              Hydrotherapy can help with:

              • Muscle and joint pain relief
              • @@ -437,7 +437,7 @@ const Accident = [
              -
              Hydrotherapy Services Include:
              +

              Hydrotherapy Services Include:

              Rapharehab provides individualized hydrotherapy programs, including:

                @@ -477,7 +477,7 @@ const Accident = [

                Chronic Pain Management in Etobicoke

                Chronic pain can affect daily activities, sleep, and overall well-being. At Rapharehab, our physiotherapy team provides comprehensive chronic pain management in Etobicoke, focusing on reducing pain, improving function, and enhancing quality of life.

                -
                Common causes and areas of chronic pain include:
                +

                Common causes and areas of chronic pain include:

                • Lower back and neck pain
                • @@ -512,7 +512,7 @@ const Accident = [
                -
                Chronic Pain Management Services Include:
                +

                Chronic Pain Management Services Include:

                Rapharehab offers tailored physiotherapy programs to manage chronic pain, including:

                  diff --git a/utils/AreaOfInjery.utils.js b/utils/AreaOfInjery.utils.js index 1999e3f..cf06146 100644 --- a/utils/AreaOfInjery.utils.js +++ b/utils/AreaOfInjery.utils.js @@ -3,9 +3,11 @@ export const areaOfInjuryData = [ "id": 1, "slug": "head-injury-physiotherapy-management-etobicoke", "title": "Head Injuries", - shortTitle: "", + "shortTitle": "", + "shortDescription": "Recover faster from head injuries with expert physiotherapy and personalized care.", - "image": "/assets/images/areas-of-injury/head-injury/left.webp", +"image": "/assets/images/areas-of-injury/head-injury/left.webp", +"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp", "bannerImage": "/assets/images/areas-of-injury/head-injury/head-injury-banner.webp", "mainImage": "/assets/images/areas-of-injury/head-injury/big-img.webp", "icon": "/assets/images/areas-of-injury/icon/head.webp", @@ -13,7 +15,7 @@ export const areaOfInjuryData = [ "metaDiscription": "Expert head injury physiotherapy management in Etobicoke — Rapharehab helps you recover mobility, balance, and confidence after trauma.", "content": `
                  -
                  We treat conditions like:
                  +

                  We treat conditions like:

                  • Concussions
                  • Traumatic brain injuries (TBI)
                  • @@ -43,7 +45,7 @@ export const areaOfInjuryData = [ We focus on restoring mobility, improving balance, and reducing pain after concussions or head trauma. Each treatment plan is customized based on your short-term and long-term recovery goals.

                    -
                    Our Head Injury Physiotherapy Program Includes:
                    +

                    Our Head Injury Physiotherapy Program Includes:

                    • Detailed assessment of balance, coordination, and neck function
                    • Vestibular rehabilitation to manage dizziness and vertigo
                    • @@ -57,21 +59,22 @@ export const areaOfInjuryData = [

                      ` }, -{ - "id": 2, - "slug": "neck-injury-physiotherapy-management-etobicoke", - "title": "Neck Injuries", - shortTitle: "", - "shortDescription": "Relieve neck pain, restore strength, and move freely again with specialized neck injury physiotherapy in Etobicoke.", - "image": "/assets/images/areas-of-injury/neck-injury/left.webp", - "bannerImage": "/assets/images/areas-of-injury/neck-injury/neck-injury-banner.webp", - "mainImage": "/assets/images/areas-of-injury/neck-injury/big-img.webp", - "icon": "/assets/images/areas-of-injury/icon/neck.webp", - "metaTitle": "Neck Injury Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert neck injury physiotherapy management in Etobicoke. Relieve pain, improve posture, and regain mobility with Rapharehab’s personalized care.", - "content": ` + { + "id": 2, + "slug": "neck-injury-physiotherapy-management-etobicoke", + "title": "Neck Injuries", + "shortTitle": "", + "shortDescription": "Relieve neck pain, restore strength, and move freely again with specialized neck injury physiotherapy in Etobicoke.", + "image": "/assets/images/areas-of-injury/neck-injury/left.webp", + "mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp", + "bannerImage": "/assets/images/areas-of-injury/neck-injury/neck-injury-banner.webp", + "mainImage": "/assets/images/areas-of-injury/neck-injury/big-img.webp", + "icon": "/assets/images/areas-of-injury/icon/neck.webp", + "metaTitle": "Neck Injury Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert neck injury physiotherapy management in Etobicoke. Relieve pain, improve posture, and regain mobility with Rapharehab’s personalized care.", + "content": `
                      -
                      We treat conditions like:
                      +

                      We treat conditions like:

                      • Whiplash and soft tissue injuries
                      • Cervical disc herniation or bulging discs
                      • @@ -108,7 +111,7 @@ export const areaOfInjuryData = [ We don’t just treat the symptoms — we focus on improving neck strength, posture, and flexibility to promote long-term healing.

                        -
                        Our Neck Injury Physiotherapy Program Includes:
                        +

                        Our Neck Injury Physiotherapy Program Includes:

                        • Comprehensive physical assessment and posture analysis
                        • Manual therapy and soft tissue techniques to release tension
                        • @@ -124,7 +127,7 @@ export const areaOfInjuryData = [ We also educate you on daily movement habits and posture strategies that can reduce the risk of recurring neck pain.

                          -
                          Common Causes of Neck Injuries We Treat
                          +

                          Common Causes of Neck Injuries We Treat

                          • Motor vehicle accidents causing whiplash or cervical strain
                          • Sports injuries from sudden impact or overuse
                          • @@ -137,7 +140,7 @@ export const areaOfInjuryData = [ No matter the cause, our goal is to help you feel stronger, more mobile, and pain-free. Early physiotherapy intervention often prevents chronic stiffness, headaches, and referred pain into the shoulders or arms.

                            -
                            What to Expect During Your Neck Physiotherapy Sessions
                            +

                            What to Expect During Your Neck Physiotherapy Sessions

                            Your first visit begins with a detailed consultation and physical evaluation. Our therapist will assess your pain, movement patterns, and lifestyle habits. From there, we’ll create a personalized plan that may include a mix of manual therapy, stretching, strengthening, and posture correction techniques. @@ -149,7 +152,7 @@ export const areaOfInjuryData = [ Our clinic also offers ergonomic recommendations and education to prevent recurrence — whether you’re sitting at a desk or returning to sports.

                            -
                            Why Choose Rapharehab for Neck Injury Physiotherapy in Etobicoke?
                            +

                            Why Choose Rapharehab for Neck Injury Physiotherapy in Etobicoke?

                            • Highly qualified physiotherapists with experience in neck and spinal rehabilitation
                            • Evidence-based treatments for pain relief and mobility restoration
                            • @@ -168,22 +171,24 @@ export const areaOfInjuryData = [ Book your appointment with Rapharehab today and start your journey toward lasting relief.

                              ` -}, - { - "id": 3, - "slug": "shoulder-injury-physiotherapy-management-etobicoke", - "title": "Shoulder Injuries", - shortTitle: "", - "shortDescription": "Recover strength, mobility, and confidence with expert shoulder injury physiotherapy in Etobicoke.", - "image": "/assets/images/areas-of-injury/shoulder-injury/left.webp", - "bannerImage": "/assets/images/areas-of-injury/shoulder-injury/shoulder-injury-banner.webp", - "mainImage": "/assets/images/areas-of-injury/shoulder-injury/big-img.webp", - "icon": "/assets/images/areas-of-injury/icon/shoulder.webp", - "metaTitle": "Shoulder Injury Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert shoulder injury physiotherapy management in Etobicoke — regain mobility, relieve pain, and rebuild shoulder strength with Rapharehab.", - "content": ` + }, + { + "id": 3, + "slug": "shoulder-injury-physiotherapy-management-etobicoke", + "title": "Shoulder Injuries", + "shortTitle": "", + "shortDescription": "Recover strength, mobility, and confidence with expert shoulder injury physiotherapy in Etobicoke.", + "image": "/assets/images/areas-of-injury/shoulder-injury/left.webp", + "mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp", + + "bannerImage": "/assets/images/areas-of-injury/shoulder-injury/shoulder-injury-banner.webp", + "mainImage": "/assets/images/areas-of-injury/shoulder-injury/big-img.webp", + "icon": "/assets/images/areas-of-injury/icon/shoulder.webp", + "metaTitle": "Shoulder Injury Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert shoulder injury physiotherapy management in Etobicoke — regain mobility, relieve pain, and rebuild shoulder strength with Rapharehab.", + "content": `
                              -
                              We treat conditions like:
                              +

                              We treat conditions like:

                              • Rotator cuff injuries and tears
                              • Frozen shoulder (adhesive capsulitis)
                              • @@ -219,7 +224,7 @@ export const areaOfInjuryData = [ We focus on treating the root cause of your pain, not just the symptoms. Through a thorough assessment and tailored treatment plan, we help you rebuild strength, improve flexibility, and restore functional mobility safely and effectively.

                                -
                                Our Shoulder Injury Physiotherapy Program Includes:
                                +

                                Our Shoulder Injury Physiotherapy Program Includes:

                                • Detailed assessment to identify joint restrictions and muscle imbalances
                                • Manual therapy and soft tissue release to reduce stiffness
                                • @@ -234,7 +239,7 @@ export const areaOfInjuryData = [ Each treatment plan is personalized to your needs and goals. Whether your focus is returning to sports, rebuilding post-surgery strength, or simply moving pain-free, our approach combines evidence-based care with compassionate support.

                                  -
                                  Common Shoulder Injuries We Help Manage
                                  +

                                  Common Shoulder Injuries We Help Manage

                                  • Rotator cuff strain or tear
                                  • Frozen shoulder (stiffness and limited mobility)
                                  • @@ -247,7 +252,7 @@ export const areaOfInjuryData = [ Many shoulder injuries develop slowly over time due to repetitive strain, poor posture, or muscle weakness. Our physiotherapists identify these contributing factors and design an effective plan to address them, ensuring long-term results.

                                    -
                                    What to Expect During Your Shoulder Physiotherapy Sessions
                                    +

                                    What to Expect During Your Shoulder Physiotherapy Sessions

                                    During your initial visit, our physiotherapist will assess your shoulder’s movement, muscle strength, and pain response. Based on your condition, we’ll develop a treatment plan combining manual therapy, therapeutic exercise, and posture correction to restore full shoulder function. @@ -258,7 +263,7 @@ export const areaOfInjuryData = [ We also educate you on proper movement patterns and ergonomic techniques to avoid re-injury.

                                    -
                                    Why Choose Rapharehab for Shoulder Injury Physiotherapy in Etobicoke?
                                    +

                                    Why Choose Rapharehab for Shoulder Injury Physiotherapy in Etobicoke?

                                    • Certified physiotherapists with advanced training in shoulder rehabilitation
                                    • Personalized recovery plans based on your activity level and injury type
                                    • @@ -277,22 +282,23 @@ export const areaOfInjuryData = [ Book your appointment today and take the first step toward complete recovery.

                                      ` -}, -{ - "id": 4, - "slug": "elbow-injury-physiotherapy-management-etobicoke", - "title": "Elbow Injuries", - shortTitle: "", - "shortDescription": "Heal elbow pain and restore strength with expert physiotherapy management in Etobicoke.", + }, + { + "id": 4, + "slug": "elbow-injury-physiotherapy-management-etobicoke", + "title": "Elbow Injuries", + "shortTitle": "", + "shortDescription": "Heal elbow pain and restore strength with expert physiotherapy management in Etobicoke.", "image": "/assets/images/areas-of-injury/elbo-injury/left.webp", + "mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp", "bannerImage": "/assets/images/areas-of-injury/elbo-injury/elbow-injury-banner.webp", "icon": "/assets/images/areas-of-injury/icon/elbow.webp", - "mainImage": "/assets/images/areas-of-injury/elbo-injury/big-img.webp", - "metaTitle": "Elbow Injury Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert elbow injury physiotherapy management in Etobicoke — Rapharehab helps relieve pain, improve flexibility, and restore elbow function.", - "content": ` + "mainImage": "/assets/images/areas-of-injury/elbo-injury/big-img.webp", + "metaTitle": "Elbow Injury Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert elbow injury physiotherapy management in Etobicoke — Rapharehab helps relieve pain, improve flexibility, and restore elbow function.", + "content": `
                                      -
                                      We treat conditions with Elbow Injury Physiotherapy Management in Etobicoke:
                                      +

                                      We treat conditions with Elbow Injury Physiotherapy Management in Etobicoke:

                                      • Tennis elbow (lateral epicondylitis)
                                      • Golfer’s elbow (medial epicondylitis)
                                      • @@ -329,7 +335,7 @@ export const areaOfInjuryData = [ we personalize each treatment plan to meet your specific goals and promote faster, safer healing.

                                        -
                                        Our Elbow Injury Physiotherapy Management in Etobicoke Includes:
                                        +

                                        Our Elbow Injury Physiotherapy Management in Etobicoke Includes:

                                        • Comprehensive assessment to identify pain sources and movement limitations
                                        • Manual therapy to improve joint mobility and reduce stiffness
                                        • @@ -345,7 +351,7 @@ export const areaOfInjuryData = [ Our evidence-based treatments ensure that your elbow heals properly while minimizing the risk of recurrence.

                                          -
                                          Common Conditions Treated with Elbow Injury Physiotherapy in Etobicoke:
                                          +

                                          Common Conditions Treated with Elbow Injury Physiotherapy in Etobicoke:

                                          • Tennis elbow (pain on the outer elbow)
                                          • Golfer’s elbow (pain on the inner elbow)
                                          • @@ -359,7 +365,7 @@ export const areaOfInjuryData = [ Our elbow physiotherapy program helps relieve pain, enhance flexibility, and strengthen supporting muscles for durable results.

                                            -
                                            What to Expect from Elbow Injury Physiotherapy Management in Etobicoke:
                                            +

                                            What to Expect from Elbow Injury Physiotherapy Management in Etobicoke:

                                            On your first visit, we’ll conduct a detailed assessment to understand your symptoms and activity limitations. Based on your diagnosis, our physiotherapists will craft a personalized treatment plan combining manual therapy, stretching, and strengthening exercises to optimize your recovery. @@ -369,7 +375,7 @@ export const areaOfInjuryData = [ Each session focuses on reducing inflammation, improving motion, and rebuilding muscle endurance — all essential for restoring your daily functionality.

                                            -
                                            Why Choose Rapharehab for Elbow Injury Physiotherapy Management in Etobicoke?
                                            +

                                            Why Choose Rapharehab for Elbow Injury Physiotherapy Management in Etobicoke?

                                            • Certified physiotherapists experienced in upper limb rehabilitation
                                            • Comprehensive care combining physiotherapy, chiropractic, and massage therapy
                                            • @@ -388,22 +394,23 @@ export const areaOfInjuryData = [ Book your appointment today and take the first step toward a stronger, pain-free elbow.

                                              ` -}, -{ - "id": 5, - "slug": "wristhand-injury-physiotherapy-management-etobicoke", - "title": "Wrist & Hand Injuries", - shortTitle: "", - "shortDescription": "Recover hand and wrist strength with expert physiotherapy management in Etobicoke.", + }, + { + "id": 5, + "slug": "wristhand-injury-physiotherapy-management-etobicoke", + "title": "Wrist & Hand Injuries", + "shortTitle": "", + "shortDescription": "Recover hand and wrist strength with expert physiotherapy management in Etobicoke.", "image": "/assets/images/areas-of-injury/wrist-hand-injury/left.webp", + "mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp", "mainImage": "/assets/images/areas-of-injury/wrist-hand-injury/big-img.webp", "bannerImage": "/assets/images/areas-of-injury/wrist-hand-injury/wrist-hand-injury-banner.webp", "icon": "/assets/images/areas-of-injury/icon/wrist.webp", - "metaTitle": "Wrist & Hand Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert wrist and hand injury physiotherapy management in Etobicoke — Rapharehab helps restore strength, mobility, and grip function.", - "content": ` + "metaTitle": "Wrist & Hand Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert wrist and hand injury physiotherapy management in Etobicoke — Rapharehab helps restore strength, mobility, and grip function.", + "content": `
                                              -
                                              We treat conditions with Wrist & Hand Injury Physiotherapy Management in Etobicoke:
                                              +

                                              We treat conditions with Wrist & Hand Injury Physiotherapy Management in Etobicoke:

                                              • Carpal tunnel syndrome
                                              • Wrist sprains and strains
                                              • @@ -441,7 +448,7 @@ export const areaOfInjuryData = [ Through a combination of manual therapy, targeted exercises, and ergonomic advice, we ensure long-lasting relief and recovery.

                                                -
                                                Our Wrist & Hand Injury Physiotherapy Management in Etobicoke Includes:
                                                +

                                                Our Wrist & Hand Injury Physiotherapy Management in Etobicoke Includes:

                                                • Detailed assessment of hand strength, mobility, and grip function
                                                • Manual therapy to restore joint and soft tissue mobility
                                                • @@ -457,7 +464,7 @@ export const areaOfInjuryData = [ We focus not only on recovery but also on preventing future injuries through proper hand mechanics and strengthening.

                                                  -
                                                  Common Conditions Treated with Wrist & Hand Physiotherapy in Etobicoke:
                                                  +

                                                  Common Conditions Treated with Wrist & Hand Physiotherapy in Etobicoke:

                                                  • Carpal tunnel syndrome
                                                  • Wrist sprains and fractures
                                                  • @@ -471,7 +478,7 @@ export const areaOfInjuryData = [ Our personalized physiotherapy approach targets the root cause to restore proper movement and reduce discomfort effectively.

                                                    -
                                                    What to Expect from Wrist & Hand Injury Physiotherapy Management in Etobicoke:
                                                    +

                                                    What to Expect from Wrist & Hand Injury Physiotherapy Management in Etobicoke:

                                                    During your initial session, our physiotherapist will assess your pain points, grip strength, and functional limitations. Based on your specific needs, a customized treatment plan will combine manual techniques, strengthening, and mobility training to promote full recovery. @@ -481,7 +488,7 @@ export const areaOfInjuryData = [ We also focus on hand dexterity, coordination, and nerve gliding techniques to improve precision and reduce tingling sensations or stiffness.

                                                    -
                                                    Why Choose Rapharehab for Wrist & Hand Injury Physiotherapy in Etobicoke?
                                                    +

                                                    Why Choose Rapharehab for Wrist & Hand Injury Physiotherapy in Etobicoke?

                                                    • Certified physiotherapists skilled in upper limb rehabilitation
                                                    • Personalized recovery plans tailored to your daily needs
                                                    • @@ -500,22 +507,23 @@ export const areaOfInjuryData = [ book your appointment at Rapharehab today and take the first step toward restoring strength and freedom in your hands.

                                                      ` -}, -{ - "id": 6, - "slug": "lowback-injury-physiotherapy-management-etobicoke", - "title": "Low Back Injuries", - shortTitle: "", - "shortDescription": "Ease your back pain and restore movement with expert low back injury physiotherapy management in Etobicoke.", - image: "/assets/images/areas-of-injury/low-back-injury/left.webp", - mainImage: "/assets/images/areas-of-injury/low-back-injury/big-img.webp", - bannerImage: "/assets/images/areas-of-injury/low-back-injury/low-back-injury-banner.webp", - icon: "/assets/images/areas-of-injury/icon/low-back.webp", - "metaTitle": "Low Back Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.", - "content": ` + }, + { + "id": 6, + "slug": "lowback-injury-physiotherapy-management-etobicoke", + "title": "Low Back Injuries", + "shortTitle": "", + "shortDescription": "Ease your back pain and restore movement with expert low back injury physiotherapy management in Etobicoke.", + "image": "/assets/images/areas-of-injury/low-back-injury/left.webp", + "mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/6.webp", + "mainImage": "/assets/images/areas-of-injury/low-back-injury/big-img.webp", + "bannerImage": "/assets/images/areas-of-injury/low-back-injury/low-back-injury-banner.webp", + "icon": "/assets/images/areas-of-injury/icon/low-back.webp", + "metaTitle": "Low Back Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.", + "content": `
                                                      -
                                                      We treat conditions with Low Back Injury Physiotherapy Management in Etobicoke:
                                                      +

                                                      We treat conditions with Low Back Injury Physiotherapy Management in Etobicoke:

                                                      • Muscle strains and ligament sprains
                                                      • Herniated or slipped discs
                                                      • @@ -553,7 +561,7 @@ export const areaOfInjuryData = [ Our approach combines manual therapy, exercise prescription, and postural correction to promote long-term relief.

                                                        -
                                                        Our Low Back Injury Physiotherapy Management in Etobicoke Includes:
                                                        +

                                                        Our Low Back Injury Physiotherapy Management in Etobicoke Includes:

                                                        • Comprehensive assessment of spinal alignment and mobility
                                                        • Manual therapy to reduce stiffness and improve joint movement
                                                        • @@ -568,7 +576,7 @@ export const areaOfInjuryData = [ With consistent physiotherapy sessions, you’ll learn how to move confidently and safely.

                                                          -
                                                          Common Conditions Treated with Low Back Physiotherapy in Etobicoke:
                                                          +

                                                          Common Conditions Treated with Low Back Physiotherapy in Etobicoke:

                                                          • Acute or chronic low back pain
                                                          • Sciatica and nerve irritation
                                                          • @@ -582,7 +590,7 @@ export const areaOfInjuryData = [ Through progressive strengthening, education, and guided movement, we help you restore balance and resilience in your spine.

                                                            -
                                                            What to Expect from Low Back Injury Physiotherapy Management in Etobicoke:
                                                            +

                                                            What to Expect from Low Back Injury Physiotherapy Management in Etobicoke:

                                                            During your first visit, our physiotherapist will perform a detailed assessment to identify the source of your pain and limitations. Your personalized treatment plan may include manual therapy, stretching, and gradual strengthening to improve spinal stability. @@ -592,7 +600,7 @@ export const areaOfInjuryData = [ We also teach practical strategies to manage your posture during work, sleep, and daily activities — so you can stay pain-free in the long run.

                                                            -
                                                            Why Choose Rapharehab for Low Back Injury Physiotherapy in Etobicoke?
                                                            +

                                                            Why Choose Rapharehab for Low Back Injury Physiotherapy in Etobicoke?

                                                            • Registered physiotherapists with expertise in spinal rehabilitation
                                                            • Evidence-based approach for lasting pain relief
                                                            • @@ -611,22 +619,23 @@ export const areaOfInjuryData = [ contact Rapharehab today — and take your first step toward a pain-free, stronger back.

                                                              ` -}, -{ - "id": 7, - "slug": "hip-injury-physiotherapy-management-etobicoke", - "title": "Hip Injuries", - shortTitle: "", - "shortDescription": "Restore hip strength, mobility, and function with expert physiotherapy management in Etobicoke.", - "image": "/assets/images/areas-of-injury/hip-injury/left.webp", - "bannerImage": "/assets/images/areas-of-injury/hip-injury/hip-injury-banner.webp", - "mainImage": "/assets/images/areas-of-injury/hip-injury/big-img.webp", - "icon": "/assets/images/areas-of-injury/icon/hip.webp", - "metaTitle": "Hip Injury Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.", - "content": ` + }, + { + "id": 7, + "slug": "hip-injury-physiotherapy-management-etobicoke", + "title": "Hip Injuries", + "shortTitle": "", + "shortDescription": "Restore hip strength, mobility, and function with expert physiotherapy management in Etobicoke.", + "image": "/assets/images/areas-of-injury/hip-injury/left.webp", + "mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp", + "bannerImage": "/assets/images/areas-of-injury/hip-injury/hip-injury-banner.webp", + "mainImage": "/assets/images/areas-of-injury/hip-injury/big-img.webp", + "icon": "/assets/images/areas-of-injury/icon/hip.webp", + "metaTitle": "Hip Injury Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.", + "content": `
                                                              -
                                                              We treat conditions with Hip Injury Physiotherapy Management in Etobicoke:
                                                              +

                                                              We treat conditions with Hip Injury Physiotherapy Management in Etobicoke:

                                                              • Hip fractures and post-surgical rehabilitation
                                                              • Hip labral tears
                                                              • @@ -662,7 +671,7 @@ export const areaOfInjuryData = [ Our physiotherapists create tailored treatment plans based on the type and severity of your hip injury, helping you regain independence and return to your normal activities safely.

                                                                -
                                                                Our Hip Injury Physiotherapy Management in Etobicoke Includes:
                                                                +

                                                                Our Hip Injury Physiotherapy Management in Etobicoke Includes:

                                                                • Comprehensive assessment of hip joint, surrounding muscles, and gait
                                                                • Manual therapy to relieve stiffness and improve joint mobility
                                                                • @@ -678,7 +687,7 @@ export const areaOfInjuryData = [ Whether you are recovering from surgery, a sports injury, or chronic hip pain, our evidence-based physiotherapy ensures optimal results.

                                                                  -
                                                                  Common Conditions Treated with Hip Injury Physiotherapy in Etobicoke:
                                                                  +

                                                                  Common Conditions Treated with Hip Injury Physiotherapy in Etobicoke:

                                                                  • Hip fractures and post-operative care
                                                                  • Hip labral tears and impingement
                                                                  • @@ -692,7 +701,7 @@ export const areaOfInjuryData = [ Our team focuses on improving strength, stability, and overall function to help you move with confidence.

                                                                    -
                                                                    What to Expect from Hip Injury Physiotherapy Management in Etobicoke:
                                                                    +

                                                                    What to Expect from Hip Injury Physiotherapy Management in Etobicoke:

                                                                    During your initial session, our physiotherapist will perform a thorough assessment to understand the source of your hip pain and limitations. A personalized treatment plan will then be developed, combining manual therapy, targeted exercises, and functional training to promote optimal recovery. @@ -702,7 +711,7 @@ export const areaOfInjuryData = [ We also provide guidance on safe movement, posture, and exercises to enhance hip stability and prevent future injuries.

                                                                    -
                                                                    Why Choose Rapharehab for Hip Injury Physiotherapy in Etobicoke?
                                                                    +

                                                                    Why Choose Rapharehab for Hip Injury Physiotherapy in Etobicoke?

                                                                    • Certified physiotherapists with expertise in hip and lower limb rehabilitation
                                                                    • Evidence-based and personalized treatment plans
                                                                    • @@ -720,22 +729,23 @@ export const areaOfInjuryData = [ For trusted hip injury physiotherapy management in Etobicoke, book your appointment with Rapharehab today and start your journey toward pain-free mobility.

                                                                      ` -}, -{ - "id": 8, - "slug": "legknee-injury-physiotherapy-management-etobicoke", - "title": "Leg & Knee Injuries", - shortTitle: "", - "shortDescription": "Recover strength, mobility, and stability in your leg and knee with expert physiotherapy management in Etobicoke.", - "image": "/assets/images/areas-of-injury/leg-knee-injury/left.webp", - "bannerImage": "/assets/images/areas-of-injury/leg-knee-injury/leg-knee-injury-banner.webp", - "mainImage": "/assets/images/areas-of-injury/leg-knee-injury/big-img.webp", - "icon": "/assets/images/areas-of-injury/icon/knee.webp", - "metaTitle": "Leg & Knee Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.", - "content": ` + }, + { + "id": 8, + "slug": "legknee-injury-physiotherapy-management-etobicoke", + "title": "Leg & Knee Injuries", + "shortTitle": "", + "shortDescription": "Recover strength, mobility, and stability in your leg and knee with expert physiotherapy management in Etobicoke.", + "image": "/assets/images/areas-of-injury/leg-knee-injury/left.webp", + mobileImage: "/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp", + "bannerImage": "/assets/images/areas-of-injury/leg-knee-injury/leg-knee-injury-banner.webp", + "mainImage": "/assets/images/areas-of-injury/leg-knee-injury/big-img.webp", + "icon": "/assets/images/areas-of-injury/icon/knee.webp", + "metaTitle": "Leg & Knee Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.", + "content": `
                                                                      -
                                                                      We treat conditions with Leg & Knee Injury Physiotherapy Management in Etobicoke:
                                                                      +

                                                                      We treat conditions with Leg & Knee Injury Physiotherapy Management in Etobicoke:

                                                                      • ACL, MCL, PCL, and LCL injuries
                                                                      • Meniscus tears and cartilage injuries
                                                                      • @@ -772,7 +782,7 @@ export const areaOfInjuryData = [ We aim to reduce pain, prevent further injury, and help you return to your normal activities safely.

                                                                        -
                                                                        Our Leg & Knee Injury Physiotherapy Management in Etobicoke Includes:
                                                                        +

                                                                        Our Leg & Knee Injury Physiotherapy Management in Etobicoke Includes:

                                                                        • Comprehensive assessment of knee and leg function
                                                                        • Manual therapy for joint mobilization and soft tissue release
                                                                        • @@ -787,7 +797,7 @@ export const areaOfInjuryData = [ We focus on restoring your confidence and mobility, helping you resume work, sports, and daily routines without discomfort or limitations.

                                                                          -
                                                                          Common Conditions Treated with Leg & Knee Physiotherapy in Etobicoke:
                                                                          +

                                                                          Common Conditions Treated with Leg & Knee Physiotherapy in Etobicoke:

                                                                          • Ligament injuries: ACL, MCL, PCL, LCL tears
                                                                          • Meniscus and cartilage injuries
                                                                          • @@ -800,7 +810,7 @@ export const areaOfInjuryData = [ Our treatment approach targets both the injured area and surrounding muscles to ensure full recovery and prevent recurring issues.

                                                                            -
                                                                            What to Expect from Leg & Knee Injury Physiotherapy Management in Etobicoke:
                                                                            +

                                                                            What to Expect from Leg & Knee Injury Physiotherapy Management in Etobicoke:

                                                                            During your first session, our physiotherapist will conduct a thorough assessment of your knee and leg function, including range of motion, strength, and stability. A personalized treatment plan will be developed, combining manual therapy, strengthening, balance, and functional exercises to optimize recovery. @@ -810,7 +820,7 @@ export const areaOfInjuryData = [ We also provide education on proper movement, posture, and activity modifications to support long-term joint health and prevent reinjury.

                                                                            -
                                                                            Why Choose Rapharehab for Leg & Knee Injury Physiotherapy in Etobicoke?
                                                                            +

                                                                            Why Choose Rapharehab for Leg & Knee Injury Physiotherapy in Etobicoke?

                                                                            • Certified physiotherapists specializing in knee and lower limb injuries
                                                                            • Evidence-based, personalized rehabilitation programs
                                                                            • @@ -828,22 +838,22 @@ export const areaOfInjuryData = [ For trusted leg and knee injury physiotherapy management in Etobicoke, book your appointment with Rapharehab today and start your journey toward pain-free movement.

                                                                              ` -}, -{ - "id": 9, - "slug": "anklefoot-injury-physiotherapy-management-etobicoke", - "title": "Ankle & Foot Injuries", - shortTitle: "", - "shortDescription": "Recover ankle and foot strength, stability, and mobility with expert physiotherapy management in Etobicoke.", - "image": "/assets/images/areas-of-injury/ankle-foot-injury/left.webp", - "bannerImage": "/assets/images/areas-of-injury/ankle-foot-injury/ankle-foot-injury-banner.webp", - "mainImage": "/assets/images/areas-of-injury/ankle-foot-injury/big-img.webp", - "icon": "/assets/images/areas-of-injury/icon/ankle.webp", - "metaTitle": "Ankle & Foot Physiotherapy in Etobicoke | Rapharehab", - "metaDiscription": "Expert ankle and foot injury physiotherapy management in Etobicoke — regain strength, balance, and pain-free mobility with Rapharehab.", - "content": ` + }, + { + "id": 9, + "slug": "anklefoot-injury-physiotherapy-management-etobicoke", + "title": "Ankle & Foot Injuries", + shortTitle: "", + "shortDescription": "Recover ankle and foot strength, stability, and mobility with expert physiotherapy management in Etobicoke.", + "image": "/assets/images/areas-of-injury/ankle-foot-injury/left.webp", + "bannerImage": "/assets/images/areas-of-injury/ankle-foot-injury/ankle-foot-injury-banner.webp", + "mainImage": "/assets/images/areas-of-injury/ankle-foot-injury/big-img.webp", + "icon": "/assets/images/areas-of-injury/icon/ankle.webp", + "metaTitle": "Ankle & Foot Physiotherapy in Etobicoke | Rapharehab", + "metaDiscription": "Expert ankle and foot injury physiotherapy management in Etobicoke — regain strength, balance, and pain-free mobility with Rapharehab.", + "content": `
                                                                              -
                                                                              We treat conditions with Ankle & Foot Injury Physiotherapy Management in Etobicoke:
                                                                              +

                                                                              We treat conditions with Ankle & Foot Injury Physiotherapy Management in Etobicoke:

                                                                              • Sprains, strains, and ligament injuries
                                                                              • Fractures and post-surgical rehabilitation
                                                                              • @@ -880,7 +890,7 @@ export const areaOfInjuryData = [ We aim to reduce pain, improve function, and prevent future injuries.

                                                                                -
                                                                                Our Ankle & Foot Injury Physiotherapy Management in Etobicoke Includes:
                                                                                +

                                                                                Our Ankle & Foot Injury Physiotherapy Management in Etobicoke Includes:

                                                                                • Comprehensive assessment of ankle and foot range of motion, strength, and gait
                                                                                • Manual therapy to relieve stiffness and improve joint mobility
                                                                                • @@ -895,7 +905,7 @@ export const areaOfInjuryData = [ Our approach focuses on restoring confidence in movement and ensuring you can return to your daily activities, sports, or work safely.

                                                                                  -
                                                                                  Common Conditions Treated with Ankle & Foot Physiotherapy in Etobicoke:
                                                                                  +

                                                                                  Common Conditions Treated with Ankle & Foot Physiotherapy in Etobicoke:

                                                                                  • Ankle sprains and ligament injuries
                                                                                  • Fractures and post-operative rehabilitation
                                                                                  • @@ -908,7 +918,7 @@ export const areaOfInjuryData = [ Each treatment plan is customized to your needs, helping you regain strength, flexibility, and confidence in your ankle and foot.

                                                                                    -
                                                                                    What to Expect from Ankle & Foot Injury Physiotherapy Management in Etobicoke:
                                                                                    +

                                                                                    What to Expect from Ankle & Foot Injury Physiotherapy Management in Etobicoke:

                                                                                    During your initial session, our physiotherapist will perform a thorough assessment to identify the root cause of pain or limitation. A tailored plan will be created, combining manual therapy, strengthening, balance, and functional exercises for optimal recovery. @@ -918,7 +928,7 @@ export const areaOfInjuryData = [ Education on safe movement, footwear, and activity modification is also provided to prevent re-injury and support long-term health.

                                                                                    -
                                                                                    Why Choose Rapharehab for Ankle & Foot Injury Physiotherapy in Etobicoke?
                                                                                    +

                                                                                    Why Choose Rapharehab for Ankle & Foot Injury Physiotherapy in Etobicoke?

                                                                                    • Certified physiotherapists specializing in ankle and foot rehabilitation
                                                                                    • Evidence-based and personalized treatment plans
                                                                                    • @@ -932,5 +942,5 @@ export const areaOfInjuryData = [ For trusted ankle and foot injury physiotherapy management in Etobicoke, book your appointment today and start your journey toward pain-free movement.

                                                                                      ` -}, + }, ]; diff --git a/utils/Rehabilitation.utils.js b/utils/Rehabilitation.utils.js index 616feb6..75c6304 100644 --- a/utils/Rehabilitation.utils.js +++ b/utils/Rehabilitation.utils.js @@ -19,7 +19,7 @@ const Rehabilitation = [

                                                                                      Spinal Cord Injury Rehabilitation in Etobicoke

                                                                                      Spinal cord injuries can significantly impact mobility and independence. At Rapharehab, we offer specialized rehabilitation services tailored to individual needs, aiming to restore function and improve quality of life.

                                                                                      -
                                                                                      Common symptoms associated with spinal cord injuries include:
                                                                                      +

                                                                                      Common symptoms associated with spinal cord injuries include:

                                                                                      • Loss of sensation or movement below the injury site
                                                                                      • @@ -55,7 +55,7 @@ const Rehabilitation = [
                                                                                      -
                                                                                      Physiotherapy treatment for spinal cord injuries:
                                                                                      +

                                                                                      Physiotherapy treatment for spinal cord injuries:

                                                                                      At Rapharehab, our physiotherapy programs are designed to address the unique challenges of spinal cord injuries. Treatment may include:

                                                                                        @@ -97,7 +97,7 @@ const Rehabilitation = [

                                                                                        Amputee Rehabilitation in Etobicoke

                                                                                        Amputations can be life-altering, but with the right rehabilitation, individuals can regain independence and quality of life. At Rapharehab, we offer specialized amputee rehabilitation services tailored to your unique needs.

                                                                                        -
                                                                                        Common challenges faced post-amputation include:
                                                                                        +

                                                                                        Common challenges faced post-amputation include:

                                                                                        • Prosthetic fitting and adjustment
                                                                                        • @@ -132,7 +132,7 @@ const Rehabilitation = [
                                                                                        -
                                                                                        Our Amputee Rehabilitation Services Include:
                                                                                        +

                                                                                        Our Amputee Rehabilitation Services Include:

                                                                                        At Rapharehab, we provide a holistic approach to amputee rehabilitation, including:

                                                                                          @@ -174,7 +174,7 @@ const Rehabilitation = [

                                                                                          Fracture Rehabilitation in Etobicoke

                                                                                          Fractures can limit your daily activities and overall mobility. At Rapharehab, we provide specialized physiotherapy rehabilitation programs to help you recover strength, movement, and function after bone injuries.

                                                                                          -
                                                                                          Common symptoms after fractures may include:
                                                                                          +

                                                                                          Common symptoms after fractures may include:

                                                                                          • Pain and tenderness around the fracture site
                                                                                          • @@ -209,7 +209,7 @@ const Rehabilitation = [
                                                                                          -
                                                                                          Fracture Physiotherapy Treatments Include:
                                                                                          +

                                                                                          Fracture Physiotherapy Treatments Include:

                                                                                          Our team at Rapharehab provides customized physiotherapy programs designed for fracture recovery. Treatments may include:

                                                                                            @@ -254,7 +254,7 @@ const Rehabilitation = [

                                                                                            Neurological Rehabilitation in Etobicoke

                                                                                            Neurological conditions such as stroke, brain injury, or nerve disorders can impact movement, coordination, and daily activities. At Rapharehab, we provide specialized neurological rehabilitation to help you regain function and independence.

                                                                                            -
                                                                                            Common symptoms addressed in neurological rehabilitation include:
                                                                                            +

                                                                                            Common symptoms addressed in neurological rehabilitation include:

                                                                                            • Muscle weakness or paralysis
                                                                                            • @@ -290,7 +290,7 @@ const Rehabilitation = [
                                                                                            -
                                                                                            Neurological Rehabilitation Treatments Include:
                                                                                            +

                                                                                            Neurological Rehabilitation Treatments Include:

                                                                                            Rapharehab offers tailored physiotherapy programs to address neurological challenges, including:

                                                                                              diff --git a/utils/Services.utils.js b/utils/Services.utils.js index 1d037c4..9ef7b42 100644 --- a/utils/Services.utils.js +++ b/utils/Services.utils.js @@ -20,7 +20,7 @@ export const servicesList = [

                                                                                              Rapharehab’s Osteopathy Clinic In Etobicoke offers specialised, hands-on treatments aimed at improving your body’s natural balance, mobility, and function. Our experienced osteopaths assess your entire musculoskeletal system to treat the root cause of pain rather than just the symptoms. Serving patients across Etobicoke and the Greater Toronto Area, we provide compassionate, professional care designed for long-term wellness.

                                                                                              Osteopathy is a holistic therapy that focuses on the relationship between the body’s structure and its function. At Rapharehab, our osteopaths combine manual techniques, therapeutic exercises, and lifestyle guidance to relieve pain, enhance mobility, and support overall health. This approach is especially valuable for Canadians seeking natural, non-invasive solutions for chronic pain, sports injuries, postural issues, or post-surgical rehabilitation.

                                                                                              -
                                                                                              Our Osteopathy Techniques at Rapharehab In Etobicoke
                                                                                              +

                                                                                              Our Osteopathy Techniques at Rapharehab In Etobicoke

                                                                                              • Soft Tissue Therapy: Gentle manipulation of muscles and connective tissue to relieve tension and improve flexibility.
                                                                                              • @@ -32,7 +32,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Osteopathy in Etobicoke
                                                                                            +

                                                                                            Benefits of Osteopathy in Etobicoke

                                                                                              @@ -65,7 +65,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Osteopathy Clinic In Etobicoke
                                                                                            +

                                                                                            Common Conditions Treated at Our Osteopathy Clinic In Etobicoke

                                                                                            Our osteopaths at Rapharehab treat a wide range of conditions using holistic and non-invasive techniques. We focus on addressing the underlying causes of discomfort to ensure long-term relief and improved quality of life.

                                                                                            @@ -94,7 +94,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab as Your Osteopathy Clinic In Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab as Your Osteopathy Clinic In Etobicoke?

                                                                                            Rapharehab is a trusted name for osteopathy in Etobicoke due to our patient-centred approach, certified osteopaths, and commitment to holistic health. Our treatments focus on restoring balance, reducing pain, and enhancing overall well-being. We combine manual therapies, corrective exercises, and lifestyle guidance for lasting results.

                                                                                            • Certified and experienced osteopaths specialising in musculoskeletal health.
                                                                                            • @@ -104,7 +104,7 @@ export const servicesList = [
                                                                                            • Convenient location in Etobicoke with flexible appointment scheduling.
                                                                                            -
                                                                                            Start Your Journey to Wellness Today
                                                                                            +

                                                                                            Start Your Journey to Wellness Today

                                                                                            Healing through osteopathy is about addressing the root cause of discomfort and restoring your body’s natural balance. At Rapharehab’s Osteopathy Clinic In Etobicoke, we guide you through every step of recovery with personalised care, education, and hands-on therapy. Experience relief, improved mobility, and enhanced quality of life with our expert team.

                                                                                            Book your consultation today and discover why Rapharehab is the preferred Osteopathy Clinic in Etobicoke for holistic, effective, and compassionate care.

                                                                                            @@ -135,7 +135,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our massage therapy clinic in Etobicoke provides a welcoming and therapeutic environment designed to help you relax, recover, and restore your body’s natural balance. Whether you’re seeking relief from chronic pain, recovering from an injury, or simply looking to unwind from daily stress, our professional massage therapists deliver customised treatments that cater to your specific needs.

                                                                                            Massage therapy has long been recognised in Canada as a highly effective way to manage both physical and emotional stress. At our Etobicoke clinic, we combine advanced techniques and a deep understanding of anatomy to improve circulation, release tension, and support overall wellness. Every session is designed to enhance mobility, reduce muscle stiffness, and boost your long-term health goals.

                                                                                            -
                                                                                            Advanced Massage Therapy Techniques in Etobicoke
                                                                                            +

                                                                                            Advanced Massage Therapy Techniques in Etobicoke

                                                                                            • Swedish Massage: Ideal for relaxation, this technique uses gentle strokes to relieve tension and improve blood flow.
                                                                                            • @@ -147,7 +147,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Health and Wellness Benefits of Massage Therapy in Etobicoke
                                                                                            +

                                                                                            Health and Wellness Benefits of Massage Therapy in Etobicoke

                                                                                              @@ -180,7 +180,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Massage Therapy Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Massage Therapy Clinic

                                                                                            Our massage therapy clinic in Etobicoke supports a variety of health and rehabilitation needs. From everyday aches to long-term pain management, our registered massage therapists provide evidence-based care to help you move and feel your best. We welcome patients from across Etobicoke and nearby areas who seek holistic, non-invasive treatments for their conditions.

                                                                                            @@ -209,15 +209,15 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab Massage Therapy Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab Massage Therapy Clinic in Etobicoke

                                                                                            At Rapharehab, our team of registered massage therapists in Etobicoke is dedicated to delivering quality care that meets the highest Canadian standards. We take pride in offering a compassionate and comfortable environment where patients feel supported in their recovery journey. Whether you need targeted pain relief or a restorative experience, our personalised approach ensures every treatment aligns with your health goals.

                                                                                            Our Etobicoke clinic is equipped with modern facilities and soothing treatment rooms to enhance your comfort. Each session is tailored based on your body’s needs and your lifestyle, helping you achieve balance, relaxation, and optimal physical function. We also collaborate with other healthcare professionals when needed, ensuring you receive integrated care for complete wellness.

                                                                                            -
                                                                                            Personalised Massage Treatments for Every Individual
                                                                                            +

                                                                                            Personalised Massage Treatments for Every Individual

                                                                                            Every person experiences pain and stress differently, which is why our massage therapy sessions are fully customised. Our registered massage therapists conduct a thorough assessment before your session to understand your symptoms, activity level, and goals. From athletes and office workers to seniors and new parents, we design individualised treatment plans that deliver effective and lasting results.

                                                                                            Our goal is not just temporary relief but a complete transformation of how you move, feel, and function daily. Through regular visits, our Etobicoke massage therapy clients experience reduced pain, enhanced range of motion, and improved emotional balance. At Rapharehab, we believe wellness is not just a luxury—it’s a necessity for living your best life in Canada’s busy modern environment.

                                                                                            -
                                                                                            Visit Our Massage Therapy Clinic in Etobicoke Today
                                                                                            +

                                                                                            Visit Our Massage Therapy Clinic in Etobicoke Today

                                                                                            If you’re ready to restore your body and mind, visit our massage therapy clinic in Etobicoke. We welcome new and returning patients seeking professional massage treatments backed by experience, compassion, and care. Our team is committed to helping you achieve a pain-free, active, and healthy lifestyle.

                                                                                            Book your appointment today at Rapharehab and experience the difference a professional massage can make. Discover why residents across Etobicoke and surrounding areas trust us for reliable, effective, and holistic massage therapy care.

                                                                                            @@ -248,7 +248,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our acupuncture clinic in Etobicoke offers a safe and effective approach to restoring balance, relieving pain, and improving overall wellness. Rooted in traditional Chinese medicine, acupuncture has become a trusted complementary therapy across Canada, offering natural relief without the need for invasive procedures or medication. Whether you’re seeking relief from chronic pain, stress, or muscle tension, our clinic provides individualized care that supports your physical and emotional well-being.

                                                                                            Our team of licensed acupuncturists in Etobicoke combines ancient healing practices with modern rehabilitation techniques. By carefully placing fine, sterile needles at specific points on your body, we help stimulate natural healing processes, reduce inflammation, and enhance blood circulation. This time-tested method is designed to restore harmony within the body’s energy pathways, supporting both recovery and long-term wellness for patients throughout Ontario and beyond.

                                                                                            -
                                                                                            How Acupuncture Works at Our Etobicoke Clinic
                                                                                            +

                                                                                            How Acupuncture Works at Our Etobicoke Clinic

                                                                                            • Initial consultation to assess your symptoms, health history, and goals.
                                                                                            • @@ -260,7 +260,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Key Benefits of Acupuncture in Etobicoke
                                                                                            +

                                                                                            Key Benefits of Acupuncture in Etobicoke

                                                                                              @@ -293,7 +293,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Etobicoke Acupuncture Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Etobicoke Acupuncture Clinic

                                                                                            Acupuncture is known to effectively manage a wide range of physical and emotional conditions. At Rapharehab’s Etobicoke clinic, we address various health concerns to help our clients achieve lasting relief and improved wellness.

                                                                                            @@ -325,25 +325,25 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Acupuncture Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab’s Acupuncture Clinic in Etobicoke

                                                                                            At Rapharehab, we believe that true healing involves more than just addressing symptoms—it’s about restoring balance and supporting the body’s ability to heal itself. Our acupuncturists are dedicated professionals with deep expertise in both traditional Chinese medicine and modern rehabilitation practices. Every treatment is designed to align with your personal health goals while ensuring comfort, safety, and results.

                                                                                            Our Etobicoke clinic is equipped with a serene, professional environment that allows you to unwind while receiving treatment. We use only the highest-quality, sterile acupuncture needles, ensuring a safe and comfortable experience for every client. Our approach is integrative, meaning that we often combine acupuncture with physiotherapy, massage therapy, or chiropractic care to deliver a well-rounded, effective treatment plan.

                                                                                            We take pride in serving the Etobicoke community and neighbouring areas across Ontario. Many of our clients visit us seeking natural alternatives for chronic pain management or as part of a preventive health strategy. Whether you are an athlete recovering from an injury or an individual looking to improve your daily energy, Rapharehab’s acupuncture specialists are here to help you achieve optimal wellness.

                                                                                            -
                                                                                            What to Expect During Your First Visit
                                                                                            +

                                                                                            What to Expect During Your First Visit

                                                                                            Your first acupuncture session at our Etobicoke clinic begins with a detailed consultation. Our practitioner will review your medical history, current symptoms, and overall lifestyle to create a personalized treatment plan. During your session, ultra-fine needles are gently inserted into specific acupuncture points. You may experience a mild tingling or warmth, which indicates energy flow and healing activation.

                                                                                            Each session typically lasts between 30 to 60 minutes, depending on your condition and treatment goals. Most clients report feeling deeply relaxed, refreshed, and often notice an immediate improvement in their symptoms. Regular sessions are recommended for chronic conditions or ongoing wellness maintenance.

                                                                                            -
                                                                                            Complementary Therapies at Rapharehab
                                                                                            +

                                                                                            Complementary Therapies at Rapharehab

                                                                                            In addition to acupuncture, our Etobicoke clinic offers a range of complementary therapies designed to enhance your recovery and wellness journey. These include physiotherapy, massage therapy, cupping, and exercise therapy. By integrating these services, we help clients achieve faster healing, improved mobility, and sustainable health outcomes.

                                                                                            -
                                                                                            Book Your Appointment Today
                                                                                            +

                                                                                            Book Your Appointment Today

                                                                                            If you’re searching for a reliable acupuncture clinic in Etobicoke, Rapharehab is your destination for natural and effective healing. Our compassionate professionals are here to help you restore balance, relieve pain, and improve your quality of life through personalized care. Contact us today to schedule your first session and take the first step toward better health and lasting wellness.

                                                                                            ` @@ -370,7 +370,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our chiropodist clinic in Etobicoke offers professional and compassionate foot care for patients of all ages. Foot health plays an essential role in maintaining overall wellness, mobility, and quality of life. Our clinic is dedicated to diagnosing, managing, and treating a wide range of foot and ankle conditions using evidence-based approaches that combine medical expertise with personalized care. Canadians trust Rapharehab for specialized treatments that help restore comfort, function, and confidence with every step.

                                                                                            As one of Etobicoke’s leading chiropody centres, we focus on preventive foot care and long-term management strategies. Whether you’re dealing with chronic foot pain, diabetic complications, or biomechanical issues, our team is equipped to deliver targeted solutions. Our chiropodists are trained professionals who assess and treat conditions affecting the feet and lower limbs, ensuring patients enjoy improved mobility and comfort. We use advanced diagnostic tools and custom orthotic technologies to deliver precise, effective results for every patient.

                                                                                            -
                                                                                            Our Approach and Techniques at Rapharehab’s Chiropodist Clinic in Etobicoke
                                                                                            +

                                                                                            Our Approach and Techniques at Rapharehab’s Chiropodist Clinic in Etobicoke

                                                                                            • Comprehensive foot and gait assessments to identify underlying issues.
                                                                                            • @@ -382,7 +382,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Visiting Our Chiropodist Clinic in Etobicoke
                                                                                            +

                                                                                            Benefits of Visiting Our Chiropodist Clinic in Etobicoke

                                                                                              @@ -415,7 +415,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Chiropodist Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Chiropodist Clinic

                                                                                            Our chiropodists specialize in treating a wide variety of foot and lower limb conditions. We combine medical knowledge with customized therapies to help patients walk comfortably and maintain healthy feet.

                                                                                            @@ -447,25 +447,25 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Chiropodist Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab’s Chiropodist Clinic in Etobicoke

                                                                                            At Rapharehab, we understand that every step counts. Our chiropodist clinic in Etobicoke is designed to offer personalized, evidence-based care that supports your mobility and overall health. From preventive care to advanced treatment, our team takes the time to listen, assess, and develop a tailored plan for your unique condition. Our priority is to ensure your comfort and restore your ability to move without pain.

                                                                                            Our Etobicoke clinic features state-of-the-art equipment and a welcoming environment. Each session begins with a comprehensive assessment that identifies both visible and underlying issues. We also collaborate closely with physiotherapists and rehabilitation experts, offering a multi-disciplinary approach that ensures optimal outcomes for our patients. Whether you’re recovering from an injury or managing a chronic condition, Rapharehab provides the tools, expertise, and support to get you back on your feet—literally.

                                                                                            -
                                                                                            Custom Orthotics and Advanced Foot Care Solutions
                                                                                            +

                                                                                            Custom Orthotics and Advanced Foot Care Solutions

                                                                                            Many Canadians struggle with foot discomfort caused by structural imbalances, improper footwear, or repetitive strain. At our Etobicoke chiropodist clinic, we design custom orthotics that provide long-term relief and support. Our orthotics are tailored to your exact foot shape and gait, ensuring better alignment and reduced strain on your knees, hips, and back. By addressing the root cause of discomfort, these orthotics help improve your overall posture and mobility.

                                                                                            In addition to orthotic services, we offer minor surgical procedures for conditions such as ingrown toenails and stubborn warts. Our treatment plans are always patient-centred, ensuring you receive the most effective, minimally invasive solutions available. Every step of your treatment is handled with precision and care, reflecting Rapharehab’s commitment to excellence in foot health.

                                                                                            -
                                                                                            What to Expect During Your Visit
                                                                                            +

                                                                                            What to Expect During Your Visit

                                                                                            When you visit our chiropodist clinic in Etobicoke, you’ll first undergo a detailed consultation. We’ll evaluate your medical history, lifestyle, and symptoms to create a personalized treatment plan. Depending on your condition, your session may involve physical examination, gait analysis, or diagnostic imaging. Once we identify the root issue, we’ll begin treatment immediately or design a plan that includes regular sessions, orthotic fittings, or follow-up care.

                                                                                            Our clinic environment is calm, professional, and welcoming—helping patients feel comfortable from the moment they walk in. Whether you’re managing chronic pain or simply need preventive foot care, we ensure your experience is seamless and effective from start to finish.

                                                                                            -
                                                                                            Book Your Appointment Today
                                                                                            +

                                                                                            Book Your Appointment Today

                                                                                            If you’re searching for a reliable chiropodist clinic in Etobicoke, Rapharehab is your destination for complete foot and ankle care. Our experienced professionals are ready to help you achieve pain-free movement and better foot health through personalized, evidence-based treatments. Contact Rapharehab today to schedule your appointment and take the first confident step toward healthier feet.

                                                                                            ` @@ -492,7 +492,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our chiropractic clinic in Etobicoke provides advanced, evidence-based care designed to help you move better, feel stronger, and live pain-free. Chiropractic care focuses on restoring proper alignment of the spine and musculoskeletal system, which plays a key role in overall health and function. Whether you’re recovering from an injury, dealing with chronic pain, or looking to improve mobility, our expert chiropractors deliver personalized treatment that promotes balance, flexibility, and long-term wellness.

                                                                                            We combine traditional chiropractic adjustments with modern rehabilitation techniques to achieve lasting results. Our goal is to help Canadians enjoy a better quality of life by addressing the root cause of pain—not just the symptoms. With customized care plans and a holistic approach to health, Rapharehab has become a trusted name in chiropractic services throughout Etobicoke and across Ontario.

                                                                                            -
                                                                                            Our Chiropractic Techniques and Process at Rapharehab
                                                                                            +

                                                                                            Our Chiropractic Techniques and Process at Rapharehab

                                                                                            • Comprehensive spinal assessments to identify misalignments and areas of tension.
                                                                                            • @@ -504,7 +504,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Chiropractic Care in Etobicoke
                                                                                            +

                                                                                            Benefits of Chiropractic Care in Etobicoke

                                                                                              @@ -537,7 +537,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Chiropractic Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Chiropractic Clinic

                                                                                            Our chiropractors in Etobicoke specialize in diagnosing and treating a wide range of musculoskeletal conditions. Whether caused by posture, injuries, or daily stress, we help restore function and reduce pain so you can return to your active lifestyle.

                                                                                            @@ -569,26 +569,26 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Chiropractic Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab’s Chiropractic Clinic in Etobicoke

                                                                                            At Rapharehab, we take pride in providing personalized chiropractic care tailored to your body’s unique needs. Our chiropractic clinic in Etobicoke is led by skilled professionals who understand the importance of spinal health in overall wellness. We don’t just focus on pain relief—we work with you to create a plan that promotes long-term recovery and optimal performance.

                                                                                            Our clinic is equipped with state-of-the-art technology and modern treatment spaces designed to promote healing in a calm, welcoming environment. From spinal adjustments to soft tissue therapy and rehabilitative exercises, every treatment is carefully planned to help you achieve lasting results. We collaborate closely with physiotherapists, massage therapists, and rehabilitation experts, offering a multidisciplinary approach that maximizes your recovery potential.

                                                                                            Whether you’re an athlete aiming for peak performance or an office worker struggling with chronic neck and back pain, Rapharehab’s chiropractors are here to help you regain control over your body’s movement and comfort.

                                                                                            -
                                                                                            Our Patient-Centred Chiropractic Process
                                                                                            +

                                                                                            Our Patient-Centred Chiropractic Process

                                                                                            We believe every patient deserves a treatment plan that aligns with their goals and lifestyle. That’s why your first visit to our Etobicoke clinic includes a comprehensive consultation and physical assessment. Our chiropractor will take the time to understand your medical history, posture, and movement patterns to design a tailored care plan that delivers measurable results.

                                                                                            Treatment sessions may include gentle spinal manipulations, soft tissue therapy, or therapeutic exercises, depending on your specific condition. You’ll also receive guidance on home exercises, ergonomic improvements, and lifestyle adjustments to maintain your results between visits. Our approach ensures that each session contributes meaningfully to your progress toward a pain-free, active life.

                                                                                            -
                                                                                            Chiropractic Care for Every Lifestyle
                                                                                            +

                                                                                            Chiropractic Care for Every Lifestyle

                                                                                            Chiropractic care is not limited to those with chronic pain—it’s beneficial for anyone seeking to maintain spinal health and physical balance. Our clinic serves patients of all ages, from children and seniors to athletes and working professionals. Many of our clients in Etobicoke and surrounding areas visit us regularly for preventive care, ensuring their body functions optimally under daily stress and physical demands.

                                                                                            We also offer specialized chiropractic care for pregnancy-related discomfort, sports performance optimization, and postural correction. By addressing misalignments early, we help prevent injuries and support overall wellness for the long term.

                                                                                            -
                                                                                            Book Your Appointment Today
                                                                                            +

                                                                                            Book Your Appointment Today

                                                                                            If you’re looking for a reliable chiropractic clinic in Etobicoke, Rapharehab is your trusted destination for comprehensive spinal care and holistic healing. Our compassionate team is committed to helping you live pain-free and achieve better mobility through safe, effective chiropractic treatments. Contact us today to schedule your appointment and take the first step toward improved wellness, balance, and confidence.

                                                                                            ` @@ -616,7 +616,7 @@ export const servicesList = [

                                                                                            Rapharehab provides specialised orthotics in Etobicoke, helping Canadians improve foot function, correct posture, and alleviate discomfort caused by musculoskeletal issues. Orthotics are essential for individuals experiencing foot, ankle, knee, or back problems, providing custom support tailored to individual needs.

                                                                                            Our orthotic solutions work by realigning and supporting the feet to improve balance and biomechanics. We combine thorough assessments, gait analysis, and high-quality materials to create custom orthotics designed for daily wear. These orthotics are beneficial for managing conditions such as plantar fasciitis, flat feet, bunions, and other foot or lower limb complications, making them an indispensable tool for Canadians seeking effective foot care and rehabilitation.

                                                                                            -
                                                                                            Techniques and Process for Orthotics in Etobicoke
                                                                                            +

                                                                                            Techniques and Process for Orthotics in Etobicoke

                                                                                            • Comprehensive foot and gait assessment by licensed specialists.
                                                                                            • @@ -628,7 +628,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Orthotics in Etobicoke
                                                                                            +

                                                                                            Benefits of Orthotics in Etobicoke

                                                                                              @@ -661,7 +661,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Orthotics in Etobicoke
                                                                                            +

                                                                                            Common Conditions Treated with Orthotics in Etobicoke

                                                                                              @@ -692,13 +692,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Orthotics in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Orthotics in Etobicoke

                                                                                            At Rapharehab, our expertise in orthotics in Etobicoke ensures that every patient receives personalised care tailored to their unique foot structure and mobility requirements. Our licensed specialists use advanced assessment tools and premium materials to design orthotics that improve comfort, function, and overall foot health.

                                                                                            Whether you are dealing with chronic foot pain, recovering from an injury, or looking to prevent future complications, our orthotics provide the support and stability needed for everyday activities, sports, and long-term wellness. Canadians across Etobicoke trust Rapharehab for reliable, custom orthotic solutions that promote better posture, alignment, and mobility.

                                                                                            -
                                                                                            Book Your Orthotics Appointment in Etobicoke
                                                                                            +

                                                                                            Book Your Orthotics Appointment in Etobicoke

                                                                                            If you are seeking professional, custom-fitted orthotics in Etobicoke, Rapharehab is your trusted partner for foot care and rehabilitation. Schedule an appointment with our expert team to receive personalised assessments, advanced orthotic solutions, and ongoing guidance to improve your foot health and overall mobility. Experience enhanced comfort and support tailored to your lifestyle today.

                                                                                            ` @@ -730,7 +730,7 @@ export const servicesList = [ //

                                                                                            Combination therapy with other treatment modalities: Etobicoke Acupuncture treatment is an effective treatment alone or in combination with conventional therapies to treat many diseases.

                                                                                            //

                                                                                            Our service aims to promote good foot health to help maximize mobility by offering treatment and advice based on the patient’s needs. These sessions specialize in the treatment of skin, orthopaedic, vascular, and neurological conditions.

                                                                                            //
                                                                                            - //
                                                                                            Common Conditions Treated by Acupuncture Clinic in Etobicoke are:
                                                                                            + //

                                                                                            Common Conditions Treated by Acupuncture Clinic in Etobicoke are:

                                                                                            //
                                                                                            //
                                                                                            //
                                                                                            @@ -771,7 +771,7 @@ export const servicesList = [ //
                                                                                            //
                                                                                            //
                                                                                            - //
                                                                                            Other Conditions Acupuncture Etobicoke may help include:
                                                                                            + //

                                                                                            Other Conditions Acupuncture Etobicoke may help include:

                                                                                            //
                                                                                              //
                                                                                            • Fibromyalgia
                                                                                            • //
                                                                                            • Neuralgia
                                                                                            • @@ -807,7 +807,7 @@ export const servicesList = [

                                                                                              At Rapharehab, our foot reflexology clinic in Etobicoke provides a holistic approach to wellness, helping clients relieve stress, improve circulation, and enhance overall health. Reflexology targets specific pressure points on the feet connected to organs and systems throughout the body, promoting natural healing and relaxation.

                                                                                              Our experienced therapists assess each client’s individual needs and apply precise techniques to stimulate energy flow, release tension, and support the body’s self-healing abilities. Foot reflexology is ideal for Canadians seeking a non-invasive, effective method to manage pain, fatigue, or general stress while improving overall physical and mental well-being.

                                                                                              -
                                                                                              Techniques and Process at Our Foot Reflexology Clinic in Etobicoke
                                                                                              +

                                                                                              Techniques and Process at Our Foot Reflexology Clinic in Etobicoke

                                                                                              • Comprehensive assessment of foot structure and pressure points.
                                                                                              • @@ -819,7 +819,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Foot Reflexology in Etobicoke
                                                                                            +

                                                                                            Benefits of Foot Reflexology in Etobicoke

                                                                                              @@ -852,7 +852,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Foot Reflexology Clinic in Etobicoke
                                                                                            +

                                                                                            Common Conditions Treated at Our Foot Reflexology Clinic in Etobicoke

                                                                                              @@ -883,13 +883,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Foot Reflexology in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Foot Reflexology in Etobicoke

                                                                                            Rapharehab's foot reflexology clinic in Etobicoke offers a professional and relaxing environment where clients receive personalised treatments tailored to their health and wellness goals. Our certified therapists use proven techniques to target reflex points, enhancing circulation, relieving tension, and promoting holistic well-being.

                                                                                            By choosing Rapharehab, Canadians benefit from a safe, effective, and therapeutic approach to managing stress, pain, and fatigue. Our treatments are designed to complement conventional medical care, helping you achieve balance and optimal health naturally.

                                                                                            -
                                                                                            Book Your Foot Reflexology Session in Etobicoke
                                                                                            +

                                                                                            Book Your Foot Reflexology Session in Etobicoke

                                                                                            Experience the restorative benefits of professional foot reflexology in Etobicoke with Rapharehab. Schedule your session today and enjoy improved circulation, reduced stress, and enhanced overall wellness. Our expert team is dedicated to helping you achieve a balanced, healthier lifestyle through personalised reflexology treatments tailored to your individual needs.

                                                                                            ` @@ -919,7 +919,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our custom knee braces clinic in Etobicoke provides specialized solutions for individuals seeking stability, comfort, and protection for their knees. Whether you’re recovering from an injury, managing arthritis, or looking to enhance athletic performance, our team is committed to designing braces that fit your body perfectly and support your lifestyle.

                                                                                            Custom knee bracing plays an essential role in rehabilitation and active living. Unlike generic braces, a custom-made brace is tailored to your unique leg shape, ensuring optimal support and alignment. Our expert clinicians use advanced assessment techniques and materials to create a brace that minimizes pain, prevents further damage, and helps you move with confidence — whether you’re walking, playing sports, or returning to work.

                                                                                            -
                                                                                            Our Custom Knee Braces Process at Rapharehab
                                                                                            +

                                                                                            Our Custom Knee Braces Process at Rapharehab

                                                                                            • Comprehensive Assessment: Every client begins with a one-on-one consultation and biomechanical assessment to understand their needs and physical condition.
                                                                                            • @@ -931,7 +931,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Custom Knee Braces in Etobicoke
                                                                                            +

                                                                                            Benefits of Custom Knee Braces in Etobicoke

                                                                                              @@ -964,7 +964,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Custom Knee Braces
                                                                                            +

                                                                                            Common Conditions Treated with Custom Knee Braces

                                                                                            Our custom knee braces in Etobicoke are suitable for a wide range of orthopaedic and sports-related conditions. Each brace is designed to meet specific therapeutic goals, whether it’s stabilizing a post-surgery knee, correcting alignment, or preventing future injuries. Below are some of the most common conditions we address at Rapharehab:

                                                                                            @@ -995,12 +995,12 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Custom Knee Braces Clinic in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab’s Custom Knee Braces Clinic in Etobicoke?

                                                                                            Choosing a custom knee brace clinic in Etobicoke means trusting experts who understand biomechanics, injury rehabilitation, and the importance of comfort in recovery. At Rapharehab, we combine clinical precision with compassionate care to help you return to your daily activities without pain or limitation.

                                                                                            Our clinic offers a patient-first approach — every recommendation is based on your medical needs, lifestyle, and personal goals. Whether you’re recovering from surgery or want to protect your knees during physical activity, our braces are engineered for real-world results. We collaborate with physiotherapists, orthotists, and rehabilitation experts to ensure that every brace contributes to long-term joint health and improved mobility.

                                                                                            We proudly serve residents across Etobicoke and the Greater Toronto Area (GTA), offering access to the latest orthopaedic technologies and compassionate support throughout your healing journey.

                                                                                            -
                                                                                            What Makes Our Custom Knee Braces Unique?
                                                                                            +

                                                                                            What Makes Our Custom Knee Braces Unique?

                                                                                            • Designed with advanced biomechanical accuracy
                                                                                            • Lightweight and breathable materials for long-lasting comfort
                                                                                            • @@ -1011,7 +1011,7 @@ export const servicesList = [

                                                                                              Unlike mass-produced braces, our custom options are carefully measured, adjusted, and tested to ensure you experience maximum relief and functional stability. With ongoing follow-up support, we make sure your brace continues to serve you effectively as your recovery progresses.

                                                                                              -
                                                                                              Book Your Custom Knee Brace Fitting in Etobicoke
                                                                                              +

                                                                                              Book Your Custom Knee Brace Fitting in Etobicoke

                                                                                              Don’t let knee pain or instability slow you down. Book an appointment with Rapharehab’s custom knee braces clinic in Etobicoke today and discover the difference personalized care can make. Our expert clinicians will guide you through every step — from consultation and fitting to long-term support — helping you regain confidence, movement, and comfort.

                                                                                              Call us or book online to schedule your consultation and take the first step toward better knee health and pain-free mobility.

                                                                                            @@ -1041,7 +1041,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our laser therapy electrical modalities services in Etobicoke provide cutting-edge treatments for pain relief, injury recovery, and enhanced rehabilitation. These therapies use targeted laser energy and electrical stimulation to support tissue repair, reduce inflammation, and improve circulation, offering Canadians a non-invasive, effective solution for a wide range of musculoskeletal conditions.

                                                                                            By combining laser therapy with electrical modalities, our clinicians can tailor treatment plans for each individual, ensuring optimal outcomes. Whether recovering from surgery, managing chronic pain, or addressing acute injuries, these therapies accelerate healing, promote cellular regeneration, and provide long-lasting relief while complementing traditional physiotherapy techniques.

                                                                                            -
                                                                                            Techniques and Process of Laser Therapy Electrical Modalities
                                                                                            +

                                                                                            Techniques and Process of Laser Therapy Electrical Modalities

                                                                                            • Initial assessment to determine condition severity and treatment needs.
                                                                                            • @@ -1053,7 +1053,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Laser Therapy Electrical Modalities in Etobicoke
                                                                                            +

                                                                                            Benefits of Laser Therapy Electrical Modalities in Etobicoke

                                                                                              @@ -1086,7 +1086,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Laser Therapy Electrical Modalities
                                                                                            +

                                                                                            Common Conditions Treated with Laser Therapy Electrical Modalities

                                                                                              @@ -1117,13 +1117,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Laser Therapy Electrical Modalities
                                                                                            +

                                                                                            Why Choose Rapharehab for Laser Therapy Electrical Modalities

                                                                                            Rapharehab provides expertly administered laser therapy electrical modalities in Etobicoke, combining state-of-the-art technology with personalised physiotherapy plans. Our licensed clinicians ensure safe, targeted, and effective treatment for a broad spectrum of musculoskeletal and nerve-related conditions.

                                                                                            Our approach is designed to complement traditional rehabilitation methods, offering Canadians a non-invasive, drug-free, and highly effective solution for faster recovery, pain relief, and improved functional mobility.

                                                                                            -
                                                                                            Book Your Laser Therapy Electrical Modalities Session in Etobicoke
                                                                                            +

                                                                                            Book Your Laser Therapy Electrical Modalities Session in Etobicoke

                                                                                            Schedule a session at Rapharehab to experience the benefits of professional laser therapy electrical modalities in Etobicoke. Improve healing, reduce pain, and enhance your overall wellness with our tailored rehabilitation plans. Our team is dedicated to providing safe, effective, and results-driven therapy for every client.

                                                                                            ` @@ -1150,7 +1150,7 @@ export const servicesList = [

                                                                                            Rapharehab's virtual care physiotherapy clinic in Etobicoke delivers professional, evidence-based physiotherapy services to patients across Canada. With increasing demand for flexible healthcare options, our virtual physiotherapy programs offer Canadians the ability to access expert care from the comfort of their home, ensuring continuity of treatment without geographical limitations.

                                                                                            Our virtual care physiotherapy sessions are designed to evaluate, treat, and rehabilitate a wide range of musculoskeletal and mobility conditions. Through secure video consultations, our licensed physiotherapists guide patients through assessments, therapeutic exercises, and education tailored to their individual needs. This approach helps Canadians manage pain, improve mobility, and achieve rehabilitation goals efficiently, while maintaining safety and convenience.

                                                                                            -
                                                                                            Techniques and Process at Our Virtual Care Physiotherapy Clinic in Etobicoke
                                                                                            +

                                                                                            Techniques and Process at Our Virtual Care Physiotherapy Clinic in Etobicoke

                                                                                            • Comprehensive online assessment using video and patient-reported outcomes.
                                                                                            • @@ -1162,7 +1162,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Virtual Care Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Virtual Care Physiotherapy in Etobicoke

                                                                                              @@ -1195,7 +1195,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Virtual Care Physiotherapy
                                                                                            +

                                                                                            Common Conditions Treated with Virtual Care Physiotherapy

                                                                                              @@ -1226,13 +1226,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Virtual Care Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Virtual Care Physiotherapy in Etobicoke

                                                                                            Rapharehab is a trusted virtual care physiotherapy clinic in Etobicoke, offering professional online rehabilitation for Canadians seeking convenient and effective physiotherapy solutions. Our licensed physiotherapists provide expert guidance, ensuring that patients receive personalised exercise programs, real-time feedback, and educational resources to optimise recovery.

                                                                                            Virtual physiotherapy from Rapharehab combines accessibility, flexibility, and high-quality care. Patients can participate from their homes, workplaces, or any location with internet access, eliminating barriers while maintaining consistent rehabilitation. This approach ensures that Canadians can continue treatment uninterrupted, even during travel, mobility challenges, or scheduling constraints.

                                                                                            -
                                                                                            Booking Your Virtual Physiotherapy Appointment in Etobicoke
                                                                                            +

                                                                                            Booking Your Virtual Physiotherapy Appointment in Etobicoke

                                                                                            If you are looking for professional, convenient, and effective physiotherapy solutions, Rapharehab’s virtual care physiotherapy clinic in Etobicoke is here to support your rehabilitation journey. Our team provides personalised online care tailored to your specific needs, helping you manage pain, restore mobility, and achieve optimal health. Schedule your virtual consultation today and experience expert physiotherapy from the comfort of your home.

                                                                                            ` @@ -1257,7 +1257,7 @@ export const servicesList = [

                                                                                            Rapharehab's naturopathy clinic in Etobicoke offers Canadians a holistic approach to health and wellness. Our naturopathic services focus on natural therapies and lifestyle interventions that promote long-term well-being, addressing the root causes of health concerns rather than just symptoms.

                                                                                            By combining evidence-based natural remedies, nutritional guidance, herbal medicine, and therapeutic counselling, our clinic helps individuals manage chronic conditions, improve immunity, reduce stress, and achieve optimal health. Each treatment plan is personalised to meet the unique needs of our clients, ensuring effective, safe, and natural healing solutions.

                                                                                            -
                                                                                            Techniques and Process at Our Naturopathy Clinic in Etobicoke
                                                                                            +

                                                                                            Techniques and Process at Our Naturopathy Clinic in Etobicoke

                                                                                            • Comprehensive health assessment including lifestyle, diet, and medical history.
                                                                                            • @@ -1269,7 +1269,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Visiting a Naturopathy Clinic in Etobicoke
                                                                                            +

                                                                                            Benefits of Visiting a Naturopathy Clinic in Etobicoke

                                                                                              @@ -1302,7 +1302,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions or Problems Treated at Our Naturopathy Clinic
                                                                                            +

                                                                                            Common Conditions or Problems Treated at Our Naturopathy Clinic

                                                                                              @@ -1333,13 +1333,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab's Naturopathy Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab's Naturopathy Clinic in Etobicoke

                                                                                            At Rapharehab, our licensed naturopaths provide personalised, evidence-based care, combining modern medical knowledge with natural therapies. Our naturopathy clinic in Etobicoke ensures safe and effective treatment, promoting long-term health and vitality for Canadians of all ages.

                                                                                            We focus on building sustainable wellness habits, guiding patients through diet, lifestyle, and natural therapies that enhance quality of life. Our holistic approach supports the body’s innate ability to heal, offering a natural path to improved health without reliance on invasive procedures or pharmaceuticals.

                                                                                            -
                                                                                            Book Your Appointment at Our Naturopathy Clinic in Etobicoke
                                                                                            +

                                                                                            Book Your Appointment at Our Naturopathy Clinic in Etobicoke

                                                                                            Take the first step towards holistic wellness by scheduling a consultation at Rapharehab’s naturopathy clinic in Etobicoke. Experience natural healing, personalised care, and evidence-based treatments designed to enhance your overall health and well-being. Our team is dedicated to supporting your journey to optimal health, naturally and effectively.

                                                                                            ` @@ -1365,7 +1365,7 @@ export const servicesList = [

                                                                                            At Rapharehab’s spinal decompression therapy clinic in Etobicoke, we provide advanced, non-surgical spinal treatments designed to relieve chronic back and neck pain. Whether caused by herniated discs, sciatica, or degenerative disc disease, our spinal decompression therapy offers a safe and effective way to promote healing and restore mobility for patients across Etobicoke and the Greater Toronto Area.

                                                                                            This therapy works by gently stretching the spine, creating negative pressure within the spinal discs. This process helps reposition bulging or herniated discs and enhances the flow of oxygen, water, and nutrient-rich fluids into the affected areas — allowing the body’s natural healing processes to take effect. For many Canadians dealing with persistent back pain, spinal decompression therapy is a proven, drug-free, and non-invasive path to recovery and long-term spinal wellness.

                                                                                            -
                                                                                            Our Spinal Decompression Therapy Process at Rapharehab
                                                                                            +

                                                                                            Our Spinal Decompression Therapy Process at Rapharehab

                                                                                            • Initial Consultation: Our clinicians conduct a detailed assessment, reviewing your medical history, imaging, and symptoms to determine suitability for spinal decompression.
                                                                                            • @@ -1377,7 +1377,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Spinal Decompression Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Spinal Decompression Therapy in Etobicoke

                                                                                              @@ -1410,7 +1410,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Spinal Decompression Therapy
                                                                                            +

                                                                                            Common Conditions Treated with Spinal Decompression Therapy

                                                                                            Our spinal decompression therapy clinic in Etobicoke serves patients suffering from a wide range of spinal disorders. This gentle, yet effective, therapy is ideal for individuals looking for relief from chronic back pain without the risks associated with surgery or long-term medication. At Rapharehab, we treat many spine-related conditions, including:

                                                                                            @@ -1441,12 +1441,12 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Spinal Decompression Therapy Clinic in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab’s Spinal Decompression Therapy Clinic in Etobicoke?

                                                                                            Choosing the right spinal decompression therapy clinic in Etobicoke means entrusting your spine health to experienced professionals who understand the complexity of spinal care. At Rapharehab, our licensed physiotherapists and rehabilitation specialists focus on long-term healing, not just temporary pain relief. We use state-of-the-art decompression technology to ensure every session is safe, precise, and effective.

                                                                                            Our therapy sessions are comfortable, relaxing, and completely non-invasive. Most clients describe the treatment as a gentle stretching sensation, often followed by noticeable pain reduction and improved range of motion. With our holistic rehabilitation approach, we aim to correct spinal imbalances and strengthen supportive muscles to prevent future discomfort.

                                                                                            Located conveniently in Etobicoke, our clinic provides personalized care plans tailored to your specific goals, ensuring that every visit brings you closer to a pain-free and active life.

                                                                                            -
                                                                                            What Makes Our Spinal Decompression Therapy Different?
                                                                                            +

                                                                                            What Makes Our Spinal Decompression Therapy Different?

                                                                                            • Computer-controlled precision to target specific spinal levels
                                                                                            • Certified clinicians with advanced spinal rehabilitation training
                                                                                            • @@ -1457,7 +1457,7 @@ export const servicesList = [

                                                                                              Unlike traditional traction, our spinal decompression therapy is dynamic and adaptive, adjusting the tension levels in real time for maximum safety and comfort. This innovative technique encourages proper disc alignment and accelerates tissue regeneration, helping our patients regain strength and independence faster.

                                                                                              -
                                                                                              Book Your Spinal Decompression Therapy Session in Etobicoke
                                                                                              +

                                                                                              Book Your Spinal Decompression Therapy Session in Etobicoke

                                                                                              If chronic back or neck pain is affecting your quality of life, Rapharehab’s spinal decompression therapy clinic in Etobicoke is here to help. Our compassionate team will guide you through every step of your recovery, ensuring you receive the best care possible in a calm and supportive environment.

                                                                                              Take the first step toward a healthier spine today. Call us or book online to schedule your consultation and experience safe, effective spinal decompression therapy tailored to your needs. Let Rapharehab help you restore comfort, confidence, and control over your body again.

                                                                                            @@ -1485,7 +1485,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our concussion management clinic in Etobicoke provides comprehensive care for individuals recovering from concussions. Concussions, commonly resulting from sports injuries, accidents, or falls, require specialised assessment and management to ensure safe recovery and prevent long-term complications.

                                                                                            Our clinic uses evidence-based protocols combining physiotherapy, cognitive rehabilitation, and personalised exercise programs. Each plan is tailored to the individual's symptoms, ensuring optimal recovery while gradually restoring physical and cognitive function. We aim to help Canadians return to daily activities safely, reduce post-concussion symptoms, and improve overall quality of life.

                                                                                            -
                                                                                            Techniques and Process at Our Concussion Management Clinic in Etobicoke
                                                                                            +

                                                                                            Techniques and Process at Our Concussion Management Clinic in Etobicoke

                                                                                            • Initial evaluation including neurological assessment and symptom tracking.
                                                                                            • @@ -1497,7 +1497,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Concussion Management in Etobicoke
                                                                                            +

                                                                                            Benefits of Concussion Management in Etobicoke

                                                                                              @@ -1530,7 +1530,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions or Problems Treated at Our Concussion Management Clinic
                                                                                            +

                                                                                            Common Conditions or Problems Treated at Our Concussion Management Clinic

                                                                                              @@ -1561,13 +1561,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Concussion Management Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab’s Concussion Management Clinic in Etobicoke

                                                                                            Our experienced team at Rapharehab provides a comprehensive, evidence-based approach to concussion recovery. At our concussion management clinic in Etobicoke, patients receive personalised rehabilitation plans that integrate physical, cognitive, and functional therapies, ensuring safe and efficient recovery.

                                                                                            We focus on preventing long-term complications by closely monitoring symptoms and adapting treatments as necessary. Our goal is to empower Canadians to regain their normal activities, return to work or sport, and achieve optimal brain health safely and effectively.

                                                                                            -
                                                                                            Book Your Appointment at Our Concussion Management Clinic in Etobicoke
                                                                                            +

                                                                                            Book Your Appointment at Our Concussion Management Clinic in Etobicoke

                                                                                            Take the first step towards a safe and full recovery by booking a consultation at Rapharehab’s concussion management clinic in Etobicoke. Our team is dedicated to providing expert care, personalised rehabilitation plans, and ongoing support to help you regain your health and return to your daily life with confidence.

                                                                                            ` @@ -1596,7 +1596,7 @@ export const servicesList = [

                                                                                            Living with chronic pain can feel overwhelming, limiting your ability to enjoy daily life, work comfortably, or stay active. At Rapharehab’s Chronic Pain Management Clinic in Etobicoke, we focus on helping you regain control through evidence-based treatments and compassionate care. Our approach blends modern rehabilitation science with a holistic view of pain relief, making wellness achievable for everyone across Canada.

                                                                                            Our pain management specialists in Etobicoke design customised care plans to target the root cause of discomfort—whether it’s from injury, arthritis, nerve issues, or postural strain. Using advanced physiotherapy techniques, manual therapy, and patient education, we empower you to manage pain effectively and improve your quality of life. Every treatment plan is guided by Canadian clinical standards and tailored to your specific needs, ensuring safe, sustainable progress.

                                                                                            -
                                                                                            Techniques and Approaches at Our Chronic Pain Management Clinic in Etobicoke
                                                                                            +

                                                                                            Techniques and Approaches at Our Chronic Pain Management Clinic in Etobicoke

                                                                                            • Manual Therapy: Hands-on techniques that reduce muscle tension, improve circulation, and restore movement.
                                                                                            • @@ -1608,7 +1608,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Chronic Pain Management in Etobicoke
                                                                                            +

                                                                                            Benefits of Chronic Pain Management in Etobicoke

                                                                                              @@ -1641,7 +1641,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Etobicoke Pain Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Etobicoke Pain Clinic

                                                                                              @@ -1700,7 +1700,7 @@ export const servicesList = [

                                                                                              Rapharehab’s pre and post operative management clinic in Etobicoke provides comprehensive and individualised care to help patients prepare for surgery and recover effectively afterward. Surgery can be a physically demanding process, and the right pre and post operative care ensures optimal recovery, minimises complications, and restores mobility and strength. Serving clients across Etobicoke and throughout Canada, Rapharehab is dedicated to helping every patient achieve the best possible surgical outcomes through evidence-based rehabilitation practices.

                                                                                              Pre and post operative management involves a combination of assessment, education, exercise, and physiotherapy aimed at improving your physical condition before surgery (prehabilitation) and aiding in your recovery afterwards. Our skilled team of registered physiotherapists and rehabilitation experts develops personalised programs that address your unique surgical needs, whether you’re preparing for a joint replacement, spinal surgery, or soft tissue procedure. This proactive approach not only speeds up recovery but also helps you regain independence and confidence in your daily life — something Canadians value when it comes to long-term wellness and mobility.

                                                                                              -
                                                                                              Our Techniques and Process at the Prepost Operative Management Clinic in Etobicoke
                                                                                              +

                                                                                              Our Techniques and Process at the Prepost Operative Management Clinic in Etobicoke

                                                                                              • Comprehensive Physical Assessment: Our specialists perform an in-depth evaluation of your movement, strength, and functional capabilities before and after surgery to create a tailored plan.
                                                                                              • @@ -1712,7 +1712,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Key Benefits of Pre & Post Operative Management in Etobicoke
                                                                                            +

                                                                                            Key Benefits of Pre & Post Operative Management in Etobicoke

                                                                                              @@ -1745,7 +1745,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions and Surgical Procedures Treated at Our Etobicoke Clinic
                                                                                            +

                                                                                            Common Conditions and Surgical Procedures Treated at Our Etobicoke Clinic

                                                                                            Our prepost operative management clinic in Etobicoke supports a wide range of surgical cases and conditions. From orthopaedic to neurological surgeries, we provide targeted rehabilitation that promotes recovery and independence. Our team collaborates closely with surgeons and medical professionals to ensure continuity of care throughout your healing process.

                                                                                            @@ -1777,18 +1777,18 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Pre and Post Operative Management in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab for Pre and Post Operative Management in Etobicoke?

                                                                                            At Rapharehab, we pride ourselves on being a trusted prepost operative management clinic in Etobicoke that provides holistic care rooted in science and compassion. Our multidisciplinary team of physiotherapists, kinesiologists, and rehabilitation experts works collaboratively to ensure that each treatment plan aligns with your surgical requirements and lifestyle goals.

                                                                                            We understand that recovery extends beyond physical healing. That’s why our clinic combines advanced rehabilitation technology, personalised exercise programs, and emotional support to make your journey back to wellness seamless. Whether you’re an athlete returning to sport, a senior regaining mobility, or a professional resuming daily activities, our programs are tailored to your specific needs.

                                                                                            Located conveniently in Etobicoke, our clinic is accessible to patients across the Greater Toronto Area. We offer flexible appointment scheduling, direct billing options, and a welcoming environment that prioritises your comfort and recovery. Canadians choose Rapharehab not just for our expertise, but for our patient-centred approach that treats you as a partner in your rehabilitation journey.

                                                                                            -
                                                                                            Our Holistic Approach to Surgical Recovery
                                                                                            +

                                                                                            Our Holistic Approach to Surgical Recovery

                                                                                            Our holistic approach integrates physiotherapy, manual therapy, therapeutic exercise, and education to promote whole-body healing. We focus on restoring balance, improving posture, and retraining movement patterns to help prevent re-injury. This ensures that you not only recover from surgery but also enhance your overall health and physical resilience.

                                                                                            With our combination of cutting-edge treatment methods and compassionate care, Rapharehab continues to be a leader in pre and post operative management in Etobicoke. Our goal is simple — to help you return to the activities you love, pain-free and stronger than before.

                                                                                            -
                                                                                            Book Your Pre & Post Operative Consultation in Etobicoke
                                                                                            +

                                                                                            Book Your Pre & Post Operative Consultation in Etobicoke

                                                                                            If you have an upcoming surgery or are recovering from one, don’t leave your healing to chance. Contact Rapharehab’s prepost operative management clinic in Etobicoke today to book an assessment. Our expert team will guide you through a personalised rehabilitation plan that ensures a safe, speedy, and sustainable recovery.

                                                                                            Experience professional care that supports every step of your journey — from preparation to complete recovery. Visit our Etobicoke clinic or schedule your consultation online to start your rehabilitation with confidence.

                                                                                            @@ -1818,7 +1818,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our ExerciseTherapy Clinic in Etobicoke is dedicated to helping you recover, move, and live better through tailored exercise programs designed by certified physiotherapists and rehabilitation specialists. Whether you’re healing from an injury, surgery, or managing a chronic condition, exercise therapy provides a safe, evidence-based way to restore your body’s strength and function.

                                                                                            Exercise therapy focuses on using structured, progressive physical activity to improve mobility, balance, endurance, and muscle control. It is a key component of rehabilitation and preventive health care. At Rapharehab, we design every exercise plan around your unique health goals—combining therapeutic movements, strength training, and flexibility exercises that support your full-body wellness. For Canadians in Etobicoke looking to maintain an active lifestyle or recover from physical challenges, our clinic provides comprehensive, science-backed care.

                                                                                            -
                                                                                            Our ExerciseTherapy Process at Rapharehab in Etobicoke
                                                                                            +

                                                                                            Our ExerciseTherapy Process at Rapharehab in Etobicoke

                                                                                            • Personalized Assessment: Every session begins with a detailed evaluation of your posture, strength, range of motion, and physical limitations.
                                                                                            • @@ -1830,7 +1830,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Exercise Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Exercise Therapy in Etobicoke

                                                                                              @@ -1863,7 +1863,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our ExerciseTherapy Clinic In Etobicoke
                                                                                            +

                                                                                            Common Conditions Treated at Our ExerciseTherapy Clinic In Etobicoke

                                                                                            Exercise therapy can effectively manage and rehabilitate a wide range of physical conditions. At Rapharehab, we use targeted movements and strength programs to restore your body’s natural mechanics and promote long-term wellness.

                                                                                            @@ -1892,7 +1892,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab as Your ExerciseTherapy Clinic in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab as Your ExerciseTherapy Clinic in Etobicoke?

                                                                                            At Rapharehab, we believe movement is medicine. Our certified therapists use evidence-based exercise programs to restore mobility, strength, and quality of life. We ensure each patient receives individual attention, proper guidance, and measurable results in a comfortable, supportive environment.

                                                                                            • Certified and experienced rehabilitation specialists.
                                                                                            • @@ -1903,10 +1903,10 @@ export const servicesList = [
                                                                                            • Convenient location in the heart of Etobicoke with flexible scheduling.
                                                                                            -
                                                                                            How Exercise Therapy Works for Long-Term Health
                                                                                            +

                                                                                            How Exercise Therapy Works for Long-Term Health

                                                                                            Unlike traditional workouts, exercise therapy is clinically designed to heal, strengthen, and restore your body from the inside out. It improves blood circulation, increases flexibility, and strengthens stabilizing muscles, leading to a better quality of life. Our expert team ensures every movement is safe, effective, and tailored to your recovery stage.

                                                                                            -
                                                                                            Start Your Recovery Journey at Rapharehab
                                                                                            +

                                                                                            Start Your Recovery Journey at Rapharehab

                                                                                            If you’re searching for an ExerciseTherapy Clinic in Etobicoke that focuses on results-driven rehabilitation, Rapharehab is your trusted choice. Our compassionate team works with you to set achievable goals, support consistent progress, and celebrate every milestone on your path to recovery.

                                                                                            Book your appointment today and experience the difference of personalized exercise therapy at Rapharehab—Etobicoke’s leading centre for physical wellness and rehabilitation.

                                                                                            @@ -1938,7 +1938,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our workplace injury management clinic in Etobicoke is dedicated to helping employees recover from work-related injuries with compassion, expertise, and evidence-based care. Workplace injuries can happen to anyone—from office workers with repetitive strain to industrial employees dealing with physical trauma. Our goal is to provide personalized treatment plans that restore mobility, strength, and confidence while supporting a smooth return to work.

                                                                                            We understand that workplace injuries can disrupt both your professional and personal life. That’s why our rehabilitation specialists focus on early intervention, injury prevention, and sustainable recovery. Through physiotherapy, chiropractic care, massage therapy, and ergonomic assessments, we ensure you get the best possible outcome. Whether you are in Etobicoke or anywhere in Canada, Rapharehab’s approach to workplace injury management ensures long-term wellness and productivity.

                                                                                            -
                                                                                            Our Approach and Techniques at the Workplace Injury Management Clinic in Etobicoke
                                                                                            +

                                                                                            Our Approach and Techniques at the Workplace Injury Management Clinic in Etobicoke

                                                                                            • Comprehensive injury assessments to identify the root cause and impact on daily functions.
                                                                                            • @@ -1950,7 +1950,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Key Benefits of Workplace Injury Management in Etobicoke
                                                                                            +

                                                                                            Key Benefits of Workplace Injury Management in Etobicoke

                                                                                              @@ -1983,7 +1983,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions and Injuries Treated at Our Etobicoke Clinic
                                                                                            +

                                                                                            Common Conditions and Injuries Treated at Our Etobicoke Clinic

                                                                                              @@ -2014,13 +2014,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Comprehensive Care and Collaboration for Better Outcomes
                                                                                            +

                                                                                            Comprehensive Care and Collaboration for Better Outcomes

                                                                                            At Rapharehab’s workplace injury management clinic in Etobicoke, we go beyond treating symptoms. We partner with employers, insurers, and medical professionals to build a recovery plan that promotes both health and productivity. Our multidisciplinary team includes physiotherapists, chiropractors, massage therapists, and occupational health experts who coordinate seamlessly to ensure a holistic recovery process.

                                                                                            Our clinic emphasizes communication and education. We take time to explain your condition, demonstrate safe movement techniques, and provide you with exercises that can be done at home or at work. This approach empowers patients to take control of their recovery journey and prevent future injuries. Every plan is flexible and adaptable to match your unique work environment and physical demands.

                                                                                            -
                                                                                            Why Choose Rapharehab for Workplace Injury Management in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab for Workplace Injury Management in Etobicoke?

                                                                                            Choosing the right workplace injury management clinic in Etobicoke is essential for effective rehabilitation. At Rapharehab, we focus on long-term health and professional readiness. Our team combines medical expertise with compassionate care to create a supportive environment where patients feel valued and understood.

                                                                                            • Registered and experienced physiotherapists and rehabilitation specialists.
                                                                                            • @@ -2033,13 +2033,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Our Commitment to Workplace Wellness in Etobicoke
                                                                                            +

                                                                                            Our Commitment to Workplace Wellness in Etobicoke

                                                                                            Beyond injury recovery, our workplace injury management programs are designed to promote long-term health and safety in the workplace. We offer workshops and consultations to educate employees and employers on ergonomics, posture, and injury prevention strategies. This proactive approach not only reduces workplace risks but also enhances overall morale and job satisfaction.

                                                                                            By fostering a culture of wellness, Rapharehab supports both individuals and organizations across Etobicoke and the Greater Toronto Area in maintaining healthier, safer workplaces. Our evidence-based care helps employees regain function quickly, while our preventive strategies reduce absenteeism and improve productivity across the board.

                                                                                            -
                                                                                            Book Your Consultation Today
                                                                                            +

                                                                                            Book Your Consultation Today

                                                                                            If you or your employee has experienced a workplace injury, don’t wait to get the help you need. Visit our workplace injury management clinic in Etobicoke and start your journey toward full recovery. Our friendly team is here to guide you every step of the way—from initial assessment to your return-to-work plan.

                                                                                            Contact Rapharehab today to schedule your appointment or learn more about how our services can support your workplace wellness goals in Etobicoke and beyond.

                                                                                            @@ -2067,7 +2067,7 @@ export const servicesList = [

                                                                                            Rapharehab's pelvic floor physiotherapy clinic in Etobicoke provides professional, evidence-based care for individuals experiencing pelvic health challenges. Pelvic floor physiotherapy is essential for addressing conditions related to bladder, bowel, and reproductive health, offering relief and improved quality of life for Canadians. Our specialised therapists focus on personalised treatment plans that enhance pelvic stability, strength, and function.

                                                                                            Pelvic floor physiotherapy works by assessing and treating muscular imbalances, connective tissue restrictions, and postural issues that affect pelvic function. By using a combination of manual therapy, exercise, education, and lifestyle guidance, our team helps patients regain control over bodily functions, alleviate pain, and prevent future complications. Whether postnatal recovery, incontinence, or pelvic pain, our Etobicoke clinic provides compassionate and professional support for individuals seeking optimal pelvic health.

                                                                                            -
                                                                                            Our Pelvic Floor Physiotherapy Techniques in Etobicoke
                                                                                            +

                                                                                            Our Pelvic Floor Physiotherapy Techniques in Etobicoke

                                                                                            • Comprehensive pelvic health assessment and evaluation.
                                                                                            • @@ -2079,7 +2079,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Pelvic Floor Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Pelvic Floor Physiotherapy in Etobicoke

                                                                                              @@ -2112,7 +2112,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Pelvic Floor Physiotherapy Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Pelvic Floor Physiotherapy Clinic

                                                                                              @@ -2143,19 +2143,19 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Pelvic Floor Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Pelvic Floor Physiotherapy in Etobicoke

                                                                                            Rapharehab is a leading pelvic floor physiotherapy clinic in Etobicoke, offering a safe and private environment for sensitive care. Our team of experienced physiotherapists uses the latest techniques and evidence-based practices to deliver effective and personalised treatment. We prioritise patient education, ensuring you understand your condition and how each exercise and therapy contributes to your recovery.

                                                                                            By combining hands-on manual therapy, biofeedback, and tailored exercise programs, we help Canadians regain control of their pelvic health, improve core strength, and enhance overall quality of life. Our goal is to provide long-term relief, prevent recurrence of symptoms, and empower patients with tools for ongoing wellness.

                                                                                            -
                                                                                            Our Approach to Pelvic Floor Physiotherapy
                                                                                            +

                                                                                            Our Approach to Pelvic Floor Physiotherapy

                                                                                            Every patient at Rapharehab receives an individualised care plan based on a comprehensive assessment. Our physiotherapists evaluate posture, muscle strength, and pelvic function to identify the root causes of dysfunction. Treatments may include gentle manual therapy, pelvic floor exercises, breathing techniques, and postural correction strategies. Patients also receive guidance on lifestyle modifications, ergonomic adjustments, and home exercises to support long-term improvement.

                                                                                            We understand the sensitive nature of pelvic floor concerns, and our clinic ensures privacy, comfort, and compassionate support throughout the therapy journey. Whether addressing postpartum recovery, chronic pain, or incontinence, our Etobicoke clinic provides a professional, evidence-based solution to pelvic health challenges.

                                                                                            -
                                                                                            Book Your Pelvic Floor Physiotherapy Appointment in Etobicoke
                                                                                            +

                                                                                            Book Your Pelvic Floor Physiotherapy Appointment in Etobicoke

                                                                                            If you are seeking a professional and specialised pelvic floor physiotherapy clinic in Etobicoke, Rapharehab is here to help. Our experienced physiotherapists provide personalised care to restore pelvic health, improve core stability, and enhance overall wellness. Contact us today to schedule your consultation and take the first step towards improved pelvic function and quality of life.

                                                                                            ` @@ -2180,7 +2180,7 @@ export const servicesList = [

                                                                                            Rapharehab's home care physiotherapy clinic in Etobicoke offers professional rehabilitation services delivered directly to your home. For Canadians with mobility challenges, chronic conditions, or recovery needs, home-based physiotherapy ensures convenient, safe, and effective care without the need to travel.

                                                                                            Our experienced physiotherapists provide personalised treatment plans that include exercises, manual therapy, and rehabilitation programs tailored to each individual’s specific needs. Home care physiotherapy enhances recovery, improves mobility, reduces pain, and supports independence in the comfort of your own home.

                                                                                            -
                                                                                            Techniques and Process at Our Home Care Physiotherapy Clinic in Etobicoke
                                                                                            +

                                                                                            Techniques and Process at Our Home Care Physiotherapy Clinic in Etobicoke

                                                                                            • Comprehensive assessment of physical condition and mobility at home.
                                                                                            • @@ -2192,7 +2192,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Home Care Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Home Care Physiotherapy in Etobicoke

                                                                                              @@ -2225,7 +2225,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions or Problems Treated by Home Care Physiotherapy
                                                                                            +

                                                                                            Common Conditions or Problems Treated by Home Care Physiotherapy

                                                                                              @@ -2256,13 +2256,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab’s Home Care Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab’s Home Care Physiotherapy in Etobicoke

                                                                                            Rapharehab provides high-quality home care physiotherapy clinic in Etobicoke with licensed professionals delivering customised care plans. Our approach focuses on patient-centred rehabilitation, convenience, and safety, ensuring optimal recovery in the familiar environment of your home.

                                                                                            We support Canadians through every step of their rehabilitation journey, promoting independence, reducing pain, and enhancing mobility for a higher quality of life. Our therapists provide hands-on care, education, and guidance to help patients maintain long-term health and wellness.

                                                                                            -
                                                                                            Book Your Home Care Physiotherapy Appointment in Etobicoke
                                                                                            +

                                                                                            Book Your Home Care Physiotherapy Appointment in Etobicoke

                                                                                            Schedule a consultation with Rapharehab’s home care physiotherapy clinic in Etobicoke to begin your personalised rehabilitation journey. Our dedicated team ensures safe, effective, and convenient physiotherapy care at home, helping Canadians achieve their recovery goals efficiently.

                                                                                            ` @@ -2288,7 +2288,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our sports injury physiotherapy clinic in Etobicoke is dedicated to helping athletes and active individuals recover from injuries, enhance mobility, and regain peak performance. Whether you’re a professional athlete or someone who enjoys staying active, sports injuries can be both painful and frustrating. Our clinic offers advanced physiotherapy treatments tailored to your body’s unique needs, ensuring a safe and efficient recovery process right here in Etobicoke.

                                                                                            Our approach combines manual therapy, evidence-based techniques, and customized exercise programs designed to strengthen, rehabilitate, and prevent future injuries. We understand that every sports-related injury is different — which is why our physiotherapists create individualized treatment plans focused on restoring optimal function. As a trusted physiotherapy centre in Etobicoke, we aim to empower Canadians to move better, feel stronger, and perform at their best through professional and compassionate care.

                                                                                            -
                                                                                            Advanced Treatment Techniques at Our Sports Injury Physiotherapy Clinic in Etobicoke
                                                                                            +

                                                                                            Advanced Treatment Techniques at Our Sports Injury Physiotherapy Clinic in Etobicoke

                                                                                            • Comprehensive assessment to identify the root cause of the injury and contributing factors.
                                                                                            • @@ -2300,7 +2300,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Sports Injury Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Sports Injury Physiotherapy in Etobicoke

                                                                                              @@ -2333,7 +2333,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Sports Injury Physiotherapy Clinic
                                                                                            +

                                                                                            Common Conditions Treated at Our Sports Injury Physiotherapy Clinic

                                                                                            Our Etobicoke physiotherapy clinic treats a wide range of sports injuries and musculoskeletal conditions affecting athletes and active individuals. Whether it’s a sudden sprain or a chronic overuse injury, our experienced therapists provide comprehensive care for long-term relief and prevention.

                                                                                            @@ -2365,7 +2365,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Your Trusted Sports Rehabilitation Partner in Etobicoke
                                                                                            +

                                                                                            Your Trusted Sports Rehabilitation Partner in Etobicoke

                                                                                            At Rapharehab, we believe that recovery is more than just healing an injury — it’s about empowering you to return to your sport with confidence. Our physiotherapists take the time to understand your goals, your sport, and the physical demands of your activity. Whether you’re aiming to return to competitive play or simply want to move without pain, our sports injury physiotherapy clinic in Etobicoke provides the tools, expertise, and support you need.

                                                                                            Our clinic follows a holistic approach, addressing not just the injury but also the factors contributing to it, such as muscle imbalances, poor posture, or incorrect movement techniques. Through a combination of manual therapy, corrective exercises, and patient education, we ensure long-lasting results that go beyond temporary relief.

                                                                                            Every patient at Rapharehab receives a personalized recovery plan, complete with progressive exercises, functional training, and ongoing assessment. This patient-centred care model helps our clients achieve sustainable recovery and enhanced athletic performance.

                                                                                            @@ -2395,7 +2395,7 @@ export const servicesList = [

                                                                                            Your walking pattern says more about your health than you might realise. At Rapharehab’s Gait Assessment Clinic in Etobicoke, we use advanced tools and professional observation to analyse how you move. Whether you’re recovering from an injury, managing chronic pain, or simply want to enhance your posture and balance, our gait assessment service provides the insights you need to move better and live more comfortably across Canada.

                                                                                            A detailed gait assessment helps uncover hidden biomechanical issues that may lead to pain or inefficiency in walking or running. Our physiotherapists in Etobicoke use evidence-based techniques to evaluate your step patterns, joint alignment, and muscular coordination. This process allows us to identify the root cause of discomfort—be it foot imbalance, hip weakness, or spinal misalignment—and create a personalised rehabilitation plan. Our approach ensures every Canadian can achieve safer, more confident movement, no matter their age or activity level.

                                                                                            -
                                                                                            How Our Gait Assessment in Etobicoke Works
                                                                                            +

                                                                                            How Our Gait Assessment in Etobicoke Works

                                                                                            • Comprehensive Observation: We begin with a detailed review of your medical history, lifestyle, and walking challenges to understand the context of your movement.
                                                                                            • @@ -2407,7 +2407,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Gait Assessment in Etobicoke
                                                                                            +

                                                                                            Benefits of Gait Assessment in Etobicoke

                                                                                              @@ -2440,7 +2440,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Identified Through Gait Assessment
                                                                                            +

                                                                                            Common Conditions Identified Through Gait Assessment

                                                                                              @@ -2505,7 +2505,7 @@ export const servicesList = [

                                                                                              At Rapharehab, our kids physiotherapy in Etobicoke is designed to support children of all ages in developing strength, coordination, and mobility through engaging, evidence-based care. Our specialised paediatric physiotherapists create a welcoming and fun environment where kids can thrive while working towards their physical goals. We proudly serve families across Etobicoke and surrounding areas, helping children recover from injuries, manage developmental delays, and build confidence in movement.

                                                                                              Physiotherapy for kids plays a vital role in promoting healthy physical development and independence. Our team works with children who face a variety of challenges, from sports injuries to neurological conditions, tailoring each program to meet the child’s age, abilities, and individual needs. With gentle guidance and a focus on play-based learning, we make therapy sessions enjoyable while encouraging meaningful progress. Parents in Canada trust Rapharehab for our compassionate approach and our dedication to improving every child’s quality of life.

                                                                                              -
                                                                                              Our Approach and Techniques for Kids Physiotherapy in Etobicoke
                                                                                              +

                                                                                              Our Approach and Techniques for Kids Physiotherapy in Etobicoke

                                                                                              • Comprehensive Assessment: We begin with a detailed evaluation of your child’s movement, balance, posture, and developmental milestones to design a tailored care plan.
                                                                                              • @@ -2517,7 +2517,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Kids Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Kids Physiotherapy in Etobicoke

                                                                                              @@ -2550,7 +2550,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated in Our Kids Physiotherapy Program
                                                                                            +

                                                                                            Common Conditions Treated in Our Kids Physiotherapy Program

                                                                                            Our kids physiotherapy in Etobicoke helps children overcome various physical challenges and conditions, whether temporary or long-term. Our goal is to ensure that every child can move, play, and grow with confidence and comfort.

                                                                                            @@ -2582,18 +2582,18 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Kids Physiotherapy in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab for Kids Physiotherapy in Etobicoke?

                                                                                            At Rapharehab, we understand that children require a different kind of care — one that’s not only effective but also fun and motivating. Our kids physiotherapy in Etobicoke combines clinical expertise with creativity, ensuring each child enjoys their sessions while progressing steadily. Our physiotherapists are trained in paediatric rehabilitation and bring warmth, patience, and enthusiasm to every interaction.

                                                                                            We focus on creating a positive and nurturing environment where children feel safe to explore their abilities. Our therapy space is equipped with kid-friendly tools, adaptive toys, and interactive equipment to keep sessions lively and encouraging. Families in Etobicoke and across Canada choose Rapharehab because we truly care about every child’s potential and work tirelessly to help them reach it.

                                                                                            In addition to our professional expertise, we prioritise family involvement. Parents play a crucial role in their child’s development, and our team ensures you have the right knowledge, exercises, and support to help your child at home. Together, we make every therapy session a step toward progress, empowerment, and joy.

                                                                                            -
                                                                                            Our Holistic Approach to Child Development
                                                                                            +

                                                                                            Our Holistic Approach to Child Development

                                                                                            Our approach to kids physiotherapy in Etobicoke goes beyond treating symptoms — we focus on whole-body development and long-term wellness. By combining movement training, sensory integration, and educational play, we help children strengthen both body and mind. This holistic focus improves not only their physical function but also their confidence and ability to engage in school and play.

                                                                                            Each child’s journey is unique, and our programs adapt to match their pace and progress. From the first assessment to every milestone achieved, Rapharehab’s team is committed to making therapy a positive, empowering experience for both children and families.

                                                                                            -
                                                                                            Book a Kids Physiotherapy Session in Etobicoke
                                                                                            +

                                                                                            Book a Kids Physiotherapy Session in Etobicoke

                                                                                            If your child is experiencing physical challenges, developmental delays, or recovering from an injury, our kids physiotherapy in Etobicoke can make a real difference. Contact Rapharehab today to schedule an initial consultation. Our friendly team will assess your child’s needs and create a personalised treatment plan that supports their health and happiness.

                                                                                            Give your child the gift of confident movement and active play. Visit our Etobicoke clinic or reach out online to book your appointment today — because every child deserves to move freely and grow strong.

                                                                                            @@ -2623,7 +2623,7 @@ export const servicesList = [

                                                                                            Undergoing a surgical procedure is a major step in your health journey—and the right support after the operation is crucial. At our clinic specialising in surgical rehab in Etobicoke, we provide precise, evidence-based rehabilitation designed to help you regain function, reduce pain, and confidently resume daily life. Whether you’re in the heart of Etobicoke or elsewhere in Canada, our dedicated team is here to guide you through each stage of post-surgical recovery.

                                                                                            Our approach to surgical rehab in Etobicoke focuses on your unique needs following surgery—whether orthopaedic, spinal, ligament repair or soft tissue reconstruction. We combine therapeutic exercises, manual therapy, and functional training to accelerate healing, restore mobility, and rebuild strength. For Canadian adults seeking a trusted rehabilitation centre, our clinic delivers long-term value by helping you return to your favourite activities with reduced risk of complications.

                                                                                            -
                                                                                            Our Surgical Rehab in Etobicoke: Techniques & Process
                                                                                            +

                                                                                            Our Surgical Rehab in Etobicoke: Techniques & Process

                                                                                            • Comprehensive initial assessment—evaluating surgical site, mobility, strength and pain response.
                                                                                            • @@ -2635,7 +2635,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Surgical Rehab in Etobicoke
                                                                                            +

                                                                                            Benefits of Surgical Rehab in Etobicoke

                                                                                              @@ -2668,7 +2668,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions or Problems Treated
                                                                                            +

                                                                                            Common Conditions or Problems Treated

                                                                                              @@ -2699,14 +2699,14 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Surgical Rehab in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab for Surgical Rehab in Etobicoke?

                                                                                            At Rapharehab, our surgical rehab in Etobicoke is delivered by licensed physiotherapists and rehabilitation specialists who understand the complexities of post-operative care. We work closely with your surgeon and medical team to ensure that your recovery plan is safe, efficient and tailored to your lifestyle in Canada. Our approach emphasises lasting function, not just short-term fixes.

                                                                                            Our facility in Etobicoke is equipped with advanced rehabilitation tools and a supportive environment to help you heal well. From the moment you walk in, you’ll experience compassionate, patient-centred service that focuses on your individual goals and recovery pace. We believe in educating you as you go, so you leave with the knowledge to maintain your progress independently.

                                                                                            Residents of Etobicoke and the Greater Toronto Area choose Rapharehab because we combine clinical excellence with a friendly, welcoming atmosphere. Whether you’re young, active or embracing your later years, our surgical rehab in Etobicoke ensures that every Canadian patient receives dependable care and a clear path back to full health.

                                                                                            -
                                                                                            Your Recovery Journey Begins Here
                                                                                            +

                                                                                            Your Recovery Journey Begins Here

                                                                                            If you’re looking for surgical rehab in Etobicoke, Rapharehab offers a clear, step-by-step path to recovery—from your first assessment through to your return to the activities you love. We support you every step of the way with expert guidance, tailored exercises and ongoing monitoring to safeguard your progress.

                                                                                            The goal is simple: to help you regain mobility, strength and confidence so that you can enjoy life fully again. By partnering with us, you’re choosing a rehabilitation centre in Etobicoke that values your individual journey and celebrates your achievements along the way.

                                                                                            Book your consultation today at Rapharehab for surgical rehab in Etobicoke and let us help you move forward—stronger, steadier and ready for the next chapter.

                                                                                            @@ -2734,7 +2734,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our Physiotherapy Clinic in Etobicoke provides personalized treatment programs designed to help patients recover from injuries, improve movement, and reduce pain. Our team of experienced physiotherapists focuses on restoring function, flexibility, and strength through proven, evidence-based techniques.

                                                                                            Whether you’re recovering from a sports injury, surgery, or chronic condition, our physiotherapy services are tailored to meet your unique goals. We believe in a holistic approach that not only treats the symptoms but addresses the root causes of discomfort — empowering you to live a healthier, more active lifestyle in Canada.

                                                                                            -
                                                                                            Techniques Used at Our Physiotherapy Clinic in Etobicoke
                                                                                            +

                                                                                            Techniques Used at Our Physiotherapy Clinic in Etobicoke

                                                                                            • Manual therapy and joint mobilization
                                                                                            • @@ -2746,7 +2746,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Physiotherapy in Etobicoke

                                                                                              @@ -2779,7 +2779,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated at Our Physiotherapy Clinic in Etobicoke
                                                                                            +

                                                                                            Common Conditions Treated at Our Physiotherapy Clinic in Etobicoke

                                                                                              @@ -2822,7 +2822,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab Physiotherapy Clinic in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab Physiotherapy Clinic in Etobicoke

                                                                                            Rapharehab stands out for its patient-focused care and evidence-based treatment plans. Our physiotherapists take the time to assess each patient thoroughly, ensuring that every session is personalized. We combine advanced technology, hands-on therapy, and compassionate care to deliver the best outcomes possible.

                                                                                            • Certified and experienced physiotherapists
                                                                                            • @@ -2835,7 +2835,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Book Your Appointment at Rapharehab
                                                                                            +

                                                                                            Book Your Appointment at Rapharehab

                                                                                            Ready to take the next step in your recovery journey? Visit Rapharehab’s Physiotherapy Clinic in Etobicoke today. Our experts are here to help you regain your strength, mobility, and confidence with safe, professional, and compassionate care. Schedule your consultation now and experience the difference of quality physiotherapy in Canada.

                                                                                            ` @@ -2860,7 +2860,7 @@ export const servicesList = [

                                                                                            At Rapharehab, we provide fascial stretch therapy in Etobicoke to help individuals improve mobility, reduce pain, and enhance overall body performance. This gentle yet powerful method focuses on the fascia—the connective tissue that surrounds muscles, joints, and organs—to release tightness, restore movement, and promote long-lasting relief. Whether you’re recovering from an injury, training for a sport, or simply seeking better flexibility, fascial stretch therapy can help you feel lighter, freer, and more balanced.

                                                                                            Unlike traditional stretching techniques that focus only on isolated muscles, fascial stretch therapy (FST) addresses the body as an interconnected system. Using pain-free assisted stretching techniques, our certified therapists guide your limbs through specific movements that target the fascia and joint capsules. This improves circulation, flexibility, and alignment while relieving chronic tension. Canadians seeking natural, hands-on therapies for mobility, recovery, or wellness are increasingly turning to fascial stretch therapy for its proven, lasting results.

                                                                                            -
                                                                                            Our Techniques and Process for Fascial Stretch Therapy in Etobicoke
                                                                                            +

                                                                                            Our Techniques and Process for Fascial Stretch Therapy in Etobicoke

                                                                                            • Initial consultation and movement assessment to understand mobility limitations and posture.
                                                                                            • @@ -2872,7 +2872,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Key Benefits of Fascial Stretch Therapy in Etobicoke
                                                                                            +

                                                                                            Key Benefits of Fascial Stretch Therapy in Etobicoke

                                                                                              @@ -2905,7 +2905,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions and Problems Treated with Fascial Stretch Therapy
                                                                                            +

                                                                                            Common Conditions and Problems Treated with Fascial Stretch Therapy

                                                                                              @@ -2936,7 +2936,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Fascial Stretch Therapy at Rapharehab in Etobicoke?
                                                                                            +

                                                                                            Why Choose Fascial Stretch Therapy at Rapharehab in Etobicoke?

                                                                                            At Rapharehab, our fascial stretch therapy in Etobicoke is delivered by certified and experienced stretch therapists who understand how fascia impacts your movement, comfort, and overall wellness. We don’t just focus on stretching; we look at your body as a connected system. Our treatment helps you move better, recover faster, and live pain-free—no matter your age or activity level.

                                                                                            • Certified Fascial Stretch Therapists (FST™) trained in advanced techniques.
                                                                                            • @@ -2949,13 +2949,13 @@ export const servicesList = [
                                                                                            -
                                                                                            How Fascial Stretch Therapy Works
                                                                                            +

                                                                                            How Fascial Stretch Therapy Works

                                                                                            Fascia is the connective web that links muscles, bones, and organs. When it becomes tight or restricted—often from poor posture, stress, or repetitive motion—it can cause pain and limit mobility. Fascial stretch therapy works by gently lengthening and releasing this tissue using assisted, rhythmic movements guided by your therapist. Unlike static stretching, it focuses on creating space in your joints and restoring natural body balance.

                                                                                            At Rapharehab, we combine clinical precision with relaxation techniques to ensure each session is effective and restorative. The process improves joint lubrication, enhances flexibility, and encourages your nervous system to relax and reset—allowing your body to move more freely and efficiently.

                                                                                            -
                                                                                            Who Can Benefit from Fascial Stretch Therapy in Etobicoke?
                                                                                            +

                                                                                            Who Can Benefit from Fascial Stretch Therapy in Etobicoke?

                                                                                            Fascial stretch therapy is suitable for people of all ages and activity levels. Whether you’re recovering from an injury, sitting long hours at work, or training at a high level, this therapy can be tailored to your specific goals and limitations. It’s particularly effective for:

                                                                                            • Athletes seeking improved performance and injury prevention.
                                                                                            • @@ -2967,13 +2967,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Experience the Rapharehab Difference
                                                                                            +

                                                                                            Experience the Rapharehab Difference

                                                                                            At Rapharehab, we believe movement is medicine. Our fascial stretch therapy in Etobicoke is designed to support your body’s natural healing process and restore freedom of movement. Each session is a collaborative experience between you and your therapist, with open communication and adjustments to match your comfort level.

                                                                                            We create a relaxing environment where you can unwind and trust the process. Whether you want to relieve tension, recover from intense workouts, or enhance overall well-being, our team is here to guide you toward lasting results. Many of our clients combine fascial stretch therapy with physiotherapy or massage for a complete wellness solution.

                                                                                            -
                                                                                            Book Your Fascial Stretch Therapy Session in Etobicoke Today
                                                                                            +

                                                                                            Book Your Fascial Stretch Therapy Session in Etobicoke Today

                                                                                            Ready to move better, feel lighter, and live pain-free? Visit Rapharehab for fascial stretch therapy in Etobicoke and experience the difference expert care can make. Our professional team will assess your needs and create a personalized stretch plan designed to restore your body’s natural mobility and function.

                                                                                            Contact Rapharehab today to book your appointment or learn more about how fascial stretch therapy can support your wellness goals in Etobicoke and across Canada.

                                                                                            @@ -3003,7 +3003,7 @@ export const servicesList = [

                                                                                            Rapharehab offers specialised cupping therapy in Etobicoke to support Canadians in achieving improved wellness and recovery. This traditional therapy uses suction cups to stimulate blood flow, relieve muscle tension, and promote healing, making it a valuable treatment for chronic pain and stress relief.

                                                                                            Our trained practitioners use precise techniques to target problem areas, enhancing circulation, reducing inflammation, and supporting natural body detoxification. Cupping therapy is safe, non-invasive, and suitable for a wide range of individuals seeking relief from muscle pain, tension, or stress-related conditions.

                                                                                            -
                                                                                            Techniques and Process of Cupping Therapy in Etobicoke
                                                                                            +

                                                                                            Techniques and Process of Cupping Therapy in Etobicoke

                                                                                            • Assessment of the body to identify areas of tension and pain.
                                                                                            • @@ -3015,7 +3015,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Cupping Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Cupping Therapy in Etobicoke

                                                                                              @@ -3048,7 +3048,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Cupping Therapy
                                                                                            +

                                                                                            Common Conditions Treated with Cupping Therapy

                                                                                              @@ -3079,13 +3079,13 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Cupping Therapy in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Cupping Therapy in Etobicoke

                                                                                            Rapharehab offers expert cupping therapy in Etobicoke performed by trained professionals who focus on safe and effective treatment tailored to individual needs. Our therapy enhances recovery, relieves pain, and supports overall wellness, providing Canadians with holistic care in a professional setting.

                                                                                            We combine traditional cupping techniques with modern physiotherapy practices to maximise results and ensure patient comfort. Whether addressing chronic pain, sports injuries, or seeking relaxation, our approach supports long-term health and functional improvement.

                                                                                            -
                                                                                            Book Your Cupping Therapy Session in Etobicoke
                                                                                            +

                                                                                            Book Your Cupping Therapy Session in Etobicoke

                                                                                            Schedule an appointment with Rapharehab’s cupping therapy in Etobicoke to experience targeted pain relief, enhanced mobility, and improved well-being. Our team provides safe, effective, and personalised therapy sessions to meet your health and recovery goals.

                                                                                            ` @@ -3114,7 +3114,7 @@ export const servicesList = [

                                                                                            At Rapharehab, we bring the ancient healing art of Shiatsu Therapy in Etobicoke to help you experience balance, relaxation, and pain relief. Originating from Japan, Shiatsu combines the wisdom of traditional Eastern medicine with modern understanding of the body’s energy systems. It’s a therapeutic approach that uses gentle pressure, stretching, and rhythmic touch to restore natural harmony in the body — perfect for anyone in Etobicoke or across Canada seeking holistic healing and stress relief.

                                                                                            Our Shiatsu therapists use their palms, thumbs, and fingers to apply focused pressure on specific points along the body’s meridians (energy pathways). This stimulates the flow of energy or “Qi,” enhancing circulation, easing muscle tension, and calming the nervous system. Whether you’re dealing with chronic pain, stress, fatigue, or poor posture, Shiatsu therapy offers a safe, natural way to restore physical and emotional balance. It’s a non-invasive, deeply relaxing treatment that promotes long-term wellness for Canadians who prefer natural healthcare solutions.

                                                                                            -
                                                                                            How Shiatsu Therapy in Etobicoke Works
                                                                                            +

                                                                                            How Shiatsu Therapy in Etobicoke Works

                                                                                            • Energy Pathway Stimulation: Gentle pressure is applied to specific acupressure points to balance the body’s internal energy flow.
                                                                                            • @@ -3126,7 +3126,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Shiatsu Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Shiatsu Therapy in Etobicoke

                                                                                              @@ -3159,7 +3159,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Shiatsu Therapy
                                                                                            +

                                                                                            Common Conditions Treated with Shiatsu Therapy

                                                                                              @@ -3222,7 +3222,7 @@ export const servicesList = [

                                                                                              Experience the healing benefits of deep tissue massage in Etobicoke at Rapharehab, where our registered massage therapists (RMTs) specialize in relieving chronic muscle tension and restoring mobility. Designed for individuals dealing with long-term pain, postural issues, or muscle stiffness, deep tissue massage offers targeted relief by working through deeper layers of muscle and connective tissue. Whether you’re recovering from an injury, managing an active lifestyle, or simply seeking relief from stress and tension, our Etobicoke clinic provides a personalized approach to help you feel and move better.

                                                                                              Deep tissue massage is a therapeutic technique that focuses on realigning deeper layers of muscles and fascia. Using slow, firm strokes and deep finger pressure, our skilled therapists help break down adhesions — bands of painful, rigid tissue that can disrupt circulation and cause discomfort. This method promotes better blood flow, reduces inflammation, and enhances overall flexibility. At Rapharehab in Etobicoke, we combine clinical expertise with a patient-centred approach to ensure every session supports your unique wellness goals.

                                                                                              -
                                                                                              Our Deep Tissue Massage Techniques and Process
                                                                                              +

                                                                                              Our Deep Tissue Massage Techniques and Process

                                                                                              • Assessment and Consultation: Each session begins with a detailed evaluation of your posture, muscle tension, and pain areas to create a custom treatment plan.
                                                                                              • @@ -3234,7 +3234,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Deep Tissue Massage in Etobicoke
                                                                                            +

                                                                                            Benefits of Deep Tissue Massage in Etobicoke

                                                                                              @@ -3267,7 +3267,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Deep Tissue Massage
                                                                                            +

                                                                                            Common Conditions Treated with Deep Tissue Massage

                                                                                              @@ -3297,7 +3297,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Deep Tissue Massage in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Deep Tissue Massage in Etobicoke

                                                                                            At Rapharehab, our registered massage therapists combine professional expertise with a compassionate approach. Each deep tissue massage is designed to address your specific pain patterns and comfort level. We focus not only on short-term relief but also on long-term health improvement by restoring balance, strength, and flexibility throughout the body.

                                                                                            Our Etobicoke clinic offers a calming, professional environment equipped with advanced therapeutic tools and holistic treatment options. Whether you’re a professional athlete, an office worker, or someone dealing with everyday tension, Rapharehab ensures that each session leaves you feeling restored, relaxed, and revitalized.

                                                                                            Experience the difference of a personalized deep tissue massage in Etobicoke today. Our dedicated team will guide you through every step of your healing journey — from assessment to aftercare — so you can regain comfort and confidence in your daily activities.

                                                                                            @@ -3327,7 +3327,7 @@ export const servicesList = [

                                                                                            At Rapharehab in Etobicoke, our neuro fascial therapy service offers a unique, cutting-edge approach to rehabilitation. Combining neurological and fascial system insights, neuro fascial therapy in Etobicoke is becoming a go-to solution for Canadians who struggle with persistent pain, restricted mobility or post-injury dysfunction. This therapy is available in Etobicoke and across the Greater Toronto Area as a specialised treatment to help you move better, feel better and live with less discomfort.

                                                                                            What sets our neuro fascial therapy in Etobicoke apart is its focus on both the nervous system and the fascial tissues that surround muscles, nerves and joints. Fascia is like a continuous web of connective tissue that links your entire body — when it becomes tight, stuck or neurologically sensitised, you may experience pain, stiffness or movement impairment. :contentReference[oaicite:0]{index=0} In this service, we work with you to gently reset patterns of tension, improve movement quality and help your body regain its natural resilience. In Canada’s rehabilitation landscape, having access to neuro fascial therapy in Etobicoke means you have a specialist centre committed to your long-term functional wellness.

                                                                                            -
                                                                                            How Our Neuro Fascial Therapy in Etobicoke Works
                                                                                            +

                                                                                            How Our Neuro Fascial Therapy in Etobicoke Works

                                                                                            • Initial comprehensive assessment: we evaluate your nervous system responses, fascial tissue restrictions and movement patterns.
                                                                                            • @@ -3339,7 +3339,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Neuro Fascial Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Neuro Fascial Therapy in Etobicoke

                                                                                              @@ -3372,7 +3372,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions or Problems Treated
                                                                                            +

                                                                                            Common Conditions or Problems Treated

                                                                                              @@ -3403,14 +3403,14 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Neuro Fascial Therapy in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab for Neuro Fascial Therapy in Etobicoke?

                                                                                            When you choose Rapharehab for neuro fascial therapy in Etobicoke, you are selecting a centre that specialises in the intersection of nervous-system regulation and fascial health. Our therapists bring advanced training in neuro-fascial methods and integrate this with broader rehabilitation protocols suited for Canadian clients. We appreciate how lifestyle, movement patterns and environment (including climate, work habits and activity levels common in Canada) impact your fascial and nervous systems.

                                                                                            Our facility in Etobicoke offers a calm, professional environment tailored to facilitate change in your body’s movement and sensing systems. From your first consultation to the final stage of your programme, you’ll benefit from one-to-one care, consistent progress tracking and education to help you sustain your improvements. Many clients in Etobicoke and across the GTA report lasting relief and improved movement once they engage with our neuro fascial therapy programmes.

                                                                                            Whether you are an athlete recovering from an injury, someone living with chronic soft-tissue pain or a Canadian resident seeking a specialised rehabilitation option, our neuro fascial therapy service in Etobicoke is designed to support your journey back to better movement and greater comfort.

                                                                                            -
                                                                                            Begin Your Journey to Better Movement
                                                                                            +

                                                                                            Begin Your Journey to Better Movement

                                                                                            If you’re ready to explore neuro fascial therapy in Etobicoke, get in touch with Rapharehab today. We’ll schedule your detailed assessment and build a plan that honours your goals, your body’s history and the specific demands you face as a Canadian resident in the Etobicoke area.

                                                                                            Your programme will not just target symptom relief—it will promote functional improvement, neural-fascial harmony and enduring movement health. With our support you’ll gain tools, strategies and confidence to maintain your gains long after therapy ends.

                                                                                            Book your consultation today at Rapharehab and take the first step toward restoring your body’s natural flow of movement through neuro fascial therapy in Etobicoke. We look forward to helping you move stronger, more freely and with greater ease.

                                                                                            @@ -3441,7 +3441,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our cranio sacral therapy in Etobicoke provides a gentle and holistic approach to healing that helps your body release tension, improve balance, and enhance its natural healing abilities. This light-touch manual therapy focuses on the craniosacral system — the membranes and cerebrospinal fluid surrounding your brain and spinal cord — which plays a vital role in your central nervous system health. Whether you’re dealing with chronic pain, stress, or recurring migraines, our therapists in Etobicoke provide professional care tailored to your needs.

                                                                                            Cranio sacral therapy (CST) is a non-invasive, hands-on technique that aims to restore harmony between the body and mind. Using soft touch, therapists release restrictions within the craniosacral system, helping to enhance the flow of cerebrospinal fluid and reduce tension throughout the body. Canadians seeking a natural, drug-free solution for discomfort or stress often find CST an excellent addition to their wellness routine. At Rapharehab, we combine scientific knowledge with compassionate care to ensure a deeply restorative experience for every client.

                                                                                            -
                                                                                            How Cranio Sacral Therapy in Etobicoke Works
                                                                                            +

                                                                                            How Cranio Sacral Therapy in Etobicoke Works

                                                                                            • Assessment of the craniosacral rhythm through gentle palpation of the head, spine, and pelvis.
                                                                                            • @@ -3453,7 +3453,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Cranio Sacral Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Cranio Sacral Therapy in Etobicoke

                                                                                              @@ -3486,7 +3486,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Cranio Sacral Therapy
                                                                                            +

                                                                                            Common Conditions Treated with Cranio Sacral Therapy

                                                                                            Our cranio sacral therapy in Etobicoke supports a wide range of health concerns. Many clients come to Rapharehab seeking relief from both physical and emotional challenges. This gentle therapy works effectively alongside physiotherapy, massage, or chiropractic care, making it an ideal complement to your health plan in Canada.

                                                                                            @@ -3516,7 +3516,7 @@ export const servicesList = [

                                                                                            Each session at Rapharehab is personalized to your comfort level. Our therapists in Etobicoke are trained to identify the root cause of your discomfort and use cranio sacral techniques to restore balance gently. Many clients report feeling deeply relaxed, lighter, and more in tune with their bodies after each session.

                                                                                            -
                                                                                            Why Choose Rapharehab for Cranio Sacral Therapy in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Cranio Sacral Therapy in Etobicoke

                                                                                            At Rapharehab, our mission is to provide compassionate and evidence-informed care. Our team of certified practitioners understands how delicate the craniosacral system is and uses precision-based techniques for maximum effectiveness. We believe in empowering Canadians to take an active role in their recovery by offering education, guidance, and ongoing support.

                                                                                            • Experienced and licensed manual therapists.
                                                                                            • @@ -3557,7 +3557,7 @@ export const servicesList = [

                                                                                              If you’ve been involved in a collision and are searching for expert motor vehicle accident rehabilitation in Etobicoke, you’re in the right place. At Rapharehab, we understand how disruptive a motor vehicle accident can be for your body, your mind and your daily life. Whether you were rear-ended on the 401, clipped in the city or sustained a cycling-vehicle incident in the GTA, our team is here to help Canadian clients access specialised care in Etobicoke and across Ontario.

                                                                                              Our rehabilitation service is designed to guide you from acute injury management through to full functional recovery, restoring your strength, mobility and confidence. We combine evidence-based physiotherapy, manual therapies, exercise prescription and functional education to support your wellness journey. For Canadians looking to regain their quality of life after an auto incident, early, targeted care is invaluable — and our clinic in Etobicoke makes that accessible.

                                                                                              -
                                                                                              Approach & Techniques for Motor Vehicle Accident Rehabilitation in Etobicoke
                                                                                              +

                                                                                              Approach & Techniques for Motor Vehicle Accident Rehabilitation in Etobicoke

                                                                                              • Comprehensive assessment of musculoskeletal and nervous system involvement after the accident.
                                                                                              • @@ -3569,7 +3569,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Motor Vehicle Accident Rehabilitation in Etobicoke
                                                                                            +

                                                                                            Why Choose Motor Vehicle Accident Rehabilitation in Etobicoke

                                                                                              @@ -3602,7 +3602,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated After a Motor Vehicle Accident
                                                                                            +

                                                                                            Common Conditions Treated After a Motor Vehicle Accident

                                                                                              @@ -3657,7 +3657,7 @@ export const servicesList = [

                                                                                              At Rapharehab, we provide professionally fitted compression stockings in Etobicoke to support your vein health, improve circulation, and reduce swelling. Whether you’re recovering from surgery, managing chronic venous insufficiency, or spending long hours on your feet, compression stockings can make a remarkable difference in your comfort and daily mobility. Our team is committed to helping Canadians experience better leg health through high-quality medical-grade compression solutions.

                                                                                              Compression stockings work by applying gentle, graduated pressure to your legs, promoting healthy blood flow from the lower limbs back toward the heart. This helps prevent fluid buildup, swelling, and varicose veins. At Rapharehab, we ensure each pair of compression stockings is properly measured and fitted by trained professionals, ensuring maximum effectiveness and comfort. Whether you need mild, moderate, or firm compression levels, we guide you to the perfect solution suited for your needs and lifestyle across Etobicoke and beyond.

                                                                                              -
                                                                                              How Our Compression Stockings in Etobicoke Work
                                                                                              +

                                                                                              How Our Compression Stockings in Etobicoke Work

                                                                                              • Graduated Pressure Design: The stockings provide stronger compression near the ankles and gradually decrease upward, improving venous return.
                                                                                              • @@ -3669,7 +3669,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Compression Stockings in Etobicoke
                                                                                            +

                                                                                            Benefits of Compression Stockings in Etobicoke

                                                                                              @@ -3702,7 +3702,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Compression Stockings
                                                                                            +

                                                                                            Common Conditions Treated with Compression Stockings

                                                                                              @@ -3771,7 +3771,7 @@ export const servicesList = [

                                                                                              At Rapharehab, we provide specialized cardiac rehabilitation in Etobicoke designed to help patients recover safely and effectively after a heart attack, surgery, or cardiac procedure. Our program combines medical supervision, exercise therapy, education, and lifestyle counselling to promote long-term heart health and prevent future complications. As a trusted rehabilitation centre in Canada, we understand the physical and emotional challenges that come with cardiac recovery, and we are dedicated to supporting you every step of the way.

                                                                                              Cardiac rehabilitation is an essential part of recovery for individuals who have experienced a cardiac event. The program helps restore strength, confidence, and overall wellness while reducing the risk of further heart problems. At Rapharehab, our multidisciplinary team of physiotherapists, kinesiologists, and rehabilitation specialists work together to create a personalized care plan that aligns with your medical history and goals. Through structured exercise, education, and continuous monitoring, we ensure your heart regains strength safely and sustainably.

                                                                                              -
                                                                                              Our Cardiac Rehabilitation Process at Rapharehab
                                                                                              +

                                                                                              Our Cardiac Rehabilitation Process at Rapharehab

                                                                                              • Comprehensive Assessment: We begin with a detailed evaluation of your cardiac history, fitness level, and lifestyle to tailor a personalized rehabilitation program.
                                                                                              • @@ -3783,7 +3783,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Cardiac Rehabilitation in Etobicoke
                                                                                            +

                                                                                            Benefits of Cardiac Rehabilitation in Etobicoke

                                                                                              @@ -3816,7 +3816,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated in Cardiac Rehabilitation
                                                                                            +

                                                                                            Common Conditions Treated in Cardiac Rehabilitation

                                                                                              @@ -3846,7 +3846,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Cardiac Rehabilitation in Etobicoke
                                                                                            +

                                                                                            Why Choose Rapharehab for Cardiac Rehabilitation in Etobicoke

                                                                                            Choosing Rapharehab means entrusting your heart health to a dedicated team that truly cares. Our cardiac rehabilitation in Etobicoke program integrates evidence-based techniques, medical oversight, and compassionate support to ensure the best outcomes. We understand that every patient’s journey is unique — that’s why our therapists focus on personalized care, adjusting each session based on your progress and comfort.

                                                                                            Our facility in Etobicoke is equipped with advanced rehabilitation tools and a welcoming environment that promotes both physical and emotional recovery. We believe cardiac healing is not just about exercise — it’s about restoring confidence, education, and motivation to lead a healthier lifestyle. From the first session to your final evaluation, our experts are with you every step of the way.

                                                                                            Canadians recovering from cardiac events can benefit immensely from structured rehabilitation. With our holistic approach, patients improve heart function, reduce hospital readmissions, and gain the strength to enjoy life again. Whether you’re newly recovering or looking to prevent future cardiac issues, our Etobicoke rehabilitation centre is your trusted partner for long-term heart health.

                                                                                            @@ -3876,7 +3876,7 @@ export const servicesList = [

                                                                                            Intramuscular Stimulation (IMS) in Etobicoke is a highly effective treatment approach that targets chronic muscle pain and tightness caused by nerve irritation or dysfunction. At Rapharehab, our certified physiotherapists use IMS therapy to relieve tension in affected muscles, restore normal movement, and help you return to pain-free living. This scientifically proven technique is widely used across Canada to address conditions that do not respond well to traditional physiotherapy or medication.

                                                                                            Unlike general dry needling, IMS focuses on treating the root cause of pain — the irritated nerves and shortened muscles. By inserting fine, sterile needles into tight muscle bands, the treatment helps release deep muscle tension, enhance blood circulation, and activate your body’s natural healing response. Canadians who struggle with long-term pain, postural strain, or nerve-related discomfort often find IMS to be a game-changer in their rehabilitation journey.

                                                                                            -
                                                                                            Techniques and Process Used in Intramuscular Stimulation (IMS) Therapy
                                                                                            +

                                                                                            Techniques and Process Used in Intramuscular Stimulation (IMS) Therapy

                                                                                            • Comprehensive assessment of muscle function and neurological health before beginning treatment.
                                                                                            • @@ -3888,7 +3888,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Key Benefits of Intramuscular Stimulation (IMS) in Etobicoke
                                                                                            +

                                                                                            Key Benefits of Intramuscular Stimulation (IMS) in Etobicoke

                                                                                              @@ -3921,7 +3921,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Intramuscular Stimulation (IMS)
                                                                                            +

                                                                                            Common Conditions Treated with Intramuscular Stimulation (IMS)

                                                                                            At Rapharehab in Etobicoke, IMS therapy is tailored to treat a wide variety of musculoskeletal and neurological conditions. Whether your pain is caused by injury, posture, or nerve dysfunction, IMS can be a crucial part of your recovery plan.

                                                                                            @@ -3953,7 +3953,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Why Choose Rapharehab for Intramuscular Stimulation in Etobicoke?
                                                                                            +

                                                                                            Why Choose Rapharehab for Intramuscular Stimulation in Etobicoke?

                                                                                            Rapharehab is one of Etobicoke’s trusted rehabilitation centres, known for offering evidence-based treatments tailored to each client’s specific needs. Our certified IMS practitioners combine advanced clinical knowledge with compassionate care to ensure optimal outcomes for every patient. Whether you’re recovering from an injury, managing chronic pain, or seeking improved mobility, our holistic approach helps you achieve lasting relief.

                                                                                            • Experienced physiotherapists certified in IMS and other advanced modalities.
                                                                                            • @@ -3966,7 +3966,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Book Your IMS Therapy Session in Etobicoke Today
                                                                                            +

                                                                                            Book Your IMS Therapy Session in Etobicoke Today

                                                                                            Take the first step towards long-term pain relief with Intramuscular Stimulation at Rapharehab. Our Etobicoke-based clinic offers comprehensive care designed to restore mobility, reduce pain, and enhance your overall quality of life. Schedule your consultation today and experience how IMS can make a lasting difference in your recovery journey.

                                                                                            ` @@ -3995,7 +3995,7 @@ export const servicesList = [

                                                                                            At Rapharehab, our psychotherapy in Etobicoke services are designed to help individuals navigate emotional challenges, improve mental health, and enhance their overall quality of life. We understand that life’s stresses, trauma, and daily struggles can affect mental and physical well-being. Our licensed psychotherapists in Etobicoke offer compassionate, evidence-based care to help you find clarity, balance, and resilience.

                                                                                            Psychotherapy is more than just “talk therapy.” It’s a collaborative process between you and a qualified therapist that focuses on understanding thoughts, emotions, and behaviours to foster positive change. Whether you’re experiencing anxiety, depression, trauma, or relationship challenges, our approach at Rapharehab integrates empathy with science-backed therapeutic methods. Our goal is to empower Canadians to heal from within, fostering a sense of emotional strength and peace of mind.

                                                                                            -
                                                                                            How Psychotherapy in Etobicoke Works
                                                                                            +

                                                                                            How Psychotherapy in Etobicoke Works

                                                                                            • Comprehensive assessment to understand your unique mental health needs and personal goals.
                                                                                            • @@ -4007,7 +4007,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Psychotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Psychotherapy in Etobicoke

                                                                                              @@ -4040,7 +4040,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Issues Addressed with Psychotherapy
                                                                                            +

                                                                                            Common Issues Addressed with Psychotherapy

                                                                                            At Rapharehab, our psychotherapy in Etobicoke helps individuals manage a wide range of emotional and psychological difficulties. Each treatment plan is personalized to your life circumstances and personal healing goals. Our therapists create a nurturing environment that helps you feel heard, supported, and guided on your journey toward emotional wellness.

                                                                                            @@ -4072,7 +4072,7 @@ export const servicesList = [

                                                                                            Our therapists take a holistic view of mental health. We recognize that emotional challenges often have physical and behavioural components, which is why we collaborate with physiotherapists and other healthcare professionals at Rapharehab to provide integrated wellness solutions in Etobicoke.

                                                                                            -
                                                                                            Our Psychotherapy Approach at Rapharehab
                                                                                            +

                                                                                            Our Psychotherapy Approach at Rapharehab

                                                                                            Our team follows a client-centred, evidence-based approach tailored to your unique needs. Whether you’re seeking short-term support or long-term therapy, we meet you where you are. Every session focuses on building trust, empowering self-awareness, and equipping you with practical tools to manage stress, relationships, and emotional regulation effectively.

                                                                                            • Compassionate and Confidential: Your privacy and comfort are our top priorities.
                                                                                            • @@ -4082,7 +4082,7 @@ export const servicesList = [
                                                                                            • Flexible Scheduling: Convenient appointments available both in-person in Etobicoke and online across Canada.
                                                                                            -
                                                                                            Why Choose Psychotherapy at Rapharehab in Etobicoke?
                                                                                            +

                                                                                            Why Choose Psychotherapy at Rapharehab in Etobicoke?

                                                                                            Rapharehab is dedicated to fostering emotional health and personal growth through empathy, expertise, and individualized attention. Our psychotherapists are licensed professionals with extensive experience helping Canadians overcome emotional and psychological barriers. We strive to make every client feel valued, respected, and empowered in their mental wellness journey.

                                                                                            • Safe and supportive therapeutic environment.
                                                                                            • @@ -4121,7 +4121,7 @@ export const servicesList = [

                                                                                              Shockwave therapy in Etobicoke is a cutting-edge, non-invasive treatment that promotes natural healing and pain relief for a wide range of musculoskeletal conditions. At Rapharehab, we use advanced shockwave technology to stimulate tissue repair, improve blood flow, and accelerate recovery — helping Canadians get back to their active lifestyles faster. Whether you’re struggling with chronic pain, sports injuries, or tendon inflammation, shockwave therapy offers a safe, effective solution right here in Etobicoke.

                                                                                              This innovative treatment works by delivering high-energy acoustic waves to targeted areas of the body. These waves stimulate the body’s natural healing response, increase cellular metabolism, and promote tissue regeneration. Shockwave therapy is particularly effective for stubborn or chronic injuries that have not responded well to traditional treatments. It’s commonly used by physiotherapists, chiropractors, and rehabilitation specialists across Canada for its proven success in pain management and functional recovery.

                                                                                              -
                                                                                              How Shockwave Therapy in Etobicoke Works
                                                                                              +

                                                                                              How Shockwave Therapy in Etobicoke Works

                                                                                              • Targeted Energy Pulses: Shockwaves are directed precisely at the injured area to trigger the body’s repair process.
                                                                                              • @@ -4133,7 +4133,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Shockwave Therapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Shockwave Therapy in Etobicoke

                                                                                              @@ -4166,7 +4166,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions Treated with Shockwave Therapy
                                                                                            +

                                                                                            Common Conditions Treated with Shockwave Therapy

                                                                                              @@ -4241,7 +4241,7 @@ export const servicesList = [

                                                                                              At Rapharehab, we are proud to offer refugee physiotherapy in Etobicoke — a compassionate and inclusive service designed to support newcomers to Canada as they rebuild their health, strength, and confidence. Many refugees arrive in Canada having experienced hardship, injury, or limited access to healthcare. Our mission is to provide accessible, culturally sensitive, and high-quality physiotherapy services right here in Etobicoke to help them recover physically and emotionally while adapting to their new home.

                                                                                              We believe that every individual, regardless of their background or circumstances, deserves the opportunity to live a pain-free and active life. Our team of experienced physiotherapists offers tailored rehabilitation programs that address pain, mobility challenges, trauma recovery, and chronic health conditions often faced by refugees. Whether you’re new to Etobicoke or settling anywhere across Canada, our physiotherapy clinic serves as a trusted wellness partner on your journey to healing.

                                                                                              -
                                                                                              Our Approach & Techniques for Refugee Physiotherapy in Etobicoke
                                                                                              +

                                                                                              Our Approach & Techniques for Refugee Physiotherapy in Etobicoke

                                                                                              • Personalised assessments to identify physical challenges, pain sources, and functional limitations related to past injuries or trauma.
                                                                                              • @@ -4253,7 +4253,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Benefits of Refugee Physiotherapy in Etobicoke
                                                                                            +

                                                                                            Benefits of Refugee Physiotherapy in Etobicoke

                                                                                              @@ -4286,7 +4286,7 @@ export const servicesList = [
                                                                                            -
                                                                                            Common Conditions and Challenges Treated
                                                                                            +

                                                                                            Common Conditions and Challenges Treated

                                                                                              @@ -4317,11 +4317,11 @@ export const servicesList = [
                                                                                            -
                                                                                            Supporting Refugees Through Compassionate Care in Etobicoke
                                                                                            +

                                                                                            Supporting Refugees Through Compassionate Care in Etobicoke

                                                                                            At Rapharehab, we understand that many refugees in Etobicoke face barriers such as language differences, cultural adjustments, and the stress of resettlement. Our clinic is built on empathy, inclusivity, and a strong sense of community. We work with interpreters when needed, collaborate with healthcare and settlement organisations, and ensure our patients feel supported from their first visit to their final follow-up.

                                                                                            Our physiotherapists are trained not only in advanced physical rehabilitation but also in trauma-informed care. This means that our approach acknowledges both the physical and emotional dimensions of healing. We recognise that recovery takes time — and we’re here to guide each person at their own pace, providing encouragement and professional expertise along the way.

                                                                                            -
                                                                                            Accessible Refugee Physiotherapy Across Canada
                                                                                            +

                                                                                            Accessible Refugee Physiotherapy Across Canada

                                                                                            Although our clinic is based in Etobicoke, we extend our services to refugees across the Greater Toronto Area and beyond. Our goal is to make quality physiotherapy accessible to everyone, regardless of their background or financial situation. For refugees covered under the Interim Federal Health Program (IFHP) or similar assistance, our administrative team can help with documentation and eligibility to ensure smooth, worry-free access to care.

                                                                                            Canada welcomes thousands of newcomers each year, and physiotherapy plays a crucial role in helping them integrate and thrive. Whether you’re recovering from injury, dealing with pain, or simply aiming to improve your quality of life, our compassionate clinicians are ready to help you every step of the way.