services Page- 3,4,5 updated

This commit is contained in:
vidhubk 2025-08-27 00:05:43 +05:30
parent 1ff8830c57
commit 231969406d
3 changed files with 337 additions and 12 deletions

View File

@ -19,7 +19,7 @@ export default function ServiceDetailPage({ params }) {
}
return (
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service Details">
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle={service.shortTitle}>
<ServiceDetailClient slug={slug} service={service} servicesList={servicesList} />
</Layout>
);

View File

@ -1836,6 +1836,16 @@ button.ltr {
padding-left: 40px;
margin-bottom: 17px;
}
.list-style-two li{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: #0E1136;
font-weight: 500;
padding-left: 10px;
margin-bottom: 17px;
}
.list-style-one li:before{
position: absolute;

View File

@ -1,6 +1,6 @@
// constant.utils.js
export const servicesList = [
{
id:"1",
slug: "physiotherapy-clinic-etobicoke",
shortTitle: "Physiotherapy",
title: "Trusted Physiotherapy Clinic in Etobicoke Rapha Rehab",
@ -22,13 +22,13 @@ export const servicesList = [
<li>Repetitive strain</li>
<li>Limitations of the joint mobility after post surgery</li>
</ul>
<h5 class="mb_15">What is expected during my first physiotherapy appointment?</h5>
<h5 class="mb_15">What is Expected During my First Physiotherapy Appointment?</h5>
<ul class="list-style-one clearfix mb_30">
<li>Your first appointment may last for an hour and begins with a discussion of the factors in your medical history and a lifestyle analysis like occupation to pinpoint the cause of the problem and any if there are any other factors that may influence your pain.</li>
<li>Then we will assess other factors contributing to the pain and examine other areas that contribute to pain</li>
<li>We will share all the relevant information and results to you and design a customized treatment program that are beneficial to your recovery to meet your needs and goals. We will continually monitor your recovery process and re-evaluate the treatment program and make changes when needed</li>
<li>Further follow up appointments will be handled as a private one-on-one session and may take 30 minutes depending on the condition</li>
<ul class="list-style-two clearfix mb_30">
<li>1. Your first appointment may last for an hour and begins with a discussion of the factors in your medical history and a lifestyle analysis like occupation to pinpoint the cause of the problem and any if there are any other factors that may influence your pain.</li>
<li>2. Then we will assess other factors contributing to the pain and examine other areas that contribute to pain.</li>
<li>3. We will share all the relevant information and results to you and design a customized treatment program that are beneficial to your recovery to meet your needs and goals. We will continually monitor your recovery process and re-evaluate the treatment program and make changes when needed.</li>
<li>4. Further follow up appointments will be handled as a private one-on-one session and may take 30 minutes depending on the condition</li>
</ul>
</div>
<div class="content-two">
@ -58,7 +58,7 @@ export const servicesList = [
</div>
<div class="text-box">
<h5 class="mb_15">Common conditions that can benefit from physiotherapy</h5>
<h5 class="mb_15">Common Conditions that can Benefit from Physiotherapy</h5>
<div class="row">
<div class="col-md-6">
<ul class="list-style-one clearfix">
@ -108,6 +108,7 @@ export const servicesList = [
</div>`
},
{
id:"2",
slug: "sportsinjury-physiotherapy-clinic-etobicoke",
shortTitle: "Sports Injury",
title: "Sports Injury",
@ -140,24 +141,26 @@ export const servicesList = [
<li>Groin pull</li>
<li>Shoulder Injury</li>
<li>Hamstring strain</li>
<li>Shin splints</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-style-one clearfix">
<li>Shin splints</li>
<li>Sciatica</li>
<li>Back injuries/back pain</li>
<li>Concussion</li>
<li>Knee injury: ACL tear</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-style-one clearfix">
<li>Knee injury: ACL tear</li>
<li>Knee injury: Patellofemoral syndrome</li>
<li>Tennis elbow (epicondylitis)</li>
<li>Sports injuries</li>
</ul>
</div>
@ -192,4 +195,316 @@ export const servicesList = [
</div>
</div>`
},
{
id:"3",
slug: "pelvic-floor-physiotherapy-clinic-etobicoke",
shortTitle: "Pelvic Floor Physiotherapy",
title: "Pelvic Floor Physiotherapy",
sidebarImg:"/assets/images/service/service-4.jpg",
bigImg:"/assets/images/service/service-7.jpg",
shortDescrition: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem",
description: `<div>
<div class="text-box ">
<h2>Pelvic Floor Physiotherapy</h2>
<p>Rapha Rehab is one of the premier physical therapy clinics in Etobicoke for physiotherapy and wellness. We are leading provider of <a href="https://rapharehab.ca/" target="_blank">physiotherapy services</a> offering exceptional patient-focused care and strive to exceed your expectations.</p>
<p class="mb_40">Our licensed Physiotherapists have years of advanced training and our treatment is based on the latest research to provide our patients with effective, evidence-based <a href="https://www.instagram.com/rapharehab/" target="_blank">physiotherapy care</a> in and around in Etobicoke.</p>
<h5 class="mb_15">Indications for Physiotherapy Recommendations:</h5>
<div>
<ul class="list-style-one clearfix mb_40">
<li>Injuries to the soft tissue</li>
<li>Injuries to the joints and functional limitation of the joint</li>
<li>Movement that cause pain during day to day activities</li>
<li>Repetitive strain</li>
<li>Limitations of the joint mobility after post surgery</li>
</ul>
</div>
<h5 class="mb_15">What is expected during my First Physiotherapy Appointment?</h5>
<div>
<ul class="list-style-two clearfix mb_30">
<li>1. Your first appointment may last for an hour and begins with a discussion of the factors in your medical history and a lifestyle analysis like occupation to pinpoint the cause of the problem and any if there are any other factors that may influence your pain.</li>
<li>2. Then we will assess other factors contributing to the pain and examine other areas that contribute to pain.</li>
<li>3. We will share all the relevant information and results to you and design a customized treatment program that are beneficial to your recovery to meet your needs and goals. We will continually monitor your recovery process and re-evaluate the treatment program and make changes when needed.</li>
<li>4. Further follow up appointments will be handled as a private one-on-one session and may take 30 minutes depending on the condition.</li>
</ul>
</div>
</div>
<div class="content-two">
<div className="image-inner">
<div class="row clearfix">
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<figure class="image-box mb_30"><img src="/assets/images/service/service-8.jpg" alt="" /></figure>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<figure class="image-box mb_30"><img src="/assets/images/service/service-9.jpg" alt="" /></figure>
</div>
</div>
</div>
<div class="text-box mt_10">
<h5 class="mb_15">OUR PHYSIOTHERAPY TREATMENT PROGRAM INCLUDES</h5>
<ul class="list-style-one clearfix mb_40">
<li>Manual Therapy</li>
<li>Exercise Therapy to strengthen the muscle groups and increase the range of motion of the joints</li>
<li>Laser & Shock wave therapy</li>
<li>Balance & Coordination and movement training</li>
<li>Vestibular Rehabilitation</li>
<li>Cardio Pulmonary Rehabilitation</li>
<li>Therapeutic Taping</li>
<li>Modalities to reduce pain and recover functional abilities</li>
<li>Education and injury prevention</li>
</ul>
</div>
<div class="text-box">
<h5 class="mb_15">Common Conditions that can Benefit from Physiotherapy</h5>
<div class="row">
<div class="col-md-6">
<ul class="list-style-one clearfix">
<li>Acute & chronic pain</li>
<li>Arthritis including rheumatoid arthritis, Osteoarthritis and Gouty arthritis</li>
<li>Back and neck pain including Sciatica & Radiculopathy</li>
<li>Carpal tunnel syndrome (CTS)</li>
<li>Degenerative disc disease (DDD)</li>
<li>Disc dysfunctions</li>
<li>Dupuytrens contracture</li>
<li>Facial palsy</li>
<li>Frozen shoulder</li>
<li>Myofascial disorders</li>
<li>Nerve root impingement</li>
<li>Pain management</li>
<li>Patello-femoral pain syndrome (PFPS)</li>
<li>Plantar fasciitis, heel spurs</li>
<li>Postoperative scar reduction</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-style-one clearfix">
<li>Pre & post natal exercise program</li>
<li>Pre and Post-surgical rehabilitation (e.g. hip/knee replacement)</li>
<li>Postural pain</li>
<li>Repetitive strain injuries</li>
<li>Rotator cuff injuries</li>
<li>Sports injuries</li>
<li>Strains & Sprains</li>
<li>Tendonitis and brusitis</li>
<li>Tennis elbow & Golfers elbow</li>
<li>Whiplash injuries</li>
<li>Torticollis</li>
<li>Vestibular rehabilitation</li>
<li>Cardio pulmonary rehabilitation</li>
<li>Workplace injuries (WSIB)</li>
<li>Motor vehicle accident injuries (MVA)</li>
</ul>
</div>
</div>
</div>
</div>
</div>`
},
{
id: "4",
slug: "massage-therapy-clinic-etobicoke",
shortTitle: "Massage Therapy Etobicoke",
title: "Massage Therapy Etobicoke",
sidebarImg:"/assets/images/service/service-4.jpg",
bigImg:"/assets/images/service/service-7.jpg",
shortDescrition: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem",
description: `<div>
<div class="content-two">
<div class="text-box ">
<h2>Massage Therapy Etobicoke</h2>
<p>Massage Therapy Etobicoke is the scientific manipulation of the soft tissues of the body, consisting primarily of manual techniques such as applying fixed or movable pressure, holding, and moving muscles and body tissues. Massage therapy in etobicoke by <a href="https://rapharehab.ca/" target="_blank">professional massage therapist</a> is one of the most versatile, most effective forms of treatment to relieve structural issues in the body, and can treat muscle imbalance.</p>
<p >Swedish massage <a href="https://www.instagram.com/rapharehab/" target="_blank">therapy etobicoke</a> is the most commonly used form of massage involving long gliding strokes, kneading, and friction techniques on the superficial layers of muscles. It is used to promote general relaxation, improve circulation, relieve muscle tension and range of motion. We at massage therapy etobicoke, offer massage therapy services by experienced etobicoke massage therapy professionals that can help reduce stress, pain and muscle tension.</p>
<p>Deep tissue massage in etobicoke massage therapy clinic involves slow strokes, direct pressure, or friction directed across the grain of the muscles. It is applied with greater pressure and to deeper layers of muscle effective for chronic muscular tension.</p>
<p>Neuromuscular massage <a href="https://rapharehab.ca/contact-us/" target="_blank">therapy in etobicoke</a> is a form of deep massage that is applied to individual muscles primarily used to release trigger points and also to increase blood flow. It is often used to reduce pain.</p>
<p class="mb_40">Acupressure therapy in etobicoke applies finger or thumb pressure to specific points located on the energy pathways in order to release blocked energy along these meridians that cause physical discomfort. The rebalance of energy flow releases tension and restores function of organs and muscles in the body.</p>
</div>
</div>
<div class="content-two mt_40">
<div className="image-inner">
<div class="row clearfix">
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<figure class="image-box mb_30"><img src="/assets/images/service/service-8.jpg" alt="" /></figure>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<figure class="image-box mb_30"><img src="/assets/images/service/service-9.jpg" alt="" /></figure>
</div>
</div>
</div>
<div class="text-box mt_10">
<h5 class="mb_15">Therapeutic massage therapy etobicoke may be recommended to deliver benefits such as:</h5>
<ul class="list-style-one clearfix mb_40">
<li>Reducing muscle tension and stiffness</li>
<li>Eliminate Toxins</li>
<li>Improve Flexibility</li>
<li>Improve Sleep</li>
<li>Enhance Immunity</li>
<li>Relieving muscle spasms</li>
<li>Increasing joint and limb flexibility and range of motion</li>
<li> Increasing ease and efficiency of movement</li>
<li>Relieving points of tension and overall stress; inducing relaxation</li>
<li>Promoting deeper and easier breathing</li>
<li>Improving blood circulation and movement of lymph</li>
<li>Relieving tension-related headaches and eyestrain</li>
<li>Promoting faster healing of soft tissue injuries, such as pulled muscles and sprained ligaments</li>
<li>Reducing pain and swelling related to injuries</li>
<li>Reducing the formation of scar tissue following soft tissue injuries</li>
<li>Enhancing health and nourishment of skin</li>
<li>Improving posture by changing tension patterns that affect posture</li>
<li>Reducing emotional or physical stress and reducing anxiety</li>
<li>Promoting feelings of well-being</li>
<li>Increasing awareness of the mind-body connection and improving mental awareness and alertness generally</li>
</ul>
</div>
<div class="text-box">
<h5 class="mb_15">Massage Therapy Clinic in Etobicoke may also be helpful for:</h5>
<div class="row">
<div class="col-md-6">
<ul class="list-style-one clearfix">
<li>Anxiety</li>
<li>Digestive disorders</li>
<li>Fibromyalgia</li>
<li>Relieve tension headaches</li>
<li>Insomnia related to stress</li>
<li>Low back pain</li>
<li>Myofascial pain syndrome</li>
<li>Nerve pain</li>
<li>Soft tissue strains or injuries</li>
<li>Sports injuries</li>
<li>Temporomandibular joint pain</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-style-one clearfix">
<li>Upper back and neck pain</li>
<li>Enhance exercise performance</li>
<li>Ease symptoms of depression</li>
<li>Improve cardiovascular health</li>
<li>Reduce pain of osteoarthritis</li>
<li>Decrease stress in cancer patients</li>
<li>Improve balance in older adults</li>
<li>Decrease rheumatoid arthritis pain</li>
<li>Temper effects of dementia</li>
<li>Decrease migraine frequency</li>
</ul>
</div>
</div>
</div>
</div>
</div>`
},
{
id: "5",
slug: "chiropractic-clinic-etobicoke",
shortTitle: "Chiropractor",
title: "Chiropractor",
sidebarImg:"/assets/images/service/service-4.jpg",
bigImg:"/assets/images/service/service-7.jpg",
shortDescrition: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem",
description: `<div>
<div class="text-box ">
<h2>Chiropractor</h2>
<p class="mb_40"><a href="https://rapharehab.ca/contact-us/" target="_blank">Chiropractic clinic</a> in etobicoke is a healthcare profession that cares for a patients neuromusculoskeletal system like bones, nerves, muscles, tendons and ligaments. A <a href="https://rapharehab.ca/" target="_blank">chiropractor in etobicoke</a> helps manage back and neck pain through the use of spinal adjustments to maintain good alignment. Our chiropractic treatment can restore the structural integrity of the spine, reduce pressure on the sensitive neurological tissue, and consequently improve the health of the individual.</p>
<h5 class="mb_15">Our Chiropractor Treatments Etobicoke</h5>
<div>
<ul class="list-style-one clearfix mb_40">
<li>Manual Procedures</li>
<li>Spinal Manipulation</li>
<li>Joint Manipulation and Mobilization</li>
<li>Soft-tissue and Reflex Techniques</li>
<li>Bio Mechanical Gait Analysis</li>
<li>Rehabilitative treatment Programs</li>
<li>Psychosocial Aspects of Patient Management</li>
<li>Patient Education on Spinal Health</li>
<li>Posture Correction</li>
<li>Nutrition and Lifestyle Modifications</li>
<li>Emergency Treatment and Acute Pain Management Procedures</li>
<li>Supportive Measures (Use of back supports and Orthotics)</li>
</ul>
</div>
<h5 class="mb_15">Common Conditions Treated by the Chiropractor Etobicoke:</h5>
<div>
<div class="row">
<div class="col-md-6">
<ul class="list-style-one clearfix mb_30">
<li>Asthma</li>
<li>Attention Deficit Disorder</li>
<li>Headache</li>
<li>Immune Function</li>
<li>Autism</li>
<li>Infertility</li>
<li>Bells Palsy</li>
<li>Blindness/Visual Disorders</li>
<li>Blood Pressure</li>
<li>Low Back Pain</li>
<li>Multiple Sclerosis</li>
<li>Cancer</li>
<li>Non musculoskeletal Disorders</li>
<li>Carpal Tunnel Syndrome</li>
<li>Otitis Media</li>
<li>Cerebral Palsy</li>
<li>Parkinsons Disease</li>
<li>Chronic Neck Pain</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-style-one clearfix">
<li>Pregnancy-related Pain</li>
<li>Radiculopathy</li>
<li>Deafness</li>
<li>Degenerative Joint Disease</li>
<li>Repetitive Stress</li>
<li>Scoliosis</li>
<li>Spinal Alignment/Cervical Curve</li>
<li>Disc Herniation</li>
<li>Spinal Pain</li>
<li>Epilepsy</li>
<li>Stress</li>
<li>Female Issues</li>
<li>Subluxation</li>
<li>Fibromyalgia</li>
<li>Forward Head Posture</li>
<li>Temporomandibular Joint Disorders</li>
<li>Vertigo and Balance</li>
<li>Whiplash</li>
</ul>
</div>
</div>
</div>
<div class="content-two">
<div className="image-inner">
<div class="row clearfix">
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<figure class="image-box mb_30"><img src="/assets/images/service/service-8.jpg" alt="" /></figure>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<figure class="image-box mb_30"><img src="/assets/images/service/service-9.jpg" alt="" /></figure>
</div>
</div>
</div>
<div class="text-box mt_10">
<h5 class="mb_15">Conditions Etobicoke Chiropractors Typically Treat are:</h5>
<ul class="list-style-one clearfix mb_40">
<li>Low Back Pain is one of the most common reasons people seek treatment from a chiropractor.</li>
<li>Neck Pain can be treated with neck manipulations, neck adjustments along with exercises.</li>
<li>Tension Headaches that causes pain in the back of your head and neck can be relieved by the <a href="https://www.instagram.com/rapharehab/" target="_blank">chiropractor</a> with some stretching exercises that reduce stress and relieve your headaches, including proper posture and body mechanics.</li>
<li>Migraine Headaches can be relieved by spinal manipulations and reduce the need for migraine medication.</li>
<li>Shoulder Pain/ Stiff Shoulder and restriction in range of motion of the joint will tend to ease by stretching of the muscles by the chiropractor.</li>
</ul>
</div>
</div>
</div>`
},
];