Fixed heading hierarchy for accessibility
This commit is contained in:
parent
a56e24ca70
commit
42f70675cb
@ -47,7 +47,7 @@ export default function AccidentDetailsPage({ params }) {
|
|||||||
|
|
||||||
{/* Categories */}
|
{/* Categories */}
|
||||||
<div className="sidebar-widget category-widget">
|
<div className="sidebar-widget category-widget">
|
||||||
<div className="widget-title"><h3>Accident</h3></div>
|
<div className="widget-title"><h2>Accident</h2></div>
|
||||||
<div className="widget-content">
|
<div className="widget-content">
|
||||||
<ul className="category-list clearfix">
|
<ul className="category-list clearfix">
|
||||||
{Accident.map((cat) => (
|
{Accident.map((cat) => (
|
||||||
@ -76,7 +76,7 @@ export default function AccidentDetailsPage({ params }) {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src={service.icon} alt={`${service.title}`} />
|
<img src={service.icon} alt={`${service.title}`} />
|
||||||
</div>
|
</div>
|
||||||
<h3>{service.title}</h3>
|
<h2>{service.title}</h2>
|
||||||
<p>{service.shortDesc}</p>
|
<p>{service.shortDesc}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -61,9 +61,9 @@ export default function AccidentPage() {
|
|||||||
alt={`${service.title}`}
|
alt={`${service.title}`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h2 className='text-start'>
|
||||||
<Link href={`/accident/${service.slug}`} aria-label="Accident Title">{service.title}</Link>
|
<Link href={`/accident/${service.slug}`} aria-label="Accident Title">{service.title}</Link>
|
||||||
</h3>
|
</h2>
|
||||||
<p
|
<p
|
||||||
className='text-start'
|
className='text-start'
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@ -48,7 +48,7 @@ export default function AreaOfInjuryDetails({ params }) {
|
|||||||
{/* Categories */}
|
{/* Categories */}
|
||||||
<div className="sidebar-widget category-widget">
|
<div className="sidebar-widget category-widget">
|
||||||
<div className="widget-title">
|
<div className="widget-title">
|
||||||
<h3>Area Of Injury</h3>
|
<h2>Area Of Injury</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="widget-content">
|
<div className="widget-content">
|
||||||
<ul className="category-list clearfix">
|
<ul className="category-list clearfix">
|
||||||
@ -78,7 +78,7 @@ export default function AreaOfInjuryDetails({ params }) {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src={service.icon} alt={altText} />
|
<img src={service.icon} alt={altText} />
|
||||||
</div>
|
</div>
|
||||||
<h3>{service.title}</h3>
|
<h2>{service.title}</h2>
|
||||||
<p>{service.shortDescription}</p>
|
<p>{service.shortDescription}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -63,9 +63,9 @@ export default function AreaOfInjury() {
|
|||||||
<div className="icon-box-new">
|
<div className="icon-box-new">
|
||||||
<img src={item.icon} alt={altText} />
|
<img src={item.icon} alt={altText} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h2 className='text-start'>
|
||||||
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area of injury title">{item.title}</Link>
|
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area of injury title">{item.title}</Link>
|
||||||
</h3>
|
</h2>
|
||||||
{/* <h3 className="text-start">
|
{/* <h3 className="text-start">
|
||||||
<Link
|
<Link
|
||||||
href={`/area-of-injury/${item.slug}`}
|
href={`/area-of-injury/${item.slug}`}
|
||||||
|
|||||||
@ -50,7 +50,7 @@ export default function BlogDetails({ params }) {
|
|||||||
<div className="default-sidebar service-sidebar mr_15">
|
<div className="default-sidebar service-sidebar mr_15">
|
||||||
<div className="sidebar-widget category-widget">
|
<div className="sidebar-widget category-widget">
|
||||||
<div className="widget-title">
|
<div className="widget-title">
|
||||||
<h3>Blogs</h3>
|
<h2>Blogs</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="widget-content">
|
<div className="widget-content">
|
||||||
<ul className="category-list clearfix">
|
<ul className="category-list clearfix">
|
||||||
@ -71,7 +71,7 @@ export default function BlogDetails({ params }) {
|
|||||||
{relatedBlogs.length > 0 && (
|
{relatedBlogs.length > 0 && (
|
||||||
<div className="sidebar-widget related-post">
|
<div className="sidebar-widget related-post">
|
||||||
<div className="widget-title">
|
<div className="widget-title">
|
||||||
<h3>Related Blog</h3>
|
<h2>Related Blog</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="post-inner">
|
<div className="post-inner">
|
||||||
{relatedBlogs.map((related) => (
|
{relatedBlogs.map((related) => (
|
||||||
|
|||||||
@ -125,7 +125,7 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="team-section pb_90 pt_90 bg-color-1">
|
<section className="team-section pb_90 bg-color-1">
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
{/* <div className="sec-title mb_50">
|
{/* <div className="sec-title mb_50">
|
||||||
<span className="sub-title">Meet the Team</span>
|
<span className="sub-title">Meet the Team</span>
|
||||||
@ -207,7 +207,7 @@ export default function Home() {
|
|||||||
onClick={() => handleToggle(1)}
|
onClick={() => handleToggle(1)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Why Should I apply to NanoCare?</h4>
|
<h3>Why Should I apply to NanoCare?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -225,7 +225,7 @@ export default function Home() {
|
|||||||
onClick={() => handleToggle(2)}
|
onClick={() => handleToggle(2)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Where can I work?</h4>
|
<h3>Where can I work?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -243,7 +243,7 @@ export default function Home() {
|
|||||||
onClick={() => handleToggle(3)}
|
onClick={() => handleToggle(3)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>What types of shifts do you offer?</h4>
|
<h3>What types of shifts do you offer?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -261,7 +261,7 @@ export default function Home() {
|
|||||||
onClick={() => handleToggle(4)}
|
onClick={() => handleToggle(4)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Do you hire W-2, 1099, or private contractors?</h4>
|
<h3>Do you hire W-2, 1099, or private contractors?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
|
|||||||
@ -95,7 +95,7 @@ export default function ContactClient() {
|
|||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
||||||
<div className="info-block-one">
|
<div className="info-block-one">
|
||||||
<h3>Quick Contact</h3>
|
<h2>Quick Contact</h2>
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><i className="icon-2"></i></div>
|
<div className="icon-box"><i className="icon-2"></i></div>
|
||||||
<p>
|
<p>
|
||||||
@ -107,7 +107,7 @@ export default function ContactClient() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
||||||
<div className="info-block-one">
|
<div className="info-block-one">
|
||||||
<h3>Email Address</h3>
|
<h2>Email Address</h2>
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><i className="icon-26"></i></div>
|
<div className="icon-box"><i className="icon-26"></i></div>
|
||||||
<p>
|
<p>
|
||||||
@ -118,7 +118,7 @@ export default function ContactClient() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
||||||
<div className="info-block-one">
|
<div className="info-block-one">
|
||||||
<h3>Mailing Address</h3>
|
<h2>Mailing Address</h2>
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/icons/icon-2.png" alt="" />
|
<img src="/assets/images/icons/icon-2.png" alt="" />
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
import dynamic from "next/dynamic";
|
||||||
import Layout from "@/components/layout/Layout";
|
import Layout from "@/components/layout/Layout";
|
||||||
import ContactClient from "../contact/ContactClient";
|
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Contact Rapharehab – Book Your Appointment Today",
|
title: "Contact Rapharehab – Book Your Appointment Today",
|
||||||
@ -7,7 +7,12 @@ export const metadata = {
|
|||||||
"Reach out to Rapharehab for expert rehab and therapy services. Call or message us to schedule your consultation with our professional care team.",
|
"Reach out to Rapharehab for expert rehab and therapy services. Call or message us to schedule your consultation with our professional care team.",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function ContactPage() {
|
// 👇 Dynamically import ContactClient to disable SSR (fix hydration issues)
|
||||||
|
const ContactClient = dynamic(() => import("../contact/ContactClient"), {
|
||||||
|
ssr: false,
|
||||||
|
});
|
||||||
|
|
||||||
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
headerStyle={1}
|
headerStyle={1}
|
||||||
|
|||||||
@ -48,7 +48,7 @@ export default function ServiceDetailPage({ params }) {
|
|||||||
{/* Categories */}
|
{/* Categories */}
|
||||||
<div className="sidebar-widget category-widget">
|
<div className="sidebar-widget category-widget">
|
||||||
<div className="widget-title">
|
<div className="widget-title">
|
||||||
<h3>Services</h3>
|
<h2>Services</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="widget-content">
|
<div className="widget-content">
|
||||||
<ul className="category-list clearfix">
|
<ul className="category-list clearfix">
|
||||||
@ -77,7 +77,7 @@ export default function ServiceDetailPage({ params }) {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src={service.icon} alt={`${service.title} Icon`} />
|
<img src={service.icon} alt={`${service.title} Icon`} />
|
||||||
</div>
|
</div>
|
||||||
<h3>{service.shortTitle}</h3>
|
<h2>{service.shortTitle}</h2>
|
||||||
<p>{service.shortDescription}</p>
|
<p>{service.shortDescription}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -30,11 +30,11 @@ export default function ServicesPage() {
|
|||||||
<div className="icon-box-new">
|
<div className="icon-box-new">
|
||||||
<img src={item?.icon} alt={item.alt} />
|
<img src={item?.icon} alt={item.alt} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h2 className='text-start'>
|
||||||
<Link href={`/etobicoke-treatment-service/${item.slug}`} aria-label="Etobicoke treatment service title">
|
<Link href={`/etobicoke-treatment-service/${item.slug}`} aria-label="Etobicoke treatment service title">
|
||||||
{item?.shortTitle}
|
{item?.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h2>
|
||||||
<p
|
<p
|
||||||
className='text-start'
|
className='text-start'
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@ -61,7 +61,7 @@ export default function Faq() {
|
|||||||
onClick={() => handleToggle(1)}
|
onClick={() => handleToggle(1)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>What is physiotherapy?</h4>
|
<h3>What is physiotherapy?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -79,7 +79,7 @@ export default function Faq() {
|
|||||||
onClick={() => handleToggle(2)}
|
onClick={() => handleToggle(2)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>What does the physiotherapist do?</h4>
|
<h3>What does the physiotherapist do?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -97,7 +97,7 @@ export default function Faq() {
|
|||||||
onClick={() => handleToggle(3)}
|
onClick={() => handleToggle(3)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>How long will your session take?</h4>
|
<h3>How long will your session take?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
|
|||||||
@ -37,9 +37,9 @@ export default function RefugeeIFHP() {
|
|||||||
<div className="content-box full-width">
|
<div className="content-box full-width">
|
||||||
<div className="sec-title mb_15">
|
<div className="sec-title mb_15">
|
||||||
<h2>Refugee Physiotherapy & IFHP Claims (Canada)</h2>
|
<h2>Refugee Physiotherapy & IFHP Claims (Canada)</h2>
|
||||||
<h4 className="mt-3">
|
<h3 className="mt-3">
|
||||||
<strong>Simple claims - No surprises.</strong>
|
<strong>Simple claims - No surprises.</strong>
|
||||||
</h4>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mb_30">
|
<div className="mb_30">
|
||||||
@ -56,7 +56,7 @@ export default function RefugeeIFHP() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className=" mb_30">
|
<div className=" mb_30">
|
||||||
<h4 className="mb-3">Who’s eligible under IFHP?</h4>
|
<h3 className="recuression mb-3">Who’s eligible under IFHP?</h3>
|
||||||
<p>
|
<p>
|
||||||
IFHP is temporary health coverage for people in Canada who
|
IFHP is temporary health coverage for people in Canada who
|
||||||
aren’t yet eligible for provincial/territorial health insurance
|
aren’t yet eligible for provincial/territorial health insurance
|
||||||
@ -67,7 +67,7 @@ export default function RefugeeIFHP() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className=" mb_30">
|
<div className=" mb_30">
|
||||||
<h4 className="mb-3">Does IFHP cover physiotherapy?</h4>
|
<h3 className="recuression mb-3">Does IFHP cover physiotherapy?</h3>
|
||||||
<p>
|
<p>
|
||||||
Yes. IFHP’s Supplemental Coverage includes physiotherapy, along
|
Yes. IFHP’s Supplemental Coverage includes physiotherapy, along
|
||||||
with other allied health services. For physiotherapy, the
|
with other allied health services. For physiotherapy, the
|
||||||
@ -109,7 +109,7 @@ export default function RefugeeIFHP() {
|
|||||||
|
|
||||||
<div className="row mt-5">
|
<div className="row mt-5">
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 mb_30">
|
<div className="col-lg-6 col-md-6 col-sm-12 mb_30">
|
||||||
<h4 className="mb-4">How IFHP claims work at Rapha Rehab (so it’s easy for you)?</h4>
|
<h3 className=" recuression mb-4 ">How IFHP claims work at Rapha Rehab (so it’s easy for you)?</h3>
|
||||||
<ul className="list-style-one clearfix mt-3">
|
<ul className="list-style-one clearfix mt-3">
|
||||||
<li>
|
<li>
|
||||||
IFHP eligibility document (with your UCI/Client ID and valid coverage dates)
|
IFHP eligibility document (with your UCI/Client ID and valid coverage dates)
|
||||||
@ -138,7 +138,7 @@ export default function RefugeeIFHP() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 mb_30">
|
<div className="col-lg-6 col-md-6 col-sm-12 mb_30">
|
||||||
<h4>What your treatment includes?</h4>
|
<h3 className="recuression">What your treatment includes?</h3>
|
||||||
<ul className="list-style-one clearfix mt-3">
|
<ul className="list-style-one clearfix mt-3">
|
||||||
<li>
|
<li>
|
||||||
A 45-60 minute initial visit with assessment, goal setting, and a simple home program
|
A 45-60 minute initial visit with assessment, goal setting, and a simple home program
|
||||||
@ -160,7 +160,7 @@ export default function RefugeeIFHP() {
|
|||||||
<div className="content-column mb-5">
|
<div className="content-column mb-5">
|
||||||
<div className="sec-title mb_30">
|
<div className="sec-title mb_30">
|
||||||
<span className="sub-title">Faq's</span>
|
<span className="sub-title">Faq's</span>
|
||||||
<h4>Frequently Asked Questions</h4>
|
<h3 className="recuression">Frequently Asked Questions</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<ul className="accordion-box">
|
<ul className="accordion-box">
|
||||||
@ -170,7 +170,7 @@ export default function RefugeeIFHP() {
|
|||||||
onClick={() => handleToggle(1)}
|
onClick={() => handleToggle(1)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Do I need a referral?</h4>
|
<h3 className="recuression">Do I need a referral?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 1 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -191,7 +191,7 @@ export default function RefugeeIFHP() {
|
|||||||
onClick={() => handleToggle(2)}
|
onClick={() => handleToggle(2)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>How many physio sessions are covered?</h4>
|
<h3 className="recuression">How many physio sessions are covered?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 2 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -213,7 +213,7 @@ export default function RefugeeIFHP() {
|
|||||||
onClick={() => handleToggle(3)}
|
onClick={() => handleToggle(3)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>What if I can’t come to the clinic?</h4>
|
<h3>What if I can’t come to the clinic?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 3 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -236,7 +236,7 @@ export default function RefugeeIFHP() {
|
|||||||
onClick={() => handleToggle(4)}
|
onClick={() => handleToggle(4)}
|
||||||
>
|
>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>What happens when I get provincial coverage (like OHIP)?</h4>
|
<h3>What happens when I get provincial coverage (like OHIP)?</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key === 4 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key === 4 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -258,7 +258,7 @@ export default function RefugeeIFHP() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
{/* Left Column */}
|
{/* Left Column */}
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 mb_0 mt-3">
|
<div className="col-lg-6 col-md-6 col-sm-12 mb_0 mt-3">
|
||||||
<h4 className="mb-3">What to bring to your first appointment?</h4>
|
<h3 className="mb-3">What to bring to your first appointment?</h3>
|
||||||
<ul className="list-style-one clearfix mt-3">
|
<ul className="list-style-one clearfix mt-3">
|
||||||
<li>Your IFHP eligibility document (with UCI)</li>
|
<li>Your IFHP eligibility document (with UCI)</li>
|
||||||
<li>Photo ID (if you have it)</li>
|
<li>Photo ID (if you have it)</li>
|
||||||
@ -272,7 +272,7 @@ export default function RefugeeIFHP() {
|
|||||||
|
|
||||||
{/* Right Column */}
|
{/* Right Column */}
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 mb_30 mt-3">
|
<div className="col-lg-6 col-md-6 col-sm-12 mb_30 mt-3">
|
||||||
<h4>Why choose Rapha Rehab for IFHP-covered care?</h4>
|
<h3>Why choose Rapha Rehab for IFHP-covered care?</h3>
|
||||||
<ul className="list-style-one clearfix mt-3">
|
<ul className="list-style-one clearfix mt-3">
|
||||||
<li>
|
<li>
|
||||||
<strong>Welcoming & culturally sensitive:</strong>{" "}
|
<strong>Welcoming & culturally sensitive:</strong>{" "}
|
||||||
@ -296,7 +296,7 @@ export default function RefugeeIFHP() {
|
|||||||
|
|
||||||
|
|
||||||
<div className=" mb_30">
|
<div className=" mb_30">
|
||||||
<h4 className="mb-3">Blue Cross: Trusted Partner in Refugee Health Coverage</h4>
|
<h3 className="mb-3">Blue Cross: Trusted Partner in Refugee Health Coverage</h3>
|
||||||
<p>
|
<p>
|
||||||
The Interim Federal Health Program (IFHP) is administered
|
The Interim Federal Health Program (IFHP) is administered
|
||||||
through Medavie Blue Cross, one of Canada’s leading health
|
through Medavie Blue Cross, one of Canada’s leading health
|
||||||
|
|||||||
@ -42,7 +42,7 @@ export default function RehabilitationDetailsPage({ params }) {
|
|||||||
|
|
||||||
{/* Categories */}
|
{/* Categories */}
|
||||||
<div className="sidebar-widget category-widget">
|
<div className="sidebar-widget category-widget">
|
||||||
<div className="widget-title"><h3>Rehabilitation</h3></div>
|
<div className="widget-title"><h2>Rehabilitation</h2></div>
|
||||||
<div className="widget-content">
|
<div className="widget-content">
|
||||||
<ul className="category-list clearfix">
|
<ul className="category-list clearfix">
|
||||||
{Rehabilitation.map((cat) => (
|
{Rehabilitation.map((cat) => (
|
||||||
@ -71,7 +71,7 @@ export default function RehabilitationDetailsPage({ params }) {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src={service.icon} alt={`${service.title} Icon`} />
|
<img src={service.icon} alt={`${service.title} Icon`} />
|
||||||
</div>
|
</div>
|
||||||
<h3>{service.title}</h3>
|
<h2>{service.title}</h2>
|
||||||
<p>{service.shortDesc}</p>
|
<p>{service.shortDesc}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -62,9 +62,9 @@ export default function RehabilitationPage() {
|
|||||||
alt={`${service.title} Icon`}
|
alt={`${service.title} Icon`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h3>
|
<h2>
|
||||||
<Link href={`/rehabilitation/${service.slug}`} aria-label="Service Title">{service.title}</Link>
|
<Link href={`/rehabilitation/${service.slug}`} aria-label="Service Title">{service.title}</Link>
|
||||||
</h3>
|
</h2>
|
||||||
<p
|
<p
|
||||||
className='text-start'
|
className='text-start'
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@ -99,7 +99,7 @@ export default function FaqSection() {
|
|||||||
<li className="accordion block active-block">
|
<li className="accordion block active-block">
|
||||||
<div className={isActive.key == 1 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(1)}>
|
<div className={isActive.key == 1 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(1)}>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>About Us</h4>
|
<h3>About Us</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key == 1 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key == 1 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -114,7 +114,7 @@ export default function FaqSection() {
|
|||||||
<li className="accordion block active-block">
|
<li className="accordion block active-block">
|
||||||
<div className={isActive.key == 2 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(2)}>
|
<div className={isActive.key == 2 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(2)}>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Vision</h4>
|
<h3>Vision</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key == 2 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key == 2 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -126,7 +126,7 @@ export default function FaqSection() {
|
|||||||
<li className="accordion block active-block">
|
<li className="accordion block active-block">
|
||||||
<div className={isActive.key == 3 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(3)}>
|
<div className={isActive.key == 3 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(3)}>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Mission</h4>
|
<h3>Mission</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key == 3 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key == 3 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
@ -138,7 +138,7 @@ export default function FaqSection() {
|
|||||||
<li className="accordion block active-block">
|
<li className="accordion block active-block">
|
||||||
<div className={isActive.key == 4 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(4)}>
|
<div className={isActive.key == 4 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(4)}>
|
||||||
<div className="icon-box"><i className="icon-34"></i></div>
|
<div className="icon-box"><i className="icon-34"></i></div>
|
||||||
<h4>Why Choose Us</h4>
|
<h3>Why Choose Us</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className={isActive.key == 4 ? "acc-content current" : "acc-content"}>
|
<div className={isActive.key == 4 ? "acc-content current" : "acc-content"}>
|
||||||
<div className="content">
|
<div className="content">
|
||||||
|
|||||||
@ -124,7 +124,7 @@ export default function MobileBanner() {
|
|||||||
>
|
>
|
||||||
<div className="content-box custom-content-box">
|
<div className="content-box custom-content-box">
|
||||||
<span className="upper-text mb-2">{slide.upperText}</span>
|
<span className="upper-text mb-2">{slide.upperText}</span>
|
||||||
<h2
|
<h1
|
||||||
style={{
|
style={{
|
||||||
fontSize: "32px",
|
fontSize: "32px",
|
||||||
lineHeight: "42px",
|
lineHeight: "42px",
|
||||||
@ -133,7 +133,7 @@ export default function MobileBanner() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{slide.title}
|
{slide.title}
|
||||||
</h2>
|
</h1>
|
||||||
{/* {slide.subtitle && <p>{slide.subtitle}</p>} */}
|
{/* {slide.subtitle && <p>{slide.subtitle}</p>} */}
|
||||||
{/* <p>{slide.description}</p> */}
|
{/* <p>{slide.description}</p> */}
|
||||||
<div className="btn-box mt-3">
|
<div className="btn-box mt-3">
|
||||||
|
|||||||
17
public/assets/css/bootstrap.css
vendored
17
public/assets/css/bootstrap.css
vendored
@ -141,6 +141,12 @@ h3, .h3 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recuression{
|
||||||
|
|
||||||
|
font-size: 1.25rem !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
h4, .h4 {
|
h4, .h4 {
|
||||||
font-size: calc(1.275rem + 0.3vw);
|
font-size: calc(1.275rem + 0.3vw);
|
||||||
}
|
}
|
||||||
@ -150,6 +156,17 @@ h4, .h4 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3, .h3 {
|
||||||
|
font-size: calc(1.275rem + 0.3vw);
|
||||||
|
}
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
h3, .h3 {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
h5, .h5 {
|
h5, .h5 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
.sec-title .sub-title,
|
.sec-title .sub-title,
|
||||||
.list-style-one li:before,
|
.list-style-one li:before,
|
||||||
.service-block-one .inner-box .lower-content h3 a:hover,
|
.service-block-one .inner-box .lower-content h3 a:hover,
|
||||||
|
.service-block-one .inner-box .lower-content h2 a:hover,
|
||||||
.team-block-one .inner-box .lower-content h3 a:hover,
|
.team-block-one .inner-box .lower-content h3 a:hover,
|
||||||
.pricing-block-one .pricing-table .table-header h5,
|
.pricing-block-one .pricing-table .table-header h5,
|
||||||
.pricing-block-one.active-block .pricing-table .table-header h2,
|
.pricing-block-one.active-block .pricing-table .table-header h2,
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
.sec-title .sub-title,
|
.sec-title .sub-title,
|
||||||
.list-style-one li:before,
|
.list-style-one li:before,
|
||||||
.service-block-one .inner-box .lower-content h3 a:hover,
|
.service-block-one .inner-box .lower-content h3 a:hover,
|
||||||
|
.service-block-one .inner-box .lower-content h2 a:hover,
|
||||||
.team-block-one .inner-box .lower-content h3 a:hover,
|
.team-block-one .inner-box .lower-content h3 a:hover,
|
||||||
.pricing-block-one .pricing-table .table-header h5,
|
.pricing-block-one .pricing-table .table-header h5,
|
||||||
.pricing-block-one.active-block .pricing-table .table-header h2,
|
.pricing-block-one.active-block .pricing-table .table-header h2,
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
.sec-title .sub-title,
|
.sec-title .sub-title,
|
||||||
.list-style-one li:before,
|
.list-style-one li:before,
|
||||||
.service-block-one .inner-box .lower-content h3 a:hover,
|
.service-block-one .inner-box .lower-content h3 a:hover,
|
||||||
|
.service-block-one .inner-box .lower-content h2 a:hover,
|
||||||
.team-block-one .inner-box .lower-content h3 a:hover,
|
.team-block-one .inner-box .lower-content h3 a:hover,
|
||||||
.pricing-block-one .pricing-table .table-header h5,
|
.pricing-block-one .pricing-table .table-header h5,
|
||||||
.pricing-block-one.active-block .pricing-table .table-header h2,
|
.pricing-block-one.active-block .pricing-table .table-header h2,
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
.sec-title .sub-title,
|
.sec-title .sub-title,
|
||||||
.list-style-one li:before,
|
.list-style-one li:before,
|
||||||
.service-block-one .inner-box .lower-content h3 a:hover,
|
.service-block-one .inner-box .lower-content h3 a:hover,
|
||||||
|
.service-block-one .inner-box .lower-content h2 a:hover,
|
||||||
.team-block-one .inner-box .lower-content h3 a:hover,
|
.team-block-one .inner-box .lower-content h3 a:hover,
|
||||||
.pricing-block-one .pricing-table .table-header h5,
|
.pricing-block-one .pricing-table .table-header h5,
|
||||||
.pricing-block-one.active-block .pricing-table .table-header h2,
|
.pricing-block-one.active-block .pricing-table .table-header h2,
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
.sec-title .sub-title,
|
.sec-title .sub-title,
|
||||||
.list-style-one li:before,
|
.list-style-one li:before,
|
||||||
.service-block-one .inner-box .lower-content h3 a:hover,
|
.service-block-one .inner-box .lower-content h3 a:hover,
|
||||||
|
.service-block-one .inner-box .lower-content h2 a:hover,
|
||||||
.team-block-one .inner-box .lower-content h3 a:hover,
|
.team-block-one .inner-box .lower-content h3 a:hover,
|
||||||
.pricing-block-one .pricing-table .table-header h5,
|
.pricing-block-one .pricing-table .table-header h5,
|
||||||
.pricing-block-one.active-block .pricing-table .table-header h2,
|
.pricing-block-one.active-block .pricing-table .table-header h2,
|
||||||
|
|||||||
@ -45,6 +45,15 @@
|
|||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-block-one h2{
|
||||||
|
display: block;
|
||||||
|
font-size: 22px;
|
||||||
|
line-height: 22px;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.info-block-one .inner-box{
|
.info-block-one .inner-box{
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@ -34,6 +34,13 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion .acc-btn h3 {
|
||||||
|
display: block;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 30px;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.accordion .acc-btn.active {
|
.accordion .acc-btn.active {
|
||||||
background: var(--theme-color);
|
background: var(--theme-color);
|
||||||
}
|
}
|
||||||
@ -46,6 +53,10 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion .acc-btn.active h3 {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.accordion .acc-btn .icon-box {
|
.accordion .acc-btn .icon-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -129,6 +140,13 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion .acc-btn h3 {
|
||||||
|
display: block;
|
||||||
|
font-size: 15px !important;
|
||||||
|
line-height: 30px;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.accordion .acc-btn {
|
.accordion .acc-btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 20px 20px 20px 20px !important;
|
padding: 20px 20px 20px 20px !important;
|
||||||
|
|||||||
@ -192,6 +192,15 @@
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content h2 {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
font-size: 26px;
|
||||||
|
line-height: 36px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content-new h3 {
|
.service-block-one .inner-box .lower-content-new h3 {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
@ -201,6 +210,15 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
font-size: 22px;
|
||||||
|
line-height: 28px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content h3 a {
|
.service-block-one .inner-box .lower-content h3 a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
@ -216,10 +234,36 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
display: inline-block;
|
||||||
|
color: var(--title-color);
|
||||||
|
transition: color 300ms ease;
|
||||||
|
font-size: 22px;
|
||||||
|
line-height: 28px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
display: inline-block;
|
||||||
|
color: var(--title-color);
|
||||||
|
transition: color 300ms ease;
|
||||||
|
font-size: 22px;
|
||||||
|
line-height: 28px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content-new h3 a:hover {
|
.service-block-one .inner-box .lower-content-new h3 a:hover {
|
||||||
color: var(--theme-color);
|
color: var(--theme-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a:hover {
|
||||||
|
color: var(--theme-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a:hover {
|
||||||
|
color: var(--theme-color);
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content h3 a:hover {
|
.service-block-one .inner-box .lower-content h3 a:hover {
|
||||||
color: var(--theme-color);
|
color: var(--theme-color);
|
||||||
}
|
}
|
||||||
@ -345,6 +389,23 @@
|
|||||||
line-height: 28px !important;
|
line-height: 28px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
display: inline-block;
|
||||||
|
color: var(--title-color);
|
||||||
|
transition: color 300ms ease;
|
||||||
|
font-size: 23px !important;
|
||||||
|
line-height: 28px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
display: inline-block;
|
||||||
|
color: var(--title-color);
|
||||||
|
transition: color 300ms ease;
|
||||||
|
font-size: 23px !important;
|
||||||
|
line-height: 28px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -371,6 +432,20 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
|
||||||
|
font-size: 20px !important;
|
||||||
|
line-height: 22px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
|
||||||
|
font-size: 20px !important;
|
||||||
|
line-height: 22px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.text-start{
|
.text-start{
|
||||||
@ -400,6 +475,20 @@
|
|||||||
font-size: 17px !important;
|
font-size: 17px !important;
|
||||||
line-height: 30px !important;
|
line-height: 30px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
|
||||||
|
font-size: 17px !important;
|
||||||
|
line-height: 30px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
|
||||||
|
font-size: 17px !important;
|
||||||
|
line-height: 30px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-start{
|
.text-start{
|
||||||
@ -445,6 +534,20 @@
|
|||||||
font-size: 17px !important;
|
font-size: 17px !important;
|
||||||
line-height: 20px !important;
|
line-height: 20px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
|
||||||
|
font-size: 17px !important;
|
||||||
|
line-height: 20px !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new h2 a {
|
||||||
|
|
||||||
|
font-size: 17px !important;
|
||||||
|
line-height: 20px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -463,6 +566,10 @@
|
|||||||
.default-sidebar .widget-title h3 {
|
.default-sidebar .widget-title h3 {
|
||||||
font-size: 30px !important;
|
font-size: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default-sidebar .widget-title h2 {
|
||||||
|
font-size: 30px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 992px) and (max-width: 992px) {
|
@media (min-width: 992px) and (max-width: 992px) {
|
||||||
.service-block-one .inner-box .lower-content h3 {
|
.service-block-one .inner-box .lower-content h3 {
|
||||||
|
|||||||
@ -36,6 +36,13 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default-sidebar .widget-title h2 {
|
||||||
|
display: block;
|
||||||
|
font-size: 36px;
|
||||||
|
line-height: 46px;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.default-sidebar .widget-content {
|
.default-sidebar .widget-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 30px 30px 40px 45px;
|
padding: 30px 30px 40px 45px;
|
||||||
|
|||||||
@ -19,7 +19,7 @@ const Accident = [
|
|||||||
<h2>Minor Injury Rehabilitation in Etobicoke</h2>
|
<h2>Minor Injury Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Symptoms associated with minor injuries may include:</h4>
|
<h3 class="mt-3 mb-2">Symptoms associated with minor injuries may include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Pain or discomfort</li>
|
<li>Pain or discomfort</li>
|
||||||
@ -53,7 +53,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Physiotherapy treatment for minor injuries:</h4>
|
<h3 class="mb-2">Physiotherapy treatment for minor injuries:</h3>
|
||||||
<p class="mb-2">Rapharehab offers customized treatment based on your needs. Physiotherapy may include electrotherapy, home exercise programs, and postural education. Additional treatments include:</p>
|
<p class="mb-2">Rapharehab offers customized treatment based on your needs. Physiotherapy may include electrotherapy, home exercise programs, and postural education. Additional treatments include:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -93,7 +93,7 @@ const Accident = [
|
|||||||
<h2>Catastrophic Injury Rehabilitation in Etobicoke</h2>
|
<h2>Catastrophic Injury Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common challenges after catastrophic injuries include:</h4>
|
<h3 class="mt-3 mb-2">Common challenges after catastrophic injuries include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Severe mobility limitations</li>
|
<li>Severe mobility limitations</li>
|
||||||
@ -128,7 +128,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Catastrophic Injury Rehabilitation Services Include:</h4>
|
<h3 class="mb-2">Catastrophic Injury Rehabilitation Services Include:</h3>
|
||||||
<p class="mb-2">At Rapharehab, we offer individualized rehabilitation plans, including:</p>
|
<p class="mb-2">At Rapharehab, we offer individualized rehabilitation plans, including:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -173,7 +173,7 @@ const Accident = [
|
|||||||
<h2>Slip and Fall Injury Rehabilitation in Etobicoke</h2>
|
<h2>Slip and Fall Injury Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common symptoms after a slip and fall include:</h4>
|
<h3 class="mt-3 mb-2">Common symptoms after a slip and fall include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Pain in joints or muscles</li>
|
<li>Pain in joints or muscles</li>
|
||||||
@ -208,7 +208,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Physiotherapy Treatments for Slip and Fall Injuries:</h4>
|
<h3 class="mb-2">Physiotherapy Treatments for Slip and Fall Injuries:</h3>
|
||||||
<p class="mb-2">Rapharehab offers personalized rehabilitation programs, which may include:</p>
|
<p class="mb-2">Rapharehab offers personalized rehabilitation programs, which may include:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -249,7 +249,7 @@ const Accident = [
|
|||||||
<h2>Concussion Management in Etobicoke</h2>
|
<h2>Concussion Management in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Symptoms often addressed during concussion management include:</h4>
|
<h3 class="mt-3 mb-2">Symptoms often addressed during concussion management include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Headaches and dizziness</li>
|
<li>Headaches and dizziness</li>
|
||||||
@ -285,7 +285,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Concussion Management Services Include:</h4>
|
<h3 class="mb-2">Concussion Management Services Include:</h3>
|
||||||
<p class="mb-2">Rapharehab provides tailored concussion management plans including:</p>
|
<p class="mb-2">Rapharehab provides tailored concussion management plans including:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -326,7 +326,7 @@ const Accident = [
|
|||||||
<h2>Psychotherapy Management in Etobicoke</h2>
|
<h2>Psychotherapy Management in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common issues treated through psychotherapy include:</h4>
|
<h3 class="mt-3 mb-2">Common issues treated through psychotherapy include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Anxiety and stress management</li>
|
<li>Anxiety and stress management</li>
|
||||||
@ -361,7 +361,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Psychotherapy Management Services Include:</h4>
|
<h3 class="mb-2">Psychotherapy Management Services Include:</h3>
|
||||||
<p class="mb-2">Rapharehab provides individualized therapy programs such as:</p>
|
<p class="mb-2">Rapharehab provides individualized therapy programs such as:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -402,7 +402,7 @@ const Accident = [
|
|||||||
<h2>Hydrotherapy in Etobicoke</h2>
|
<h2>Hydrotherapy in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Hydrotherapy can help with:</h4>
|
<h3 class="mt-3 mb-2">Hydrotherapy can help with:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Muscle and joint pain relief</li>
|
<li>Muscle and joint pain relief</li>
|
||||||
@ -437,7 +437,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Hydrotherapy Services Include:</h4>
|
<h3 class="mb-2">Hydrotherapy Services Include:</h3>
|
||||||
<p class="mb-2">Rapharehab provides individualized hydrotherapy programs, including:</p>
|
<p class="mb-2">Rapharehab provides individualized hydrotherapy programs, including:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -477,7 +477,7 @@ const Accident = [
|
|||||||
<h2>Chronic Pain Management in Etobicoke</h2>
|
<h2>Chronic Pain Management in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common causes and areas of chronic pain include:</h4>
|
<h3 class="mt-3 mb-2">Common causes and areas of chronic pain include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Lower back and neck pain</li>
|
<li>Lower back and neck pain</li>
|
||||||
@ -512,7 +512,7 @@ const Accident = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Chronic Pain Management Services Include:</h4>
|
<h3 class="mb-2">Chronic Pain Management Services Include:</h3>
|
||||||
<p class="mb-2">Rapharehab offers tailored physiotherapy programs to manage chronic pain, including:</p>
|
<p class="mb-2">Rapharehab offers tailored physiotherapy programs to manage chronic pain, including:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
|
|||||||
@ -45,7 +45,7 @@ export const areaOfInjuryData = [
|
|||||||
We focus on restoring mobility, improving balance, and reducing pain after concussions or head trauma.
|
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.
|
Each treatment plan is customized based on your short-term and long-term recovery goals.
|
||||||
</p>
|
</p>
|
||||||
<h4 class="mt-3 mb-3">Our Head Injury Physiotherapy Program Includes:</h4>
|
<h3 class="mt-3 mb-3">Our Head Injury Physiotherapy Program Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Detailed assessment of balance, coordination, and neck function</li>
|
<li style="list-style-type:disc;">Detailed assessment of balance, coordination, and neck function</li>
|
||||||
<li style="list-style-type:disc;">Vestibular rehabilitation to manage dizziness and vertigo</li>
|
<li style="list-style-type:disc;">Vestibular rehabilitation to manage dizziness and vertigo</li>
|
||||||
@ -111,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.
|
We don’t just treat the symptoms — we focus on improving neck strength, posture, and flexibility to promote long-term healing.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Our Neck Injury Physiotherapy Program Includes:</h4>
|
<h3 class="mt-3 mb-3">Our Neck Injury Physiotherapy Program Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Comprehensive physical assessment and posture analysis</li>
|
<li style="list-style-type:disc;">Comprehensive physical assessment and posture analysis</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy and soft tissue techniques to release tension</li>
|
<li style="list-style-type:disc;">Manual therapy and soft tissue techniques to release tension</li>
|
||||||
@ -127,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.
|
We also educate you on daily movement habits and posture strategies that can reduce the risk of recurring neck pain.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Common Causes of Neck Injuries We Treat</h4>
|
<h3 class="mt-3 mb-3">Common Causes of Neck Injuries We Treat</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Motor vehicle accidents causing whiplash or cervical strain</li>
|
<li style="list-style-type:disc;">Motor vehicle accidents causing whiplash or cervical strain</li>
|
||||||
<li style="list-style-type:disc;">Sports injuries from sudden impact or overuse</li>
|
<li style="list-style-type:disc;">Sports injuries from sudden impact or overuse</li>
|
||||||
@ -140,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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">What to Expect During Your Neck Physiotherapy Sessions</h4>
|
<h3 class="mt-3 mb-3">What to Expect During Your Neck Physiotherapy Sessions</h3>
|
||||||
<p>
|
<p>
|
||||||
Your first visit begins with a detailed consultation and physical evaluation. Our therapist will assess your pain, movement patterns, and lifestyle habits.
|
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.
|
From there, we’ll create a personalized plan that may include a mix of manual therapy, stretching, strengthening, and posture correction techniques.
|
||||||
@ -152,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.
|
Our clinic also offers ergonomic recommendations and education to prevent recurrence — whether you’re sitting at a desk or returning to sports.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Why Choose Rapharehab for Neck Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-3">Why Choose Rapharehab for Neck Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Highly qualified physiotherapists with experience in neck and spinal rehabilitation</li>
|
<li style="list-style-type:disc;">Highly qualified physiotherapists with experience in neck and spinal rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Evidence-based treatments for pain relief and mobility restoration</li>
|
<li style="list-style-type:disc;">Evidence-based treatments for pain relief and mobility restoration</li>
|
||||||
@ -224,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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Our Shoulder Injury Physiotherapy Program Includes:</h4>
|
<h3 class="mt-3 mb-3">Our Shoulder Injury Physiotherapy Program Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Detailed assessment to identify joint restrictions and muscle imbalances</li>
|
<li style="list-style-type:disc;">Detailed assessment to identify joint restrictions and muscle imbalances</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy and soft tissue release to reduce stiffness</li>
|
<li style="list-style-type:disc;">Manual therapy and soft tissue release to reduce stiffness</li>
|
||||||
@ -239,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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Common Shoulder Injuries We Help Manage</h4>
|
<h3 class="mt-3 mb-3">Common Shoulder Injuries We Help Manage</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Rotator cuff strain or tear</li>
|
<li style="list-style-type:disc;">Rotator cuff strain or tear</li>
|
||||||
<li style="list-style-type:disc;">Frozen shoulder (stiffness and limited mobility)</li>
|
<li style="list-style-type:disc;">Frozen shoulder (stiffness and limited mobility)</li>
|
||||||
@ -252,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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">What to Expect During Your Shoulder Physiotherapy Sessions</h4>
|
<h3 class="mt-3 mb-2">What to Expect During Your Shoulder Physiotherapy Sessions</h3>
|
||||||
<p>
|
<p>
|
||||||
During your initial visit, our physiotherapist will assess your shoulder’s movement, muscle strength, and pain response.
|
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.
|
Based on your condition, we’ll develop a treatment plan combining manual therapy, therapeutic exercise, and posture correction to restore full shoulder function.
|
||||||
@ -263,7 +263,7 @@ export const areaOfInjuryData = [
|
|||||||
We also educate you on proper movement patterns and ergonomic techniques to avoid re-injury.
|
We also educate you on proper movement patterns and ergonomic techniques to avoid re-injury.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Why Choose Rapharehab for Shoulder Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-3">Why Choose Rapharehab for Shoulder Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Certified physiotherapists with advanced training in shoulder rehabilitation</li>
|
<li style="list-style-type:disc;">Certified physiotherapists with advanced training in shoulder rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Personalized recovery plans based on your activity level and injury type</li>
|
<li style="list-style-type:disc;">Personalized recovery plans based on your activity level and injury type</li>
|
||||||
@ -298,7 +298,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Expert elbow injury physiotherapy management in Etobicoke — Rapharehab helps relieve pain, improve flexibility, and restore elbow function.",
|
"metaDiscription": "Expert elbow injury physiotherapy management in Etobicoke — Rapharehab helps relieve pain, improve flexibility, and restore elbow function.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h4 class="mt-3 mb-3">We treat conditions with Elbow Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-3">We treat conditions with Elbow Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Tennis elbow (lateral epicondylitis)</li>
|
<li style="list-style-type:disc;">Tennis elbow (lateral epicondylitis)</li>
|
||||||
<li style="list-style-type:disc;">Golfer’s elbow (medial epicondylitis)</li>
|
<li style="list-style-type:disc;">Golfer’s elbow (medial epicondylitis)</li>
|
||||||
@ -335,7 +335,7 @@ export const areaOfInjuryData = [
|
|||||||
we personalize each treatment plan to meet your specific goals and promote faster, safer healing.
|
we personalize each treatment plan to meet your specific goals and promote faster, safer healing.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Our Elbow Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
<h3 class="mt-3 mb-3">Our Elbow Injury Physiotherapy Management in Etobicoke Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Comprehensive assessment to identify pain sources and movement limitations</li>
|
<li style="list-style-type:disc;">Comprehensive assessment to identify pain sources and movement limitations</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy to improve joint mobility and reduce stiffness</li>
|
<li style="list-style-type:disc;">Manual therapy to improve joint mobility and reduce stiffness</li>
|
||||||
@ -351,7 +351,7 @@ export const areaOfInjuryData = [
|
|||||||
Our evidence-based treatments ensure that your elbow heals properly while minimizing the risk of recurrence.
|
Our evidence-based treatments ensure that your elbow heals properly while minimizing the risk of recurrence.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Common Conditions Treated with Elbow Injury Physiotherapy in Etobicoke:</h4>
|
<h3 class="mt-3 mb-3">Common Conditions Treated with Elbow Injury Physiotherapy in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Tennis elbow (pain on the outer elbow)</li>
|
<li style="list-style-type:disc;">Tennis elbow (pain on the outer elbow)</li>
|
||||||
<li style="list-style-type:disc;">Golfer’s elbow (pain on the inner elbow)</li>
|
<li style="list-style-type:disc;">Golfer’s elbow (pain on the inner elbow)</li>
|
||||||
@ -365,7 +365,7 @@ export const areaOfInjuryData = [
|
|||||||
Our elbow physiotherapy program helps relieve pain, enhance flexibility, and strengthen supporting muscles for durable results.
|
Our elbow physiotherapy program helps relieve pain, enhance flexibility, and strengthen supporting muscles for durable results.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">What to Expect from Elbow Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-3">What to Expect from Elbow Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<p>
|
<p>
|
||||||
On your first visit, we’ll conduct a detailed assessment to understand your symptoms and activity limitations.
|
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.
|
Based on your diagnosis, our physiotherapists will craft a personalized treatment plan combining manual therapy, stretching, and strengthening exercises to optimize your recovery.
|
||||||
@ -375,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.
|
Each session focuses on reducing inflammation, improving motion, and rebuilding muscle endurance — all essential for restoring your daily functionality.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-3">Why Choose Rapharehab for Elbow Injury Physiotherapy Management in Etobicoke?</h4>
|
<h3 class="mt-3 mb-3">Why Choose Rapharehab for Elbow Injury Physiotherapy Management in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Certified physiotherapists experienced in upper limb rehabilitation</li>
|
<li style="list-style-type:disc;">Certified physiotherapists experienced in upper limb rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Comprehensive care combining physiotherapy, chiropractic, and massage therapy</li>
|
<li style="list-style-type:disc;">Comprehensive care combining physiotherapy, chiropractic, and massage therapy</li>
|
||||||
@ -410,7 +410,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Expert wrist and hand injury physiotherapy management in Etobicoke — Rapharehab helps restore strength, mobility, and grip function.",
|
"metaDiscription": "Expert wrist and hand injury physiotherapy management in Etobicoke — Rapharehab helps restore strength, mobility, and grip function.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h4 class="mt-3 mb-2">We treat conditions with Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">We treat conditions with Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Carpal tunnel syndrome</li>
|
<li style="list-style-type:disc;">Carpal tunnel syndrome</li>
|
||||||
<li style="list-style-type:disc;">Wrist sprains and strains</li>
|
<li style="list-style-type:disc;">Wrist sprains and strains</li>
|
||||||
@ -448,7 +448,7 @@ export const areaOfInjuryData = [
|
|||||||
Through a combination of manual therapy, targeted exercises, and ergonomic advice, we ensure long-lasting relief and recovery.
|
Through a combination of manual therapy, targeted exercises, and ergonomic advice, we ensure long-lasting relief and recovery.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Our Wrist & Hand Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
<h3 class="mt-3 mb-2">Our Wrist & Hand Injury Physiotherapy Management in Etobicoke Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Detailed assessment of hand strength, mobility, and grip function</li>
|
<li style="list-style-type:disc;">Detailed assessment of hand strength, mobility, and grip function</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy to restore joint and soft tissue mobility</li>
|
<li style="list-style-type:disc;">Manual therapy to restore joint and soft tissue mobility</li>
|
||||||
@ -464,7 +464,7 @@ export const areaOfInjuryData = [
|
|||||||
We focus not only on recovery but also on preventing future injuries through proper hand mechanics and strengthening.
|
We focus not only on recovery but also on preventing future injuries through proper hand mechanics and strengthening.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common Conditions Treated with Wrist & Hand Physiotherapy in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">Common Conditions Treated with Wrist & Hand Physiotherapy in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Carpal tunnel syndrome</li>
|
<li style="list-style-type:disc;">Carpal tunnel syndrome</li>
|
||||||
<li style="list-style-type:disc;">Wrist sprains and fractures</li>
|
<li style="list-style-type:disc;">Wrist sprains and fractures</li>
|
||||||
@ -478,7 +478,7 @@ export const areaOfInjuryData = [
|
|||||||
Our personalized physiotherapy approach targets the root cause to restore proper movement and reduce discomfort effectively.
|
Our personalized physiotherapy approach targets the root cause to restore proper movement and reduce discomfort effectively.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">What to Expect from Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">What to Expect from Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<p>
|
<p>
|
||||||
During your initial session, our physiotherapist will assess your pain points, grip strength, and functional limitations.
|
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.
|
Based on your specific needs, a customized treatment plan will combine manual techniques, strengthening, and mobility training to promote full recovery.
|
||||||
@ -488,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.
|
We also focus on hand dexterity, coordination, and nerve gliding techniques to improve precision and reduce tingling sensations or stiffness.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Wrist & Hand Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-2">Why Choose Rapharehab for Wrist & Hand Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Certified physiotherapists skilled in upper limb rehabilitation</li>
|
<li style="list-style-type:disc;">Certified physiotherapists skilled in upper limb rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Personalized recovery plans tailored to your daily needs</li>
|
<li style="list-style-type:disc;">Personalized recovery plans tailored to your daily needs</li>
|
||||||
@ -523,7 +523,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.",
|
"metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h4 class="mt-3 mb-2">We treat conditions with Low Back Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">We treat conditions with Low Back Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Muscle strains and ligament sprains</li>
|
<li style="list-style-type:disc;">Muscle strains and ligament sprains</li>
|
||||||
<li style="list-style-type:disc;">Herniated or slipped discs</li>
|
<li style="list-style-type:disc;">Herniated or slipped discs</li>
|
||||||
@ -561,7 +561,7 @@ export const areaOfInjuryData = [
|
|||||||
Our approach combines manual therapy, exercise prescription, and postural correction to promote long-term relief.
|
Our approach combines manual therapy, exercise prescription, and postural correction to promote long-term relief.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Our Low Back Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
<h3 class="mt-3 mb-2">Our Low Back Injury Physiotherapy Management in Etobicoke Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Comprehensive assessment of spinal alignment and mobility</li>
|
<li style="list-style-type:disc;">Comprehensive assessment of spinal alignment and mobility</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy to reduce stiffness and improve joint movement</li>
|
<li style="list-style-type:disc;">Manual therapy to reduce stiffness and improve joint movement</li>
|
||||||
@ -576,7 +576,7 @@ export const areaOfInjuryData = [
|
|||||||
With consistent physiotherapy sessions, you’ll learn how to move confidently and safely.
|
With consistent physiotherapy sessions, you’ll learn how to move confidently and safely.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common Conditions Treated with Low Back Physiotherapy in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">Common Conditions Treated with Low Back Physiotherapy in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Acute or chronic low back pain</li>
|
<li style="list-style-type:disc;">Acute or chronic low back pain</li>
|
||||||
<li style="list-style-type:disc;">Sciatica and nerve irritation</li>
|
<li style="list-style-type:disc;">Sciatica and nerve irritation</li>
|
||||||
@ -590,7 +590,7 @@ export const areaOfInjuryData = [
|
|||||||
Through progressive strengthening, education, and guided movement, we help you restore balance and resilience in your spine.
|
Through progressive strengthening, education, and guided movement, we help you restore balance and resilience in your spine.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">What to Expect from Low Back Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">What to Expect from Low Back Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<p>
|
<p>
|
||||||
During your first visit, our physiotherapist will perform a detailed assessment to identify the source of your pain and limitations.
|
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.
|
Your personalized treatment plan may include manual therapy, stretching, and gradual strengthening to improve spinal stability.
|
||||||
@ -600,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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Low Back Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-2">Why Choose Rapharehab for Low Back Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Registered physiotherapists with expertise in spinal rehabilitation</li>
|
<li style="list-style-type:disc;">Registered physiotherapists with expertise in spinal rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Evidence-based approach for lasting pain relief</li>
|
<li style="list-style-type:disc;">Evidence-based approach for lasting pain relief</li>
|
||||||
@ -635,7 +635,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.",
|
"metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h4 class="mt-3 mb-2">We treat conditions with Hip Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">We treat conditions with Hip Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Hip fractures and post-surgical rehabilitation</li>
|
<li style="list-style-type:disc;">Hip fractures and post-surgical rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Hip labral tears</li>
|
<li style="list-style-type:disc;">Hip labral tears</li>
|
||||||
@ -671,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 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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Our Hip Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
<h3 class="mt-3 mb-2">Our Hip Injury Physiotherapy Management in Etobicoke Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Comprehensive assessment of hip joint, surrounding muscles, and gait</li>
|
<li style="list-style-type:disc;">Comprehensive assessment of hip joint, surrounding muscles, and gait</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy to relieve stiffness and improve joint mobility</li>
|
<li style="list-style-type:disc;">Manual therapy to relieve stiffness and improve joint mobility</li>
|
||||||
@ -687,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.
|
Whether you are recovering from surgery, a sports injury, or chronic hip pain, our evidence-based physiotherapy ensures optimal results.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common Conditions Treated with Hip Injury Physiotherapy in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">Common Conditions Treated with Hip Injury Physiotherapy in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Hip fractures and post-operative care</li>
|
<li style="list-style-type:disc;">Hip fractures and post-operative care</li>
|
||||||
<li style="list-style-type:disc;">Hip labral tears and impingement</li>
|
<li style="list-style-type:disc;">Hip labral tears and impingement</li>
|
||||||
@ -701,7 +701,7 @@ export const areaOfInjuryData = [
|
|||||||
Our team focuses on improving strength, stability, and overall function to help you move with confidence.
|
Our team focuses on improving strength, stability, and overall function to help you move with confidence.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">What to Expect from Hip Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">What to Expect from Hip Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<p>
|
<p>
|
||||||
During your initial session, our physiotherapist will perform a thorough assessment to understand the source of your hip pain and limitations.
|
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.
|
A personalized treatment plan will then be developed, combining manual therapy, targeted exercises, and functional training to promote optimal recovery.
|
||||||
@ -711,7 +711,7 @@ export const areaOfInjuryData = [
|
|||||||
We also provide guidance on safe movement, posture, and exercises to enhance hip stability and prevent future injuries.
|
We also provide guidance on safe movement, posture, and exercises to enhance hip stability and prevent future injuries.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Hip Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-2">Why Choose Rapharehab for Hip Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Certified physiotherapists with expertise in hip and lower limb rehabilitation</li>
|
<li style="list-style-type:disc;">Certified physiotherapists with expertise in hip and lower limb rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Evidence-based and personalized treatment plans</li>
|
<li style="list-style-type:disc;">Evidence-based and personalized treatment plans</li>
|
||||||
@ -737,7 +737,7 @@ export const areaOfInjuryData = [
|
|||||||
"shortTitle": "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Recover strength, mobility, and stability in your leg and knee with expert physiotherapy management in Etobicoke.",
|
"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",
|
"image": "/assets/images/areas-of-injury/leg-knee-injury/left.webp",
|
||||||
mobileImage: "/assets/images/areas-of-injury/mbl-images-A-O-J/2.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",
|
"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",
|
"mainImage": "/assets/images/areas-of-injury/leg-knee-injury/big-img.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/knee.webp",
|
"icon": "/assets/images/areas-of-injury/icon/knee.webp",
|
||||||
@ -745,7 +745,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.",
|
"metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h4 class="mt-3 mb-2">We treat conditions with Leg & Knee Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">We treat conditions with Leg & Knee Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">ACL, MCL, PCL, and LCL injuries</li>
|
<li style="list-style-type:disc;">ACL, MCL, PCL, and LCL injuries</li>
|
||||||
<li style="list-style-type:disc;">Meniscus tears and cartilage injuries</li>
|
<li style="list-style-type:disc;">Meniscus tears and cartilage injuries</li>
|
||||||
@ -782,7 +782,7 @@ export const areaOfInjuryData = [
|
|||||||
We aim to reduce pain, prevent further injury, and help you return to your normal activities safely.
|
We aim to reduce pain, prevent further injury, and help you return to your normal activities safely.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Our Leg & Knee Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
<h3 class="mt-3 mb-2">Our Leg & Knee Injury Physiotherapy Management in Etobicoke Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Comprehensive assessment of knee and leg function</li>
|
<li style="list-style-type:disc;">Comprehensive assessment of knee and leg function</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy for joint mobilization and soft tissue release</li>
|
<li style="list-style-type:disc;">Manual therapy for joint mobilization and soft tissue release</li>
|
||||||
@ -797,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.
|
We focus on restoring your confidence and mobility, helping you resume work, sports, and daily routines without discomfort or limitations.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common Conditions Treated with Leg & Knee Physiotherapy in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">Common Conditions Treated with Leg & Knee Physiotherapy in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Ligament injuries: ACL, MCL, PCL, LCL tears</li>
|
<li style="list-style-type:disc;">Ligament injuries: ACL, MCL, PCL, LCL tears</li>
|
||||||
<li style="list-style-type:disc;">Meniscus and cartilage injuries</li>
|
<li style="list-style-type:disc;">Meniscus and cartilage injuries</li>
|
||||||
@ -810,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.
|
Our treatment approach targets both the injured area and surrounding muscles to ensure full recovery and prevent recurring issues.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">What to Expect from Leg & Knee Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">What to Expect from Leg & Knee Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<p>
|
<p>
|
||||||
During your first session, our physiotherapist will conduct a thorough assessment of your knee and leg function, including range of motion, strength, and stability.
|
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.
|
A personalized treatment plan will be developed, combining manual therapy, strengthening, balance, and functional exercises to optimize recovery.
|
||||||
@ -820,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.
|
We also provide education on proper movement, posture, and activity modifications to support long-term joint health and prevent reinjury.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Leg & Knee Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-2">Why Choose Rapharehab for Leg & Knee Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Certified physiotherapists specializing in knee and lower limb injuries</li>
|
<li style="list-style-type:disc;">Certified physiotherapists specializing in knee and lower limb injuries</li>
|
||||||
<li style="list-style-type:disc;">Evidence-based, personalized rehabilitation programs</li>
|
<li style="list-style-type:disc;">Evidence-based, personalized rehabilitation programs</li>
|
||||||
@ -843,7 +843,7 @@ export const areaOfInjuryData = [
|
|||||||
"id": 9,
|
"id": 9,
|
||||||
"slug": "anklefoot-injury-physiotherapy-management-etobicoke",
|
"slug": "anklefoot-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Ankle & Foot Injuries",
|
"title": "Ankle & Foot Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Recover ankle and foot strength, stability, and mobility with expert physiotherapy management in Etobicoke.",
|
"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",
|
"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",
|
"bannerImage": "/assets/images/areas-of-injury/ankle-foot-injury/ankle-foot-injury-banner.webp",
|
||||||
@ -853,7 +853,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Expert ankle and foot injury physiotherapy management in Etobicoke — regain strength, balance, and pain-free mobility with Rapharehab.",
|
"metaDiscription": "Expert ankle and foot injury physiotherapy management in Etobicoke — regain strength, balance, and pain-free mobility with Rapharehab.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h4 class="mt-3 mb-2">We treat conditions with Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">We treat conditions with Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Sprains, strains, and ligament injuries</li>
|
<li style="list-style-type:disc;">Sprains, strains, and ligament injuries</li>
|
||||||
<li style="list-style-type:disc;">Fractures and post-surgical rehabilitation</li>
|
<li style="list-style-type:disc;">Fractures and post-surgical rehabilitation</li>
|
||||||
@ -890,7 +890,7 @@ export const areaOfInjuryData = [
|
|||||||
We aim to reduce pain, improve function, and prevent future injuries.
|
We aim to reduce pain, improve function, and prevent future injuries.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Our Ankle & Foot Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
<h3 class="mt-3 mb-2">Our Ankle & Foot Injury Physiotherapy Management in Etobicoke Includes:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Comprehensive assessment of ankle and foot range of motion, strength, and gait</li>
|
<li style="list-style-type:disc;">Comprehensive assessment of ankle and foot range of motion, strength, and gait</li>
|
||||||
<li style="list-style-type:disc;">Manual therapy to relieve stiffness and improve joint mobility</li>
|
<li style="list-style-type:disc;">Manual therapy to relieve stiffness and improve joint mobility</li>
|
||||||
@ -905,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.
|
Our approach focuses on restoring confidence in movement and ensuring you can return to your daily activities, sports, or work safely.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common Conditions Treated with Ankle & Foot Physiotherapy in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">Common Conditions Treated with Ankle & Foot Physiotherapy in Etobicoke:</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Ankle sprains and ligament injuries</li>
|
<li style="list-style-type:disc;">Ankle sprains and ligament injuries</li>
|
||||||
<li style="list-style-type:disc;">Fractures and post-operative rehabilitation</li>
|
<li style="list-style-type:disc;">Fractures and post-operative rehabilitation</li>
|
||||||
@ -918,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.
|
Each treatment plan is customized to your needs, helping you regain strength, flexibility, and confidence in your ankle and foot.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">What to Expect from Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h4>
|
<h3 class="mt-3 mb-2">What to Expect from Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h3>
|
||||||
<p>
|
<p>
|
||||||
During your initial session, our physiotherapist will perform a thorough assessment to identify the root cause of pain or limitation.
|
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.
|
A tailored plan will be created, combining manual therapy, strengthening, balance, and functional exercises for optimal recovery.
|
||||||
@ -928,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.
|
Education on safe movement, footwear, and activity modification is also provided to prevent re-injury and support long-term health.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Ankle & Foot Injury Physiotherapy in Etobicoke?</h4>
|
<h3 class="mt-3 mb-2">Why Choose Rapharehab for Ankle & Foot Injury Physiotherapy in Etobicoke?</h3>
|
||||||
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
<ul class='list-style-one mt-3' style="padding-left:30px; list-style-type:disc; margin:0; display:block;">
|
||||||
<li style="list-style-type:disc;">Certified physiotherapists specializing in ankle and foot rehabilitation</li>
|
<li style="list-style-type:disc;">Certified physiotherapists specializing in ankle and foot rehabilitation</li>
|
||||||
<li style="list-style-type:disc;">Evidence-based and personalized treatment plans</li>
|
<li style="list-style-type:disc;">Evidence-based and personalized treatment plans</li>
|
||||||
|
|||||||
@ -19,7 +19,7 @@ const Rehabilitation = [
|
|||||||
<h2>Spinal Cord Injury Rehabilitation in Etobicoke</h2>
|
<h2>Spinal Cord Injury Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common symptoms associated with spinal cord injuries include:</h4>
|
<h3 class="mt-3 mb-2">Common symptoms associated with spinal cord injuries include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Loss of sensation or movement below the injury site</li>
|
<li>Loss of sensation or movement below the injury site</li>
|
||||||
@ -55,7 +55,7 @@ const Rehabilitation = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Physiotherapy treatment for spinal cord injuries:</h4>
|
<h3 class="mb-2">Physiotherapy treatment for spinal cord injuries:</h3>
|
||||||
<p class="mb-2">At Rapharehab, our physiotherapy programs are designed to address the unique challenges of spinal cord injuries. Treatment may include:</p>
|
<p class="mb-2">At Rapharehab, our physiotherapy programs are designed to address the unique challenges of spinal cord injuries. Treatment may include:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -97,7 +97,7 @@ const Rehabilitation = [
|
|||||||
<h2>Amputee Rehabilitation in Etobicoke</h2>
|
<h2>Amputee Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common challenges faced post-amputation include:</h4>
|
<h3 class="mt-3 mb-2">Common challenges faced post-amputation include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Prosthetic fitting and adjustment</li>
|
<li>Prosthetic fitting and adjustment</li>
|
||||||
@ -132,7 +132,7 @@ const Rehabilitation = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Our Amputee Rehabilitation Services Include:</h4>
|
<h3 class="mb-2">Our Amputee Rehabilitation Services Include:</h3>
|
||||||
<p class="mb-2">At Rapharehab, we provide a holistic approach to amputee rehabilitation, including:</p>
|
<p class="mb-2">At Rapharehab, we provide a holistic approach to amputee rehabilitation, including:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -174,7 +174,7 @@ const Rehabilitation = [
|
|||||||
<h2>Fracture Rehabilitation in Etobicoke</h2>
|
<h2>Fracture Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common symptoms after fractures may include:</h4>
|
<h3 class="mt-3 mb-2">Common symptoms after fractures may include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Pain and tenderness around the fracture site</li>
|
<li>Pain and tenderness around the fracture site</li>
|
||||||
@ -209,7 +209,7 @@ const Rehabilitation = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Fracture Physiotherapy Treatments Include:</h4>
|
<h3 class="mb-2">Fracture Physiotherapy Treatments Include:</h3>
|
||||||
<p class="mb-2">Our team at Rapharehab provides customized physiotherapy programs designed for fracture recovery. Treatments may include:</p>
|
<p class="mb-2">Our team at Rapharehab provides customized physiotherapy programs designed for fracture recovery. Treatments may include:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
@ -254,7 +254,7 @@ const Rehabilitation = [
|
|||||||
<h2>Neurological Rehabilitation in Etobicoke</h2>
|
<h2>Neurological Rehabilitation in Etobicoke</h2>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
<h4 class="mt-3 mb-2">Common symptoms addressed in neurological rehabilitation include:</h4>
|
<h3 class="mt-3 mb-2">Common symptoms addressed in neurological rehabilitation include:</h3>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
<li>Muscle weakness or paralysis</li>
|
<li>Muscle weakness or paralysis</li>
|
||||||
@ -290,7 +290,7 @@ const Rehabilitation = [
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-box">
|
<div class="text-box">
|
||||||
<h4 class="mb-2">Neurological Rehabilitation Treatments Include:</h4>
|
<h3 class="mb-2">Neurological Rehabilitation Treatments Include:</h3>
|
||||||
<p class="mb-2">Rapharehab offers tailored physiotherapy programs to address neurological challenges, including:</p>
|
<p class="mb-2">Rapharehab offers tailored physiotherapy programs to address neurological challenges, including:</p>
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user