diff --git a/app/about-us/page.js b/app/about-us/page.js index d838073..9e0dbf8 100644 --- a/app/about-us/page.js +++ b/app/about-us/page.js @@ -81,7 +81,7 @@ export default function Home() {
-
+ {/*
*/}
@@ -95,7 +95,7 @@ export default function Home() {
- About Us + About Us

Comprehensive Physiotherapy & Rehabilitation Clinic in Etobicoke

@@ -220,6 +220,7 @@ export default function Home() {
-
Expert team
+
Expert team

Expert Team

At Etobicoke Physiotherapy, we have expert team of professionals

diff --git a/app/covid-19-updates/page.js b/app/covid-19-updates/page.js index c0661b0..5a9ccb1 100644 --- a/app/covid-19-updates/page.js +++ b/app/covid-19-updates/page.js @@ -68,7 +68,7 @@ export default function Home() { Virtual Therapy

VIRTUAL THERAPY

-

+

As an alternative to receiving direct in-clinic therapy, we continue to offer all clients the option to receive tele-rehabilitation or virtual therapy services to address your current therapy needs. @@ -99,7 +99,7 @@ export default function Home() { faced by those who can’t drive. This improved access to therapy makes it easier for clients to be an active participant in their recovery.

-

+

Being able to interact with clients in their home setting enables a therapist to see how the client moves and completes tasks in their everyday life.

diff --git a/app/ourapproach-physiotherapy-etobicoke/page.js b/app/ourapproach-physiotherapy-etobicoke/page.js index 38f167e..bd57047 100644 --- a/app/ourapproach-physiotherapy-etobicoke/page.js +++ b/app/ourapproach-physiotherapy-etobicoke/page.js @@ -22,7 +22,7 @@ export default function About() {
-
+ {/*
*/}
diff --git a/app/what-to-expect/page.js b/app/what-to-expect/page.js index 0cb3236..4b21f5a 100644 --- a/app/what-to-expect/page.js +++ b/app/what-to-expect/page.js @@ -17,7 +17,7 @@ export default function About() {
-
+ {/*
*/}
diff --git a/components/sections/home/AboutSection.js b/components/sections/home/AboutSection.js index 6eb4ddf..e4b255a 100644 --- a/components/sections/home/AboutSection.js +++ b/components/sections/home/AboutSection.js @@ -14,7 +14,7 @@ export default function AboutSection() {
-
+ {/*
*/}
Physiotherapy
Physiotherapy  icon
diff --git a/components/sections/home/FaqSection.js b/components/sections/home/FaqSection.js index 81bcc41..29ebc10 100644 --- a/components/sections/home/FaqSection.js +++ b/components/sections/home/FaqSection.js @@ -35,7 +35,7 @@ export default function FaqSection() {
-
+ {/*
*/}
diff --git a/components/sections/home/ServicesSection.js b/components/sections/home/ServicesSection.js index 0aeefd2..8337119 100644 --- a/components/sections/home/ServicesSection.js +++ b/components/sections/home/ServicesSection.js @@ -27,7 +27,7 @@ export default function ServicesSection() {
-

+

{service?.title} {/* {service?.title?.length > 25 @@ -35,7 +35,7 @@ export default function ServicesSection() { : service.title} */}

-

{service?.shortDescription}

+

{service?.shortDescription}

diff --git a/components/sections/home2/MobileBanner.js b/components/sections/home2/MobileBanner.js index 2710c78..4c6410e 100644 --- a/components/sections/home2/MobileBanner.js +++ b/components/sections/home2/MobileBanner.js @@ -165,7 +165,7 @@ export default function MobileBanner() {

{slide.subtitle}

{slide.description}

- + {slide.buttonText}
diff --git a/public/assets/css/module-css/about.css b/public/assets/css/module-css/about.css index 3f0569b..620890c 100644 --- a/public/assets/css/module-css/about.css +++ b/public/assets/css/module-css/about.css @@ -110,9 +110,9 @@ margin-bottom: 30px; } -.content_block_one .content-box p{ +/* .content_block_one .content-box p{ margin-bottom: 30px; -} +} */ .about-section .pattern-layer .pattern-1{ position: absolute; diff --git a/public/assets/css/module-css/banner.css b/public/assets/css/module-css/banner.css index f3626db..4e640a3 100644 --- a/public/assets/css/module-css/banner.css +++ b/public/assets/css/module-css/banner.css @@ -203,8 +203,17 @@ @media (max-width: 425px) { .banner-carousel .content-box .upper-text { + color: #fff; font-size: 18px; - line-height: 28px; + line-height: 24px; + } +} + +@media (max-width: 425px) { + .banner-carousel .content-box h2 { + color: #fff; + font-size: 24px; + line-height: 24px; } } diff --git a/public/assets/css/module-css/funfact.css b/public/assets/css/module-css/funfact.css index 04c381d..766a350 100644 --- a/public/assets/css/module-css/funfact.css +++ b/public/assets/css/module-css/funfact.css @@ -15,7 +15,7 @@ @media (max-width: 1024px) { .funfact-block-one .inner-box { - padding: 38px; + padding: 20px; } } diff --git a/public/assets/css/module-css/process.css b/public/assets/css/module-css/process.css index b452aa2..63ed545 100644 --- a/public/assets/css/module-css/process.css +++ b/public/assets/css/module-css/process.css @@ -137,7 +137,7 @@ } -@media only screen and (max-width: 767px){ +@media only screen and (max-width: 768px){ .process-section .inner-container{ display: block; diff --git a/public/assets/css/module-css/service.css b/public/assets/css/module-css/service.css index 25ed4e8..b413383 100644 --- a/public/assets/css/module-css/service.css +++ b/public/assets/css/module-css/service.css @@ -258,6 +258,12 @@ } +@media (max-width: 1200px) and (min-width: 768px) { + .service-block-one .inner-box .lower-content { + min-height: 315px; + padding:40px 31px 40px 105px; + } +} diff --git a/public/assets/css/module-css/solutions.css b/public/assets/css/module-css/solutions.css index 5574aa1..36f9a9f 100644 --- a/public/assets/css/module-css/solutions.css +++ b/public/assets/css/module-css/solutions.css @@ -73,6 +73,15 @@ background: var(--theme-color); } +@media (max-width: 425px) { + .image_block_two .image-box .icon-box { + top: 250px; + left: 214px; + position: absolute; + } +} + + diff --git a/public/assets/css/module-css/testimonial.css b/public/assets/css/module-css/testimonial.css index 65aa1e6..958cb64 100644 --- a/public/assets/css/module-css/testimonial.css +++ b/public/assets/css/module-css/testimonial.css @@ -259,7 +259,19 @@ /** RESPONSIVE-CSS **/ -@media only screen and (max-width: 1200px){ +/* @media only screen and (max-width: 1200px){ + + .testimonial-section .bg-layer{ + display: none; + } + + .testimonial-section .content-box{ + margin-left: 0px; + } + +} */ + +@media only screen and (max-width: 1024px){ .testimonial-section .bg-layer{ display: none; diff --git a/public/assets/css/style.css b/public/assets/css/style.css index ff2f768..f5a9c4b 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3258,7 +3258,7 @@ @media (max-width: 425px) { .custom-content-box.mobile-style { - background: white; + /* background: white; */ border-radius: 15%; opacity: 0.8; } diff --git a/public/assets/images/services/shockwave/1.webp b/public/assets/images/services/shockwave/1.webp new file mode 100644 index 0000000..511885d Binary files /dev/null and b/public/assets/images/services/shockwave/1.webp differ diff --git a/public/assets/images/services/shockwave/2.webp b/public/assets/images/services/shockwave/2.webp new file mode 100644 index 0000000..5bbf715 Binary files /dev/null and b/public/assets/images/services/shockwave/2.webp differ diff --git a/public/assets/images/services/shockwave/big-img.webp b/public/assets/images/services/shockwave/big-img.webp new file mode 100644 index 0000000..dba86b3 Binary files /dev/null and b/public/assets/images/services/shockwave/big-img.webp differ diff --git a/public/assets/images/services/shockwave/left.webp b/public/assets/images/services/shockwave/left.webp new file mode 100644 index 0000000..64366e0 Binary files /dev/null and b/public/assets/images/services/shockwave/left.webp differ diff --git a/public/assets/images/services/shockwave/shockwave-banner.webp b/public/assets/images/services/shockwave/shockwave-banner.webp new file mode 100644 index 0000000..1c2c3e3 Binary files /dev/null and b/public/assets/images/services/shockwave/shockwave-banner.webp differ diff --git a/utils/Accident.utils.js b/utils/Accident.utils.js index a97e337..97da0da 100644 --- a/utils/Accident.utils.js +++ b/utils/Accident.utils.js @@ -156,7 +156,7 @@ const Accident = [ id: 3, slug: "slip-and-fall-injury-etobicoke", title: "Slip And Fall Injury", - shortDesc: "Slip and fall rehabilitation helps relieve pain, restore strength and balance, and improve mobility for a safe recovery.", + shortDesc: "Slip and fall rehabilitation helps relieve pain, restore strength and safe recovery.", mainImage: "/assets/images/accident/slip.webp", icon: "/assets/images/accident/icons/slip.webp", bannerImage: "/assets/images/accident/slip/slip-fall-banner.webp", @@ -209,7 +209,7 @@ const Accident = [ id: 4, slug: "concussion-management-etobicoke", title: "Concussion Management", - shortDesc: "Concussion rehabilitation helps restore balance, strength, and daily function while supporting brain recovery.", + shortDesc: "Concussion rehabilitation helps restore balance and daily function while supporting brain recovery.", mainImage: "/assets/images/accident/concussion.webp", icon: "/assets/images/accident/icons/concussion.webp", bannerImage: "/assets/images/accident/concussion/concussion-banner.webp", diff --git a/utils/Services.utils.js b/utils/Services.utils.js index cd40599..cc38839 100644 --- a/utils/Services.utils.js +++ b/utils/Services.utils.js @@ -9,7 +9,7 @@ export const servicesList = [ sidebarImg: "/assets/images/services/physiotherapy/left.webp", bigImg: "/assets/images/services/physiotherapy/big-img.webp", icon: "/assets/images/services/icons/trusted-physiotherapy-clinic.webp", - alt:"Physiotherapy | Rapharehab", + alt: "Physiotherapy | Rapharehab", icon2: "/assets/images/mobile-view/services/trusted-physiotherapy-clinic.webp", shortDescription: "Rapha Rehab is one of the premier Physiotherapy clinics in Etiobicoke Scarborough & Mississauga.", description: `
@@ -117,7 +117,7 @@ export const servicesList = [ slug: "sportsinjury-physiotherapy-clinic-etobicoke", shortTitle: "Sports Injury", title: "Sports Injury", - alt:"Sports injury | Rapharehab", + alt: "Sports injury | Rapharehab", bannerImage: "/assets/images/services/sports-injury/sports-injury-banner.webp", image: "/assets/images/services/sports-injury/left.webp", sidebarImg: "/assets/images/services/sports-injury/left.webp", @@ -209,7 +209,7 @@ export const servicesList = [ id: "3", slug: "pelvic-floor-physiotherapy-clinic-etobicoke", shortTitle: "Pelvic Floor Physiotherapy", - alt:"Pelvic Floor Physiotherapy | Rapharehab", + alt: "Pelvic Floor Physiotherapy | Rapharehab", title: "Pelvic Floor Physiotherapy", bannerImage: "/assets/images/services/pelvic-floor/pelvic-floor-banner.webp", image: "/assets/images/services/pelvic-floor/left.webp", @@ -325,7 +325,7 @@ export const servicesList = [ slug: "massage-therapy-clinic-etobicoke", shortTitle: "Massage Therapy Etobicoke", title: "Massage Therapy Etobicoke", - alt:"Massage Therapy Etobicoke | Rapharehab", + alt: "Massage Therapy Etobicoke | Rapharehab", bannerImage: "/assets/images/services/massage-therapy/massage-therapy-banner.webp", image: "/assets/images/services/massage-therapy/left.webp", sidebarImg: "/assets/images/services/massage-therapy/left.webp", @@ -426,7 +426,7 @@ export const servicesList = [ slug: "chiropractic-clinic-etobicoke", shortTitle: "Chiropractor", title: "Chiropractor", - alt:"Chiropractic Care | Rapharehab", + alt: "Chiropractic Care | Rapharehab", bannerImage: "/assets/images/services/chiropractor/chiropractor-banner.webp", image: "/assets/images/services/chiropractor/left.webp", sidebarImg: "/assets/images/services/chiropractor/left.webp", @@ -538,7 +538,7 @@ export const servicesList = [ shortTitle: "Chiropody", title: "Chiropody", bannerImage: "/assets/images/services/chiropody/chiropody-banner.webp", - alt:"Chiropody | Rapharehab", + alt: "Chiropody | Rapharehab", image: "/assets/images/services/chiropody/left.webp", sidebarImg: "/assets/images/services/chiropody/left.webp", bigImg: "/assets/images/services/chiropody/big-img.webp", @@ -611,7 +611,7 @@ export const servicesList = [ slug: "acupuncture-clinic-etobicoke", shortTitle: "Acupuncture", title: "Acupuncture", - alt:"Acupuncture | Rapharehab", + alt: "Acupuncture | Rapharehab", bannerImage: "/assets/images/services/acupuncture/acupuncture-banner.webp", image: "/assets/images/services/acupuncture/left.webp", sidebarImg: "/assets/images/services/acupuncture/left.webp", @@ -689,7 +689,7 @@ export const servicesList = [ id: "8", slug: "osteopathy-clinic-etobicoke", shortTitle: "Osteopathy", - alt:"Osteopathy Service | Rapharehab", + alt: "Osteopathy Service | Rapharehab", title: "Osteopathy", bannerImage: "/assets/images/services/osteopathy/osteopathy-banner.webp", image: "/assets/images/services/osteopathy/left.webp", @@ -813,7 +813,7 @@ export const servicesList = [ id: "9", slug: "foot-reflexology-clinic-etobicoke", shortTitle: "Foot Reflexology", - alt:"Foot reflexology | Rapharehab", + alt: "Foot reflexology | Rapharehab", title: "Foot Reflexology Etobicoke", bannerImage: "/assets/images/services/foot-reflexology/foot-reflexology-banner.webp", image: "/assets/images/services/foot-reflexology/left.webp", @@ -886,7 +886,7 @@ export const servicesList = [ id: "10", slug: "custom-knee-braces-clinic-etobicoke", shortTitle: "Custom Knee braces", - alt:"Knee Injury | Rapharehab", + alt: "Knee Injury | Rapharehab", title: "Custom Knee braces", bannerImage: "/assets/images/services/custom-knee-braces/custom-knee-braces-banner.webp", image: "/assets/images/services/custom-knee-braces/left.webp", @@ -942,7 +942,7 @@ export const servicesList = [ id: "11", slug: "laser-therapy-electrical-modalities", shortTitle: "Laser Therapy Electrical Modalities", - alt:"Laser Theraphy | Rapharehab", + alt: "Laser Theraphy | Rapharehab", title: "LASER THERAPY & ELECTRICAL MODALITIES", bannerImage: "/assets/images/services/laser/laser-banner.webp", image: "/assets/images/services/laser/left.webp", @@ -1019,7 +1019,7 @@ export const servicesList = [ id: "12", slug: "naturopathy-clinic-etobicoke", shortTitle: "Naturopathy", - alt:"Naturopathy Clinic | Rapharehab", + alt: "Naturopathy Clinic | Rapharehab", title: "NATUROPATHY", bannerImage: "/assets/images/services/naturopathy/naturopathy-banner.webp", image: "/assets/images/services/naturopathy/left.webp", @@ -1130,7 +1130,7 @@ export const servicesList = [ slug: "orthotics-etobicoke", shortTitle: "Orthotics", title: "ORTHOTICS", - alt:"Osteopathy | Rapharehab", + alt: "Osteopathy | Rapharehab", bannerImage: "/assets/images/services/orthotics/orthotics-banner.webp", image: "/assets/images/services/orthotics/left.webp", sidebarImg: "/assets/images/services/orthotics/left.webp", @@ -1188,7 +1188,7 @@ export const servicesList = [ slug: "spinal-decompression-therapy-clinic-etobicoke", shortTitle: "Spinal Decompression Therapy", title: "SPINAL DECOMPRESSION THERAPY", - alt:"Spinal Decompression Therapy | Rapharehab", + alt: "Spinal Decompression Therapy | Rapharehab", bannerImage: "/assets/images/services/spinal-decompression/spinal-decompression-banner.webp", image: "/assets/images/services/spinal-decompression/left.webp", sidebarImg: "/assets/images/services/spinal-decompression/left.webp", @@ -1263,7 +1263,7 @@ export const servicesList = [ slug: "concussion-management-clinic-etobicoke", shortTitle: "Concussion Management", title: "Concussion Management", - alt:"Concussion management | Rapharehab", + alt: "Concussion management | Rapharehab", bannerImage: "/assets/images/services/concussion-management/concussion-management-banner.webp", image: "/assets/images/services/concussion-management/left.webp", sidebarImg: "/assets/images/services/concussion-management/left.webp", @@ -1394,7 +1394,7 @@ export const servicesList = [ slug: "chronic-pain-management-clinic-etobicoke", shortTitle: "Chronic Pain Management Etobicoke", title: "Chronic Pain Management Etobicoke", - alt:"Chronic pain management | Rapharehab", + alt: "Chronic pain management | Rapharehab", bannerImage: "/assets/images/services/chronic-pain/chronic-pain-banner.webp", image: "/assets/images/services/chronic-pain/left.webp", sidebarImg: "/assets/images/services/chronic-pain/left.webp", @@ -1475,7 +1475,7 @@ export const servicesList = [ id: "17", slug: "pre-post-operative-management-etobicoke", shortTitle: "Pre and Post-Operative Management", - alt:"Pre and post operative Management | Rapharehab", + alt: "Pre and post operative Management | Rapharehab", title: "PRE AND POST-OPERATIVE MANAGEMENT", bannerImage: "/assets/images/services/operative-management/operative-management-banner.webp", image: "/assets/images/services/operative-management/left.webp", @@ -1536,7 +1536,7 @@ export const servicesList = [ id: "18", slug: "exercisetherapy-clinic-etobicoke", shortTitle: "Exercise Programming", - alt:"Exercise Programming | Rapharehab", + alt: "Exercise Programming | Rapharehab", title: "EXERCISE PROGRAMMING", bannerImage: "/assets/images/services/exercise-programming/exercise-programming-banner.webp", image: "/assets/images/services/exercise-programming/left.webp", @@ -1682,7 +1682,7 @@ export const servicesList = [ slug: "workplace-injury-management-clinic-etobicoke", shortTitle: "Workplace Injury Management", title: "WORKPLACE INJURY MANAGEMENT", - alt:"Workplace injury management | Rapharehab", + alt: "Workplace injury management | Rapharehab", bannerImage: "/assets/images/services/workplace-injury/workplace-injury-banner.webp", image: "/assets/images/services/workplace-injury/left.webp", sidebarImg: "/assets/images/services/workplace-injury/left.webp", @@ -1845,7 +1845,7 @@ export const servicesList = [ slug: "home-care-physiotherapy-clinic-etobicoke", shortTitle: "Home Care Physiotherapy", title: "HOME CARE PHYSIOTHERAPY", - alt:"Home care physiotherapy | Rapharehab", + alt: "Home care physiotherapy | Rapharehab", bannerImage: "/assets/images/services/home-care/home-care-banner.webp", image: "/assets/images/services/home-care/left.webp", sidebarImg: "/assets/images/services/home-care/left.webp", @@ -1909,7 +1909,7 @@ export const servicesList = [ id: "21", slug: "virtual-care-physiotherapy-clinic-etobicoke", shortTitle: "Virtual Care", - alt:"Virtual Care | Rapharehab", + alt: "Virtual Care | Rapharehab", title: "VIRTUAL CARE", bannerImage: "/assets/images/services/virtual-care/virtual-care-banner.webp", image: "/assets/images/services/virtual-care/left.webp", @@ -1986,7 +1986,7 @@ export const servicesList = [ title: "GAIT ASSESSMENT", bannerImage: "/assets/images/services/gait/gait-assessment-banner.webp", image: "/assets/images/services/gait/left.webp", - alt:"Gait Assessment | Rapharehab", + alt: "Gait Assessment | Rapharehab", sidebarImg: "/assets/images/services/gait/left.webp", bigImg: "/assets/images/services/gait/big-img.webp", icon: "/assets/images/services/icons/gait.webp", @@ -2055,7 +2055,7 @@ export const servicesList = [ id: "23", slug: "kids-physiotherapy-etobicoke", shortTitle: "Kids Physiotherapy", - alt:"Kids Physiotherapy | Rapharehab", + alt: "Kids Physiotherapy | Rapharehab", title: "KIDS PHYSIOTHERAPY", bannerImage: "/assets/images/services/kids/kids-banner.webp", @@ -2132,7 +2132,7 @@ export const servicesList = [ slug: "surgical-rehab-etobicoke", shortTitle: "Surgical Rehab", title: "SURGICAL REHAB", - alt:"Surgical Rehab | Rapharehab", + alt: "Surgical Rehab | Rapharehab", bannerImage: "/assets/images/services/surgical/surgical-rehab-banner.webp", image: "/assets/images/services/surgical/left.webp", @@ -2208,7 +2208,7 @@ export const servicesList = [ id: "25", slug: "fascial-stretch-therapy-etobicoke", shortTitle: "Fascial Stretch Therapy", - alt:"Fascial Stretch Therapy | Rapharehab", + alt: "Fascial Stretch Therapy | Rapharehab", title: "FASCIAL STRETCH THERAPY", bannerImage: "/assets/images/services/facial/fascial-stretch-therapy-banner.webp", @@ -2282,7 +2282,7 @@ export const servicesList = [ slug: "cupping-therapy-etobicoke", shortTitle: "Cupping & Dry Needling", title: "CUPPING THERAPY & DRY NEEDLING", - alt:"Cupping & Dry Needling | Rapharehab", + alt: "Cupping & Dry Needling | Rapharehab", bannerImage: "/assets/images/services/cupping/cupping-banner.webp", image: "/assets/images/services/cupping/left.webp", @@ -2379,7 +2379,7 @@ export const servicesList = [ id: "27", slug: "shiatsu-therapy-etobicoke", shortTitle: "Shiatsu Therapy", - alt:"Shiatsu Therapy | Rapharehab", + alt: "Shiatsu Therapy | Rapharehab", title: "SHIATSU THERAPY", bannerImage: "/assets/images/services/shiatsu/shiatsu-therapy-banner.webp", @@ -2449,7 +2449,7 @@ export const servicesList = [ id: "28", slug: "deep-tissue-massage-etobicoke", shortTitle: "Deep Tissue Massage", - alt:"Deep Tissue Massage | Rapharehab", + alt: "Deep Tissue Massage | Rapharehab", title: "DEEP TISSUE MASSAGE", bannerImage: "/assets/images/services/deep-tissue/deep-tissue-massage-banner.webp", @@ -2519,7 +2519,7 @@ export const servicesList = [ slug: "neuro-fascial-therapy-etobicoke", shortTitle: "Neuro Fascial Therapy", title: "NEURO FASCIAL THERAPY", - alt:"Neuro Fascial Therapy | Rapharehab", + alt: "Neuro Fascial Therapy | Rapharehab", bannerImage: "/assets/images/services/neuro/neuro-fascial-therapy-banner.webp", image: "/assets/images/services/neuro/left.webp", @@ -2588,7 +2588,7 @@ export const servicesList = [ id: "30", slug: "cranio-sacral-therapy-etobicoke", shortTitle: "Cranio Sacral Therapy", - alt:"Cranio Sacral Therapy | Rapharehab", + alt: "Cranio Sacral Therapy | Rapharehab", title: "CRANIO SACRAL THERAPY", bannerImage: "/assets/images/services/cranio/cranio-sacral-therapy-banner.webp", @@ -2657,7 +2657,7 @@ export const servicesList = [ id: "31", slug: "motor-vehicle-accident-rehabilitation-etobicoke", shortTitle: "MVA Rehabilitation", - alt:"MVA Rehabilitation | Rapharehab", + alt: "MVA Rehabilitation | Rapharehab", title: "MOTOR VEHICLE ACCIDENT REHABILITATION", bannerImage: "/assets/images/services/mva/mva-rehabilation-banner.webp", @@ -2717,7 +2717,7 @@ export const servicesList = [ { id: "32", slug: "compression-stockings-etobicoke", - alt:"Compression Stockings | Rapharehab", + alt: "Compression Stockings | Rapharehab", shortTitle: "Compression Stockings", title: "COMPRESSION STOCKINGS", @@ -2774,7 +2774,7 @@ export const servicesList = [ id: "33", slug: "cardiac-rehabilitation-etobicoke", shortTitle: "Cardiac Rehabilitation", - alt:"Cardiac Rehabilitation | Rapharehab", + alt: "Cardiac Rehabilitation | Rapharehab", title: "CARDIAC REHABILITATION", bannerImage: "/assets/images/services/cardiac/cardiac-rehabilation-banner.webp", image: "/assets/images/services/cardiac/left.webp", @@ -2843,7 +2843,7 @@ export const servicesList = [ slug: "intramuscular-stimulation-ims-etobicoke", shortTitle: "Intramuscular Stimulation (IMS)", title: "INTRAMUSCULAR STIMULATION (IMS)", - alt:"Intramuscular Stimulation (IMS) | Rapharehab", + alt: "Intramuscular Stimulation (IMS) | Rapharehab", bannerImage: "/assets/images/services/ims/ims-banner.webp", image: "/assets/images/services/ims/left.webp", @@ -2904,7 +2904,7 @@ export const servicesList = [ slug: "psychotherapy-etobicoke", shortTitle: "Psychotherapy", title: "PSYCHOTHERAPY", - alt:"Psychotherapy | Rapharehab", + alt: "Psychotherapy | Rapharehab", bannerImage: "/assets/images/services/psychotherapy/psychotherapy-banner.webp", image: "/assets/images/services/psychotherapy/left.webp", sidebarImg: "/assets/images/services/psychotherapy/left.webp", @@ -2960,64 +2960,77 @@ export const servicesList = [
` }, { - id: "36", - slug: "shockwave-therapy-etobicoke", - shortTitle: "Shockwave Therapy", - title: "SHOCKWAVE THERAPY", - alt:"Shockwave Therapy | Rapharehab", - bannerImage: "/assets/images/services/psychotherapy/psychotherapy-banner.webp", - image: "/assets/images/services/psychotherapy/left.webp", - sidebarImg: "/assets/images/services/psychotherapy/left.webp", - bigImg: "/assets/images/services/psychotherapy/big-img.webp", - icon: "/assets/images/services/icons/psychotherapy.webp", - shortDescription: "Etobicoke Shockwave Therapy provides advanced treatment using acoustic waves to accelerate healing, relieve pain, and restore mobility.", - description: `
+ id: "36", + slug: "shockwave-therapy-etobicoke", + shortTitle: "Shockwave Therapy", + title: "SHOCKWAVE THERAPY", + alt: "Shockwave Therapy | Rapharehab", + bannerImage: "/assets/images/services/shockwave/shockwave-banner.webp", + image: "/assets/images/services/shockwave/left.webp", + sidebarImg: "/assets/images/services/shockwave/left.webp", + bigImg: "/assets/images/services/shockwave/big-img.webp", + icon: "/assets/images/services/icons/acupuncture.webp", + shortDescription: "Etobicoke Shockwave Therapy provides advanced treatment using acoustic waves to accelerate healing, relieve pain, and restore mobility.", + description: `

Shockwave Therapy Etobicoke

-

Etobicoke Shockwave Therapy offers a cutting-edge, non-invasive treatment that uses high-energy acoustic waves to stimulate the body’s natural healing process. It is widely recognized for its effectiveness in reducing chronic pain, breaking down scar tissue, and improving mobility in a safe, drug-free manner.

- -

This therapy accelerates tissue repair, enhances blood circulation, and promotes regeneration, making it a trusted solution for musculoskeletal conditions and sports-related injuries.

+

Shockwave Therapy is an advanced, non-invasive treatment that uses high-energy acoustic waves to stimulate tissue repair and regeneration in muscles, tendons, and ligaments. At Rapha Rehab, our physiotherapists deliver focused shockwave energy to areas of pain and dysfunction, which may help improve circulation, reduce abnormal tissue changes, and activate the body’s natural healing response - supporting pain relief and improved mobility.

What Conditions does Shockwave Therapy Treat?
-

Shockwave Therapy is commonly used to treat plantar fasciitis, tennis elbow, golfer’s elbow, Achilles tendonitis, rotator cuff injuries, calcific shoulder tendinopathy, hip pain, shin splints, chronic back or neck pain, and delayed healing of soft tissue injuries.

+

Shockwave therapy has strong evidence of effectiveness for conditions such as:

+
    +
  • Plantar fasciitis
  • +
  • Achilles tendinopathy
  • +
  • Tennis elbow (lateral epicondylitis)
  • +
  • Calcific shoulder tendinitis
  • +
+

It may also be beneficial in certain cases of:

+
    +
  • Patellar tendinopathy (jumper’s knee)
  • +
  • Rotator cuff injuries
  • +
  • Heel spurs
  • +
  • Frozen shoulder
  • +
  • Early-stage osteoarthritis
  • +
+

While research for some of these conditions is still developing, shockwave therapy is particularly helpful when symptoms haven’t improved with traditional physiotherapy, medication, or rest.

-
How many sessions are needed for Shockwave Therapy?
-

Most clients begin to notice improvement within 3 to 5 sessions. The exact number of treatments depends on the severity of the condition, individual healing capacity, and therapy goals. Sessions are usually scheduled once a week, with each treatment lasting 15–20 minutes.

+
How often should you get Shockwave Therapy?
+

A typical treatment plan involves 3-6 sessions, usually delivered once per week. The exact frequency depends on the severity and duration of your condition. Many patients begin noticing improvements after the first few sessions, with results building over time. No downtime is required, and you can usually resume daily activities soon after each treatment.

+ +
What are the Potential Benefits of Etobicoke Shockwave Therapy?
+
    +
  • Decrease pain, even in long-standing conditions
  • +
  • Improve joint mobility and function
  • +
  • Stimulate tissue repair and natural healing processes
  • +
  • Help remodel abnormal tissue and calcifications
  • +
  • Support reduction of long-term inflammation
  • +
  • Enhance local circulation and nutrient delivery
  • +
  • Promote faster recovery and return to activity
  • +
  • May reduce the need for surgery or long-term medication
  • +
  • Provide lasting pain relief and functional improvements
  • +
+ +
What is a Shockwave Therapy Session like?
+

Each session lasts 15–30 minutes. After identifying the target area, your therapist applies a coupling gel and positions the handheld shockwave device to deliver controlled pulses. Patients often describe the sensation as tapping or pulsing, which may feel mildly uncomfortable but is generally well tolerated. The intensity can be adjusted if needed. Any temporary soreness usually resolves within a day or two. For optimal recovery, you may be advised to avoid strenuous activity for 24-48 hours post-session.

+ +
What Can I Expect in a First Shockwave Therapy Visit in Etobicoke?
+

During your first visit, our physiotherapist will review your medical history, assess the affected area, and explain the shockwave procedure, expected outcomes, and safety profile. We’ll answer all your questions about the therapy’s benefits and your personal goals.

+

Following the initial assessment, you’ll receive your first treatment and post-care instructions, which may include gentle stretching and hydration to support recovery.

+ +
Shockwave Therapy at Rapha Rehab
+

Shockwave Therapy at Rapha Rehab provides a safe, evidence-based solution for many stubborn musculoskeletal injuries—especially plantar fasciitis, tendinopathies, and calcific shoulder conditions. Our goal is to help you return to pain-free movement and optimal wellness, while reducing the need for invasive procedures or long-term medication.

-
Shockwave Therapy | Rapharehab
+
Shockwave Therapy | Rapharehab
-
Shockwave Therapy | Rapharehab
+
Shockwave Therapy | Rapharehab
- -
What are the Potential Benefits of Etobicoke Shockwave Therapy?
-
    -
  • Accelerate healing of injured tendons, ligaments, and muscles
  • -
  • Reduce chronic pain and inflammation naturally
  • -
  • Break down scar tissue and calcifications
  • -
  • Enhance blood circulation and cellular repair
  • -
  • Improve joint mobility and physical function
  • -
  • Support recovery from sports and repetitive strain injuries
  • -
  • Provide a non-surgical alternative to invasive treatments
  • -
  • Promote faster return to daily activities and sports
  • -
  • Relieve stiffness and restore range of motion
  • -
  • Support long-term musculoskeletal health
  • -
- -
What is a Shockwave Therapy Session like?
-

A typical session lasts 15–20 minutes. The therapist applies a handheld device to the affected area, delivering focused acoustic waves that penetrate deep into the tissues. The intensity is adjusted to your comfort level, and while mild discomfort may occur, the procedure is well tolerated without anesthesia.

- -

After treatment, you may experience temporary soreness or redness in the area, which subsides within a day or two. Progress is monitored regularly, and therapy is tailored to maximize results.

- -
What Can I Expect in a First Shockwave Therapy Visit in Etobicoke?
-

During your initial consultation, the therapist will review your medical history, assess the affected area, and determine if Shockwave Therapy is the right approach for your condition. You’ll learn about the treatment process, expected outcomes, and recommended session frequency. The first session sets the stage for effective healing and pain relief, helping you return to an active, pain-free lifestyle.

` -} - + }, ];