aria-lable links added for all pages

This commit is contained in:
akash 2025-10-30 16:06:23 +05:30
parent a7e9ef170f
commit e8d1779c4b
63 changed files with 791 additions and 652 deletions

View File

@ -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>
</div>
<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>
@ -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>
</div>
<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>
@ -288,7 +288,7 @@ export default function Home() {
<div className="lower-content">
<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}
</Link>
</h3>

View File

@ -55,7 +55,7 @@ export default function AccidentDetailsPage({ params }) {
<Link
href={`/accident/${cat.slug}`}
className={cat.slug === service.slug ? "current" : ""}
>
aria-label="Accident list">
{cat.title}
</Link>
</li>

View File

@ -49,7 +49,7 @@ export default function AccidentPage() {
<div className="inner-box d-flex flex-column flex-grow-1">
<div className="image-box">
<figure className="image">
<Link href={`/accident/${service.slug}`}>
<Link href={`/accident/${service.slug}`} aria-label="Accident Image">
<img src={service.mainImage} alt={service.title} />
</Link>
</figure>
@ -62,7 +62,7 @@ export default function AccidentPage() {
/>
</div>
<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>
<p
className='text-start'

View File

@ -57,7 +57,7 @@ export default function AreaOfInjuryDetails({ params }) {
<Link
href={`/area-of-injury/${cat.slug}`}
className={cat.slug === service.slug ? "current" : ""}
>
aria-label="Area of injury list">
{cat.title}
</Link>
</li>

View File

@ -54,7 +54,7 @@ export default function AreaOfInjury() {
<div className="inner-box d-flex flex-column flex-grow-1">
<div className="image-box">
<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} />
</Link>
</figure>
@ -64,7 +64,7 @@ export default function AreaOfInjury() {
<img src={item.icon} alt={altText} />
</div>
<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 className="text-start">
<Link

View File

@ -59,7 +59,7 @@ export default function BlogDetails({ params }) {
<Link
href={`/blog/${b.slug}`}
className={b.slug === blog.slug ? "current" : ""}
>
aria-label="Blog List">
{b.title}
</Link>
</li>
@ -87,7 +87,7 @@ export default function BlogDetails({ params }) {
</div>
<div className="lower-content2">
<h3>
<Link href={`/blog/${related.slug}`}>
<Link href={`/blog/${related.slug}`} aria-label="Blog Title">
{related.title}
</Link>
</h3>
@ -95,7 +95,7 @@ export default function BlogDetails({ params }) {
<Link
href={`/blog/${related.slug}`}
className="read-more"
>
aria-label="Read More">
Read More
</Link>
</div>

View File

@ -28,7 +28,7 @@ export default function Blog() {
>
<div className="inner-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} />
</Link>
</figure>
@ -39,7 +39,7 @@ export default function Blog() {
<li>{blog.comments}</li>
</ul> */}
<h3>
<Link href={`/blog/${blog.slug}`}>
<Link href={`/blog/${blog.slug}`} aria-label="Blog Title">
{blog.title.split(" ").length > 5
? blog.title.split(" ").slice(0, 5).join(" ") + "..."
: blog.title}
@ -47,7 +47,7 @@ export default function Blog() {
</h3>
<p>{blog.shortDesc}</p>
<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>

View File

@ -51,7 +51,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>Its 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>
@ -60,7 +60,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</div>
</div>
@ -69,7 +69,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</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>
</div>
<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>
@ -151,7 +151,7 @@ export default function Home() {
</div>
<div className="lower-content">
<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>
<span className="designation">{member.designation}</span>
{/* <ul className="social-links clearfix">

View File

@ -99,8 +99,8 @@ export default function ContactClient() {
<div className="inner-box">
<div className="icon-box"><i className="icon-2"></i></div>
<p>
<Link href="tel:647-722-3434">+647-722-3434</Link><br />
<Link href="tel:416-622-2873">+416-622-2873</Link>
<Link href="tel:647-722-3434" aria-label="+647-722-3434">+647-722-3434</Link><br />
<Link href="tel:416-622-2873" aria-label="+416-622-2873">+416-622-2873</Link>
</p>
</div>
</div>
@ -111,7 +111,7 @@ export default function ContactClient() {
<div className="inner-box">
<div className="icon-box"><i className="icon-26"></i></div>
<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>
</div>
</div>

View File

@ -57,7 +57,7 @@ export default function ServiceDetailPage({ params }) {
<Link
href={`/etobicoke-treatment-service/${item.slug}`}
className={item.slug === service.slug ? "current" : ""}
>
aria-label="Etobicoke treatment service">
{item.shortTitle}
</Link>
</li>

View File

@ -21,7 +21,7 @@ export default function ServicesPage() {
<div className="inner-box d-flex flex-column flex-grow-1">
<div className="image-box">
<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} />
</Link>
</figure>
@ -31,7 +31,7 @@ export default function ServicesPage() {
<img src={item?.icon} alt={item.alt} />
</div>
<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}
</Link>
</h3>

View File

@ -33,7 +33,7 @@ export default function WhyChooseUs() {
<img src={src} alt={`gallery-${index}`} />
</figure>
<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>
</Link>
</div>
@ -53,7 +53,7 @@ export default function WhyChooseUs() {
e.preventDefault()
handlePageChange(currentPage - 1)
}}
>
aria-label="Gallery left image">
<img src="/assets/images/gallery/left.png" alt="Previous" />
</Link>
</li>
@ -68,7 +68,7 @@ export default function WhyChooseUs() {
handlePageChange(i + 1)
}}
className={currentPage === i + 1 ? "current" : ""}
>
aria-label="Gallery list">
{i + 1}
</Link>
</li>
@ -82,7 +82,7 @@ export default function WhyChooseUs() {
e.preventDefault()
handlePageChange(currentPage + 1)
}}
>
aria-label="Gallery right image">
<img src="/assets/images/gallery/right.png" alt="Previous" />
</Link>
</li>

View File

@ -32,7 +32,7 @@ export default function RootLayout({ children }) {
/> */}
{/* ✅ Canonical Tag */}
<link rel="canonical" href={siteUrl} />
<link rel="canonical" href={siteUrl} aria-label="Site Url"/>
{/* ✅ Open Graph Meta */}
<meta property="og:title" content="Rapha Rehab Physiotherapy Clinic" />
@ -60,10 +60,10 @@ export default function RootLayout({ children }) {
<meta name="twitter:site" content="@YourTwitterHandle" />
{/* ✅ Preconnect — Faster 3rd-party requests */}
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="preconnect" href="https://connect.facebook.net" />
<link rel="preconnect" href="https://www.facebook.com" />
<link rel="preconnect" href="https://scripts.clarity.ms" />
<link rel="preconnect" href="https://www.googletagmanager.com" aria-label="Googleletamanage"/>
<link rel="preconnect" href="https://connect.facebook.net" aria-label="facebook"/>
<link rel="preconnect" href="https://www.facebook.com" aria-label="Facebook"/>
<link rel="preconnect" href="https://scripts.clarity.ms" aria-label="Scripts Clarity"/>
{/* ✅ fetchpriority for LCP Image */}
<link
@ -71,6 +71,7 @@ export default function RootLayout({ children }) {
as="image"
href="/assets/images/banner/mobile-banner/4.webp"
fetchPriority="high"
aria-label="loader"
/>
</head>

View File

@ -13,7 +13,7 @@ export default function Error404() {
<figure className="error-image"><img src="/assets/images/icons/error-1.png" alt="" /></figure>
<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>
<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>
</section>
@ -36,7 +36,7 @@ export default function Error404() {
<div className="form-group">
<div className="check-box">
<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>
</form>

View File

@ -33,7 +33,7 @@ export default function Home() {
</div>
<div className="lower-content">
<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>
<span className="designation">{member.designation}</span>
{/* <ul className="social-links clearfix">

View File

@ -42,7 +42,7 @@ export default function TeamDetails({ params }) {
<Layout headerStyle={1} footerStyle={1} breadcrumbTitle="Not Found">
<div className="auto-container">
<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>
</Layout>
);
@ -71,13 +71,13 @@ export default function TeamDetails({ params }) {
<p>{member.description}</p>
<ul className="info-list mb_30 clearfix">
<li><strong>Experience: </strong>{member.experience}</li>
<li><strong>Email: </strong><Link href={`mailto:${member.email}`}>{member.email}</Link></li>
<li><strong>Phone: </strong><Link href={`tel:${member.phone}`}>{member.phone}</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}`} aria-label="Phone">{member.phone}</Link></li>
</ul>
<ul className="social-links clearfix">
{member.socials.map((social, idx) => (
<li key={idx}>
<Link href={social.link}>
<Link href={social.link} aria-label="Social links">
<i className={social.icon}></i>
</Link>
</li>

View File

@ -51,7 +51,7 @@ export default function RefugeeIFHP() {
most - your recovery.
</p>
<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>
@ -320,7 +320,7 @@ export default function RefugeeIFHP() {
guide you step by step.
</p>
<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>
@ -521,7 +521,7 @@ export default function RefugeeIFHP() {
you through every step of the process.
</p>
<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>

View File

@ -50,7 +50,7 @@ export default function RehabilitationDetailsPage({ params }) {
<Link
href={`/rehabilitation/${cat.slug}`}
className={cat.slug === service.slug ? "current" : ""}
>
aria-label="rehabilitation">
{cat.title}
</Link>
</li>

View File

@ -50,7 +50,7 @@ export default function RehabilitationPage() {
<div className="inner-box d-flex flex-column flex-grow-1">
<div className="image-box">
<figure className="image">
<Link href={`/rehabilitation/${service.slug}`}>
<Link href={`/rehabilitation/${service.slug}`} aria-label="rehabilitation">
<img src={service.mainImage} alt={service.title} />
</Link>
</figure>
@ -63,7 +63,7 @@ export default function RehabilitationPage() {
/>
</div>
<h3>
<Link href={`/rehabilitation/${service.slug}`}>{service.title}</Link>
<Link href={`/rehabilitation/${service.slug}`} aria-label="Service Title">{service.title}</Link>
</h3>
<p
className='text-start'

View File

@ -181,7 +181,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</div>
</div>
@ -191,7 +191,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</div>
</div>
@ -201,7 +201,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</div>
</div>
@ -211,7 +211,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</div>
</div>
@ -221,7 +221,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</div>
</div>
@ -231,7 +231,7 @@ export default function Home() {
<div className="feature-block-one">
<div className="inner-box">
<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>
</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 ones situation during this delicate time. No one should feel alone when looking for senior home care solutions. </p>
</div>
<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>
@ -537,7 +537,7 @@ export default function Home() {
target="_blank"
rel="noopener noreferrer"
className="theme-btn btn-one-new-raw"
>
aria-label="Reviee us on google">
<span>Review us on Google</span>
</Link>
</div>
@ -626,7 +626,7 @@ export default function Home() {
</div>
<div className="lower-content">
<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>
<span className="designation">{member.designation}</span>
{/* <ul className="social-links clearfix">

View File

@ -199,7 +199,7 @@ export default function Team() {
</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>
<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>
</Link>
</div>

View File

@ -54,6 +54,7 @@ export default function SocialFloat() {
color: "#fff", // White icon color
fontSize: "22px",
textDecoration: "none",
}}
>
<i className={icon.iconClass}></i>

View File

@ -5,7 +5,7 @@ export default function BackToTop({ scroll }) {
return (
<>
{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>
</Link>
)}

View File

@ -60,7 +60,7 @@ export default function PortfolioFilter1() {
<div className="inner-box">
<figure className="image-box"><img src="assets/images/gallery/gallery-1.jpg" alt="" /></figure>
<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>
</div>
@ -74,7 +74,7 @@ export default function PortfolioFilter1() {
<div className="inner-box">
<figure className="image-box"><img src="assets/images/gallery/gallery-2.jpg" alt="" /></figure>
<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>
</div>
@ -88,7 +88,7 @@ export default function PortfolioFilter1() {
<div className="inner-box">
<figure className="image-box"><img src="assets/images/gallery/gallery-3.jpg" alt="" /></figure>
<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>
</div>
@ -104,7 +104,7 @@ export default function PortfolioFilter1() {
<figure className="image-box"><img src="assets/images/gallery/gallery-4.jpg" alt="" /></figure>
<div className="content-box">
<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>
@ -118,7 +118,7 @@ export default function PortfolioFilter1() {
<div className="inner-box">
<figure className="image-box"><img src="assets/images/gallery/gallery-5.jpg" alt="" /></figure>
<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>
</div>

View File

@ -12,21 +12,21 @@ export default function ServiceTabs1() {
<div className="col-md-6">
<ul className="nav nav-tabs tab-btn-style-one mr-md-4" role="tablist">
<li className="nav-item" onClick={() => handleOnClick(1)}>
<a className={activeIndex == 1 ? "nav-link active" : "nav-link"}>01. Workflow &amp; Process
<a className={activeIndex == 1 ? "nav-link active" : "nav-link"} aria-label="Workflow process">01. Workflow &amp; Process
</a>
</li>
<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
</a>
</li>
<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
</a>
</li>
<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
</a>
</li>

View File

@ -10,7 +10,7 @@ export default function VideoPopup({ style, text }) {
{/* <a onClick={() => setOpen(true)} className="lightbox-image"><i className="icon-play" /></a> */}
{/* <span className="icon-10" onClick={() => setOpen(true)} /> */}
{!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>
}
@ -18,17 +18,17 @@ export default function VideoPopup({ style, text }) {
{style === 1 &&
<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>
}
{style === 2 &&
<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>
}
{style === 3 &&
<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" />
<span className="border-animation border-1" />
<span className="border-animation border-2" />
@ -38,12 +38,12 @@ export default function VideoPopup({ style, text }) {
}
{style === 4 &&
<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>
</div>
}
{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>
}

View File

@ -21,7 +21,7 @@ export default function Breadcrumb({ breadcrumbTitle, bannerImage }) {
<div className="content-box">
<h1>{breadcrumbTitle}</h1>
<ul className="bread-crumb clearfix">
<li><Link href="/">Home</Link></li>
<li><Link href="/" aria-label="Home">Home</Link></li>
<li>{breadcrumbTitle}</li>
</ul>
</div>

View File

@ -16,7 +16,7 @@ export default function Menu() {
</ul> */}
<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>
<li><Link href="/">Home Page One</Link></li>
<li><Link href="/index-2">Home Page Two</Link></li>
@ -25,24 +25,24 @@ export default function Menu() {
</ul> */}
</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>
<li><Link href="/our-team-physiotherapy-etobicoke">Our Team</Link></li>
<li><Link href="/ourapproach-physiotherapy-etobicoke">Our Approach</Link></li>
<li><Link href="/gallery-physiotherapy-etobicoke">Gallery</Link></li>
<li><Link href="/covid-19-updates">Covid-19-Updates</Link></li>
<li><Link href="/our-team-physiotherapy-etobicoke" aria-label="Our Team">Our Team</Link></li>
<li><Link href="/ourapproach-physiotherapy-etobicoke" aria-label="Our Approach">Our Approach</Link></li>
<li><Link href="/gallery-physiotherapy-etobicoke" aria-label="Gallery">Gallery</Link></li>
<li><Link href="/covid-19-updates" aria-label="Covid 19 Updates">Covid-19-Updates</Link></li>
</ul>
</li>
<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 */}
<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"
style={{ columnCount: 4, width: "100%", left: "0px" }}>
{servicesList.map((item) => (
<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}
</Link>
</li>
@ -78,11 +78,11 @@ export default function Menu() {
</ul>
</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>
{areaOfInjuryData.map(item => (
<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}
</Link>
</li>
@ -101,11 +101,11 @@ export default function Menu() {
</ul> */}
</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>
{Rehabilitation.map(item => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`}>
<Link href={`/rehabilitation/${item.slug}`} aria-label="Rehabilitation Title">
{item.title}
</Link>
</li>
@ -113,11 +113,11 @@ export default function Menu() {
</ul>
</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>
{Accident.map(item => (
<li key={item.id}>
<Link href={`/accident/${item.slug}`}>
<Link href={`/accident/${item.slug}`} aria-label="Accident Title">
{item.title}
</Link>
</li>
@ -125,10 +125,10 @@ export default function Menu() {
</ul>
</li>
<li><Link href="/blog">Blog</Link></li>
<li><Link href="/blog" aria-label="Blog">Blog</Link></li>
{/* Contact */}
<li><Link href="/contact">Contact</Link></li>
<li><Link href="/contact" aria-label="Contact">Contact</Link></li>
</ul>
</>
)

View File

@ -51,19 +51,19 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
{/* Header row (Logo left, Social icons right) */}
<div className="nav-header">
<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" />
</Link>
</div>
<div className="nav-social">
<ul className="clearfix">
<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>
</Link>
</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>
</Link>
</li>
@ -77,17 +77,17 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
<ul className="navigation clearfix">
<li>
<Link href="/" onClick={closeMenu}>Home</Link>
<Link href="/" onClick={closeMenu} aria-label="Home">Home</Link>
</li>
{/* About Us */}
<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"}` }}>
<li><Link href="/our-team-physiotherapy-etobicoke" onClick={closeMenu}>Our Team</Link></li>
<li><Link href="/ourapproach-physiotherapy-etobicoke" onClick={closeMenu}>Our Approach</Link></li>
<li><Link href="/gallery-physiotherapy-etobicoke" onClick={closeMenu}>Gallery</Link></li>
<li><Link href="/covid-19-updates" onClick={closeMenu}>Covid-19 Updates</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} aria-label="Our approach">Our Approach</Link></li>
<li><Link href="/gallery-physiotherapy-etobicoke" onClick={closeMenu} aria-label="Gallery">Gallery</Link></li>
<li><Link href="/covid-19-updates" onClick={closeMenu} aria-label="Covid-19 Updates">Covid-19 Updates</Link></li>
</ul>
<div
className={isActive.key == 1 ? "dropdown-btn open" : "dropdown-btn"}
@ -99,11 +99,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
{/* Services */}
<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"}` }}>
{servicesList.map((item) => (
<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}
</Link>
</li>
@ -119,11 +119,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
{/* Area of Injury */}
<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"}` }}>
{areaOfInjuryData.map((item) => (
<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}
</Link>
</li>
@ -139,11 +139,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
{/* Rehabilitation */}
<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"}` }}>
{Rehabilitation.map((item) => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`} onClick={closeMenu}>
<Link href={`/rehabilitation/${item.slug}`} onClick={closeMenu} aria-label="Rehabilitation title">
{item.title}
</Link>
</li>
@ -159,11 +159,11 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
{/* Accident */}
<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"}` }}>
{Accident.map((item) => (
<li key={item.id}>
<Link href={`/accident/${item.slug}`} onClick={closeMenu}>
<Link href={`/accident/${item.slug}`} onClick={closeMenu} aria-label="Accident title">
{item.title}
</Link>
</li>
@ -178,12 +178,12 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
</li>
{/* Other Links */}
<li><Link href="/contact" onClick={closeMenu}>Contact</Link></li>
<li><Link href="/blog" onClick={closeMenu}>Blog</Link></li>
<li><Link href="/why-rapha-physiotherapy-etobicoke" onClick={closeMenu}>Why Us</Link></li>
<li><Link href="/faq-physiotherapy-etobicoke" onClick={closeMenu}>Faq</Link></li>
<li><Link href="/what-to-expect" onClick={closeMenu}>What To Expect</Link></li>
<li><Link href="/payment-insurance" onClick={closeMenu}>Payment And Insurance</Link></li>
<li><Link href="/contact" onClick={closeMenu} aria-label="Contact">Contact</Link></li>
<li><Link href="/blog" onClick={closeMenu} aria-label="Blog">Blog</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} aria-label="Faq">Faq</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} aria-label="Payment and insurance">Payment And Insurance</Link></li>
{/* <li><Link href="/refugee-physiotherapy" onClick={closeMenu}>Refugee Physiotherapy</Link></li> */}
</ul>
</div>
@ -195,12 +195,12 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
<ul>
<li>5 4335 Bloor Street West Etobicoke, M9C 2A5</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
</Link>
</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
</Link>
</li>

View File

@ -13,19 +13,19 @@ export default function Menu() {
</ul> */}
<ul className="navigation clearfix">
<li className=" dropdown"><Link href="/">Home</Link>
<li className=" dropdown"><Link href="/" aria-label="Home">Home</Link>
<ul>
<li><Link href="/">Home Page One</Link></li>
<li><Link href="/index-2">Home Page Two</Link></li>
<li><Link href="/index-3">Home Page Three</Link></li>
<li><Link href="/onepage">OnePage Home</Link></li>
<li><Link href="/" aria-label="Home Page one ">Home Page One</Link></li>
<li><Link href="/index-2" aria-label="Home page two">Home Page Two</Link></li>
<li><Link href="/index-3" aria-label="Home page three">Home Page Three</Link></li>
<li><Link href="/onepage" aria-label="Onepage home">OnePage Home</Link></li>
</ul>
</li>
<li><Link href="#about">About</Link></li>
<li><Link href="#service">Service</Link></li>
<li><Link href="#team">Team</Link></li>
<li><Link href="#news">News</Link></li>
<li><Link href="#footer">Footer</Link></li>
<li><Link href="#about" aria-label="About">About</Link></li>
<li><Link href="#service" aria-label="Service">Service</Link></li>
<li><Link href="#team" aria-label="Team">Team</Link></li>
<li><Link href="#news" aria-label="News">News</Link></li>
<li><Link href="#footer" aria-label="Footer">Footer</Link></li>
</ul>
</>

View File

@ -20,27 +20,27 @@ export default function Sidebar({ isSidebar, handleSidebar }) {
<div className="sidebar-info-contents">
<div className="content-inner">
<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 className="content-box">
<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>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 className="contact-info">
<h4>Contact Info</h4>
<ul>
<li>Chicago 12, Melborne City, USA</li>
<li><Link href="tel:+8801682648101">+88 01682648101</Link></li>
<li><Link href="mailto:info@example.com">info@example.com</Link></li>
<li><Link href="tel:+8801682648101" aria-label="+88 01682648101">+88 01682648101</Link></li>
<li><Link href="mailto:info@example.com" aria-label="info@example.com">info@example.com</Link></li>
</ul>
</div>
<ul className="social-box">
<li><Link href="#"><i className="icon-4"></i></Link></li>
<li><Link href="#"><i className="icon-5"></i></Link></li>
<li><Link href="#"><i className="icon-6"></i></Link></li>
<li><Link href="#"><i className="icon-7"></i></Link></li>
<li><Link href="#" aria-label="icon-4"><i className="icon-4"></i></Link></li>
<li><Link href="#" aria-label="icon-5"><i className="icon-5"></i></Link></li>
<li><Link href="#" aria-label="icon-6"><i className="icon-6"></i></Link></li>
<li><Link href="#" aria-label="icon-7"><i className="icon-7"></i></Link></li>
</ul>
</div>
</div>

View File

@ -38,7 +38,7 @@ export default function Footer2() {
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget logo-widget">
<figure className="footer-logo">
<Link href="/">
<Link href="/" aria-label="Logo">
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
</Link>
</figure>
@ -48,11 +48,11 @@ export default function Footer2() {
<ul className="social-links clearfix">
<li>
<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>
<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>
</ul>
</div>
@ -74,7 +74,7 @@ export default function Footer2() {
<li key={item.id}>
<Link
href={`/etobicoke-treatment-service/${item.slug}`}
>
aria-label="Etobicoke treatment service">
{item.shortTitle}
</Link>
</li>
@ -97,7 +97,7 @@ export default function Footer2() {
<ul className="links-list clearfix">
{areaOfInjuryData.map((item) => (
<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}
</Link>
</li>
@ -118,7 +118,7 @@ export default function Footer2() {
<ul className="links-list clearfix">
{Accident.map((item) => (
<li key={item.id}>
<Link href={`/accident/${item.slug}`}>
<Link href={`/accident/${item.slug}`} aria-label="Accident title">
{item.title}
</Link>
</li>
@ -137,7 +137,7 @@ export default function Footer2() {
<ul className="links-list clearfix">
{Rehabilitation.map((item) => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`}>
<Link href={`/rehabilitation/${item.slug}`} aria-label="Rehabilitation title">
{item.title}
</Link>
</li>
@ -162,11 +162,11 @@ export default function Footer2() {
</li>
<li>
<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>
<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
</Link>
</li>

View File

@ -38,7 +38,7 @@ export default function Footer2() {
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget logo-widget">
<figure className="footer-logo">
<Link href="/">
<Link href="/" aria-label="Logo">
<img src="/assets/images/footer-logo.png" alt="rapharehab" />
</Link>
</figure>
@ -48,11 +48,11 @@ export default function Footer2() {
<ul className="social-links clearfix">
<li>
<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>
<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>
</ul>
</div>
@ -74,7 +74,7 @@ export default function Footer2() {
<li key={item.id}>
<Link
href={`/etobicoke-treatment-service/${item.slug}`}
>
aria-label="Etobicoke treatment service">
{item.shortTitle}
</Link>
</li>
@ -97,7 +97,7 @@ export default function Footer2() {
<ul className="links-list clearfix">
{areaOfInjuryData.map((item) => (
<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}
</Link>
</li>
@ -118,7 +118,7 @@ export default function Footer2() {
<ul className="links-list clearfix">
{Accident.map((item) => (
<li key={item.id}>
<Link href={`/accident/${item.slug}`}>
<Link href={`/accident/${item.slug}`} aria-label="Accident title">
{item.title}
</Link>
</li>
@ -137,7 +137,7 @@ export default function Footer2() {
<ul className="links-list clearfix">
{Rehabilitation.map((item) => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`}>
<Link href={`/rehabilitation/${item.slug}`} aria-label="rehabilitation title">
{item.title}
</Link>
</li>
@ -162,11 +162,11 @@ export default function Footer2() {
</li>
<li>
<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>
<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
</Link>
</li>

View File

@ -19,7 +19,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
style={{ marginRight: "8px" }}
className="red-icon"
/>
<Link href="tel:647-722-3434">
<Link href="tel:647-722-3434" aria-label="647-722-3434" >
<span style={{
color: "white",
}} >
@ -34,7 +34,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
style={{ marginRight: "8px" }}
className="red-icon"
/>
<Link href="mailto:bloor@rapharehab.ca">
<Link href="mailto:bloor@rapharehab.ca" aria-label="bloor@rapharehab.ca">
<span style={{
color: "white",
}} >
@ -45,18 +45,18 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
</ul>
<ul className="social-links clearfix">
<li><Link href="/why-rapha-physiotherapy-etobicoke">Why Us</Link></li>
<li><Link href="/faq-physiotherapy-etobicoke">FAQs</Link></li>
<li><Link href="/what-to-expect">What To Expect</Link></li>
<li><Link href="/payment-insurance">Payment And Insurance</Link></li>
<li><Link href="/why-rapha-physiotherapy-etobicoke" aria-label="Why us">Why Us</Link></li>
<li><Link href="/faq-physiotherapy-etobicoke" aria-label="Faq">FAQs</Link></li>
<li><Link href="/what-to-expect" aria-label="What to expect">What To Expect</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="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>
</Link>
</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>
</Link>
</li>
@ -71,7 +71,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
<div className="outer-box new">
<div className="logo-box">
<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>
</div>
@ -97,7 +97,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
<div className="outer-box">
<div className="logo-box">
<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>
</div>

View File

@ -1,7 +1,9 @@
'use client'
"use client";
import React, { useState, useEffect } from "react";
import Link from "next/link";
import Menu from "../Menu";
import MobileMenu from "../MobileMenu";
import Image from "next/image";
export default function Header2({
scroll,
@ -11,12 +13,28 @@ export default function Header2({
handleSidebar,
isHome = false,
}) {
const [isMobile, setIsMobile] = useState(false);
// ✅ Detect mobile screen
useEffect(() => {
const checkScreenSize = () => setIsMobile(window.innerWidth <= 768);
checkScreenSize();
window.addEventListener("resize", checkScreenSize);
return () => window.removeEventListener("resize", checkScreenSize);
}, []);
// ✅ Switch logo based on screen size
const logoSrc = isMobile
? "/assets/images/logo-mbl.png" // mobile logo
: "/assets/images/logo.png"; // desktop logo
return (
<>
<header
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="top-inner">
<ul className="info-list clearfix">
@ -26,7 +44,9 @@ export default function Header2({
alt="Phone"
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>
<img
@ -34,22 +54,50 @@ export default function Header2({
alt="Mail"
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>
</ul>
<ul className="social-links clearfix">
<li><Link href="/why-rapha-physiotherapy-etobicoke">Why Us</Link></li>
<li><Link href="/faq-physiotherapy-etobicoke">FAQs</Link></li>
<li><Link href="/what-to-expect">What To Expect</Link></li>
<li><Link href="/payment-insurance">Payment And Insurance</Link></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="FAQs page">
FAQs
</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>
</Link>
</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>
</Link>
</li>
@ -57,13 +105,28 @@ export default function Header2({
</div>
</div>
{/* Header Lower */}
<div className="header-lower">
<div className="outer-container">
<div className="outer-box">
<div className="logo-box">
<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>
</div>
@ -75,7 +138,10 @@ export default function Header2({
</div>
<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 />
</div>
</nav>
@ -84,18 +150,36 @@ export default function Header2({
</div>
</div>
{/* Sticky Header */}
<div className="sticky-header">
<div className="auto-container">
<div className="outer-box">
<div className="logo-box">
<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>
</div>
<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 />
</div>
</nav>
@ -103,7 +187,6 @@ export default function Header2({
</div>
</div>
{/* Mobile Menu */}
<MobileMenu handleMobileMenu={handleMobileMenu} />
</header>
</>

View File

@ -179,7 +179,7 @@ export default function AboutSection() {
</div>
<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>
</Link>
</div>

View File

@ -1,90 +1,115 @@
import React from 'react';
"use client";
import React, { useState, useEffect } from "react";
import Link from "next/link";
import Image from "next/image";
import { areaOfInjuryData } from '@/utils/AreaOfInjery.utils';
import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils";
export default function AreaOfInjury() {
const teamMembers = [
{ name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' },
{ name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' },
{ name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' },
{ name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' },
{ name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' },
{ name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' },
{ name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' },
{ name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' },
];
const [isMobile, setIsMobile] = useState(false);
// ✅ Detect mobile screen (same logic as Header2)
useEffect(() => {
const checkScreenSize = () => setIsMobile(window.innerWidth <= 768);
checkScreenSize();
window.addEventListener("resize", checkScreenSize);
return () => window.removeEventListener("resize", checkScreenSize);
}, []);
return (
<section className="team-section sec-pad centred bg-color-1">
{/* ===== Background Patterns ===== */}
<div className="pattern-layer">
<div className="pattern-1">
<Image
// loader={exportableLoader}
src="/assets/images/shape/shape-13.webp"
alt="Physiotherapy at Rapharehab"
alt="Physiotherapy Background"
fill
style={{ objectFit: "cover" }}
/>
</div>
<div className="pattern-2">
<Image
// loader={exportableLoader}
src="/assets/images/shape/shape-14.webp"
alt="Physiotherapy at Rapharehab"
alt="Physiotherapy Background"
fill
style={{ objectFit: "cover" }}
/>
</div>
</div>
<div className="shape">
{/* <div className="shape-1 float-bob-y" style={{ backgroundImage: 'url(assets/images/shape/shape-15.png)' }}></div> */}
<div className="shape-2"></div>
{/* <div className="shape-3 float-bob-x" style={{ backgroundImage: 'url(assets/images/shape/shape-16.png)' }}></div> */}
</div>
{/* ===== Section Header ===== */}
<div className="auto-container">
<div className="sec-title mb_50 centred">
<span className="sub-title-1 new-color2">Start Your Treatment Today! <br /> Visit our healthcare team in Etobicoke.</span>
<span className="sub-title-1 new-color2">
Start Your Treatment Today! <br /> Visit our healthcare team in
Etobicoke.
</span>
<h2 className="tex-color-1">Area Of Injury</h2>
</div>
{/* ===== Injuries Grid ===== */}
<div className="row clearfix">
{areaOfInjuryData.slice(0, 8).map((area, index) => (
<div key={index} className="col-lg-3 col-md-6 col-6 team-block d-flex">
<div className="team-block-one wow fadeInUp animated d-flex flex-column flex-grow-1"
// data-wow-delay={`${index * 50}ms`} data-wow-duration="500ms"
{areaOfInjuryData.slice(0, 8).map((area, index) => {
// ✅ Same concept as Header logo switching
const imageSrc = isMobile
? area.mobileImage || area.image // if mobile image exists, use it
: area.image;
return (
<div
key={index}
className="col-lg-3 col-md-6 col-6 team-block d-flex"
>
<div className="team-block-one wow fadeInUp animated d-flex flex-column flex-grow-1">
<div className="inner-box d-flex flex-column flex-grow-1">
<div className="image-box">
<figure className="image">
<img src={area.image} alt={area.title.toUpperCase()} />
{/* ✅ Using Next/Image for automatic optimization */}
<Image
src={imageSrc}
alt={area.title}
width={400}
height={400}
quality={75}
priority={index < 4} // first few load faster
sizes="(max-width: 768px) 100vw, 33vw"
style={{
width: "100%",
height: "auto",
objectFit: "cover",
borderRadius: "10px",
}}
/>
</figure>
{/* <ul className="social-links clearfix">
<li><Link href="/#"><i className="icon-4"></i></Link></li>
<li><Link href="/#"><i className="icon-5"></i></Link></li>
<li><Link href="/#"><i className="icon-6"></i></Link></li>
<li><Link href="/#"><i className="icon-7"></i></Link></li>
</ul> */}
</div>
<div className="lower-content mt-auto">
<h3><Link href={`/area-of-injury/${area.slug}`}>{area.title}</Link></h3>
{/* <span className="designation">{member.role}</span> */}
<h3>
<Link href={`/area-of-injury/${area.slug}`} aria-label="Area of injury title">
{area.title}
</Link>
</h3>
</div>
</div>
</div>
</div>
))}
<div className='col-12 text-center'>
);
})}
{/* ===== View All Button ===== */}
<div className="col-12 text-center">
<div className="btn-box">
<Link href="/area-of-injury" className="theme-btn btn-one-new"><span>View All</span></Link>
<Link href="/area-of-injury" className="theme-btn btn-one-new" aria-label="View all">
<span>View All</span>
</Link>
</div>
</div>
</div>
</div>
</section>
);
};
}

View File

@ -99,7 +99,7 @@ export default function FaqSection() {
<li className="accordion block active-block">
<div className={isActive.key == 1 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(1)}>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>About Us</h5>
<h4>About Us</h4>
</div>
<div className={isActive.key == 1 ? "acc-content current" : "acc-content"}>
<div className="content">
@ -107,14 +107,14 @@ export default function FaqSection() {
</div>
</div>
<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>
</li>
<li className="accordion block active-block">
<div className={isActive.key == 2 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(2)}>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>Vision</h5>
<h4>Vision</h4>
</div>
<div className={isActive.key == 2 ? "acc-content current" : "acc-content"}>
<div className="content">
@ -126,7 +126,7 @@ export default function FaqSection() {
<li className="accordion block active-block">
<div className={isActive.key == 3 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(3)}>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>Mission</h5>
<h4>Mission</h4>
</div>
<div className={isActive.key == 3 ? "acc-content current" : "acc-content"}>
<div className="content">
@ -138,7 +138,7 @@ export default function FaqSection() {
<li className="accordion block active-block">
<div className={isActive.key == 4 ? "acc-btn active" : "acc-btn"} onClick={() => handleToggle(4)}>
<div className="icon-box"><i className="icon-34"></i></div>
<h5>Why Choose Us</h5>
<h4>Why Choose Us</h4>
</div>
<div className={isActive.key == 4 ? "acc-content current" : "acc-content"}>
<div className="content">
@ -146,7 +146,7 @@ export default function FaqSection() {
</div>
</div>
<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>
</li>

View File

@ -14,7 +14,7 @@ export default function MobileFeatureCard() {
<div className="icon-box">
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
</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> */}
</div>
</div>
@ -26,7 +26,7 @@ export default function MobileFeatureCard() {
<div className="icon-box">
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
</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> */}
</div>
</div>
@ -38,7 +38,7 @@ export default function MobileFeatureCard() {
<div className="icon-box">
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
</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> */}
</div>
</div>
@ -50,7 +50,7 @@ export default function MobileFeatureCard() {
<div className="icon-box">
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
</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> */}
</div>
</div>

View File

@ -47,12 +47,12 @@ export default function MobileServices() {
src={service.icon2}
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">
<Link
href={`/etobicoke-treatment-service/${service.slug}`}
className="theme-btn-2 btn-one"
>
aria-label="View Service">
<span>View Service</span>
</Link>
</div>
@ -66,7 +66,7 @@ export default function MobileServices() {
<div className='col-12 text-center'>
<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>

View File

@ -42,7 +42,7 @@ export default function ServicesSection() {
<div className="inner-box d-flex flex-column flex-grow-1">
<div className="image-box">
<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} />
</Link>
</figure>
@ -52,7 +52,7 @@ export default function ServicesSection() {
<img src={service?.icon} alt={service.alt} />
</div>
<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}
</Link>
</h3>
@ -75,7 +75,7 @@ export default function ServicesSection() {
))}
<div className='col-12 text-center'>
<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>

View File

@ -40,19 +40,19 @@ export default function News() {
<div className="news-block-one">
<div className="inner-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} />
</Link>
</figure>
<div className="lower-content">
<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}
</Link>
</h3>
<p>{blog.shortDesc}</p>
<div className="link">
<Link href={`/blog/${blog.slug}`}>
<Link href={`/blog/${blog.slug}`} aria-label="Read More">
<span>Read More</span>
</Link>
</div>

View File

@ -56,7 +56,7 @@ export default function Testimonial() {
target="_blank"
rel="noopener noreferrer"
className="theme-btn btn-one-new-raw"
>
aria-label="Review us on google">
<span>Review us on Google</span>
</Link>
</div>

View File

@ -34,7 +34,7 @@ export default function Video() {
</div> */}
<h2>Expert Online Consultations <br />with our therapists.</h2>
<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>

View File

@ -166,7 +166,7 @@ export default function Banner() {
)}
<p style={{ color: "#fff" }}>{s.desc}</p>
<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>
</Link>
</div>

View File

@ -15,7 +15,7 @@ export default function Features() {
<div className="icon-box">
<img src="/assets/images/home/icons/experienced.webp" alt="Experienced Professionals" />
</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> */}
</div>
</div>
@ -27,7 +27,7 @@ export default function Features() {
<div className="icon-box">
<img src="/assets/images/home/icons/walk-in.webp" alt="Walk-in Appointments" />
</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> */}
</div>
</div>
@ -39,7 +39,7 @@ export default function Features() {
<div className="icon-box">
<img src="/assets/images/home/icons/state.webp" alt="State-of-the-Art Technology" />
</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> */}
</div>
</div>
@ -51,7 +51,7 @@ export default function Features() {
<div className="icon-box">
<img src="/assets/images/home/icons/one.webp" alt="One-on-One care" />
</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> */}
</div>
</div>

View File

@ -140,7 +140,7 @@ export default function MobileBanner() {
<Link
href={slide.buttonLink}
className="theme-btn btn-one-new"
>
aria-label="Mobile Banner Button">
<span>{slide.buttonText}</span>
</Link>
</div>

View File

@ -60,7 +60,7 @@ export default function Solution() {
</div> */}
<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>
</Link>
</div>

View File

@ -146,7 +146,7 @@ h4, .h4 {
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
font-size: 1.25rem;
}
}

View File

@ -27,6 +27,13 @@
font-weight: 600;
}
.accordion .acc-btn h4 {
display: block;
font-size: 18px;
line-height: 30px;
font-weight: 600;
}
.accordion .acc-btn.active {
background: var(--theme-color);
}
@ -35,6 +42,11 @@
color: #fff;
}
.accordion .acc-btn.active h4 {
color: #fff;
}
.accordion .acc-btn .icon-box {
position: absolute;
display: inline-block;
@ -110,6 +122,13 @@
font-weight: 600;
}
.accordion .acc-btn h4 {
display: block;
font-size: 15px !important;
line-height: 30px;
font-weight: 600;
}
.accordion .acc-btn {
position: relative;
padding: 20px 20px 20px 20px !important;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -19,7 +19,7 @@ const Accident = [
<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>
<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">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li>Pain or discomfort</li>
@ -53,7 +53,7 @@ const Accident = [
</div>
<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>
<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;">
@ -93,7 +93,7 @@ const Accident = [
<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>
<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">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li>Severe mobility limitations</li>
@ -128,7 +128,7 @@ const Accident = [
</div>
<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>
<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;">
@ -173,7 +173,7 @@ const Accident = [
<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>
<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">
<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>
@ -208,7 +208,7 @@ const Accident = [
</div>
<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>
<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;">
@ -249,7 +249,7 @@ const Accident = [
<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>
<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">
<ul class='list-style-one mt-3' style="padding-left: 30px; list-style-type: disc; margin: 0; display: block;">
<li>Headaches and dizziness</li>
@ -285,7 +285,7 @@ const Accident = [
</div>
<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>
<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;">
@ -326,7 +326,7 @@ const Accident = [
<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>
<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">
<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>
@ -361,7 +361,7 @@ const Accident = [
</div>
<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>
<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;">
@ -402,7 +402,7 @@ const Accident = [
<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 patients 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">
<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>
@ -437,7 +437,7 @@ const Accident = [
</div>
<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>
<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;">
@ -477,7 +477,7 @@ const Accident = [
<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>
<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">
<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>
@ -512,7 +512,7 @@ const Accident = [
</div>
<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>
<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;">

View File

@ -3,9 +3,11 @@ export const areaOfInjuryData = [
"id": 1,
"slug": "head-injury-physiotherapy-management-etobicoke",
"title": "Head Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Recover faster from head injuries with expert physiotherapy and personalized care.",
"image": "/assets/images/areas-of-injury/head-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/mbl.webp",
"bannerImage": "/assets/images/areas-of-injury/head-injury/head-injury-banner.webp",
"mainImage": "/assets/images/areas-of-injury/head-injury/big-img.webp",
"icon": "/assets/images/areas-of-injury/icon/head.webp",
@ -13,7 +15,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert head injury physiotherapy management in Etobicoke — Rapharehab helps you recover mobility, balance, and confidence after trauma.",
"content": `
<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;">
<li style="list-style-type:disc;">Concussions</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.
Each treatment plan is customized based on your short-term and long-term recovery goals.
</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;">
<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>
@ -61,9 +63,10 @@ export const areaOfInjuryData = [
"id": 2,
"slug": "neck-injury-physiotherapy-management-etobicoke",
"title": "Neck Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Relieve neck pain, restore strength, and move freely again with specialized neck injury physiotherapy in Etobicoke.",
"image": "/assets/images/areas-of-injury/neck-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp",
"bannerImage": "/assets/images/areas-of-injury/neck-injury/neck-injury-banner.webp",
"mainImage": "/assets/images/areas-of-injury/neck-injury/big-img.webp",
"icon": "/assets/images/areas-of-injury/icon/neck.webp",
@ -71,7 +74,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert neck injury physiotherapy management in Etobicoke. Relieve pain, improve posture, and regain mobility with Rapharehabs personalized care.",
"content": `
<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;">
<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>
@ -108,7 +111,7 @@ export const areaOfInjuryData = [
We dont just treat the symptoms we focus on improving neck strength, posture, and flexibility to promote long-term healing.
</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;">
<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>
@ -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.
</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;">
<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>
@ -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.
</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>
Your first visit begins with a detailed consultation and physical evaluation. Our therapist will assess your pain, movement patterns, and lifestyle habits.
From there, well 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 youre sitting at a desk or returning to sports.
</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;">
<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>
@ -173,9 +176,11 @@ export const areaOfInjuryData = [
"id": 3,
"slug": "shoulder-injury-physiotherapy-management-etobicoke",
"title": "Shoulder Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Recover strength, mobility, and confidence with expert shoulder injury physiotherapy in Etobicoke.",
"image": "/assets/images/areas-of-injury/shoulder-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/3.webp",
"bannerImage": "/assets/images/areas-of-injury/shoulder-injury/shoulder-injury-banner.webp",
"mainImage": "/assets/images/areas-of-injury/shoulder-injury/big-img.webp",
"icon": "/assets/images/areas-of-injury/icon/shoulder.webp",
@ -183,7 +188,7 @@ export const areaOfInjuryData = [
"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">
<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;">
<li style="list-style-type:disc;">Rotator cuff injuries and tears</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.
</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;">
<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>
@ -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.
</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;">
<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>
@ -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.
</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>
During your initial visit, our physiotherapist will assess your shoulders movement, muscle strength, and pain response.
Based on your condition, well 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.
</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;">
<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>
@ -282,9 +287,10 @@ export const areaOfInjuryData = [
"id": 4,
"slug": "elbow-injury-physiotherapy-management-etobicoke",
"title": "Elbow Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Heal elbow pain and restore strength with expert physiotherapy management in Etobicoke.",
"image": "/assets/images/areas-of-injury/elbo-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/4.webp",
"bannerImage": "/assets/images/areas-of-injury/elbo-injury/elbow-injury-banner.webp",
"icon": "/assets/images/areas-of-injury/icon/elbow.webp",
"mainImage": "/assets/images/areas-of-injury/elbo-injury/big-img.webp",
@ -292,7 +298,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert elbow injury physiotherapy management in Etobicoke — Rapharehab helps relieve pain, improve flexibility, and restore elbow function.",
"content": `
<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;">
<li style="list-style-type:disc;">Tennis elbow (lateral epicondylitis)</li>
<li style="list-style-type:disc;">Golfers 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.
</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;">
<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>
@ -345,7 +351,7 @@ export const areaOfInjuryData = [
Our evidence-based treatments ensure that your elbow heals properly while minimizing the risk of recurrence.
</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;">
<li style="list-style-type:disc;">Tennis elbow (pain on the outer elbow)</li>
<li style="list-style-type:disc;">Golfers 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.
</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>
On your first visit, well conduct a detailed assessment to understand your symptoms and activity limitations.
Based on your diagnosis, our physiotherapists will craft a personalized treatment plan combining manual therapy, stretching, and strengthening exercises to optimize your recovery.
@ -369,7 +375,7 @@ export const areaOfInjuryData = [
Each session focuses on reducing inflammation, improving motion, and rebuilding muscle endurance all essential for restoring your daily functionality.
</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;">
<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>
@ -393,9 +399,10 @@ export const areaOfInjuryData = [
"id": 5,
"slug": "wristhand-injury-physiotherapy-management-etobicoke",
"title": "Wrist & Hand Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Recover hand and wrist strength with expert physiotherapy management in Etobicoke.",
"image": "/assets/images/areas-of-injury/wrist-hand-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/5.webp",
"mainImage": "/assets/images/areas-of-injury/wrist-hand-injury/big-img.webp",
"bannerImage": "/assets/images/areas-of-injury/wrist-hand-injury/wrist-hand-injury-banner.webp",
"icon": "/assets/images/areas-of-injury/icon/wrist.webp",
@ -403,7 +410,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert wrist and hand injury physiotherapy management in Etobicoke — Rapharehab helps restore strength, mobility, and grip function.",
"content": `
<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;">
<li style="list-style-type:disc;">Carpal tunnel syndrome</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.
</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;">
<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>
@ -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.
</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;">
<li style="list-style-type:disc;">Carpal tunnel syndrome</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.
</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>
During your initial session, our physiotherapist will assess your pain points, grip strength, and functional limitations.
Based on your specific needs, a customized treatment plan will combine manual techniques, strengthening, and mobility training to promote full recovery.
@ -481,7 +488,7 @@ export const areaOfInjuryData = [
We also focus on hand dexterity, coordination, and nerve gliding techniques to improve precision and reduce tingling sensations or stiffness.
</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;">
<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>
@ -505,17 +512,18 @@ export const areaOfInjuryData = [
"id": 6,
"slug": "lowback-injury-physiotherapy-management-etobicoke",
"title": "Low Back Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Ease your back pain and restore movement with expert low back injury physiotherapy management in Etobicoke.",
image: "/assets/images/areas-of-injury/low-back-injury/left.webp",
mainImage: "/assets/images/areas-of-injury/low-back-injury/big-img.webp",
bannerImage: "/assets/images/areas-of-injury/low-back-injury/low-back-injury-banner.webp",
icon: "/assets/images/areas-of-injury/icon/low-back.webp",
"image": "/assets/images/areas-of-injury/low-back-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/6.webp",
"mainImage": "/assets/images/areas-of-injury/low-back-injury/big-img.webp",
"bannerImage": "/assets/images/areas-of-injury/low-back-injury/low-back-injury-banner.webp",
"icon": "/assets/images/areas-of-injury/icon/low-back.webp",
"metaTitle": "Low Back Physiotherapy in Etobicoke | Rapharehab",
"metaDiscription": "Effective low back injury physiotherapy management in Etobicoke — restore mobility, relieve pain, and regain confidence with Rapharehab.",
"content": `
<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;">
<li style="list-style-type:disc;">Muscle strains and ligament sprains</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.
</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;">
<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>
@ -568,7 +576,7 @@ export const areaOfInjuryData = [
With consistent physiotherapy sessions, youll learn how to move confidently and safely.
</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;">
<li style="list-style-type:disc;">Acute or chronic low back pain</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.
</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>
During your first visit, our physiotherapist will perform a detailed assessment to identify the source of your pain and limitations.
Your personalized treatment plan may include manual therapy, stretching, and gradual strengthening to improve spinal stability.
@ -592,7 +600,7 @@ export const areaOfInjuryData = [
We also teach practical strategies to manage your posture during work, sleep, and daily activities so you can stay pain-free in the long run.
</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;">
<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>
@ -616,9 +624,10 @@ export const areaOfInjuryData = [
"id": 7,
"slug": "hip-injury-physiotherapy-management-etobicoke",
"title": "Hip Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Restore hip strength, mobility, and function with expert physiotherapy management in Etobicoke.",
"image": "/assets/images/areas-of-injury/hip-injury/left.webp",
"mobileImage": "/assets/images/areas-of-injury/mbl-images-A-O-J/7.webp",
"bannerImage": "/assets/images/areas-of-injury/hip-injury/hip-injury-banner.webp",
"mainImage": "/assets/images/areas-of-injury/hip-injury/big-img.webp",
"icon": "/assets/images/areas-of-injury/icon/hip.webp",
@ -626,7 +635,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert hip injury physiotherapy management in Etobicoke — regain strength, flexibility, and pain-free mobility with Rapharehab.",
"content": `
<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;">
<li style="list-style-type:disc;">Hip fractures and post-surgical rehabilitation</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.
</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;">
<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>
@ -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.
</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;">
<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>
@ -692,7 +701,7 @@ export const areaOfInjuryData = [
Our team focuses on improving strength, stability, and overall function to help you move with confidence.
</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>
During your initial session, our physiotherapist will perform a thorough assessment to understand the source of your hip pain and limitations.
A personalized treatment plan will then be developed, combining manual therapy, targeted exercises, and functional training to promote optimal recovery.
@ -702,7 +711,7 @@ export const areaOfInjuryData = [
We also provide guidance on safe movement, posture, and exercises to enhance hip stability and prevent future injuries.
</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;">
<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>
@ -725,9 +734,10 @@ export const areaOfInjuryData = [
"id": 8,
"slug": "legknee-injury-physiotherapy-management-etobicoke",
"title": "Leg & Knee Injuries",
shortTitle: "",
"shortTitle": "",
"shortDescription": "Recover strength, mobility, and stability in your leg and knee with expert physiotherapy management in Etobicoke.",
"image": "/assets/images/areas-of-injury/leg-knee-injury/left.webp",
mobileImage: "/assets/images/areas-of-injury/mbl-images-A-O-J/2.webp",
"bannerImage": "/assets/images/areas-of-injury/leg-knee-injury/leg-knee-injury-banner.webp",
"mainImage": "/assets/images/areas-of-injury/leg-knee-injury/big-img.webp",
"icon": "/assets/images/areas-of-injury/icon/knee.webp",
@ -735,7 +745,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert leg and knee injury physiotherapy management in Etobicoke — restore strength, stability, and mobility with Rapharehab.",
"content": `
<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;">
<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>
@ -772,7 +782,7 @@ export const areaOfInjuryData = [
We aim to reduce pain, prevent further injury, and help you return to your normal activities safely.
</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;">
<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>
@ -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.
</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;">
<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>
@ -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.
</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>
During your first session, our physiotherapist will conduct a thorough assessment of your knee and leg function, including range of motion, strength, and stability.
A personalized treatment plan will be developed, combining manual therapy, strengthening, balance, and functional exercises to optimize recovery.
@ -810,7 +820,7 @@ export const areaOfInjuryData = [
We also provide education on proper movement, posture, and activity modifications to support long-term joint health and prevent reinjury.
</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;">
<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>
@ -843,7 +853,7 @@ export const areaOfInjuryData = [
"metaDiscription": "Expert ankle and foot injury physiotherapy management in Etobicoke — regain strength, balance, and pain-free mobility with Rapharehab.",
"content": `
<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;">
<li style="list-style-type:disc;">Sprains, strains, and ligament injuries</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.
</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;">
<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>
@ -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.
</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;">
<li style="list-style-type:disc;">Ankle sprains and ligament injuries</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.
</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>
During your initial session, our physiotherapist will perform a thorough assessment to identify the root cause of pain or limitation.
A tailored plan will be created, combining manual therapy, strengthening, balance, and functional exercises for optimal recovery.
@ -918,7 +928,7 @@ export const areaOfInjuryData = [
Education on safe movement, footwear, and activity modification is also provided to prevent re-injury and support long-term health.
</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;">
<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>

View File

@ -19,7 +19,7 @@ const Rehabilitation = [
<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>
<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">
<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>
@ -55,7 +55,7 @@ const Rehabilitation = [
</div>
<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>
<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;">
@ -97,7 +97,7 @@ const Rehabilitation = [
<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>
<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">
<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>
@ -132,7 +132,7 @@ const Rehabilitation = [
</div>
<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>
<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;">
@ -174,7 +174,7 @@ const Rehabilitation = [
<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>
<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">
<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>
@ -209,7 +209,7 @@ const Rehabilitation = [
</div>
<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>
<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;">
@ -254,7 +254,7 @@ const Rehabilitation = [
<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>
<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">
<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>
@ -290,7 +290,7 @@ const Rehabilitation = [
</div>
<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>
<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;">

File diff suppressed because it is too large Load Diff