'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 ( <>

"I am more than fully satisfied with the excellent service provided so carefully and so sincerely by each and every care giver."

Barbara S

Kelowna, BC

"We are confident leaving mother in NanoCare’s quality care! They deliver wonderful service with a personal touch!"

Habib M

Calgary

"My mom’s primary caregiver is wonderful, the nurse is wonderful, and the overall experience was awesome."

Jennifer R

Caregiving Daughter
) }