'use client' import Layout from "@/components/layout/Layout" import Link from "next/link" import { useState } from 'react' import { teamMembers } from "@/utils/constant.utils"; import CounterUp from "@/components/elements/CounterUp"; import { Autoplay, Navigation, Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; import 'swiper/css'; import 'swiper/css/navigation'; import 'swiper/css/pagination'; import Image from "next/image"; const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 1, spaceBetween: 0, loop: true, autoplay: { delay: 2500, disableOnInteraction: false, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination: { el: '.swiper-pagination', clickable: true, }, }; const images = [ '/assets/images/BrandPartners/1.png', '/assets/images/BrandPartners/2.png', '/assets/images/BrandPartners/3.png', '/assets/images/BrandPartners/4.png', '/assets/images/BrandPartners/5.png', '/assets/images/BrandPartners/6.png', ]; export default function Home() { const [isOpen, setOpen] = useState(false) const [activeIndex, setActiveIndex] = useState(null); const toggleReadMore = (index) => { setActiveIndex(activeIndex === index ? null : index); }; const contents = [ { title: "Mission", img: "/assets/images/about-us/section2/mission.webp", text: "Rapha Rehab is committed to delivering high-quality, innovative, and personalized health care in a supportive and professional environment. Our interdisciplinary team." }, { title: "Vision", img: "/assets/images/about-us/section2/vision.webp", text: "To be recognized as Etobicoke’s most trusted and effective rehabilitation clinic, offering evidence-based therapies supported by a skilled and innovative healthcare team." }, { title: "Values", img: "/assets/images/about-us/section2/values.webp", text: "We uphold compassion, excellence, integrity, collaboration, and innovation. With a blend of empathy and clinical expertise, we create a supportive, professional, and patient-centered care experience." } ]; return ( <> {/* about-section */}
{/*
*/}
Physiotherapy at Rapharehab
{/*
*/}
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
About Us

Comprehensive Physiotherapy & Rehabilitation Clinic in Etobicoke

Welcome to Rapha Rehab Physiotherapy & Massage Therapy Clinic in Etobicoke — a trusted physiotherapy clinic in Etobicoke led by Registered Physiotherapists providing reliable therapy and rehabilitation services. We offer Sports injury physiotherapy, Pelvic floor physiotherapy, Chiropractic care, Massage therapy, Acupuncture, Foot Reflexology, Osteopathy, Custom knee braces, Orthotics, Spinal decompression therapy, Concussion management, Chronic pain management, Workplace injury management, Naturopathy, and Home care physiotherapy services in Etobicoke.

Book Appointment
{/* about-section end */} {/* process */}
Physiotherapy at Rapharehab
{/*
*/}
Excellence in Care

Our Mission, Vision & Values

Physiotherapy at Rapharehab
{contents.map((item, index) => { const isActive = activeIndex === index; const words = item.text.split(" "); const shortText = words.slice(0, 20).join(" ") + (words.length > 20 ? "..." : ""); return (
{`0${index + 1}`}
{item.title}

{item.title}

{isActive ? item.text : shortText}

{words.length > 20 && ( )}
); })}
{/* process end */}
{/*
*/}
{/* RIGHT IMAGE / LEFT CONTENT */}
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
Why Choose Us

Your Trusted Physiotherapy Team in Etobicoke

Rapha Rehab is led by a dedicated team of skilled health-care professionals committed to helping you recover better and faster. Through collaborative, personalized care, we ensure every client receives the highest quality treatment, tailored support, and exceptional service for lasting results.

Book Appointment
{/* process end */} {/* team-section-style-two */}
{/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/}
Our Team

Meet our experienced doctors
for the best treatment

{teamMembers.map((member, index) => (
{member.name}
{/*
    {member.socials.map((social, idx) => (
  • ))}
*/}

{member.name}

{member.designation}
))}
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
{/* Why Choose Us */}

WHY CHOOSE RAPHA REHAB PHYSIOTHERAPY

Rapharehab Physiotherapy in Etobicoke – Our dedicated team of health-care professionals provides physiotherapy, massage therapy, and rehabilitation services in Etobicoke to support your recovery, mobility, and overall well-being.

Expert team

Expert Team

At Rapharehab Physiotherapy, you are treated by a highly skilled and experienced team of professionals dedicated to delivering quality care.

Understand your pain

Understand your Pain

Rapharehab offers personalized treatment plans focused on identifying the root cause of your pain for faster, long-lasting recovery.

Ready to go

Ready To Go

We offer flexible scheduling and convenient hours, making it easier for you to access physiotherapy services right here in Etobicoke.

{/*

24/7 Services

Amet minim mollit non deserunt aliqua dolor do amet sint.

*/}
+
Professionals
+
Years Experience
k+
Happy Customers
%
Client Satisfaction

Our Trusted Partners

{images.map((src, index) => ( Physiotherapy at Rapharehab ))}
) }