aria-lable links added for all pages
@ -128,7 +128,7 @@ export default function Home() {
|
|||||||
<p>Welcome to Rapha Rehab Physiotherapy Massage Therapy Clinic Etobicoke – physiotherapy clinic in etobicoke managed by Registered Physiotherapists offering reliable physiotherapy treatment Services, Sports injury physiotherapy, Pelvic floor physiotherapy, Chiropractor, Massage therapy , Acupuncture treatment, Foot Reflexology, Osteopathy, custom knee braces, orthotics, spinal decompression therapy, concussion management, chronic pain management, workplace injury management, Naturopathy and home care physiotherapy Services in Etobicoke.</p>
|
<p>Welcome to Rapha Rehab Physiotherapy Massage Therapy Clinic Etobicoke – physiotherapy clinic in etobicoke managed by Registered Physiotherapists offering reliable physiotherapy treatment Services, Sports injury physiotherapy, Pelvic floor physiotherapy, Chiropractor, Massage therapy , Acupuncture treatment, Foot Reflexology, Osteopathy, custom knee braces, orthotics, spinal decompression therapy, concussion management, chronic pain management, workplace injury management, Naturopathy and home care physiotherapy Services in Etobicoke.</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Book Appointment"><span>Book Appointment</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -226,7 +226,7 @@ export default function Home() {
|
|||||||
<p className="tex-color-1">Physiotherapy etobicoke is a team of health care professionals working together to help get you better, faster. This helps us in rendering our best possible services to our clients.</p>
|
<p className="tex-color-1">Physiotherapy etobicoke is a team of health care professionals working together to help get you better, faster. This helps us in rendering our best possible services to our clients.</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/contact" className="theme-btn btn-one-new"><span>Book Appointment</span></Link>
|
<Link href="/contact" className="theme-btn btn-one-new" aria-label="Contact"><span>Book Appointment</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -288,7 +288,7 @@ export default function Home() {
|
|||||||
|
|
||||||
<div className="lower-content">
|
<div className="lower-content">
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>
|
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`} aria-label="Our Team Member Name">
|
||||||
{member.name}
|
{member.name}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
@ -55,7 +55,7 @@ export default function AccidentDetailsPage({ params }) {
|
|||||||
<Link
|
<Link
|
||||||
href={`/accident/${cat.slug}`}
|
href={`/accident/${cat.slug}`}
|
||||||
className={cat.slug === service.slug ? "current" : ""}
|
className={cat.slug === service.slug ? "current" : ""}
|
||||||
>
|
aria-label="Accident list">
|
||||||
{cat.title}
|
{cat.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -49,7 +49,7 @@ export default function AccidentPage() {
|
|||||||
<div className="inner-box d-flex flex-column flex-grow-1">
|
<div className="inner-box d-flex flex-column flex-grow-1">
|
||||||
<div className="image-box">
|
<div className="image-box">
|
||||||
<figure className="image">
|
<figure className="image">
|
||||||
<Link href={`/accident/${service.slug}`}>
|
<Link href={`/accident/${service.slug}`} aria-label="Accident Image">
|
||||||
<img src={service.mainImage} alt={service.title} />
|
<img src={service.mainImage} alt={service.title} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -62,7 +62,7 @@ export default function AccidentPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h3 className='text-start'>
|
||||||
<Link href={`/accident/${service.slug}`}>{service.title}</Link>
|
<Link href={`/accident/${service.slug}`} aria-label="Accident Title">{service.title}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<p
|
<p
|
||||||
className='text-start'
|
className='text-start'
|
||||||
|
|||||||
@ -57,7 +57,7 @@ export default function AreaOfInjuryDetails({ params }) {
|
|||||||
<Link
|
<Link
|
||||||
href={`/area-of-injury/${cat.slug}`}
|
href={`/area-of-injury/${cat.slug}`}
|
||||||
className={cat.slug === service.slug ? "current" : ""}
|
className={cat.slug === service.slug ? "current" : ""}
|
||||||
>
|
aria-label="Area of injury list">
|
||||||
{cat.title}
|
{cat.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -54,7 +54,7 @@ export default function AreaOfInjury() {
|
|||||||
<div className="inner-box d-flex flex-column flex-grow-1">
|
<div className="inner-box d-flex flex-column flex-grow-1">
|
||||||
<div className="image-box">
|
<div className="image-box">
|
||||||
<figure className="image">
|
<figure className="image">
|
||||||
<Link href={`/area-of-injury/${item.slug}`}>
|
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area oF Injury Image Link">
|
||||||
<img src={item.image} alt={altText} />
|
<img src={item.image} alt={altText} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -64,7 +64,7 @@ export default function AreaOfInjury() {
|
|||||||
<img src={item.icon} alt={altText} />
|
<img src={item.icon} alt={altText} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h3 className='text-start'>
|
||||||
<Link href={`/area-of-injury/${item.slug}`}>{item.title}</Link>
|
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area of injury title">{item.title}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
{/* <h3 className="text-start">
|
{/* <h3 className="text-start">
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
@ -59,7 +59,7 @@ export default function BlogDetails({ params }) {
|
|||||||
<Link
|
<Link
|
||||||
href={`/blog/${b.slug}`}
|
href={`/blog/${b.slug}`}
|
||||||
className={b.slug === blog.slug ? "current" : ""}
|
className={b.slug === blog.slug ? "current" : ""}
|
||||||
>
|
aria-label="Blog List">
|
||||||
{b.title}
|
{b.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -87,7 +87,7 @@ export default function BlogDetails({ params }) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="lower-content2">
|
<div className="lower-content2">
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/blog/${related.slug}`}>
|
<Link href={`/blog/${related.slug}`} aria-label="Blog Title">
|
||||||
{related.title}
|
{related.title}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
@ -95,7 +95,7 @@ export default function BlogDetails({ params }) {
|
|||||||
<Link
|
<Link
|
||||||
href={`/blog/${related.slug}`}
|
href={`/blog/${related.slug}`}
|
||||||
className="read-more"
|
className="read-more"
|
||||||
>
|
aria-label="Read More">
|
||||||
Read More
|
Read More
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -28,7 +28,7 @@ export default function Blog() {
|
|||||||
>
|
>
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<figure className="image-box">
|
<figure className="image-box">
|
||||||
<Link href={`/blog/${blog.slug}`}>
|
<Link href={`/blog/${blog.slug}`} aria-label="Blog Image">
|
||||||
<img src={blog.thumbnail} alt={blog.title} />
|
<img src={blog.thumbnail} alt={blog.title} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -39,7 +39,7 @@ export default function Blog() {
|
|||||||
<li>{blog.comments}</li>
|
<li>{blog.comments}</li>
|
||||||
</ul> */}
|
</ul> */}
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/blog/${blog.slug}`}>
|
<Link href={`/blog/${blog.slug}`} aria-label="Blog Title">
|
||||||
{blog.title.split(" ").length > 5
|
{blog.title.split(" ").length > 5
|
||||||
? blog.title.split(" ").slice(0, 5).join(" ") + "..."
|
? blog.title.split(" ").slice(0, 5).join(" ") + "..."
|
||||||
: blog.title}
|
: blog.title}
|
||||||
@ -47,7 +47,7 @@ export default function Blog() {
|
|||||||
</h3>
|
</h3>
|
||||||
<p>{blog.shortDesc}</p>
|
<p>{blog.shortDesc}</p>
|
||||||
<div className="link">
|
<div className="link">
|
||||||
<Link href={`/blog/${blog.slug}`}><span>Read More</span></Link>
|
<Link href={`/blog/${blog.slug}`} aria-label="Read More"><span>Read More</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -51,7 +51,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/caregivers/caring.webp" alt="Caring with a smile" /></div>
|
<div className="icon-box"><img src="/assets/images/caregivers/caring.webp" alt="Caring with a smile" /></div>
|
||||||
<h3><Link href="/">Caring with a smile</Link></h3>
|
<h3><Link href="/" aria-label="Caring with a smile">Caring with a smile</Link></h3>
|
||||||
<p>It’s not what we do as a home care agency, but how we do it. All of our elderly caregiving services are delivered with a smile. And we all know that a smile can be infectious.</p>
|
<p>It’s not what we do as a home care agency, but how we do it. All of our elderly caregiving services are delivered with a smile. And we all know that a smile can be infectious.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -60,7 +60,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/caregivers/attentive.webp" alt="Attentive listener" /></div>
|
<div className="icon-box"><img src="/assets/images/caregivers/attentive.webp" alt="Attentive listener" /></div>
|
||||||
<h3><Link href="/">Attentive listener</Link></h3>
|
<h3><Link href="/" aria-label="Attentive listerner">Attentive listener</Link></h3>
|
||||||
<p>How do you like things done? Where would you like to go? Listening to your needs, and having conversations with you, helps us make sure we bring you the perfect match.</p>
|
<p>How do you like things done? Where would you like to go? Listening to your needs, and having conversations with you, helps us make sure we bring you the perfect match.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -69,7 +69,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/caregivers/qualified.webp" alt="Qualified" /></div>
|
<div className="icon-box"><img src="/assets/images/caregivers/qualified.webp" alt="Qualified" /></div>
|
||||||
<h3><Link href="/">Qualified</Link></h3>
|
<h3><Link href="/" aria-label="Qualified">Qualified</Link></h3>
|
||||||
<p>Whether you just need someone to take you for a walk or a to provide attentive complex caring – we, as a home care agency, can provide a caregiver that is qualified to meet your needs.</p>
|
<p>Whether you just need someone to take you for a walk or a to provide attentive complex caring – we, as a home care agency, can provide a caregiver that is qualified to meet your needs.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -116,7 +116,7 @@ export default function Home() {
|
|||||||
<p className="text-white">At NanoCare, we select Caregivers who are passionate about providing in home care to those in need on a daily basis.</p>
|
<p className="text-white">At NanoCare, we select Caregivers who are passionate about providing in home care to those in need on a daily basis.</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/contact" className="theme-btn btn-one-new"><span>Become A Caregiver</span></Link>
|
<Link href="/contact" className="theme-btn btn-one-new" aria-label="Contact"><span>Become A Caregiver</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -151,7 +151,7 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="lower-content">
|
<div className="lower-content">
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`} aria-label="Our team physiotherapy etobicoke">{member.name}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<span className="designation">{member.designation}</span>
|
<span className="designation">{member.designation}</span>
|
||||||
{/* <ul className="social-links clearfix">
|
{/* <ul className="social-links clearfix">
|
||||||
|
|||||||
@ -99,8 +99,8 @@ export default function ContactClient() {
|
|||||||
<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>
|
||||||
<Link href="tel:647-722-3434">+647-722-3434</Link><br />
|
<Link href="tel:647-722-3434" aria-label="+647-722-3434">+647-722-3434</Link><br />
|
||||||
<Link href="tel:416-622-2873">+416-622-2873</Link>
|
<Link href="tel:416-622-2873" aria-label="+416-622-2873">+416-622-2873</Link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -111,7 +111,7 @@ export default function ContactClient() {
|
|||||||
<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>
|
||||||
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link>
|
<Link href="mailto:bloor@rapharehab.ca" aria-label="bloor@repharehab.ca">bloor@rapharehab.ca</Link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -57,7 +57,7 @@ export default function ServiceDetailPage({ params }) {
|
|||||||
<Link
|
<Link
|
||||||
href={`/etobicoke-treatment-service/${item.slug}`}
|
href={`/etobicoke-treatment-service/${item.slug}`}
|
||||||
className={item.slug === service.slug ? "current" : ""}
|
className={item.slug === service.slug ? "current" : ""}
|
||||||
>
|
aria-label="Etobicoke treatment service">
|
||||||
{item.shortTitle}
|
{item.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -21,7 +21,7 @@ export default function ServicesPage() {
|
|||||||
<div className="inner-box d-flex flex-column flex-grow-1">
|
<div className="inner-box d-flex flex-column flex-grow-1">
|
||||||
<div className="image-box">
|
<div className="image-box">
|
||||||
<figure className="image">
|
<figure className="image">
|
||||||
<Link href={`/etobicoke-treatment-service/${item.slug}`}>
|
<Link href={`/etobicoke-treatment-service/${item.slug}`} aria-label="Etobicoke treatment service">
|
||||||
<img src={item?.image} alt={item.alt} />
|
<img src={item?.image} alt={item.alt} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -31,7 +31,7 @@ export default function ServicesPage() {
|
|||||||
<img src={item?.icon} alt={item.alt} />
|
<img src={item?.icon} alt={item.alt} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h3 className='text-start'>
|
||||||
<Link href={`/etobicoke-treatment-service/${item.slug}`}>
|
<Link href={`/etobicoke-treatment-service/${item.slug}`} aria-label="Etobicoke treatment service title">
|
||||||
{item?.shortTitle}
|
{item?.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export default function WhyChooseUs() {
|
|||||||
<img src={src} alt={`gallery-${index}`} />
|
<img src={src} alt={`gallery-${index}`} />
|
||||||
</figure>
|
</figure>
|
||||||
<div className="view-btn">
|
<div className="view-btn">
|
||||||
<Link href={src} className="lightbox-image" data-fancybox="gallery">
|
<Link href={src} className="lightbox-image" data-fancybox="gallery" aria-label="View btn icon">
|
||||||
<i className="icon-4"></i>
|
<i className="icon-4"></i>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@ -53,7 +53,7 @@ export default function WhyChooseUs() {
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
handlePageChange(currentPage - 1)
|
handlePageChange(currentPage - 1)
|
||||||
}}
|
}}
|
||||||
>
|
aria-label="Gallery left image">
|
||||||
<img src="/assets/images/gallery/left.png" alt="Previous" />
|
<img src="/assets/images/gallery/left.png" alt="Previous" />
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -68,7 +68,7 @@ export default function WhyChooseUs() {
|
|||||||
handlePageChange(i + 1)
|
handlePageChange(i + 1)
|
||||||
}}
|
}}
|
||||||
className={currentPage === i + 1 ? "current" : ""}
|
className={currentPage === i + 1 ? "current" : ""}
|
||||||
>
|
aria-label="Gallery list">
|
||||||
{i + 1}
|
{i + 1}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -82,7 +82,7 @@ export default function WhyChooseUs() {
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
handlePageChange(currentPage + 1)
|
handlePageChange(currentPage + 1)
|
||||||
}}
|
}}
|
||||||
>
|
aria-label="Gallery right image">
|
||||||
<img src="/assets/images/gallery/right.png" alt="Previous" />
|
<img src="/assets/images/gallery/right.png" alt="Previous" />
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -32,7 +32,7 @@ export default function RootLayout({ children }) {
|
|||||||
/> */}
|
/> */}
|
||||||
|
|
||||||
{/* ✅ Canonical Tag */}
|
{/* ✅ Canonical Tag */}
|
||||||
<link rel="canonical" href={siteUrl} />
|
<link rel="canonical" href={siteUrl} aria-label="Site Url"/>
|
||||||
|
|
||||||
{/* ✅ Open Graph Meta */}
|
{/* ✅ Open Graph Meta */}
|
||||||
<meta property="og:title" content="Rapha Rehab – Physiotherapy Clinic" />
|
<meta property="og:title" content="Rapha Rehab – Physiotherapy Clinic" />
|
||||||
@ -60,10 +60,10 @@ export default function RootLayout({ children }) {
|
|||||||
<meta name="twitter:site" content="@YourTwitterHandle" />
|
<meta name="twitter:site" content="@YourTwitterHandle" />
|
||||||
|
|
||||||
{/* ✅ Preconnect — Faster 3rd-party requests */}
|
{/* ✅ Preconnect — Faster 3rd-party requests */}
|
||||||
<link rel="preconnect" href="https://www.googletagmanager.com" />
|
<link rel="preconnect" href="https://www.googletagmanager.com" aria-label="Googleletamanage"/>
|
||||||
<link rel="preconnect" href="https://connect.facebook.net" />
|
<link rel="preconnect" href="https://connect.facebook.net" aria-label="facebook"/>
|
||||||
<link rel="preconnect" href="https://www.facebook.com" />
|
<link rel="preconnect" href="https://www.facebook.com" aria-label="Facebook"/>
|
||||||
<link rel="preconnect" href="https://scripts.clarity.ms" />
|
<link rel="preconnect" href="https://scripts.clarity.ms" aria-label="Scripts Clarity"/>
|
||||||
|
|
||||||
{/* ✅ fetchpriority for LCP Image */}
|
{/* ✅ fetchpriority for LCP Image */}
|
||||||
<link
|
<link
|
||||||
@ -71,6 +71,7 @@ export default function RootLayout({ children }) {
|
|||||||
as="image"
|
as="image"
|
||||||
href="/assets/images/banner/mobile-banner/4.webp"
|
href="/assets/images/banner/mobile-banner/4.webp"
|
||||||
fetchPriority="high"
|
fetchPriority="high"
|
||||||
|
aria-label="loader"
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export default function Error404() {
|
|||||||
<figure className="error-image"><img src="/assets/images/icons/error-1.png" alt="" /></figure>
|
<figure className="error-image"><img src="/assets/images/icons/error-1.png" alt="" /></figure>
|
||||||
<h2>Oops, page not <br />found!</h2>
|
<h2>Oops, page not <br />found!</h2>
|
||||||
<p>Mauris urna velit in fermentum in in natoque. Tincidunt pellentesque et risus tincidunt <br />dignissim proin auctor.</p>
|
<p>Mauris urna velit in fermentum in in natoque. Tincidunt pellentesque et risus tincidunt <br />dignissim proin auctor.</p>
|
||||||
<Link href="/" className="theme-btn btn-one"><span>Back To Home</span></Link>
|
<Link href="/" className="theme-btn btn-one" aria-label="Back to home"><span>Back To Home</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -36,7 +36,7 @@ export default function Error404() {
|
|||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<div className="check-box">
|
<div className="check-box">
|
||||||
<input className="check" type="checkbox" id="checkbox1" />
|
<input className="check" type="checkbox" id="checkbox1" />
|
||||||
<label htmlFor="checkbox1">I agree to the <Link href="/">Privacy Policy.</Link></label>
|
<label htmlFor="checkbox1" aria-label="Pricacy Policy">I agree to the <Link href="/" aria-label="Privacy Policy">Privacy Policy.</Link></label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="lower-content">
|
<div className="lower-content">
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`} aria-label="Our team physiotherapy etobicoke">{member.name}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<span className="designation">{member.designation}</span>
|
<span className="designation">{member.designation}</span>
|
||||||
{/* <ul className="social-links clearfix">
|
{/* <ul className="social-links clearfix">
|
||||||
|
|||||||
@ -42,7 +42,7 @@ export default function TeamDetails({ params }) {
|
|||||||
<Layout headerStyle={1} footerStyle={1} breadcrumbTitle="Not Found">
|
<Layout headerStyle={1} footerStyle={1} breadcrumbTitle="Not Found">
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<h2>Team member not found!</h2>
|
<h2>Team member not found!</h2>
|
||||||
<Link href="/" className="theme-btn btn-one">Go Back</Link>
|
<Link href="/" className="theme-btn btn-one" aria-label="Go back">Go Back</Link>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
@ -71,13 +71,13 @@ export default function TeamDetails({ params }) {
|
|||||||
<p>{member.description}</p>
|
<p>{member.description}</p>
|
||||||
<ul className="info-list mb_30 clearfix">
|
<ul className="info-list mb_30 clearfix">
|
||||||
<li><strong>Experience: </strong>{member.experience}</li>
|
<li><strong>Experience: </strong>{member.experience}</li>
|
||||||
<li><strong>Email: </strong><Link href={`mailto:${member.email}`}>{member.email}</Link></li>
|
<li><strong>Email: </strong><Link href={`mailto:${member.email}`} aria-label="Email">{member.email}</Link></li>
|
||||||
<li><strong>Phone: </strong><Link href={`tel:${member.phone}`}>{member.phone}</Link></li>
|
<li><strong>Phone: </strong><Link href={`tel:${member.phone}`} aria-label="Phone">{member.phone}</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
{member.socials.map((social, idx) => (
|
{member.socials.map((social, idx) => (
|
||||||
<li key={idx}>
|
<li key={idx}>
|
||||||
<Link href={social.link}>
|
<Link href={social.link} aria-label="Social links">
|
||||||
<i className={social.icon}></i>
|
<i className={social.icon}></i>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -51,7 +51,7 @@ export default function RefugeeIFHP() {
|
|||||||
most - your recovery.
|
most - your recovery.
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-box mt-4">
|
<div className="btn-box mt-4">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Book Your IFHP-Covered Visit</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Booke your IFHP-Covered visit "><span>Book Your IFHP-Covered Visit</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -320,7 +320,7 @@ export default function RefugeeIFHP() {
|
|||||||
guide you step by step.
|
guide you step by step.
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-box mt-3">
|
<div className="btn-box mt-3">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Book Your IFHP-Covered Visit</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Booke your IFHP-Covered visit"><span>Book Your IFHP-Covered Visit</span></Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -521,7 +521,7 @@ export default function RefugeeIFHP() {
|
|||||||
you through every step of the process.
|
you through every step of the process.
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-box mt-3 mb-4">
|
<div className="btn-box mt-3 mb-4">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Contact Us to Check Your Coverage</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Contact us to check your coverage "><span>Contact Us to Check Your Coverage</span></Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -50,7 +50,7 @@ export default function RehabilitationDetailsPage({ params }) {
|
|||||||
<Link
|
<Link
|
||||||
href={`/rehabilitation/${cat.slug}`}
|
href={`/rehabilitation/${cat.slug}`}
|
||||||
className={cat.slug === service.slug ? "current" : ""}
|
className={cat.slug === service.slug ? "current" : ""}
|
||||||
>
|
aria-label="rehabilitation">
|
||||||
{cat.title}
|
{cat.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -50,7 +50,7 @@ export default function RehabilitationPage() {
|
|||||||
<div className="inner-box d-flex flex-column flex-grow-1">
|
<div className="inner-box d-flex flex-column flex-grow-1">
|
||||||
<div className="image-box">
|
<div className="image-box">
|
||||||
<figure className="image">
|
<figure className="image">
|
||||||
<Link href={`/rehabilitation/${service.slug}`}>
|
<Link href={`/rehabilitation/${service.slug}`} aria-label="rehabilitation">
|
||||||
<img src={service.mainImage} alt={service.title} />
|
<img src={service.mainImage} alt={service.title} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -63,7 +63,7 @@ export default function RehabilitationPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/rehabilitation/${service.slug}`}>{service.title}</Link>
|
<Link href={`/rehabilitation/${service.slug}`} aria-label="Service Title">{service.title}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<p
|
<p
|
||||||
className='text-start'
|
className='text-start'
|
||||||
|
|||||||
@ -181,7 +181,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/daily-care.webp" alt="Daily Care Experts" /></div>
|
<div className="icon-box"><img src="/assets/images/shortcodes/icons/daily-care.webp" alt="Daily Care Experts" /></div>
|
||||||
<h3><Link href="/">Daily Care Experts</Link></h3>
|
<h3><Link href="/" aria-label="Daily care experts">Daily Care Experts</Link></h3>
|
||||||
<p>We specialize in around the clock care to help seniors live well at home.</p>
|
<p>We specialize in around the clock care to help seniors live well at home.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -191,7 +191,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/balanced-care.webp" alt="Balanced Care" /></div>
|
<div className="icon-box"><img src="/assets/images/shortcodes/icons/balanced-care.webp" alt="Balanced Care" /></div>
|
||||||
<h3><Link href="/">Balanced Care</Link></h3>
|
<h3><Link href="/" aria-label="Balanced care">Balanced Care</Link></h3>
|
||||||
<p>Our unique approach to care promotes healthy mind, body and spirit.</p>
|
<p>Our unique approach to care promotes healthy mind, body and spirit.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -201,7 +201,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/peace.webp" alt="Peace of Mind" /></div>
|
<div className="icon-box"><img src="/assets/images/shortcodes/icons/peace.webp" alt="Peace of Mind" /></div>
|
||||||
<h3><Link href="/">Peace of Mind</Link></h3>
|
<h3><Link href="/" aria-label="Peace of mind">Peace of Mind</Link></h3>
|
||||||
<p>Independent industry surveys place our client satisfaction rate at 97%.</p>
|
<p>Independent industry surveys place our client satisfaction rate at 97%.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -211,7 +211,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/24-7.webp" alt="Available 24/7" /></div>
|
<div className="icon-box"><img src="/assets/images/shortcodes/icons/24-7.webp" alt="Available 24/7" /></div>
|
||||||
<h3><Link href="/">Available 24/7</Link></h3>
|
<h3><Link href="/" aria-label="Availabele 24/7">Available 24/7</Link></h3>
|
||||||
<p>We are available 24 hours a day to provide your loved one with a caregiver.</p>
|
<p>We are available 24 hours a day to provide your loved one with a caregiver.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -221,7 +221,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/high.webp" alt="High Caliber Caregivers" /></div>
|
<div className="icon-box"><img src="/assets/images/shortcodes/icons/high.webp" alt="High Caliber Caregivers" /></div>
|
||||||
<h3><Link href="/">High Caliber Caregivers</Link></h3>
|
<h3><Link href="/" aria-label="High caliber caregivers">High Caliber Caregivers</Link></h3>
|
||||||
<p>We typically hire only 1 in 25 applicants and provide ongoing training.</p>
|
<p>We typically hire only 1 in 25 applicants and provide ongoing training.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -231,7 +231,7 @@ export default function Home() {
|
|||||||
<div className="feature-block-one">
|
<div className="feature-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/shortcodes/icons/trusted.webp" alt="A Trusted Partner" /></div>
|
<div className="icon-box"><img src="/assets/images/shortcodes/icons/trusted.webp" alt="A Trusted Partner" /></div>
|
||||||
<h3><Link href="/">A Trusted Partner</Link></h3>
|
<h3><Link href="/" aria-label="A trusted partner">A Trusted Partner</Link></h3>
|
||||||
<p>Nano Home Care is the trusted referral choice for elder care professionals.</p>
|
<p>Nano Home Care is the trusted referral choice for elder care professionals.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -432,7 +432,7 @@ export default function Home() {
|
|||||||
<p className="tex-color-1">NanoCare is committed to being your shoulder to lean on and providing honest advice for your loved one’s situation during this delicate time. No one should feel alone when looking for senior home care solutions. </p>
|
<p className="tex-color-1">NanoCare is committed to being your shoulder to lean on and providing honest advice for your loved one’s situation during this delicate time. No one should feel alone when looking for senior home care solutions. </p>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/contact" className="theme-btn btn-one-new"><span>Book Appointment</span></Link>
|
<Link href="/contact" className="theme-btn btn-one-new" aria-label="Booke appointment"><span>Book Appointment</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -537,7 +537,7 @@ export default function Home() {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="theme-btn btn-one-new-raw"
|
className="theme-btn btn-one-new-raw"
|
||||||
>
|
aria-label="Reviee us on google">
|
||||||
<span>Review us on Google</span>
|
<span>Review us on Google</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@ -626,7 +626,7 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="lower-content">
|
<div className="lower-content">
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`} aria-label="Our team physiotherapy etobicoke members name">{member.name}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<span className="designation">{member.designation}</span>
|
<span className="designation">{member.designation}</span>
|
||||||
{/* <ul className="social-links clearfix">
|
{/* <ul className="social-links clearfix">
|
||||||
|
|||||||
@ -199,7 +199,7 @@ export default function Team() {
|
|||||||
</div> */}
|
</div> */}
|
||||||
<p className="inner-box-new-color">Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.</p>
|
<p className="inner-box-new-color">Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.</p>
|
||||||
<div className="btn-box mt-4">
|
<div className="btn-box mt-4">
|
||||||
<Link href="/contact" className="theme-btn btn-one-blue">
|
<Link href="/contact" className="theme-btn btn-one-blue" aria-label="Make an appointment">
|
||||||
<span>Make an Appointment</span>
|
<span>Make an Appointment</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -54,6 +54,7 @@ export default function SocialFloat() {
|
|||||||
color: "#fff", // White icon color
|
color: "#fff", // White icon color
|
||||||
fontSize: "22px",
|
fontSize: "22px",
|
||||||
textDecoration: "none",
|
textDecoration: "none",
|
||||||
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<i className={icon.iconClass}></i>
|
<i className={icon.iconClass}></i>
|
||||||
|
|||||||
@ -5,7 +5,7 @@ export default function BackToTop({ scroll }) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{scroll && (
|
{scroll && (
|
||||||
<Link className="scroll-to-top scroll-to-target d-block" href="#top">
|
<Link className="scroll-to-top scroll-to-target d-block" href="#top" aria-label="Scroll top">
|
||||||
<i className="fas fa-angle-up"></i>
|
<i className="fas fa-angle-up"></i>
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -60,7 +60,7 @@ export default function PortfolioFilter1() {
|
|||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<figure className="image-box"><img src="assets/images/gallery/gallery-1.jpg" alt="" /></figure>
|
<figure className="image-box"><img src="assets/images/gallery/gallery-1.jpg" alt="" /></figure>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery">
|
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery" aria-label="Icon-4">
|
||||||
<i className="icon-4"></i></a>
|
<i className="icon-4"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ export default function PortfolioFilter1() {
|
|||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<figure className="image-box"><img src="assets/images/gallery/gallery-2.jpg" alt="" /></figure>
|
<figure className="image-box"><img src="assets/images/gallery/gallery-2.jpg" alt="" /></figure>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery">
|
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery" aria-label="Icon-4">
|
||||||
<i className="icon-4"></i></a>
|
<i className="icon-4"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ export default function PortfolioFilter1() {
|
|||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<figure className="image-box"><img src="assets/images/gallery/gallery-3.jpg" alt="" /></figure>
|
<figure className="image-box"><img src="assets/images/gallery/gallery-3.jpg" alt="" /></figure>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery">
|
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery" aria-label="Icon-4">
|
||||||
<i className="icon-4"></i></a>
|
<i className="icon-4"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -104,7 +104,7 @@ export default function PortfolioFilter1() {
|
|||||||
<figure className="image-box"><img src="assets/images/gallery/gallery-4.jpg" alt="" /></figure>
|
<figure className="image-box"><img src="assets/images/gallery/gallery-4.jpg" alt="" /></figure>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery">
|
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery">
|
||||||
<i className="icon-4"></i></a>
|
<i className="icon-4" aria-label="Icon-4"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -118,7 +118,7 @@ export default function PortfolioFilter1() {
|
|||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<figure className="image-box"><img src="assets/images/gallery/gallery-5.jpg" alt="" /></figure>
|
<figure className="image-box"><img src="assets/images/gallery/gallery-5.jpg" alt="" /></figure>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery">
|
<div className="link-box"><a href="project-details" className="lightbox-image" data-fancybox="gallery" aria-label="Icon-4">
|
||||||
<i className="icon-4"></i></a>
|
<i className="icon-4"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -12,21 +12,21 @@ export default function ServiceTabs1() {
|
|||||||
<div className="col-md-6">
|
<div className="col-md-6">
|
||||||
<ul className="nav nav-tabs tab-btn-style-one mr-md-4" role="tablist">
|
<ul className="nav nav-tabs tab-btn-style-one mr-md-4" role="tablist">
|
||||||
<li className="nav-item" onClick={() => handleOnClick(1)}>
|
<li className="nav-item" onClick={() => handleOnClick(1)}>
|
||||||
<a className={activeIndex == 1 ? "nav-link active" : "nav-link"}>01. Workflow & Process
|
<a className={activeIndex == 1 ? "nav-link active" : "nav-link"} aria-label="Workflow process">01. Workflow & Process
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li className="nav-item" onClick={() => handleOnClick(2)}>
|
<li className="nav-item" onClick={() => handleOnClick(2)}>
|
||||||
<a className={activeIndex == 2 ? "nav-link active" : "nav-link"}>
|
<a className={activeIndex == 2 ? "nav-link active" : "nav-link"} aria-label="Research analysis">
|
||||||
02. Research analysis
|
02. Research analysis
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li className="nav-item" onClick={() => handleOnClick(3)}>
|
<li className="nav-item" onClick={() => handleOnClick(3)}>
|
||||||
<a className={activeIndex == 3 ? "nav-link active" : "nav-link"}>
|
<a className={activeIndex == 3 ? "nav-link active" : "nav-link"} aria-label="Financial statement">
|
||||||
03. Financial statement
|
03. Financial statement
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li className="nav-item" onClick={() => handleOnClick(4)}>
|
<li className="nav-item" onClick={() => handleOnClick(4)}>
|
||||||
<a className={activeIndex == 4 ? "nav-link active" : "nav-link"}>
|
<a className={activeIndex == 4 ? "nav-link active" : "nav-link"} aria-label="Risk assuarance">
|
||||||
04. Risk assuarance
|
04. Risk assuarance
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -10,7 +10,7 @@ export default function VideoPopup({ style, text }) {
|
|||||||
{/* <a onClick={() => setOpen(true)} className="lightbox-image"><i className="icon-play" /></a> */}
|
{/* <a onClick={() => setOpen(true)} className="lightbox-image"><i className="icon-play" /></a> */}
|
||||||
{/* <span className="icon-10" onClick={() => setOpen(true)} /> */}
|
{/* <span className="icon-10" onClick={() => setOpen(true)} /> */}
|
||||||
{!style &&
|
{!style &&
|
||||||
<a onClick={() => setOpen(true)} className="overlay-link lightbox-image video-fancybox ripple"><span className="icon-10" />
|
<a onClick={() => setOpen(true)} className="overlay-link lightbox-image video-fancybox ripple" aria-label="Light box image"><span className="icon-10" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -18,17 +18,17 @@ export default function VideoPopup({ style, text }) {
|
|||||||
|
|
||||||
{style === 1 &&
|
{style === 1 &&
|
||||||
<div className="video-btn">
|
<div className="video-btn">
|
||||||
<a onClick={() => setOpen(true)} className="overlay-link lightbox-image video-fancybox ripple"><span className="icon-10" /> </a>
|
<a onClick={() => setOpen(true)} className="overlay-link lightbox-image video-fancybox ripple" aria-label="Light box image "><span className="icon-10" /> </a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{style === 2 &&
|
{style === 2 &&
|
||||||
<div className="video-btn">
|
<div className="video-btn">
|
||||||
<a onClick={() => setOpen(true)} className="overlay-link lightbox-image video-fancybox ripple"><span className="icon-10" /></a><h6>{text ? text : "Latest Program Video"}</h6>
|
<a onClick={() => setOpen(true)} className="overlay-link lightbox-image video-fancybox ripple" aria-label="light box image"><span className="icon-10" /></a><h6>{text ? text : "Latest Program Video"}</h6>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{style === 3 &&
|
{style === 3 &&
|
||||||
<div className="video-btn">
|
<div className="video-btn">
|
||||||
<a onClick={() => setOpen(true)} className="lightbox-image">
|
<a onClick={() => setOpen(true)} className="lightbox-image" aria-label="light box image">
|
||||||
<i className="customicon-play-button" />
|
<i className="customicon-play-button" />
|
||||||
<span className="border-animation border-1" />
|
<span className="border-animation border-1" />
|
||||||
<span className="border-animation border-2" />
|
<span className="border-animation border-2" />
|
||||||
@ -38,12 +38,12 @@ export default function VideoPopup({ style, text }) {
|
|||||||
}
|
}
|
||||||
{style === 4 &&
|
{style === 4 &&
|
||||||
<div className="video-btn">
|
<div className="video-btn">
|
||||||
<a onClick={() => setOpen(true)} className="lightbox-image">
|
<a onClick={() => setOpen(true)} className="lightbox-image" aria-label="Light box image">
|
||||||
<img src="/assets/images-4/icons/video-btn-1.png" alt="" /></a>
|
<img src="/assets/images-4/icons/video-btn-1.png" alt="" /></a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{style === 5 &&
|
{style === 5 &&
|
||||||
<a onClick={() => setOpen(true)} className="video-btn overlay-link lightbox-image video-fancybox ripple"><span className="fas fa-play" /></a>
|
<a onClick={() => setOpen(true)} className="video-btn overlay-link lightbox-image video-fancybox ripple" aria-label="Light box image"><span className="fas fa-play" /></a>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ export default function Breadcrumb({ breadcrumbTitle, bannerImage }) {
|
|||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<h1>{breadcrumbTitle}</h1>
|
<h1>{breadcrumbTitle}</h1>
|
||||||
<ul className="bread-crumb clearfix">
|
<ul className="bread-crumb clearfix">
|
||||||
<li><Link href="/">Home</Link></li>
|
<li><Link href="/" aria-label="Home">Home</Link></li>
|
||||||
<li>{breadcrumbTitle}</li>
|
<li>{breadcrumbTitle}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@ export default function Menu() {
|
|||||||
</ul> */}
|
</ul> */}
|
||||||
|
|
||||||
<ul className="navigation new-nav clearfix">
|
<ul className="navigation new-nav clearfix">
|
||||||
<li className="dropdown"><Link href="/">Home</Link>
|
<li className="dropdown"><Link href="/" aria-label="Home page">Home</Link>
|
||||||
{/* <ul>
|
{/* <ul>
|
||||||
<li><Link href="/">Home Page One</Link></li>
|
<li><Link href="/">Home Page One</Link></li>
|
||||||
<li><Link href="/index-2">Home Page Two</Link></li>
|
<li><Link href="/index-2">Home Page Two</Link></li>
|
||||||
@ -25,24 +25,24 @@ export default function Menu() {
|
|||||||
</ul> */}
|
</ul> */}
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li className="dropdown menu-item-has-children"><Link href="/about-us">About Us</Link>
|
<li className="dropdown menu-item-has-children"><Link href="/about-us" aria-label="About Us">About Us</Link>
|
||||||
<ul>
|
<ul>
|
||||||
<li><Link href="/our-team-physiotherapy-etobicoke">Our Team</Link></li>
|
<li><Link href="/our-team-physiotherapy-etobicoke" aria-label="Our Team">Our Team</Link></li>
|
||||||
<li><Link href="/ourapproach-physiotherapy-etobicoke">Our Approach</Link></li>
|
<li><Link href="/ourapproach-physiotherapy-etobicoke" aria-label="Our Approach">Our Approach</Link></li>
|
||||||
<li><Link href="/gallery-physiotherapy-etobicoke">Gallery</Link></li>
|
<li><Link href="/gallery-physiotherapy-etobicoke" aria-label="Gallery">Gallery</Link></li>
|
||||||
<li><Link href="/covid-19-updates">Covid-19-Updates</Link></li>
|
<li><Link href="/covid-19-updates" aria-label="Covid 19 Updates">Covid-19-Updates</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li className="dropdown menu-item-has-children relative group">
|
<li className="dropdown menu-item-has-children relative group">
|
||||||
<Link href="/etobicoke-treatment-service">Services</Link>
|
<Link href="/etobicoke-treatment-service" aria-label="Services">Services</Link>
|
||||||
{/* Dropdown */}
|
{/* Dropdown */}
|
||||||
<ul className="absolute left-0 hidden group-hover:grid p-4
|
<ul className="absolute left-0 hidden group-hover:grid p-4
|
||||||
grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"
|
grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"
|
||||||
style={{ columnCount: 4, width: "100%", left: "0px" }}>
|
style={{ columnCount: 4, width: "100%", left: "0px" }}>
|
||||||
{servicesList.map((item) => (
|
{servicesList.map((item) => (
|
||||||
<li key={item.id} className="break-inside-avoid">
|
<li key={item.id} className="break-inside-avoid">
|
||||||
<Link href={`/etobicoke-treatment-service/${item.slug}`}>
|
<Link href={`/etobicoke-treatment-service/${item.slug}`} aria-label="Etobicoke Treatment Service">
|
||||||
{item.shortTitle}
|
{item.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -78,11 +78,11 @@ export default function Menu() {
|
|||||||
</ul>
|
</ul>
|
||||||
</li> */}
|
</li> */}
|
||||||
|
|
||||||
<li className="dropdown menu-item-has-children"><Link href="/area-of-injury">Area of Injury</Link>
|
<li className="dropdown menu-item-has-children"><Link href="/area-of-injury" aria-label="Area of Injury">Area of Injury</Link>
|
||||||
<ul>
|
<ul>
|
||||||
{areaOfInjuryData.map(item => (
|
{areaOfInjuryData.map(item => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/area-of-injury/${item.slug}`}>
|
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area of Injury Title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -101,11 +101,11 @@ export default function Menu() {
|
|||||||
</ul> */}
|
</ul> */}
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li className="dropdown menu-item-has-children"><Link href="/rehabilitation">Rehabilitation</Link>
|
<li className="dropdown menu-item-has-children"><Link href="/rehabilitation" aria-label="Rehabilitation">Rehabilitation</Link>
|
||||||
<ul>
|
<ul>
|
||||||
{Rehabilitation.map(item => (
|
{Rehabilitation.map(item => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/rehabilitation/${item.slug}`}>
|
<Link href={`/rehabilitation/${item.slug}`} aria-label="Rehabilitation Title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -113,11 +113,11 @@ export default function Menu() {
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li className="dropdown menu-item-has-children"><Link href="/accident">Accident</Link>
|
<li className="dropdown menu-item-has-children"><Link href="/accident" aria-label="Accident">Accident</Link>
|
||||||
<ul>
|
<ul>
|
||||||
{Accident.map(item => (
|
{Accident.map(item => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/accident/${item.slug}`}>
|
<Link href={`/accident/${item.slug}`} aria-label="Accident Title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -125,10 +125,10 @@ export default function Menu() {
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li><Link href="/blog">Blog</Link></li>
|
<li><Link href="/blog" aria-label="Blog">Blog</Link></li>
|
||||||
|
|
||||||
{/* Contact */}
|
{/* Contact */}
|
||||||
<li><Link href="/contact">Contact</Link></li>
|
<li><Link href="/contact" aria-label="Contact">Contact</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
@ -51,19 +51,19 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
{/* Header row (Logo left, Social icons right) */}
|
{/* Header row (Logo left, Social icons right) */}
|
||||||
<div className="nav-header">
|
<div className="nav-header">
|
||||||
<div className="nav-logo">
|
<div className="nav-logo">
|
||||||
<Link href="/" onClick={closeMenu}>
|
<Link href="/" onClick={closeMenu} aria-label="Logo2 image">
|
||||||
<img src="/assets/images/logo-2.png" alt="Logo" />
|
<img src="/assets/images/logo-2.png" alt="Logo" />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div className="nav-social">
|
<div className="nav-social">
|
||||||
<ul className="clearfix">
|
<ul className="clearfix">
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.instagram.com/elrapharehab/" target="_blank" rel="noopener noreferrer" onClick={closeMenu}>
|
<Link href="https://www.instagram.com/elrapharehab/" aria-label="Instagram Link" target="_blank" rel="noopener noreferrer" onClick={closeMenu}>
|
||||||
<span className="fab fa-instagram"></span>
|
<span className="fab fa-instagram"></span>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank" rel="noopener noreferrer" onClick={closeMenu}>
|
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" aria-label="Facebook Link" target="_blank" rel="noopener noreferrer" onClick={closeMenu}>
|
||||||
<span className="fab fa-facebook-square"></span>
|
<span className="fab fa-facebook-square"></span>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -77,17 +77,17 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
<ul className="navigation clearfix">
|
<ul className="navigation clearfix">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<Link href="/" onClick={closeMenu}>Home</Link>
|
<Link href="/" onClick={closeMenu} aria-label="Home">Home</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
{/* About Us */}
|
{/* About Us */}
|
||||||
<li className={isActive.key == 1 ? "dropdown current" : "dropdown"}>
|
<li className={isActive.key == 1 ? "dropdown current" : "dropdown"}>
|
||||||
<Link href="/about-us" onClick={closeMenu}>About Us</Link>
|
<Link href="/about-us" onClick={closeMenu} aria-label="About Us">About Us</Link>
|
||||||
<ul style={{ display: `${isActive.key == 1 ? "block" : "none"}` }}>
|
<ul style={{ display: `${isActive.key == 1 ? "block" : "none"}` }}>
|
||||||
<li><Link href="/our-team-physiotherapy-etobicoke" onClick={closeMenu}>Our Team</Link></li>
|
<li><Link href="/our-team-physiotherapy-etobicoke" onClick={closeMenu} aria-label="Out Team">Our Team</Link></li>
|
||||||
<li><Link href="/ourapproach-physiotherapy-etobicoke" onClick={closeMenu}>Our Approach</Link></li>
|
<li><Link href="/ourapproach-physiotherapy-etobicoke" onClick={closeMenu} aria-label="Our approach">Our Approach</Link></li>
|
||||||
<li><Link href="/gallery-physiotherapy-etobicoke" onClick={closeMenu}>Gallery</Link></li>
|
<li><Link href="/gallery-physiotherapy-etobicoke" onClick={closeMenu} aria-label="Gallery">Gallery</Link></li>
|
||||||
<li><Link href="/covid-19-updates" onClick={closeMenu}>Covid-19 Updates</Link></li>
|
<li><Link href="/covid-19-updates" onClick={closeMenu} aria-label="Covid-19 Updates">Covid-19 Updates</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div
|
<div
|
||||||
className={isActive.key == 1 ? "dropdown-btn open" : "dropdown-btn"}
|
className={isActive.key == 1 ? "dropdown-btn open" : "dropdown-btn"}
|
||||||
@ -99,11 +99,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
|
|
||||||
{/* Services */}
|
{/* Services */}
|
||||||
<li className={isActive.key == 2 ? "dropdown current" : "dropdown"}>
|
<li className={isActive.key == 2 ? "dropdown current" : "dropdown"}>
|
||||||
<Link href="/etobicoke-treatment-service" onClick={closeMenu}>Services</Link>
|
<Link href="/etobicoke-treatment-service" onClick={closeMenu} aria-label="Services">Services</Link>
|
||||||
<ul style={{ display: `${isActive.key == 2 ? "block" : "none"}` }}>
|
<ul style={{ display: `${isActive.key == 2 ? "block" : "none"}` }}>
|
||||||
{servicesList.map((item) => (
|
{servicesList.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/etobicoke-treatment-service/${item.slug}`} onClick={closeMenu}>
|
<Link href={`/etobicoke-treatment-service/${item.slug}`} onClick={closeMenu} aria-label="Etobicoke Treatment Service">
|
||||||
{item.shortTitle}
|
{item.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -119,11 +119,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
|
|
||||||
{/* Area of Injury */}
|
{/* Area of Injury */}
|
||||||
<li className={isActive.key == 3 ? "dropdown current" : "dropdown"}>
|
<li className={isActive.key == 3 ? "dropdown current" : "dropdown"}>
|
||||||
<Link href="/area-of-injury" onClick={closeMenu}>Area of Injury</Link>
|
<Link href="/area-of-injury" onClick={closeMenu} aria-label="Area of injury">Area of Injury</Link>
|
||||||
<ul style={{ display: `${isActive.key == 3 ? "block" : "none"}` }}>
|
<ul style={{ display: `${isActive.key == 3 ? "block" : "none"}` }}>
|
||||||
{areaOfInjuryData.map((item) => (
|
{areaOfInjuryData.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/area-of-injury/${item.slug}`} onClick={closeMenu}>
|
<Link href={`/area-of-injury/${item.slug}`} onClick={closeMenu} aria-label="Area of injury title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -139,11 +139,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
|
|
||||||
{/* Rehabilitation */}
|
{/* Rehabilitation */}
|
||||||
<li className={isActive.key == 4 ? "dropdown current" : "dropdown"}>
|
<li className={isActive.key == 4 ? "dropdown current" : "dropdown"}>
|
||||||
<Link href="/rehabilitation" onClick={closeMenu}>Rehabilitation</Link>
|
<Link href="/rehabilitation" onClick={closeMenu} aria-label="Rehabilitation">Rehabilitation</Link>
|
||||||
<ul style={{ display: `${isActive.key == 4 ? "block" : "none"}` }}>
|
<ul style={{ display: `${isActive.key == 4 ? "block" : "none"}` }}>
|
||||||
{Rehabilitation.map((item) => (
|
{Rehabilitation.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/rehabilitation/${item.slug}`} onClick={closeMenu}>
|
<Link href={`/rehabilitation/${item.slug}`} onClick={closeMenu} aria-label="Rehabilitation title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -159,11 +159,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
|
|
||||||
{/* Accident */}
|
{/* Accident */}
|
||||||
<li className={isActive.key == 5 ? "dropdown current" : "dropdown"}>
|
<li className={isActive.key == 5 ? "dropdown current" : "dropdown"}>
|
||||||
<Link href="/accident" onClick={closeMenu}>Accident</Link>
|
<Link href="/accident" onClick={closeMenu} aria-label="Accident">Accident</Link>
|
||||||
<ul style={{ display: `${isActive.key == 5 ? "block" : "none"}` }}>
|
<ul style={{ display: `${isActive.key == 5 ? "block" : "none"}` }}>
|
||||||
{Accident.map((item) => (
|
{Accident.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/accident/${item.slug}`} onClick={closeMenu}>
|
<Link href={`/accident/${item.slug}`} onClick={closeMenu} aria-label="Accident title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -178,12 +178,12 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
{/* Other Links */}
|
{/* Other Links */}
|
||||||
<li><Link href="/contact" onClick={closeMenu}>Contact</Link></li>
|
<li><Link href="/contact" onClick={closeMenu} aria-label="Contact">Contact</Link></li>
|
||||||
<li><Link href="/blog" onClick={closeMenu}>Blog</Link></li>
|
<li><Link href="/blog" onClick={closeMenu} aria-label="Blog">Blog</Link></li>
|
||||||
<li><Link href="/why-rapha-physiotherapy-etobicoke" onClick={closeMenu}>Why Us</Link></li>
|
<li><Link href="/why-rapha-physiotherapy-etobicoke" onClick={closeMenu} aria-label="Why Us">Why Us</Link></li>
|
||||||
<li><Link href="/faq-physiotherapy-etobicoke" onClick={closeMenu}>Faq</Link></li>
|
<li><Link href="/faq-physiotherapy-etobicoke" onClick={closeMenu} aria-label="Faq">Faq</Link></li>
|
||||||
<li><Link href="/what-to-expect" onClick={closeMenu}>What To Expect</Link></li>
|
<li><Link href="/what-to-expect" onClick={closeMenu} aria-label="What to expect">What To Expect</Link></li>
|
||||||
<li><Link href="/payment-insurance" onClick={closeMenu}>Payment And Insurance</Link></li>
|
<li><Link href="/payment-insurance" onClick={closeMenu} aria-label="Payment and insurance">Payment And Insurance</Link></li>
|
||||||
{/* <li><Link href="/refugee-physiotherapy" onClick={closeMenu}>Refugee Physiotherapy</Link></li> */}
|
{/* <li><Link href="/refugee-physiotherapy" onClick={closeMenu}>Refugee Physiotherapy</Link></li> */}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -195,12 +195,12 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
<ul>
|
<ul>
|
||||||
<li>5 – 4335 Bloor Street West Etobicoke, M9C 2A5</li>
|
<li>5 – 4335 Bloor Street West Etobicoke, M9C 2A5</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="tel:+647-722-3434, +416-622-2873" onClick={closeMenu}>
|
<Link href="tel:+647-722-3434, +416-622-2873" onClick={closeMenu} aria-label="+647-722-3434">
|
||||||
+647-722-3434, +416-622-2873
|
+647-722-3434, +416-622-2873
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="mailto:bloor@rapharehab.ca" onClick={closeMenu}>
|
<Link href="mailto:bloor@rapharehab.ca" onClick={closeMenu} aria-label="bloor@rapharehab.ca">
|
||||||
bloor@rapharehab.ca
|
bloor@rapharehab.ca
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -13,19 +13,19 @@ export default function Menu() {
|
|||||||
</ul> */}
|
</ul> */}
|
||||||
|
|
||||||
<ul className="navigation clearfix">
|
<ul className="navigation clearfix">
|
||||||
<li className=" dropdown"><Link href="/">Home</Link>
|
<li className=" dropdown"><Link href="/" aria-label="Home">Home</Link>
|
||||||
<ul>
|
<ul>
|
||||||
<li><Link href="/">Home Page One</Link></li>
|
<li><Link href="/" aria-label="Home Page one ">Home Page One</Link></li>
|
||||||
<li><Link href="/index-2">Home Page Two</Link></li>
|
<li><Link href="/index-2" aria-label="Home page two">Home Page Two</Link></li>
|
||||||
<li><Link href="/index-3">Home Page Three</Link></li>
|
<li><Link href="/index-3" aria-label="Home page three">Home Page Three</Link></li>
|
||||||
<li><Link href="/onepage">OnePage Home</Link></li>
|
<li><Link href="/onepage" aria-label="Onepage home">OnePage Home</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><Link href="#about">About</Link></li>
|
<li><Link href="#about" aria-label="About">About</Link></li>
|
||||||
<li><Link href="#service">Service</Link></li>
|
<li><Link href="#service" aria-label="Service">Service</Link></li>
|
||||||
<li><Link href="#team">Team</Link></li>
|
<li><Link href="#team" aria-label="Team">Team</Link></li>
|
||||||
<li><Link href="#news">News</Link></li>
|
<li><Link href="#news" aria-label="News">News</Link></li>
|
||||||
<li><Link href="#footer">Footer</Link></li>
|
<li><Link href="#footer" aria-label="Footer">Footer</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -20,27 +20,27 @@ export default function Sidebar({ isSidebar, handleSidebar }) {
|
|||||||
<div className="sidebar-info-contents">
|
<div className="sidebar-info-contents">
|
||||||
<div className="content-inner">
|
<div className="content-inner">
|
||||||
<div className="logo">
|
<div className="logo">
|
||||||
<Link href="/"><img src="/assets/images/logo.png" alt="rapharehab" /></Link>
|
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="rapharehab" /></Link>
|
||||||
</div>
|
</div>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<h4>About Us</h4>
|
<h4>About Us</h4>
|
||||||
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi</p>
|
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi</p>
|
||||||
<p>Research oriented solutions for Data Science and Machine Learning business needs.</p>
|
<p>Research oriented solutions for Data Science and Machine Learning business needs.</p>
|
||||||
<Link href="#" className="theme-btn btn-one"><span>About Us</span></Link>
|
<Link href="#" className="theme-btn btn-one" aria-label="About Us"><span>About Us</span></Link>
|
||||||
</div>
|
</div>
|
||||||
<div className="contact-info">
|
<div className="contact-info">
|
||||||
<h4>Contact Info</h4>
|
<h4>Contact Info</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Chicago 12, Melborne City, USA</li>
|
<li>Chicago 12, Melborne City, USA</li>
|
||||||
<li><Link href="tel:+8801682648101">+88 01682648101</Link></li>
|
<li><Link href="tel:+8801682648101" aria-label="+88 01682648101">+88 01682648101</Link></li>
|
||||||
<li><Link href="mailto:info@example.com">info@example.com</Link></li>
|
<li><Link href="mailto:info@example.com" aria-label="info@example.com">info@example.com</Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<ul className="social-box">
|
<ul className="social-box">
|
||||||
<li><Link href="#"><i className="icon-4"></i></Link></li>
|
<li><Link href="#" aria-label="icon-4"><i className="icon-4"></i></Link></li>
|
||||||
<li><Link href="#"><i className="icon-5"></i></Link></li>
|
<li><Link href="#" aria-label="icon-5"><i className="icon-5"></i></Link></li>
|
||||||
<li><Link href="#"><i className="icon-6"></i></Link></li>
|
<li><Link href="#" aria-label="icon-6"><i className="icon-6"></i></Link></li>
|
||||||
<li><Link href="#"><i className="icon-7"></i></Link></li>
|
<li><Link href="#" aria-label="icon-7"><i className="icon-7"></i></Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -38,7 +38,7 @@ export default function Footer2() {
|
|||||||
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
|
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
|
||||||
<div className="footer-widget logo-widget">
|
<div className="footer-widget logo-widget">
|
||||||
<figure className="footer-logo">
|
<figure className="footer-logo">
|
||||||
<Link href="/">
|
<Link href="/" aria-label="Logo">
|
||||||
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
|
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -48,11 +48,11 @@ export default function Footer2() {
|
|||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
<Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
||||||
rel="noopener noreferrer"><i className="icon-4"></i></Link>
|
rel="noopener noreferrer"><i className="icon-4" aria-label="Instagram"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
||||||
rel="noopener noreferrer"><i className="icon-7"></i></Link>
|
rel="noopener noreferrer"><i className="icon-7" aria-label="Facebook"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -74,7 +74,7 @@ export default function Footer2() {
|
|||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link
|
<Link
|
||||||
href={`/etobicoke-treatment-service/${item.slug}`}
|
href={`/etobicoke-treatment-service/${item.slug}`}
|
||||||
>
|
aria-label="Etobicoke treatment service">
|
||||||
{item.shortTitle}
|
{item.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -97,7 +97,7 @@ export default function Footer2() {
|
|||||||
<ul className="links-list clearfix">
|
<ul className="links-list clearfix">
|
||||||
{areaOfInjuryData.map((item) => (
|
{areaOfInjuryData.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/area-of-injury/${item.slug}`}>
|
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area of injury">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -118,7 +118,7 @@ export default function Footer2() {
|
|||||||
<ul className="links-list clearfix">
|
<ul className="links-list clearfix">
|
||||||
{Accident.map((item) => (
|
{Accident.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/accident/${item.slug}`}>
|
<Link href={`/accident/${item.slug}`} aria-label="Accident title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -137,7 +137,7 @@ export default function Footer2() {
|
|||||||
<ul className="links-list clearfix">
|
<ul className="links-list clearfix">
|
||||||
{Rehabilitation.map((item) => (
|
{Rehabilitation.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/rehabilitation/${item.slug}`}>
|
<Link href={`/rehabilitation/${item.slug}`} aria-label="Rehabilitation title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -162,11 +162,11 @@ export default function Footer2() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i className="icon-2"></i>
|
<i className="icon-2"></i>
|
||||||
<Link href="tel:647-722-3434">647-722-3434</Link>
|
<Link href="tel:647-722-3434" aria-label="647-722-3434">647-722-3434</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i className="icon-26"></i>
|
<i className="icon-26"></i>
|
||||||
<Link href="mailto:example@info.com">
|
<Link href="mailto:example@info.com" aria-label="bloor@rapharehab.ca">
|
||||||
bloor@rapharehab.ca
|
bloor@rapharehab.ca
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -38,7 +38,7 @@ export default function Footer2() {
|
|||||||
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
|
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
|
||||||
<div className="footer-widget logo-widget">
|
<div className="footer-widget logo-widget">
|
||||||
<figure className="footer-logo">
|
<figure className="footer-logo">
|
||||||
<Link href="/">
|
<Link href="/" aria-label="Logo">
|
||||||
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
|
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -48,11 +48,11 @@ export default function Footer2() {
|
|||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
<Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
||||||
rel="noopener noreferrer"><i className="icon-4"></i></Link>
|
rel="noopener noreferrer" aria-label="Icon-4"><i className="icon-4"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
||||||
rel="noopener noreferrer"><i className="icon-7"></i></Link>
|
rel="noopener noreferrer" aria-label="Facebook"><i className="icon-7" ></i></Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -74,7 +74,7 @@ export default function Footer2() {
|
|||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link
|
<Link
|
||||||
href={`/etobicoke-treatment-service/${item.slug}`}
|
href={`/etobicoke-treatment-service/${item.slug}`}
|
||||||
>
|
aria-label="Etobicoke treatment service">
|
||||||
{item.shortTitle}
|
{item.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -97,7 +97,7 @@ export default function Footer2() {
|
|||||||
<ul className="links-list clearfix">
|
<ul className="links-list clearfix">
|
||||||
{areaOfInjuryData.map((item) => (
|
{areaOfInjuryData.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/area-of-injury/${item.slug}`}>
|
<Link href={`/area-of-injury/${item.slug}`} aria-label="Area of injury">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -118,7 +118,7 @@ export default function Footer2() {
|
|||||||
<ul className="links-list clearfix">
|
<ul className="links-list clearfix">
|
||||||
{Accident.map((item) => (
|
{Accident.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/accident/${item.slug}`}>
|
<Link href={`/accident/${item.slug}`} aria-label="Accident title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -137,7 +137,7 @@ export default function Footer2() {
|
|||||||
<ul className="links-list clearfix">
|
<ul className="links-list clearfix">
|
||||||
{Rehabilitation.map((item) => (
|
{Rehabilitation.map((item) => (
|
||||||
<li key={item.id}>
|
<li key={item.id}>
|
||||||
<Link href={`/rehabilitation/${item.slug}`}>
|
<Link href={`/rehabilitation/${item.slug}`} aria-label="rehabilitation title">
|
||||||
{item.title}
|
{item.title}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -162,11 +162,11 @@ export default function Footer2() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i className="icon-2"></i>
|
<i className="icon-2"></i>
|
||||||
<Link href="tel:647-722-3434">647-722-3434</Link>
|
<Link href="tel:647-722-3434" aria-label="647-722-3434">647-722-3434</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i className="icon-26"></i>
|
<i className="icon-26"></i>
|
||||||
<Link href="mailto:example@info.com">
|
<Link href="mailto:bloor@rapharehab.ca" aria-label="bloor@repharehab.ca">
|
||||||
bloor@rapharehab.ca
|
bloor@rapharehab.ca
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -19,10 +19,10 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
style={{ marginRight: "8px" }}
|
style={{ marginRight: "8px" }}
|
||||||
className="red-icon"
|
className="red-icon"
|
||||||
/>
|
/>
|
||||||
<Link href="tel:647-722-3434">
|
<Link href="tel:647-722-3434" aria-label="647-722-3434" >
|
||||||
<span style={{
|
<span style={{
|
||||||
color: "white",
|
color: "white",
|
||||||
}}>
|
}} >
|
||||||
647-722-3434
|
647-722-3434
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
@ -34,10 +34,10 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
style={{ marginRight: "8px" }}
|
style={{ marginRight: "8px" }}
|
||||||
className="red-icon"
|
className="red-icon"
|
||||||
/>
|
/>
|
||||||
<Link href="mailto:bloor@rapharehab.ca">
|
<Link href="mailto:bloor@rapharehab.ca" aria-label="bloor@rapharehab.ca">
|
||||||
<span style={{
|
<span style={{
|
||||||
color: "white",
|
color: "white",
|
||||||
}}>
|
}} >
|
||||||
bloor@rapharehab.ca
|
bloor@rapharehab.ca
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
@ -45,18 +45,18 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
<li><Link href="/why-rapha-physiotherapy-etobicoke">Why Us</Link></li>
|
<li><Link href="/why-rapha-physiotherapy-etobicoke" aria-label="Why us">Why Us</Link></li>
|
||||||
<li><Link href="/faq-physiotherapy-etobicoke">FAQ’s</Link></li>
|
<li><Link href="/faq-physiotherapy-etobicoke" aria-label="Faq">FAQ’s</Link></li>
|
||||||
<li><Link href="/what-to-expect">What To Expect</Link></li>
|
<li><Link href="/what-to-expect" aria-label="What to expect">What To Expect</Link></li>
|
||||||
<li><Link href="/payment-insurance">Payment And Insurance</Link></li>
|
<li><Link href="/payment-insurance" aria-label="Payment and insurance">Payment And Insurance</Link></li>
|
||||||
{/* <li><Link href="/refugee-physiotherapy">Refugee Physiotherapy</Link></li> */}
|
{/* <li><Link href="/refugee-physiotherapy">Refugee Physiotherapy</Link></li> */}
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.instagram.com/elrapharehab/" target="_blank" rel="noopener noreferrer">
|
<Link href="https://www.instagram.com/elrapharehab/" target="_blank" rel="noopener noreferrer" aria-label="Icon-4">
|
||||||
<i className="icon-4"></i>
|
<i className="icon-4"></i>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank" rel="noopener noreferrer">
|
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank" rel="noopener noreferrer" aria-label="Icon-7">
|
||||||
<i className="icon-7"></i>
|
<i className="icon-7"></i>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -71,7 +71,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
<div className="outer-box new">
|
<div className="outer-box new">
|
||||||
<div className="logo-box">
|
<div className="logo-box">
|
||||||
<figure className="logo" >
|
<figure className="logo" >
|
||||||
<Link href="/"><img src="/assets/images/logo.png" alt="rapharehab"/></Link>
|
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="rapharehab"/></Link>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
<div className="outer-box">
|
<div className="outer-box">
|
||||||
<div className="logo-box">
|
<div className="logo-box">
|
||||||
<figure className="logo">
|
<figure className="logo">
|
||||||
<Link href="/"><img src="/assets/images/logo.png" alt="rapharehab"/></Link>
|
<Link href="/" aria-label="Logo"><img src="/assets/images/logo.png" alt="rapharehab"/></Link>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
'use client'
|
"use client";
|
||||||
|
import React, { useState, useEffect } from "react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import Menu from "../Menu";
|
import Menu from "../Menu";
|
||||||
import MobileMenu from "../MobileMenu";
|
import MobileMenu from "../MobileMenu";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
export default function Header2({
|
export default function Header2({
|
||||||
scroll,
|
scroll,
|
||||||
@ -11,12 +13,28 @@ export default function Header2({
|
|||||||
handleSidebar,
|
handleSidebar,
|
||||||
isHome = false,
|
isHome = false,
|
||||||
}) {
|
}) {
|
||||||
|
const [isMobile, setIsMobile] = useState(false);
|
||||||
|
|
||||||
|
// ✅ Detect mobile screen
|
||||||
|
useEffect(() => {
|
||||||
|
const checkScreenSize = () => setIsMobile(window.innerWidth <= 768);
|
||||||
|
checkScreenSize();
|
||||||
|
window.addEventListener("resize", checkScreenSize);
|
||||||
|
return () => window.removeEventListener("resize", checkScreenSize);
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
// ✅ Switch logo based on screen size
|
||||||
|
const logoSrc = isMobile
|
||||||
|
? "/assets/images/logo-mbl.png" // mobile logo
|
||||||
|
: "/assets/images/logo.png"; // desktop logo
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<header
|
<header
|
||||||
className={`main-header header-style-two ${scroll ? "fixed-header" : ""} ${isHome ? "home-page" : ""}`}
|
className={`main-header header-style-two ${
|
||||||
|
scroll ? "fixed-header" : ""
|
||||||
|
} ${isHome ? "home-page" : ""}`}
|
||||||
>
|
>
|
||||||
{/* Header Top */}
|
|
||||||
<div className="header-top">
|
<div className="header-top">
|
||||||
<div className="top-inner">
|
<div className="top-inner">
|
||||||
<ul className="info-list clearfix">
|
<ul className="info-list clearfix">
|
||||||
@ -26,7 +44,9 @@ export default function Header2({
|
|||||||
alt="Phone"
|
alt="Phone"
|
||||||
className="contact-icon"
|
className="contact-icon"
|
||||||
/>
|
/>
|
||||||
<Link href="tel:647-722-3434">647-722-3434</Link>
|
<Link href="tel:647-722-3434" aria-label="Call us at 647-722-3434">
|
||||||
|
647-722-3434
|
||||||
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<img
|
<img
|
||||||
@ -34,22 +54,50 @@ export default function Header2({
|
|||||||
alt="Mail"
|
alt="Mail"
|
||||||
className="contact-icon"
|
className="contact-icon"
|
||||||
/>
|
/>
|
||||||
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link>
|
<Link href="mailto:bloor@rapharehab.ca" aria-label="Send email to bloor@rapharehab.ca">
|
||||||
|
bloor@rapharehab.ca
|
||||||
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
<li><Link href="/why-rapha-physiotherapy-etobicoke">Why Us</Link></li>
|
|
||||||
<li><Link href="/faq-physiotherapy-etobicoke">FAQ’s</Link></li>
|
|
||||||
<li><Link href="/what-to-expect">What To Expect</Link></li>
|
|
||||||
<li><Link href="/payment-insurance">Payment And Insurance</Link></li>
|
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.instagram.com/elrapharehab/" target="_blank" rel="noopener noreferrer">
|
<Link href="/why-rapha-physiotherapy-etobicoke" aria-label="Why Us page">
|
||||||
|
Why Us
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/faq-physiotherapy-etobicoke" aria-label="FAQ’s page">
|
||||||
|
FAQ’s
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/what-to-expect" aria-label="What To Expect page">
|
||||||
|
What To Expect
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/payment-insurance" aria-label="Payment And Insurance page">
|
||||||
|
Payment And Insurance
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link
|
||||||
|
href="https://www.instagram.com/elrapharehab/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="Instagram profile"
|
||||||
|
>
|
||||||
<i className="icon-4"></i>
|
<i className="icon-4"></i>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank" rel="noopener noreferrer">
|
<Link
|
||||||
|
href="https://www.facebook.com/ELRaphaRehabCenter/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
aria-label="Facebook page"
|
||||||
|
>
|
||||||
<i className="icon-7"></i>
|
<i className="icon-7"></i>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
@ -57,13 +105,28 @@ export default function Header2({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Header Lower */}
|
|
||||||
<div className="header-lower">
|
<div className="header-lower">
|
||||||
<div className="outer-container">
|
<div className="outer-container">
|
||||||
<div className="outer-box">
|
<div className="outer-box">
|
||||||
<div className="logo-box">
|
<div className="logo-box">
|
||||||
<figure className="logo">
|
<figure className="logo">
|
||||||
<Link href="/"><img src="/assets/images/logo.png" alt="rapharehab" /></Link>
|
{/* ✅ Responsive logo using Next/Image */}
|
||||||
|
<Link href="/" aria-label="Home page">
|
||||||
|
<Image
|
||||||
|
src={logoSrc}
|
||||||
|
alt="rapharehab logo"
|
||||||
|
width={isMobile ? 150 : 200} // smaller on mobile
|
||||||
|
height={isMobile ? 45 : 60}
|
||||||
|
priority
|
||||||
|
quality={80}
|
||||||
|
sizes="(max-width: 768px) 150px, 200px"
|
||||||
|
style={{
|
||||||
|
width: "100%",
|
||||||
|
height: "auto",
|
||||||
|
objectFit: "contain",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -75,7 +138,10 @@ export default function Header2({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav className="main-menu navbar-expand-md navbar-light clearfix">
|
<nav className="main-menu navbar-expand-md navbar-light clearfix">
|
||||||
<div className="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
|
<div
|
||||||
|
className="collapse navbar-collapse show clearfix"
|
||||||
|
id="navbarSupportedContent"
|
||||||
|
>
|
||||||
<Menu />
|
<Menu />
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@ -84,18 +150,36 @@ export default function Header2({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Sticky Header */}
|
|
||||||
<div className="sticky-header">
|
<div className="sticky-header">
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="outer-box">
|
<div className="outer-box">
|
||||||
<div className="logo-box">
|
<div className="logo-box">
|
||||||
<figure className="logo" >
|
<figure className="logo">
|
||||||
<Link href="/"><img src="/assets/images/logo.png" alt="rapharehab" /></Link>
|
{/* ✅ Sticky header also gets responsive logo */}
|
||||||
|
<Link href="/" aria-label="Home page">
|
||||||
|
<Image
|
||||||
|
src={logoSrc}
|
||||||
|
alt="rapharehab logo"
|
||||||
|
width={isMobile ? 150 : 200}
|
||||||
|
height={isMobile ? 45 : 60}
|
||||||
|
priority
|
||||||
|
quality={80}
|
||||||
|
sizes="(max-width: 768px) 150px, 200px"
|
||||||
|
style={{
|
||||||
|
width: "100%",
|
||||||
|
height: "auto",
|
||||||
|
objectFit: "contain",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav className="main-menu navbar-expand-md navbar-light clearfix">
|
<nav className="main-menu navbar-expand-md navbar-light clearfix">
|
||||||
<div className="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
|
<div
|
||||||
|
className="collapse navbar-collapse show clearfix"
|
||||||
|
id="navbarSupportedContent"
|
||||||
|
>
|
||||||
<Menu />
|
<Menu />
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@ -103,7 +187,6 @@ export default function Header2({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Mobile Menu */}
|
|
||||||
<MobileMenu handleMobileMenu={handleMobileMenu} />
|
<MobileMenu handleMobileMenu={handleMobileMenu} />
|
||||||
</header>
|
</header>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -179,7 +179,7 @@ export default function AboutSection() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one">
|
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one" aria-label="Explore our service">
|
||||||
<span>Explore Our Service</span>
|
<span>Explore Our Service</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,90 +1,115 @@
|
|||||||
import React from 'react';
|
"use client";
|
||||||
|
import React, { useState, useEffect } from "react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils";
|
||||||
|
|
||||||
import { areaOfInjuryData } from '@/utils/AreaOfInjery.utils';
|
|
||||||
|
|
||||||
export default function AreaOfInjury() {
|
export default function AreaOfInjury() {
|
||||||
const teamMembers = [
|
const [isMobile, setIsMobile] = useState(false);
|
||||||
{ name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' },
|
|
||||||
{ name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' },
|
|
||||||
{ name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' },
|
|
||||||
{ name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' },
|
|
||||||
{ name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' },
|
|
||||||
{ name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' },
|
|
||||||
{ name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' },
|
|
||||||
{ name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' },
|
|
||||||
];
|
|
||||||
|
|
||||||
return (
|
// ✅ Detect mobile screen (same logic as Header2)
|
||||||
<section className="team-section sec-pad centred bg-color-1">
|
useEffect(() => {
|
||||||
<div className="pattern-layer">
|
const checkScreenSize = () => setIsMobile(window.innerWidth <= 768);
|
||||||
<div className="pattern-1">
|
checkScreenSize();
|
||||||
<Image
|
window.addEventListener("resize", checkScreenSize);
|
||||||
// loader={exportableLoader}
|
return () => window.removeEventListener("resize", checkScreenSize);
|
||||||
src="/assets/images/shape/shape-13.webp"
|
}, []);
|
||||||
alt="Physiotherapy at Rapharehab"
|
|
||||||
fill
|
|
||||||
style={{ objectFit: "cover" }}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="pattern-2">
|
return (
|
||||||
<Image
|
<section className="team-section sec-pad centred bg-color-1">
|
||||||
// loader={exportableLoader}
|
{/* ===== Background Patterns ===== */}
|
||||||
src="/assets/images/shape/shape-14.webp"
|
<div className="pattern-layer">
|
||||||
alt="Physiotherapy at Rapharehab"
|
<div className="pattern-1">
|
||||||
fill
|
<Image
|
||||||
style={{ objectFit: "cover" }}
|
src="/assets/images/shape/shape-13.webp"
|
||||||
/>
|
alt="Physiotherapy Background"
|
||||||
</div>
|
fill
|
||||||
|
style={{ objectFit: "cover" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="pattern-2">
|
||||||
|
<Image
|
||||||
|
src="/assets/images/shape/shape-14.webp"
|
||||||
|
alt="Physiotherapy Background"
|
||||||
|
fill
|
||||||
|
style={{ objectFit: "cover" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="shape">
|
||||||
|
<div className="shape-2"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
{/* ===== Section Header ===== */}
|
||||||
<div className="shape">
|
<div className="auto-container">
|
||||||
{/* <div className="shape-1 float-bob-y" style={{ backgroundImage: 'url(assets/images/shape/shape-15.png)' }}></div> */}
|
<div className="sec-title mb_50 centred">
|
||||||
<div className="shape-2"></div>
|
<span className="sub-title-1 new-color2">
|
||||||
{/* <div className="shape-3 float-bob-x" style={{ backgroundImage: 'url(assets/images/shape/shape-16.png)' }}></div> */}
|
Start Your Treatment Today! <br /> Visit our healthcare team in
|
||||||
</div>
|
Etobicoke.
|
||||||
<div className="auto-container">
|
</span>
|
||||||
<div className="sec-title mb_50 centred">
|
<h2 className="tex-color-1">Area Of Injury</h2>
|
||||||
<span className="sub-title-1 new-color2">Start Your Treatment Today! <br /> Visit our healthcare team in Etobicoke.</span>
|
</div>
|
||||||
<h2 className="tex-color-1">Area Of Injury</h2>
|
|
||||||
</div>
|
{/* ===== Injuries Grid ===== */}
|
||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
{areaOfInjuryData.slice(0, 8).map((area, index) => (
|
{areaOfInjuryData.slice(0, 8).map((area, index) => {
|
||||||
<div key={index} className="col-lg-3 col-md-6 col-6 team-block d-flex">
|
// ✅ Same concept as Header logo switching
|
||||||
<div className="team-block-one wow fadeInUp animated d-flex flex-column flex-grow-1"
|
const imageSrc = isMobile
|
||||||
// data-wow-delay={`${index * 50}ms`} data-wow-duration="500ms"
|
? area.mobileImage || area.image // if mobile image exists, use it
|
||||||
>
|
: area.image;
|
||||||
<div className="inner-box d-flex flex-column flex-grow-1">
|
|
||||||
<div className="image-box">
|
return (
|
||||||
<figure className="image">
|
<div
|
||||||
<img src={area.image} alt={area.title.toUpperCase()} />
|
key={index}
|
||||||
</figure>
|
className="col-lg-3 col-md-6 col-6 team-block d-flex"
|
||||||
{/* <ul className="social-links clearfix">
|
>
|
||||||
<li><Link href="/#"><i className="icon-4"></i></Link></li>
|
<div className="team-block-one wow fadeInUp animated d-flex flex-column flex-grow-1">
|
||||||
<li><Link href="/#"><i className="icon-5"></i></Link></li>
|
<div className="inner-box d-flex flex-column flex-grow-1">
|
||||||
<li><Link href="/#"><i className="icon-6"></i></Link></li>
|
<div className="image-box">
|
||||||
<li><Link href="/#"><i className="icon-7"></i></Link></li>
|
<figure className="image">
|
||||||
</ul> */}
|
{/* ✅ Using Next/Image for automatic optimization */}
|
||||||
</div>
|
<Image
|
||||||
<div className="lower-content mt-auto">
|
src={imageSrc}
|
||||||
<h3><Link href={`/area-of-injury/${area.slug}`}>{area.title}</Link></h3>
|
alt={area.title}
|
||||||
{/* <span className="designation">{member.role}</span> */}
|
width={400}
|
||||||
</div>
|
height={400}
|
||||||
</div>
|
quality={75}
|
||||||
</div>
|
priority={index < 4} // first few load faster
|
||||||
</div>
|
sizes="(max-width: 768px) 100vw, 33vw"
|
||||||
))}
|
style={{
|
||||||
<div className='col-12 text-center'>
|
width: "100%",
|
||||||
<div className="btn-box">
|
height: "auto",
|
||||||
<Link href="/area-of-injury" className="theme-btn btn-one-new"><span>View All</span></Link>
|
objectFit: "cover",
|
||||||
</div>
|
borderRadius: "10px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="lower-content mt-auto">
|
||||||
|
<h3>
|
||||||
|
<Link href={`/area-of-injury/${area.slug}`} aria-label="Area of injury title">
|
||||||
|
{area.title}
|
||||||
|
</Link>
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
|
||||||
|
{/* ===== View All Button ===== */}
|
||||||
|
<div className="col-12 text-center">
|
||||||
|
<div className="btn-box">
|
||||||
|
<Link href="/area-of-injury" className="theme-btn btn-one-new" aria-label="View all">
|
||||||
|
<span>View All</span>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
);
|
</div>
|
||||||
};
|
</div>
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
<h5>About Us</h5>
|
<h4>About Us</h4>
|
||||||
</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">
|
||||||
@ -107,14 +107,14 @@ export default function FaqSection() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box mt-3">
|
<div className="btn-box mt-3">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Book Appointment"><span>Book Appointment</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
||||||
<h5>Vision</h5>
|
<h4>Vision</h4>
|
||||||
</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>
|
||||||
<h5>Mission</h5>
|
<h4>Mission</h4>
|
||||||
</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>
|
||||||
<h5>Why Choose Us</h5>
|
<h4>Why Choose Us</h4>
|
||||||
</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">
|
||||||
@ -146,7 +146,7 @@ export default function FaqSection() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box mt-3">
|
<div className="btn-box mt-3">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Book Appointment"><span>Book Appointment</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -14,7 +14,7 @@ export default function MobileFeatureCard() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
|
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">Experienced <br /> Professionals</Link></h3>
|
<h3><Link href="/" aria-label="Experienced professionals">Experienced <br /> Professionals</Link></h3>
|
||||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -26,7 +26,7 @@ export default function MobileFeatureCard() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
|
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">Walk-in<br /> Appointments</Link></h3>
|
<h3><Link href="/" aria-label="Walk in appointments">Walk-in<br /> Appointments</Link></h3>
|
||||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -38,7 +38,7 @@ export default function MobileFeatureCard() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
|
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">State-of-the-Art Technology</Link></h3>
|
<h3><Link href="/" aria-label="State of the art technology">State-of-the-Art Technology</Link></h3>
|
||||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -50,7 +50,7 @@ export default function MobileFeatureCard() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
|
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">One-on-One <br /> Care</Link></h3>
|
<h3><Link href="/" aria-label="One-on-One care">One-on-One <br /> Care</Link></h3>
|
||||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -47,12 +47,12 @@ export default function MobileServices() {
|
|||||||
src={service.icon2}
|
src={service.icon2}
|
||||||
alt={`${service.alt}`}
|
alt={`${service.alt}`}
|
||||||
/>
|
/>
|
||||||
</div> <h3><Link href="/"> {service?.shortTitle}</Link></h3>
|
</div> <h3><Link href="/" aria-label="Service Title"> {service?.shortTitle}</Link></h3>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link
|
<Link
|
||||||
href={`/etobicoke-treatment-service/${service.slug}`}
|
href={`/etobicoke-treatment-service/${service.slug}`}
|
||||||
className="theme-btn-2 btn-one"
|
className="theme-btn-2 btn-one"
|
||||||
>
|
aria-label="View Service">
|
||||||
<span>View Service</span>
|
<span>View Service</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
@ -66,7 +66,7 @@ export default function MobileServices() {
|
|||||||
|
|
||||||
<div className='col-12 text-center'>
|
<div className='col-12 text-center'>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one-new"><span>View All Services</span></Link>
|
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one-new" aria-label="View all service"><span>View All Services</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -42,7 +42,7 @@ export default function ServicesSection() {
|
|||||||
<div className="inner-box d-flex flex-column flex-grow-1">
|
<div className="inner-box d-flex flex-column flex-grow-1">
|
||||||
<div className="image-box">
|
<div className="image-box">
|
||||||
<figure className="image">
|
<figure className="image">
|
||||||
<Link href={`/etobicoke-treatment-service/${service.slug}`}>
|
<Link href={`/etobicoke-treatment-service/${service.slug}`} aria-label="Etobicoke treatment service">
|
||||||
<img src={service?.image} alt={service.alt} />
|
<img src={service?.image} alt={service.alt} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
@ -52,7 +52,7 @@ export default function ServicesSection() {
|
|||||||
<img src={service?.icon} alt={service.alt} />
|
<img src={service?.icon} alt={service.alt} />
|
||||||
</div>
|
</div>
|
||||||
<h3 className='text-start'>
|
<h3 className='text-start'>
|
||||||
<Link href={`/etobicoke-treatment-service/${service.slug}`}>
|
<Link href={`/etobicoke-treatment-service/${service.slug}`} aria-label="Etobicoke treatment service">
|
||||||
{service?.shortTitle}
|
{service?.shortTitle}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
@ -75,7 +75,7 @@ export default function ServicesSection() {
|
|||||||
))}
|
))}
|
||||||
<div className='col-12 text-center'>
|
<div className='col-12 text-center'>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one-new"><span>View All Services</span></Link>
|
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one-new" aria-label="Etobicoke treatment service"><span>View All Services</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -40,19 +40,19 @@ export default function News() {
|
|||||||
<div className="news-block-one">
|
<div className="news-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<figure className="image-box">
|
<figure className="image-box">
|
||||||
<Link href={`/blog/${blog.slug}`}>
|
<Link href={`/blog/${blog.slug}`} aria-label="Blog Image">
|
||||||
<img src={blog.thumbnail} alt={blog.title} />
|
<img src={blog.thumbnail} alt={blog.title} />
|
||||||
</Link>
|
</Link>
|
||||||
</figure>
|
</figure>
|
||||||
<div className="lower-content">
|
<div className="lower-content">
|
||||||
<h3>
|
<h3>
|
||||||
<Link href={`/blog/${blog.slug}`}>
|
<Link href={`/blog/${blog.slug}`} aria-label="Blog title">
|
||||||
{blog.title.length > 40 ? blog.title.slice(0, 40) + "..." : blog.title}
|
{blog.title.length > 40 ? blog.title.slice(0, 40) + "..." : blog.title}
|
||||||
</Link>
|
</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<p>{blog.shortDesc}</p>
|
<p>{blog.shortDesc}</p>
|
||||||
<div className="link">
|
<div className="link">
|
||||||
<Link href={`/blog/${blog.slug}`}>
|
<Link href={`/blog/${blog.slug}`} aria-label="Read More">
|
||||||
<span>Read More</span>
|
<span>Read More</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -56,7 +56,7 @@ export default function Testimonial() {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="theme-btn btn-one-new-raw"
|
className="theme-btn btn-one-new-raw"
|
||||||
>
|
aria-label="Review us on google">
|
||||||
<span>Review us on Google</span>
|
<span>Review us on Google</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -34,7 +34,7 @@ export default function Video() {
|
|||||||
</div> */}
|
</div> */}
|
||||||
<h2>Expert Online Consultations <br />with our therapists.</h2>
|
<h2>Expert Online Consultations <br />with our therapists.</h2>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Schedule Your Consultation</span></Link>
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Schedule your consultation"><span>Schedule Your Consultation</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -166,7 +166,7 @@ export default function Banner() {
|
|||||||
)}
|
)}
|
||||||
<p style={{ color: "#fff" }}>{s.desc}</p>
|
<p style={{ color: "#fff" }}>{s.desc}</p>
|
||||||
<div className="btn-box mt-3">
|
<div className="btn-box mt-3">
|
||||||
<Link href={s.btn.link} className="theme-btn btn-one">
|
<Link href={s.btn.link} className="theme-btn btn-one" aria-label="Banner text">
|
||||||
<span>{s.btn.text}</span>
|
<span>{s.btn.text}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ export default function Features() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
|
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">Experienced <br/> Professionals</Link></h3>
|
<h3><Link href="/" aria-label="Experienced professionals">Experienced <br/> Professionals</Link></h3>
|
||||||
{/* <p>Skilled experts deliver trusted professional healthcare with years of proven experience.</p> */}
|
{/* <p>Skilled experts deliver trusted professional healthcare with years of proven experience.</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -27,7 +27,7 @@ export default function Features() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
|
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">Walk-in<br/> Appointments</Link></h3>
|
<h3><Link href="/" aria-label="Walk-in Appointments">Walk-in<br/> Appointments</Link></h3>
|
||||||
{/* <p>Get quick appointments with hassle-free, convenient scheduling today.</p> */}
|
{/* <p>Get quick appointments with hassle-free, convenient scheduling today.</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -39,7 +39,7 @@ export default function Features() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
|
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">State-of-the-Art Technology</Link></h3>
|
<h3><Link href="/" aria-label="State-of-the-Art Technology">State-of-the-Art Technology</Link></h3>
|
||||||
{/* <p>Advanced tools ensure accurate results with modern, innovative solutions.</p> */}
|
{/* <p>Advanced tools ensure accurate results with modern, innovative solutions.</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -51,7 +51,7 @@ export default function Features() {
|
|||||||
<div className="icon-box">
|
<div className="icon-box">
|
||||||
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
|
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
|
||||||
</div>
|
</div>
|
||||||
<h3><Link href="/">One-on-One <br /> Care</Link></h3>
|
<h3><Link href="/" aria-label="One-on-One care">One-on-One <br /> Care</Link></h3>
|
||||||
{/* <p>Tailored attention provides focused treatments designed for unique needs.</p> */}
|
{/* <p>Tailored attention provides focused treatments designed for unique needs.</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -140,7 +140,7 @@ export default function MobileBanner() {
|
|||||||
<Link
|
<Link
|
||||||
href={slide.buttonLink}
|
href={slide.buttonLink}
|
||||||
className="theme-btn btn-one-new"
|
className="theme-btn btn-one-new"
|
||||||
>
|
aria-label="Mobile Banner Button">
|
||||||
<span>{slide.buttonText}</span>
|
<span>{slide.buttonText}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -60,7 +60,7 @@ export default function Solution() {
|
|||||||
</div> */}
|
</div> */}
|
||||||
|
|
||||||
<div className="btn-box mt_50">
|
<div className="btn-box mt_50">
|
||||||
<Link href="/contact" className="theme-btn btn-one">
|
<Link href="/contact" className="theme-btn btn-one" aria-label="Contact-Us">
|
||||||
<span>Contact Us</span>
|
<span>Contact Us</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
2
public/assets/css/bootstrap.css
vendored
@ -146,7 +146,7 @@ h4, .h4 {
|
|||||||
}
|
}
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
h4, .h4 {
|
h4, .h4 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -27,6 +27,13 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion .acc-btn h4 {
|
||||||
|
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);
|
||||||
}
|
}
|
||||||
@ -35,6 +42,11 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion .acc-btn.active h4 {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.accordion .acc-btn .icon-box {
|
.accordion .acc-btn .icon-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -110,6 +122,13 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion .acc-btn h4 {
|
||||||
|
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;
|
||||||
|
|||||||
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/6.webp
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/8.webp
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/assets/images/logo-mbl.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
@ -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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Symptoms associated with minor injuries may include:</h5>
|
<h4 class="mt-3 mb-2">Symptoms associated with minor injuries may include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Physiotherapy treatment for minor injuries:</h5>
|
<h4 class="mb-2">Physiotherapy treatment for minor injuries:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common challenges after catastrophic injuries include:</h5>
|
<h4 class="mt-3 mb-2">Common challenges after catastrophic injuries include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Catastrophic Injury Rehabilitation Services Include:</h5>
|
<h4 class="mb-2">Catastrophic Injury Rehabilitation Services Include:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common symptoms after a slip and fall include:</h5>
|
<h4 class="mt-3 mb-2">Common symptoms after a slip and fall include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Physiotherapy Treatments for Slip and Fall Injuries:</h5>
|
<h4 class="mb-2">Physiotherapy Treatments for Slip and Fall Injuries:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Symptoms often addressed during concussion management include:</h5>
|
<h4 class="mt-3 mb-2">Symptoms often addressed during concussion management include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Concussion Management Services Include:</h5>
|
<h4 class="mb-2">Concussion Management Services Include:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common issues treated through psychotherapy include:</h5>
|
<h4 class="mt-3 mb-2">Common issues treated through psychotherapy include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Psychotherapy Management Services Include:</h5>
|
<h4 class="mb-2">Psychotherapy Management Services Include:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Hydrotherapy can help with:</h5>
|
<h4 class="mt-3 mb-2">Hydrotherapy can help with:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Hydrotherapy Services Include:</h5>
|
<h4 class="mb-2">Hydrotherapy Services Include:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common causes and areas of chronic pain include:</h5>
|
<h4 class="mt-3 mb-2">Common causes and areas of chronic pain include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Chronic Pain Management Services Include:</h5>
|
<h4 class="mb-2">Chronic Pain Management Services Include:</h4>
|
||||||
<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;">
|
||||||
|
|||||||
@ -3,9 +3,11 @@ export const areaOfInjuryData = [
|
|||||||
"id": 1,
|
"id": 1,
|
||||||
"slug": "head-injury-physiotherapy-management-etobicoke",
|
"slug": "head-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Head Injuries",
|
"title": "Head Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
|
|
||||||
"shortDescription": "Recover faster from head injuries with expert physiotherapy and personalized care.",
|
"shortDescription": "Recover faster from head injuries with expert physiotherapy and personalized care.",
|
||||||
"image": "/assets/images/areas-of-injury/head-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/head-injury/left.webp",
|
||||||
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/head-injury/head-injury-banner.webp",
|
"bannerImage": "/assets/images/areas-of-injury/head-injury/head-injury-banner.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/head-injury/big-img.webp",
|
"mainImage": "/assets/images/areas-of-injury/head-injury/big-img.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/head.webp",
|
"icon": "/assets/images/areas-of-injury/icon/head.webp",
|
||||||
@ -13,7 +15,7 @@ export const areaOfInjuryData = [
|
|||||||
"metaDiscription": "Expert head injury physiotherapy management in Etobicoke — Rapharehab helps you recover mobility, balance, and confidence after trauma.",
|
"metaDiscription": "Expert head injury physiotherapy management in Etobicoke — Rapharehab helps you recover mobility, balance, and confidence after trauma.",
|
||||||
"content": `
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h5>We treat conditions like:</h5>
|
<h4>We treat conditions like:</h4>
|
||||||
<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;">Concussions</li>
|
<li style="list-style-type:disc;">Concussions</li>
|
||||||
<li style="list-style-type:disc;">Traumatic brain injuries (TBI)</li>
|
<li style="list-style-type:disc;">Traumatic brain injuries (TBI)</li>
|
||||||
@ -43,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>
|
||||||
<h5 class="mt-3 mb-3">Our Head Injury Physiotherapy Program Includes:</h5>
|
<h4 class="mt-3 mb-3">Our Head Injury Physiotherapy Program Includes:</h4>
|
||||||
<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>
|
||||||
@ -57,21 +59,22 @@ export const areaOfInjuryData = [
|
|||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"slug": "neck-injury-physiotherapy-management-etobicoke",
|
"slug": "neck-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Neck Injuries",
|
"title": "Neck Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Relieve neck pain, restore strength, and move freely again with specialized neck injury physiotherapy in Etobicoke.",
|
"shortDescription": "Relieve neck pain, restore strength, and move freely again with specialized neck injury physiotherapy in Etobicoke.",
|
||||||
"image": "/assets/images/areas-of-injury/neck-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/neck-injury/left.webp",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/neck-injury/neck-injury-banner.webp",
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/neck-injury/big-img.webp",
|
"bannerImage": "/assets/images/areas-of-injury/neck-injury/neck-injury-banner.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/neck.webp",
|
"mainImage": "/assets/images/areas-of-injury/neck-injury/big-img.webp",
|
||||||
"metaTitle": "Neck Injury Physiotherapy in Etobicoke | Rapharehab",
|
"icon": "/assets/images/areas-of-injury/icon/neck.webp",
|
||||||
"metaDiscription": "Expert neck injury physiotherapy management in Etobicoke. Relieve pain, improve posture, and regain mobility with Rapharehab’s personalized care.",
|
"metaTitle": "Neck Injury Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"content": `
|
"metaDiscription": "Expert neck injury physiotherapy management in Etobicoke. Relieve pain, improve posture, and regain mobility with Rapharehab’s personalized care.",
|
||||||
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h5>We treat conditions like:</h5>
|
<h4>We treat conditions like:</h4>
|
||||||
<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;">Whiplash and soft tissue injuries</li>
|
<li style="list-style-type:disc;">Whiplash and soft tissue injuries</li>
|
||||||
<li style="list-style-type:disc;">Cervical disc herniation or bulging discs</li>
|
<li style="list-style-type:disc;">Cervical disc herniation or bulging discs</li>
|
||||||
@ -108,7 +111,7 @@ export const areaOfInjuryData = [
|
|||||||
We don’t just treat the symptoms — we focus on improving neck strength, posture, and flexibility to promote long-term healing.
|
We don’t just treat the symptoms — we focus on improving neck strength, posture, and flexibility to promote long-term healing.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Our Neck Injury Physiotherapy Program Includes:</h5>
|
<h4 class="mt-3 mb-3">Our Neck Injury Physiotherapy Program Includes:</h4>
|
||||||
<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>
|
||||||
@ -124,7 +127,7 @@ export const areaOfInjuryData = [
|
|||||||
We also educate you on daily movement habits and posture strategies that can reduce the risk of recurring neck pain.
|
We also educate you on daily movement habits and posture strategies that can reduce the risk of recurring neck pain.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Common Causes of Neck Injuries We Treat</h5>
|
<h4 class="mt-3 mb-3">Common Causes of Neck Injuries We Treat</h4>
|
||||||
<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>
|
||||||
@ -137,7 +140,7 @@ export const areaOfInjuryData = [
|
|||||||
No matter the cause, our goal is to help you feel stronger, more mobile, and pain-free. Early physiotherapy intervention often prevents chronic stiffness, headaches, and referred pain into the shoulders or arms.
|
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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">What to Expect During Your Neck Physiotherapy Sessions</h5>
|
<h4 class="mt-3 mb-3">What to Expect During Your Neck Physiotherapy Sessions</h4>
|
||||||
<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.
|
||||||
@ -149,7 +152,7 @@ export const areaOfInjuryData = [
|
|||||||
Our clinic also offers ergonomic recommendations and education to prevent recurrence — whether you’re sitting at a desk or returning to sports.
|
Our clinic also offers ergonomic recommendations and education to prevent recurrence — whether you’re sitting at a desk or returning to sports.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Why Choose Rapharehab for Neck Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-3">Why Choose Rapharehab for Neck Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -168,22 +171,24 @@ export const areaOfInjuryData = [
|
|||||||
Book your appointment with Rapharehab today and start your journey toward lasting relief.
|
Book your appointment with Rapharehab today and start your journey toward lasting relief.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"slug": "shoulder-injury-physiotherapy-management-etobicoke",
|
"slug": "shoulder-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Shoulder Injuries",
|
"title": "Shoulder Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Recover strength, mobility, and confidence with expert shoulder injury physiotherapy in Etobicoke.",
|
"shortDescription": "Recover strength, mobility, and confidence with expert shoulder injury physiotherapy in Etobicoke.",
|
||||||
"image": "/assets/images/areas-of-injury/shoulder-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/shoulder-injury/left.webp",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/shoulder-injury/shoulder-injury-banner.webp",
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/shoulder-injury/big-img.webp",
|
|
||||||
"icon": "/assets/images/areas-of-injury/icon/shoulder.webp",
|
"bannerImage": "/assets/images/areas-of-injury/shoulder-injury/shoulder-injury-banner.webp",
|
||||||
"metaTitle": "Shoulder Injury Physiotherapy in Etobicoke | Rapharehab",
|
"mainImage": "/assets/images/areas-of-injury/shoulder-injury/big-img.webp",
|
||||||
"metaDiscription": "Expert shoulder injury physiotherapy management in Etobicoke — regain mobility, relieve pain, and rebuild shoulder strength with Rapharehab.",
|
"icon": "/assets/images/areas-of-injury/icon/shoulder.webp",
|
||||||
"content": `
|
"metaTitle": "Shoulder Injury Physiotherapy in Etobicoke | Rapharehab",
|
||||||
|
"metaDiscription": "Expert shoulder injury physiotherapy management in Etobicoke — regain mobility, relieve pain, and rebuild shoulder strength with Rapharehab.",
|
||||||
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h5>We treat conditions like:</h5>
|
<h4>We treat conditions like:</h4>
|
||||||
<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 injuries and tears</li>
|
<li style="list-style-type:disc;">Rotator cuff injuries and tears</li>
|
||||||
<li style="list-style-type:disc;">Frozen shoulder (adhesive capsulitis)</li>
|
<li style="list-style-type:disc;">Frozen shoulder (adhesive capsulitis)</li>
|
||||||
@ -219,7 +224,7 @@ export const areaOfInjuryData = [
|
|||||||
We focus on treating the root cause of your pain, not just the symptoms. Through a thorough assessment and tailored treatment plan, we help you rebuild strength, improve flexibility, and restore functional mobility safely and effectively.
|
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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Our Shoulder Injury Physiotherapy Program Includes:</h5>
|
<h4 class="mt-3 mb-3">Our Shoulder Injury Physiotherapy Program Includes:</h4>
|
||||||
<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>
|
||||||
@ -234,7 +239,7 @@ export const areaOfInjuryData = [
|
|||||||
Each treatment plan is personalized to your needs and goals. Whether your focus is returning to sports, rebuilding post-surgery strength, or simply moving pain-free, our approach combines evidence-based care with compassionate support.
|
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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Common Shoulder Injuries We Help Manage</h5>
|
<h4 class="mt-3 mb-3">Common Shoulder Injuries We Help Manage</h4>
|
||||||
<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>
|
||||||
@ -247,7 +252,7 @@ export const areaOfInjuryData = [
|
|||||||
Many shoulder injuries develop slowly over time due to repetitive strain, poor posture, or muscle weakness. Our physiotherapists identify these contributing factors and design an effective plan to address them, ensuring long-term results.
|
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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">What to Expect During Your Shoulder Physiotherapy Sessions</h5>
|
<h4 class="mt-3 mb-2">What to Expect During Your Shoulder Physiotherapy Sessions</h4>
|
||||||
<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.
|
||||||
@ -258,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Why Choose Rapharehab for Shoulder Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-3">Why Choose Rapharehab for Shoulder Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -277,22 +282,23 @@ export const areaOfInjuryData = [
|
|||||||
Book your appointment today and take the first step toward complete recovery.
|
Book your appointment today and take the first step toward complete recovery.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"slug": "elbow-injury-physiotherapy-management-etobicoke",
|
"slug": "elbow-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Elbow Injuries",
|
"title": "Elbow Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Heal elbow pain and restore strength with expert physiotherapy management in Etobicoke.",
|
"shortDescription": "Heal elbow pain and restore strength with expert physiotherapy management in Etobicoke.",
|
||||||
"image": "/assets/images/areas-of-injury/elbo-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/elbo-injury/left.webp",
|
||||||
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/elbo-injury/elbow-injury-banner.webp",
|
"bannerImage": "/assets/images/areas-of-injury/elbo-injury/elbow-injury-banner.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/elbow.webp",
|
"icon": "/assets/images/areas-of-injury/icon/elbow.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/elbo-injury/big-img.webp",
|
"mainImage": "/assets/images/areas-of-injury/elbo-injury/big-img.webp",
|
||||||
"metaTitle": "Elbow Injury Physiotherapy in Etobicoke | Rapharehab",
|
"metaTitle": "Elbow Injury Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"metaDiscription": "Expert elbow injury physiotherapy management in Etobicoke — Rapharehab helps relieve pain, improve flexibility, and restore elbow function.",
|
"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">
|
||||||
<h5 class="mt-3 mb-3">We treat conditions with Elbow Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-3">We treat conditions with Elbow Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -329,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Our Elbow Injury Physiotherapy Management in Etobicoke Includes:</h5>
|
<h4 class="mt-3 mb-3">Our Elbow Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
||||||
<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>
|
||||||
@ -345,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Common Conditions Treated with Elbow Injury Physiotherapy in Etobicoke:</h5>
|
<h4 class="mt-3 mb-3">Common Conditions Treated with Elbow Injury Physiotherapy in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -359,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">What to Expect from Elbow Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-3">What to Expect from Elbow Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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.
|
||||||
@ -369,7 +375,7 @@ export const areaOfInjuryData = [
|
|||||||
Each session focuses on reducing inflammation, improving motion, and rebuilding muscle endurance — all essential for restoring your daily functionality.
|
Each session focuses on reducing inflammation, improving motion, and rebuilding muscle endurance — all essential for restoring your daily functionality.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-3">Why Choose Rapharehab for Elbow Injury Physiotherapy Management in Etobicoke?</h5>
|
<h4 class="mt-3 mb-3">Why Choose Rapharehab for Elbow Injury Physiotherapy Management in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -388,22 +394,23 @@ export const areaOfInjuryData = [
|
|||||||
Book your appointment today and take the first step toward a stronger, pain-free elbow.
|
Book your appointment today and take the first step toward a stronger, pain-free elbow.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"slug": "wristhand-injury-physiotherapy-management-etobicoke",
|
"slug": "wristhand-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Wrist & Hand Injuries",
|
"title": "Wrist & Hand Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Recover hand and wrist strength with expert physiotherapy management in Etobicoke.",
|
"shortDescription": "Recover hand and wrist strength with expert physiotherapy management in Etobicoke.",
|
||||||
"image": "/assets/images/areas-of-injury/wrist-hand-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/wrist-hand-injury/left.webp",
|
||||||
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/wrist-hand-injury/big-img.webp",
|
"mainImage": "/assets/images/areas-of-injury/wrist-hand-injury/big-img.webp",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/wrist-hand-injury/wrist-hand-injury-banner.webp",
|
"bannerImage": "/assets/images/areas-of-injury/wrist-hand-injury/wrist-hand-injury-banner.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/wrist.webp",
|
"icon": "/assets/images/areas-of-injury/icon/wrist.webp",
|
||||||
"metaTitle": "Wrist & Hand Physiotherapy in Etobicoke | Rapharehab",
|
"metaTitle": "Wrist & Hand Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"metaDiscription": "Expert wrist and hand injury physiotherapy management in Etobicoke — Rapharehab helps restore strength, mobility, and grip function.",
|
"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">
|
||||||
<h5 class="mt-3 mb-2">We treat conditions with Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">We treat conditions with Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -441,7 +448,7 @@ export const areaOfInjuryData = [
|
|||||||
Through a combination of manual therapy, targeted exercises, and ergonomic advice, we ensure long-lasting relief and recovery.
|
Through a combination of manual therapy, targeted exercises, and ergonomic advice, we ensure long-lasting relief and recovery.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Our Wrist & Hand Injury Physiotherapy Management in Etobicoke Includes:</h5>
|
<h4 class="mt-3 mb-2">Our Wrist & Hand Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
||||||
<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>
|
||||||
@ -457,7 +464,7 @@ export const areaOfInjuryData = [
|
|||||||
We focus not only on recovery but also on preventing future injuries through proper hand mechanics and strengthening.
|
We focus not only on recovery but also on preventing future injuries through proper hand mechanics and strengthening.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common Conditions Treated with Wrist & Hand Physiotherapy in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">Common Conditions Treated with Wrist & Hand Physiotherapy in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -471,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">What to Expect from Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">What to Expect from Wrist & Hand Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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.
|
||||||
@ -481,7 +488,7 @@ export const areaOfInjuryData = [
|
|||||||
We also focus on hand dexterity, coordination, and nerve gliding techniques to improve precision and reduce tingling sensations or stiffness.
|
We also focus on hand dexterity, coordination, and nerve gliding techniques to improve precision and reduce tingling sensations or stiffness.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Why Choose Rapharehab for Wrist & Hand Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Wrist & Hand Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -500,22 +507,23 @@ export const areaOfInjuryData = [
|
|||||||
book your appointment at Rapharehab today and take the first step toward restoring strength and freedom in your hands.
|
book your appointment at Rapharehab today and take the first step toward restoring strength and freedom in your hands.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"slug": "lowback-injury-physiotherapy-management-etobicoke",
|
"slug": "lowback-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Low Back Injuries",
|
"title": "Low Back Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Ease your back pain and restore movement with expert low back injury physiotherapy management in Etobicoke.",
|
"shortDescription": "Ease your back pain and restore movement with expert low back injury physiotherapy management in Etobicoke.",
|
||||||
image: "/assets/images/areas-of-injury/low-back-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/low-back-injury/left.webp",
|
||||||
mainImage: "/assets/images/areas-of-injury/low-back-injury/big-img.webp",
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/6.webp",
|
||||||
bannerImage: "/assets/images/areas-of-injury/low-back-injury/low-back-injury-banner.webp",
|
"mainImage": "/assets/images/areas-of-injury/low-back-injury/big-img.webp",
|
||||||
icon: "/assets/images/areas-of-injury/icon/low-back.webp",
|
"bannerImage": "/assets/images/areas-of-injury/low-back-injury/low-back-injury-banner.webp",
|
||||||
"metaTitle": "Low Back Physiotherapy in Etobicoke | Rapharehab",
|
"icon": "/assets/images/areas-of-injury/icon/low-back.webp",
|
||||||
"metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.",
|
"metaTitle": "Low Back Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"content": `
|
"metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.",
|
||||||
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h5 class="mt-3 mb-2">We treat conditions with Low Back Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">We treat conditions with Low Back Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -553,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Our Low Back Injury Physiotherapy Management in Etobicoke Includes:</h5>
|
<h4 class="mt-3 mb-2">Our Low Back Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
||||||
<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>
|
||||||
@ -568,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common Conditions Treated with Low Back Physiotherapy in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">Common Conditions Treated with Low Back Physiotherapy in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -582,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">What to Expect from Low Back Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">What to Expect from Low Back Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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.
|
||||||
@ -592,7 +600,7 @@ export const areaOfInjuryData = [
|
|||||||
We also teach practical strategies to manage your posture during work, sleep, and daily activities — so you can stay pain-free in the long run.
|
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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Why Choose Rapharehab for Low Back Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Low Back Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -611,22 +619,23 @@ export const areaOfInjuryData = [
|
|||||||
contact Rapharehab today — and take your first step toward a pain-free, stronger back.
|
contact Rapharehab today — and take your first step toward a pain-free, stronger back.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"slug": "hip-injury-physiotherapy-management-etobicoke",
|
"slug": "hip-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Hip Injuries",
|
"title": "Hip Injuries",
|
||||||
shortTitle: "",
|
"shortTitle": "",
|
||||||
"shortDescription": "Restore hip strength, mobility, and function with expert physiotherapy management in Etobicoke.",
|
"shortDescription": "Restore hip strength, mobility, and function with expert physiotherapy management in Etobicoke.",
|
||||||
"image": "/assets/images/areas-of-injury/hip-injury/left.webp",
|
"image": "/assets/images/areas-of-injury/hip-injury/left.webp",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/hip-injury/hip-injury-banner.webp",
|
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/hip-injury/big-img.webp",
|
"bannerImage": "/assets/images/areas-of-injury/hip-injury/hip-injury-banner.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/hip.webp",
|
"mainImage": "/assets/images/areas-of-injury/hip-injury/big-img.webp",
|
||||||
"metaTitle": "Hip Injury Physiotherapy in Etobicoke | Rapharehab",
|
"icon": "/assets/images/areas-of-injury/icon/hip.webp",
|
||||||
"metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.",
|
"metaTitle": "Hip Injury Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"content": `
|
"metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.",
|
||||||
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h5 class="mt-3 mb-2">We treat conditions with Hip Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">We treat conditions with Hip Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -662,7 +671,7 @@ export const areaOfInjuryData = [
|
|||||||
Our physiotherapists create tailored treatment plans based on the type and severity of your hip injury, helping you regain independence and return to your normal activities safely.
|
Our 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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Our Hip Injury Physiotherapy Management in Etobicoke Includes:</h5>
|
<h4 class="mt-3 mb-2">Our Hip Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
||||||
<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>
|
||||||
@ -678,7 +687,7 @@ export const areaOfInjuryData = [
|
|||||||
Whether you are recovering from surgery, a sports injury, or chronic hip pain, our evidence-based physiotherapy ensures optimal results.
|
Whether you are recovering from surgery, a sports injury, or chronic hip pain, our evidence-based physiotherapy ensures optimal results.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common Conditions Treated with Hip Injury Physiotherapy in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">Common Conditions Treated with Hip Injury Physiotherapy in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -692,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">What to Expect from Hip Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">What to Expect from Hip Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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.
|
||||||
@ -702,7 +711,7 @@ export const areaOfInjuryData = [
|
|||||||
We also provide guidance on safe movement, posture, and exercises to enhance hip stability and prevent future injuries.
|
We also provide guidance on safe movement, posture, and exercises to enhance hip stability and prevent future injuries.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Why Choose Rapharehab for Hip Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Hip Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -720,22 +729,23 @@ export const areaOfInjuryData = [
|
|||||||
For trusted <strong>hip injury physiotherapy management in Etobicoke</strong>, book your appointment with Rapharehab today and start your journey toward pain-free mobility.
|
For trusted <strong>hip injury physiotherapy management in Etobicoke</strong>, book your appointment with Rapharehab today and start your journey toward pain-free mobility.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"slug": "legknee-injury-physiotherapy-management-etobicoke",
|
"slug": "legknee-injury-physiotherapy-management-etobicoke",
|
||||||
"title": "Leg & Knee Injuries",
|
"title": "Leg & Knee Injuries",
|
||||||
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",
|
||||||
"bannerImage": "/assets/images/areas-of-injury/leg-knee-injury/leg-knee-injury-banner.webp",
|
mobileImage: "/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp",
|
||||||
"mainImage": "/assets/images/areas-of-injury/leg-knee-injury/big-img.webp",
|
"bannerImage": "/assets/images/areas-of-injury/leg-knee-injury/leg-knee-injury-banner.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/knee.webp",
|
"mainImage": "/assets/images/areas-of-injury/leg-knee-injury/big-img.webp",
|
||||||
"metaTitle": "Leg & Knee Physiotherapy in Etobicoke | Rapharehab",
|
"icon": "/assets/images/areas-of-injury/icon/knee.webp",
|
||||||
"metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.",
|
"metaTitle": "Leg & Knee Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"content": `
|
"metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.",
|
||||||
|
"content": `
|
||||||
<div class="content-one mb_30">
|
<div class="content-one mb_30">
|
||||||
<h5 class="mt-3 mb-2">We treat conditions with Leg & Knee Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">We treat conditions with Leg & Knee Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -772,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Our Leg & Knee Injury Physiotherapy Management in Etobicoke Includes:</h5>
|
<h4 class="mt-3 mb-2">Our Leg & Knee Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
||||||
<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>
|
||||||
@ -787,7 +797,7 @@ export const areaOfInjuryData = [
|
|||||||
We focus on restoring your confidence and mobility, helping you resume work, sports, and daily routines without discomfort or limitations.
|
We focus on restoring your confidence and mobility, helping you resume work, sports, and daily routines without discomfort or limitations.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common Conditions Treated with Leg & Knee Physiotherapy in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">Common Conditions Treated with Leg & Knee Physiotherapy in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -800,7 +810,7 @@ export const areaOfInjuryData = [
|
|||||||
Our treatment approach targets both the injured area and surrounding muscles to ensure full recovery and prevent recurring issues.
|
Our treatment approach targets both the injured area and surrounding muscles to ensure full recovery and prevent recurring issues.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">What to Expect from Leg & Knee Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">What to Expect from Leg & Knee Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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.
|
||||||
@ -810,7 +820,7 @@ export const areaOfInjuryData = [
|
|||||||
We also provide education on proper movement, posture, and activity modifications to support long-term joint health and prevent reinjury.
|
We also provide education on proper movement, posture, and activity modifications to support long-term joint health and prevent reinjury.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Why Choose Rapharehab for Leg & Knee Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Leg & Knee Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -828,22 +838,22 @@ export const areaOfInjuryData = [
|
|||||||
For trusted <strong>leg and knee injury physiotherapy management in Etobicoke</strong>, book your appointment with Rapharehab today and start your journey toward pain-free movement.
|
For trusted <strong>leg and knee injury physiotherapy management in Etobicoke</strong>, book your appointment with Rapharehab today and start your journey toward pain-free movement.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"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",
|
||||||
"mainImage": "/assets/images/areas-of-injury/ankle-foot-injury/big-img.webp",
|
"mainImage": "/assets/images/areas-of-injury/ankle-foot-injury/big-img.webp",
|
||||||
"icon": "/assets/images/areas-of-injury/icon/ankle.webp",
|
"icon": "/assets/images/areas-of-injury/icon/ankle.webp",
|
||||||
"metaTitle": "Ankle & Foot Physiotherapy in Etobicoke | Rapharehab",
|
"metaTitle": "Ankle & Foot Physiotherapy in Etobicoke | Rapharehab",
|
||||||
"metaDiscription": "Expert ankle and foot injury physiotherapy management in Etobicoke — regain strength, balance, and pain-free mobility with Rapharehab.",
|
"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">
|
||||||
<h5 class="mt-3 mb-2">We treat conditions with Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">We treat conditions with Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -880,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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Our Ankle & Foot Injury Physiotherapy Management in Etobicoke Includes:</h5>
|
<h4 class="mt-3 mb-2">Our Ankle & Foot Injury Physiotherapy Management in Etobicoke Includes:</h4>
|
||||||
<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>
|
||||||
@ -895,7 +905,7 @@ export const areaOfInjuryData = [
|
|||||||
Our approach focuses on restoring confidence in movement and ensuring you can return to your daily activities, sports, or work safely.
|
Our approach focuses on restoring confidence in movement and ensuring you can return to your daily activities, sports, or work safely.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common Conditions Treated with Ankle & Foot Physiotherapy in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">Common Conditions Treated with Ankle & Foot Physiotherapy in Etobicoke:</h4>
|
||||||
<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>
|
||||||
@ -908,7 +918,7 @@ export const areaOfInjuryData = [
|
|||||||
Each treatment plan is customized to your needs, helping you regain strength, flexibility, and confidence in your ankle and foot.
|
Each treatment plan is customized to your needs, helping you regain strength, flexibility, and confidence in your ankle and foot.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">What to Expect from Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h5>
|
<h4 class="mt-3 mb-2">What to Expect from Ankle & Foot Injury Physiotherapy Management in Etobicoke:</h4>
|
||||||
<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.
|
||||||
@ -918,7 +928,7 @@ export const areaOfInjuryData = [
|
|||||||
Education on safe movement, footwear, and activity modification is also provided to prevent re-injury and support long-term health.
|
Education on safe movement, footwear, and activity modification is also provided to prevent re-injury and support long-term health.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Why Choose Rapharehab for Ankle & Foot Injury Physiotherapy in Etobicoke?</h5>
|
<h4 class="mt-3 mb-2">Why Choose Rapharehab for Ankle & Foot Injury Physiotherapy in Etobicoke?</h4>
|
||||||
<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>
|
||||||
@ -932,5 +942,5 @@ export const areaOfInjuryData = [
|
|||||||
For trusted <strong>ankle and foot injury physiotherapy management in Etobicoke</strong>, book your appointment today and start your journey toward pain-free movement.
|
For trusted <strong>ankle and foot injury physiotherapy management in Etobicoke</strong>, book your appointment today and start your journey toward pain-free movement.
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common symptoms associated with spinal cord injuries include:</h5>
|
<h4 class="mt-3 mb-2">Common symptoms associated with spinal cord injuries include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Physiotherapy treatment for spinal cord injuries:</h5>
|
<h4 class="mb-2">Physiotherapy treatment for spinal cord injuries:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common challenges faced post-amputation include:</h5>
|
<h4 class="mt-3 mb-2">Common challenges faced post-amputation include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Our Amputee Rehabilitation Services Include:</h5>
|
<h4 class="mb-2">Our Amputee Rehabilitation Services Include:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common symptoms after fractures may include:</h5>
|
<h4 class="mt-3 mb-2">Common symptoms after fractures may include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Fracture Physiotherapy Treatments Include:</h5>
|
<h4 class="mb-2">Fracture Physiotherapy Treatments Include:</h4>
|
||||||
<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>
|
||||||
|
|
||||||
<h5 class="mt-3 mb-2">Common symptoms addressed in neurological rehabilitation include:</h5>
|
<h4 class="mt-3 mb-2">Common symptoms addressed in neurological rehabilitation include:</h4>
|
||||||
<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">
|
||||||
<h5 class="mb-2">Neurological Rehabilitation Treatments Include:</h5>
|
<h4 class="mb-2">Neurological Rehabilitation Treatments Include:</h4>
|
||||||
<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;">
|
||||||
|
|||||||