corrections updated
This commit is contained in:
parent
b51fba2b97
commit
2e0f56881f
@ -81,7 +81,7 @@ export default function Home() {
|
||||
<div className="image-shape">
|
||||
<div className="shape-1 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="shape-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-33.png)' }}></div>
|
||||
<div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div>
|
||||
{/* <div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div> */}
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
@ -95,7 +95,7 @@ export default function Home() {
|
||||
<div className="content_block_one">
|
||||
<div className="content-box">
|
||||
<div className="sec-title mb_15">
|
||||
<span className="sub-title">About Us</span>
|
||||
<span className="sub-title mt-3">About Us</span>
|
||||
<h2>Comprehensive Physiotherapy & Rehabilitation Clinic in Etobicoke</h2>
|
||||
</div>
|
||||
<div className="text-box mb_40">
|
||||
@ -219,7 +219,7 @@ export default function Home() {
|
||||
{teamMembers.map((member, index) => (
|
||||
<div
|
||||
key={member.id}
|
||||
className="col-lg-3 col-md-6 col-sm-6 col-6 team-block"
|
||||
className="col-lg-4 col-md-6 col-sm-6 col-6 team-block"
|
||||
>
|
||||
<div
|
||||
className="team-block-one wow fadeInUp animated"
|
||||
@ -273,7 +273,7 @@ export default function Home() {
|
||||
<div className="col-lg-6 col-md-6 chooseus-block">
|
||||
<div className="chooseus-block-one">
|
||||
<div className="inner-box">
|
||||
<div className="icon-box"><img src="/assets/images/about-us/section4/expert-team.webp" alt="Expert team" /></div>
|
||||
<div className="icon-box"><img src="/assets/images/home/why-choose/expert-team.webp" alt="Expert team" /></div>
|
||||
<h3>Expert Team</h3>
|
||||
<p>At Etobicoke Physiotherapy, we have expert team of professionals</p>
|
||||
</div>
|
||||
|
||||
@ -68,7 +68,7 @@ export default function Home() {
|
||||
<img src="/assets/images/covid/virtual.webp" alt="Virtual Therapy" />
|
||||
</div>
|
||||
<h3>VIRTUAL THERAPY</h3>
|
||||
<p className="mb-5">
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p className="mt-3 mb-5">
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
@ -22,7 +22,7 @@ export default function About() {
|
||||
<div className="image-shape">
|
||||
<div className="shape-1 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="shape-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-33.png)' }}></div>
|
||||
<div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div>
|
||||
{/* <div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div> */}
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
|
||||
@ -17,7 +17,7 @@ export default function About() {
|
||||
<div className="image-shape">
|
||||
<div className="shape-1 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="shape-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-33.png)' }}></div>
|
||||
<div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div>
|
||||
{/* <div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div> */}
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
|
||||
@ -14,7 +14,7 @@ export default function AboutSection() {
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column">
|
||||
<div className="image_block_one">
|
||||
<div className="image-box">
|
||||
<div className="shape float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.webp)' }}></div>
|
||||
{/* <div className="shape float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.webp)' }}></div> */}
|
||||
<div className="image-shape" style={{ backgroundImage: 'url(/assets/images/shape/shape-26.png)' }}></div>
|
||||
<figure className="image-2"><img src="/assets/images/home/welcome/home-welcome.webp" alt="Physiotherapy" /></figure>
|
||||
<div className="icon-one"><img src="/assets/images/home/welcome/top-icon.webp" alt="Physiotherapy icon" /></div>
|
||||
|
||||
@ -35,7 +35,7 @@ export default function FaqSection() {
|
||||
<div className="image-shape">
|
||||
<div className="shape-1 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="shape-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-33.png)' }}></div>
|
||||
<div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.webp)' }}></div>
|
||||
{/* <div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.webp)' }}></div> */}
|
||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||
</div>
|
||||
|
||||
@ -27,7 +27,7 @@ export default function ServicesSection() {
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="icon-box"><img src={service?.icon} alt="" /></div>
|
||||
<h3>
|
||||
<h3 className='text-start'>
|
||||
<Link href={`/etobicoke-treatment-service/${service.slug}`}>
|
||||
{service?.title}
|
||||
{/* {service?.title?.length > 25
|
||||
@ -35,7 +35,7 @@ export default function ServicesSection() {
|
||||
: service.title} */}
|
||||
</Link>
|
||||
</h3>
|
||||
<p>{service?.shortDescription}</p>
|
||||
<p className='text-start'>{service?.shortDescription}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -165,7 +165,7 @@ export default function MobileBanner() {
|
||||
<p>{slide.subtitle}</p>
|
||||
<p>{slide.description}</p>
|
||||
<div className="btn-box mt-3">
|
||||
<Link href={slide.buttonLink} className="theme-btn btn-one">
|
||||
<Link href={slide.buttonLink} className="theme-btn btn-one-new">
|
||||
<span>{slide.buttonText}</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.funfact-block-one .inner-box {
|
||||
padding: 38px;
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -137,7 +137,7 @@
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px){
|
||||
@media only screen and (max-width: 768px){
|
||||
|
||||
.process-section .inner-container{
|
||||
display: block;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -3237,7 +3237,7 @@
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.custom-content-box.mobile-style {
|
||||
background: white;
|
||||
/* background: white; */
|
||||
border-radius: 15%;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
BIN
public/assets/images/services/shockwave/1.webp
Normal file
BIN
public/assets/images/services/shockwave/1.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/images/services/shockwave/2.webp
Normal file
BIN
public/assets/images/services/shockwave/2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/images/services/shockwave/big-img.webp
Normal file
BIN
public/assets/images/services/shockwave/big-img.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/images/services/shockwave/left.webp
Normal file
BIN
public/assets/images/services/shockwave/left.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/images/services/shockwave/shockwave-banner.webp
Normal file
BIN
public/assets/images/services/shockwave/shockwave-banner.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@ -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",
|
||||
|
||||
@ -2965,59 +2965,72 @@ export const servicesList = [
|
||||
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",
|
||||
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: `<div>
|
||||
<div class="text-box ">
|
||||
<h2>Shockwave Therapy Etobicoke</h2>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<p class="mb_40">This therapy accelerates tissue repair, enhances blood circulation, and promotes regeneration, making it a trusted solution for musculoskeletal conditions and sports-related injuries.</p>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<h5 class="mb_15">What Conditions does Shockwave Therapy Treat?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
<p class="mb_40">Shockwave therapy has strong evidence of effectiveness for conditions such as:</p>
|
||||
<ul class="list-style-one clearfix mb_40">
|
||||
<li>Plantar fasciitis</li>
|
||||
<li>Achilles tendinopathy</li>
|
||||
<li>Tennis elbow (lateral epicondylitis)</li>
|
||||
<li>Calcific shoulder tendinitis</li>
|
||||
</ul>
|
||||
<p class="mb_40">It may also be beneficial in certain cases of:</p>
|
||||
<ul class="list-style-one clearfix mb_40">
|
||||
<li>Patellar tendinopathy (jumper’s knee)</li>
|
||||
<li>Rotator cuff injuries</li>
|
||||
<li>Heel spurs</li>
|
||||
<li>Frozen shoulder</li>
|
||||
<li>Early-stage osteoarthritis</li>
|
||||
</ul>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<h5 class="mb_15">How many sessions are needed for Shockwave Therapy?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
<h5 class="mb_15">How often should you get Shockwave Therapy?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<h5 class="mb_15">What are the Potential Benefits of Etobicoke Shockwave Therapy?</h5>
|
||||
<ul class="list-style-one clearfix mb_40">
|
||||
<li>Decrease pain, even in long-standing conditions</li>
|
||||
<li>Improve joint mobility and function</li>
|
||||
<li>Stimulate tissue repair and natural healing processes</li>
|
||||
<li>Help remodel abnormal tissue and calcifications</li>
|
||||
<li>Support reduction of long-term inflammation</li>
|
||||
<li>Enhance local circulation and nutrient delivery</li>
|
||||
<li>Promote faster recovery and return to activity</li>
|
||||
<li>May reduce the need for surgery or long-term medication</li>
|
||||
<li>Provide lasting pain relief and functional improvements</li>
|
||||
</ul>
|
||||
|
||||
<h5 class="mb_15">What is a Shockwave Therapy Session like?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<h5 class="mb_15">What Can I Expect in a First Shockwave Therapy Visit in Etobicoke?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
<p class="mb_40">Following the initial assessment, you’ll receive your first treatment and post-care instructions, which may include gentle stretching and hydration to support recovery.</p>
|
||||
|
||||
<h5 class="mb_15">Shockwave Therapy at Rapha Rehab</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<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/services/psychotherapy/1.webp" alt="Shockwave Therapy | Rapharehab"/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/shockwave/1.webp" alt="Shockwave Therapy | Rapharehab"/></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/services/psychotherapy/2.webp" alt="Shockwave Therapy | Rapharehab"/></figure>
|
||||
<figure class="image-box mb_30"><img src="/assets/images/services/shockwave/2.webp" alt="Shockwave Therapy | Rapharehab"/></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h5 class="mb_15">What are the Potential Benefits of Etobicoke Shockwave Therapy?</h5>
|
||||
<ul class="list-style-one clearfix mb_40">
|
||||
<li>Accelerate healing of injured tendons, ligaments, and muscles</li>
|
||||
<li>Reduce chronic pain and inflammation naturally</li>
|
||||
<li>Break down scar tissue and calcifications</li>
|
||||
<li>Enhance blood circulation and cellular repair</li>
|
||||
<li>Improve joint mobility and physical function</li>
|
||||
<li>Support recovery from sports and repetitive strain injuries</li>
|
||||
<li>Provide a non-surgical alternative to invasive treatments</li>
|
||||
<li>Promote faster return to daily activities and sports</li>
|
||||
<li>Relieve stiffness and restore range of motion</li>
|
||||
<li>Support long-term musculoskeletal health</li>
|
||||
</ul>
|
||||
|
||||
<h5 class="mb_15">What is a Shockwave Therapy Session like?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<p class="mb_40">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.</p>
|
||||
|
||||
<h5 class="mb_15">What Can I Expect in a First Shockwave Therapy Visit in Etobicoke?</h5>
|
||||
<p class="mb_40">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.</p>
|
||||
</div>
|
||||
</div>`
|
||||
}
|
||||
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user