'use client' import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper/modules" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 1, spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.h1n', prevEl: '.h1p', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 320: { slidesPerView: 1, // spaceBetween: 30, }, 575: { slidesPerView: 1, // spaceBetween: 30, }, 767: { slidesPerView: 1, // spaceBetween: 30, }, 991: { slidesPerView: 1, // spaceBetween: 30, }, 1199: { slidesPerView: 1, // spaceBetween: 30, }, 1350: { slidesPerView: 1, // spaceBetween: 30, }, } } export default function TestimonialSlider1() { return ( <>
{/*
*/}

“Rapha Rehab provided exceptional care and support throughout my physiotherapy sessions. The team’s professionalism and personalized approach helped me recover faster than I expected.”

{/*

Robert Fox

Dog Trainer
*/}
{/*
*/}

“The hand massage therapy at Rapha Rehab was incredibly effective in relieving my pain and tension. The therapists are skilled and truly caring.”

{/*

Robert Fox

Dog Trainer
*/}
{/*
*/}

“I highly recommend Rapha Rehab for anyone looking for top-quality physio services in Mississauga. The modern equipment and expert staff make a real difference.”

{/*

Robert Fox

Dog Trainer
*/}
{/*
*/}

“Excellent waterfront physio and rehab services. The calming environment combined with expert care made my rehabilitation a comfortable and successful experience.”

{/*

Robert Fox

Dog Trainer
*/}
{/*
*/}

“This physiotherapy clinic has an excellent rate. I would give them even more than 5 stars if I could. I had neck and back injuries, and I can already see the improvement. Dhanya is patient and explains everything to me in detail. She also pays close attention to details and genuinely cares about her clients. I highly recommend them.”

{/*

Robert Fox

Dog Trainer
*/}
{/*
*/}

“After a severe sciatica flare up, physiotherapist Dhanya Prashant was able to get me fully recovered within a few sessions! This was the fastest recovery time I had ever experienced, and I am incredibly grateful for the diligent and thorough follow up and long term management plan she put together for me. I highly recommend this clinic, the end to end experience was incredibly positive.”

{/*

Robert Fox

Dog Trainer
*/}
{/*
*/}

“I rate this physiotherapy as excellent. I have shoulder injury and I was suffering. I came to this office and from day one i saw improvement. Dhanya Prashant is my physiotherapist. She is patient and explains everything to me in details and gets me involved in the treatment. She also pays attention to details and cares about clients. 5 star place in my opinion”

{/*

Robert Fox

Dog Trainer
*/}
) }