diff --git a/app/about-us/page.js b/app/about-us/page.js index 74c1c82..c43a4d2 100644 --- a/app/about-us/page.js +++ b/app/about-us/page.js @@ -85,9 +85,9 @@ export default function Home() {
-
-
-
+
About us
+
About us
+
About us
@@ -165,9 +165,9 @@ export default function Home() {
-
-
-
+
Why choose us
+
Why choose us
+
Why choose us
@@ -175,7 +175,7 @@ export default function Home() {
- Why Choos Us + Why Choose Us

Your Trusted Physiotherapy Team in Etobicoke

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

Expert Team

At Etobicoke Physiotherapy, we have expert team of professionals

@@ -282,7 +282,7 @@ export default function Home() {
-
+
Understand your pain

Understand your Pain

Etobicoke physiotherapy offer Treatment for faster recovery

@@ -291,7 +291,7 @@ export default function Home() {
-
+
Ready to go

Ready To Go

Flexible opening hours conveniently located in etobicoke

@@ -387,7 +387,7 @@ export default function Home() { {`Slide diff --git a/app/accident/[slug]/page.js b/app/accident/[slug]/page.js index 7584982..e880479 100644 --- a/app/accident/[slug]/page.js +++ b/app/accident/[slug]/page.js @@ -59,7 +59,7 @@ export default function AccidentDetailsPage({ params }) {
- {`${service.title} + {`${service.title}`}

{service.title}

{service.shortDesc}

diff --git a/app/accident/page.js b/app/accident/page.js index 7dac5e7..d5f235c 100644 --- a/app/accident/page.js +++ b/app/accident/page.js @@ -28,7 +28,7 @@ export default function AccidentPage() {
{`${service.title}

diff --git a/app/area-of-injury/[slug]/page.js b/app/area-of-injury/[slug]/page.js index 40c904c..52020ec 100644 --- a/app/area-of-injury/[slug]/page.js +++ b/app/area-of-injury/[slug]/page.js @@ -14,6 +14,9 @@ export default function AreaOfInjuryDetails({ params }) { if (!service) return notFound(); + // Alt text (always uppercase) + const altText = service.title ? service.title.toUpperCase() : "AREA OF INJURY"; + return (
- {service.title} + {altText}
- {`${service.title} + {altText}

{service.title}

{service.shortDescription}

@@ -74,7 +77,7 @@ export default function AreaOfInjuryDetails({ params }) {
{/* Main Image */}
- {service.title} + {altText}

{service.title}

@@ -91,48 +94,6 @@ export default function AreaOfInjuryDetails({ params }) {
- - {/* Subscribe Section */} - {/*
-
-
-
-
-
-

- Subscribe for the exclusive updates! -

-
-
-
-
-
-
- - -
-
-
- - -
-
-
-
-
-
-
-
-
*/} ); } diff --git a/app/area-of-injury/page.js b/app/area-of-injury/page.js index e842a30..486acba 100644 --- a/app/area-of-injury/page.js +++ b/app/area-of-injury/page.js @@ -5,37 +5,48 @@ import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils" export default function AreaOfInjury() { return ( - +
- {areaOfInjuryData.map((item) => ( -
-
-
-
-
- - {item.title} - -
-
-
-
- {`${item.title} + {areaOfInjuryData.map((item) => { + // Always use TITLE in uppercase + const altText = item.title ? item.title.toUpperCase() : "AREA OF INJURY"; + + return ( +
+
+
+
+
+ + {altText} + +
+
+
+
+ {altText} +
+

+ {item.title} +

+

{item.shortDescription}

-

- {item.title} -

-

{item.shortDescription}

-
- ))} + ) + })}
diff --git a/app/caregivers/page.js b/app/caregivers/page.js index a429086..5eac3e0 100644 --- a/app/caregivers/page.js +++ b/app/caregivers/page.js @@ -36,7 +36,7 @@ export default function Home() {
-
+
Caring with a smile

Caring with a smile

It’s not what we do as a home care agency, but how we do it. All of our elderly caregiving services are delivered with a smile. And we all know that a smile can be infectious.

@@ -45,7 +45,7 @@ export default function Home() {
-
+
Attentive listener

Attentive listener

How do you like things done? Where would you like to go? Listening to your needs, and having conversations with you, helps us make sure we bring you the perfect match.

@@ -54,7 +54,7 @@ export default function Home() {
-
+
Qualified

Qualified

Whether you just need someone to take you for a walk or a to provide attentive complex caring – we, as a home care agency, can provide a caregiver that is qualified to meet your needs.

@@ -71,9 +71,9 @@ export default function Home() {
-
-
-
+
A professional and friendly care provider
+
A professional and friendly care provider
+
A professional and friendly care provider
@@ -104,7 +104,7 @@ export default function Home() {
-
+
Keira Knightley
{/*
*/}
@@ -119,7 +119,7 @@ export default function Home() {
-
+
Katherine waterston
{/*
*/}
@@ -134,7 +134,7 @@ export default function Home() {
-
+
Anna faris
{/*
*/}
@@ -153,7 +153,7 @@ export default function Home() {
-
+
David walliams
{/*
*/}
@@ -168,7 +168,7 @@ export default function Home() {
-
+
John henry
{/*
*/}
@@ -183,7 +183,7 @@ export default function Home() {
-
+
Sophia jabola
{/*
*/}
@@ -214,7 +214,7 @@ export default function Home() {
FAQ Illustration
diff --git a/app/contact/page.js b/app/contact/page.js index 7fd407b..95b0489 100644 --- a/app/contact/page.js +++ b/app/contact/page.js @@ -247,7 +247,7 @@ export default function Contact() {
- + contact rabharehab
diff --git a/app/faq-physiotherapy-etobicoke/page.js b/app/faq-physiotherapy-etobicoke/page.js index 1ce90e4..68bbfb4 100644 --- a/app/faq-physiotherapy-etobicoke/page.js +++ b/app/faq-physiotherapy-etobicoke/page.js @@ -43,7 +43,7 @@ export default function Faq() {
FAQ Illustration diff --git a/app/ourapproach-physiotherapy-etobicoke/page.js b/app/ourapproach-physiotherapy-etobicoke/page.js index bb18e3a..fed856f 100644 --- a/app/ourapproach-physiotherapy-etobicoke/page.js +++ b/app/ourapproach-physiotherapy-etobicoke/page.js @@ -26,9 +26,9 @@ export default function About() {
-
-
-
+
Our Approach
+
Our Approach
+
Our Approach
diff --git a/app/payment-insurance/page.js b/app/payment-insurance/page.js index 2727128..001cc05 100644 --- a/app/payment-insurance/page.js +++ b/app/payment-insurance/page.js @@ -29,9 +29,9 @@ export default function About() {
-
-
-
+
Payment and Insurance
+
Payment and Insurance
+
Payment and Insurance
diff --git a/app/shortcodes/page.js b/app/shortcodes/page.js index bae8c13..63275d1 100644 --- a/app/shortcodes/page.js +++ b/app/shortcodes/page.js @@ -128,7 +128,7 @@ export default function Home() {
-
+
Daily Care Experts

Daily Care Experts

We specialize in around the clock care to help seniors live well at home.

@@ -138,7 +138,7 @@ export default function Home() {
-
+
Balanced Care

Balanced Care

Our unique approach to care promotes healthy mind, body and spirit.

@@ -148,7 +148,7 @@ export default function Home() {
-
+
Peace of Mind

Peace of Mind

Independent industry surveys place our client satisfaction rate at 97%.

@@ -158,7 +158,7 @@ export default function Home() {
-
+
Available 24/7

Available 24/7

We are available 24 hours a day to provide your loved one with a caregiver.

@@ -168,7 +168,7 @@ export default function Home() {
-
+
High Caliber Caregivers

High Caliber Caregivers

We typically hire only 1 in 25 applicants and provide ongoing training.

@@ -178,7 +178,7 @@ export default function Home() {
-
+
A Trusted Partner

A Trusted Partner

Nano Home Care is the trusted referral choice for elder care professionals.

@@ -193,9 +193,7 @@ export default function Home() {
- {/* Virtual Therapy (Right aligned on desktop, center on mobile) */}
- {/* Step 1 - Talk to Homecare Experts */}
- + Talk to one of our homecare experts, who understands your situation

Talk to one of our homecare experts, who understands your situation

@@ -219,7 +217,6 @@ export default function Home() {

- {/* Step 2 - Free In-Home Assessment */}
- + Arrange for a Free In-Home Assessment and receive a personalized care proposal that fits your needs

Arrange for a Free In-Home Assessment and receive a personalized care proposal that fits your needs

@@ -245,9 +242,7 @@ export default function Home() {
- {/* Second Row */}
- {/* Step 3 - Review Care Proposal */}
- + Review Our Care Proposal & Revise as You See Fit

Review Our Care Proposal & Revise as You See Fit

@@ -271,7 +266,6 @@ export default function Home() {

- {/* Step 4 - Schedule Care */}
- + Schedule for Care to Start

Schedule for Care to Start

@@ -315,7 +309,7 @@ export default function Home() {
01 -
+
call and speak

Step 1

Call and speak to one of our friendly team who will discuss the setup process and outline our packages.

@@ -325,7 +319,7 @@ export default function Home() {
02 -
+
Request a home visit

Step 2

Request a home visit where we will provide you with a free, no obligation assessment.

@@ -335,7 +329,7 @@ export default function Home() {
03 -
+
care package

Step 3

Once agreed, we will setup your care package and introduce you to your Care Worker.

@@ -354,8 +348,8 @@ export default function Home() {
-
-
+
Why choose nanocare
+
Why choose nanocare
{/*
*/}
@@ -386,7 +380,7 @@ export default function Home() {
-
+
Hourly home care

Hourly home care

@@ -399,7 +393,7 @@ export default function Home() {
-
+
Daily home care

Daily home care

@@ -412,7 +406,7 @@ export default function Home() {
-
+
Hospital to home care

Hospital to home care

@@ -509,7 +503,7 @@ export default function Home() {
-
+
Keira Knightley
{/*
*/}
@@ -524,7 +518,7 @@ export default function Home() {
-
+
Katherine waterston
{/*
*/}
@@ -539,7 +533,7 @@ export default function Home() {
-
+
Anna faris
{/*
*/}
diff --git a/app/what-to-expect/page.js b/app/what-to-expect/page.js index 0c961f5..0cb3236 100644 --- a/app/what-to-expect/page.js +++ b/app/what-to-expect/page.js @@ -21,9 +21,9 @@ export default function About() {
-
-
-
+
What to Expect – Physiotherapy Etobicoke
+
What to Expect – Physiotherapy Etobicoke
+
What to Expect – Physiotherapy Etobicoke
diff --git a/app/why-rapha-physiotherapy-etobicoke/page.js b/app/why-rapha-physiotherapy-etobicoke/page.js index 660a50e..a90b82d 100644 --- a/app/why-rapha-physiotherapy-etobicoke/page.js +++ b/app/why-rapha-physiotherapy-etobicoke/page.js @@ -40,7 +40,7 @@ export default function Team() {
-
{`${member.name}'s
+
{`${member.name}`}
{/*
  • @@ -69,9 +69,9 @@ export default function Team() {
    -
    -
    -
    +
    health care professionals
    +
    health care professionals
    +
    health care professionals
    @@ -106,9 +106,9 @@ export default function Team() {
    -
    -
    -
    +
    Top-Notch Treatment
    +
    Top-Notch Treatment
    +
    Top-Notch Treatment
    @@ -137,7 +137,7 @@ export default function Team() {
    -
    +
    Make an Appointment
    diff --git a/components/sections/home/FaqSection.js b/components/sections/home/FaqSection.js index ec1b5ab..81bcc41 100644 --- a/components/sections/home/FaqSection.js +++ b/components/sections/home/FaqSection.js @@ -39,9 +39,9 @@ export default function FaqSection() {
    -
    -
    -
    +
    Laser Theraphy | Rapharehab
    +
    exercise-programming
    +
    Laser Theraphy | Rapharehab
diff --git a/components/sections/home/MobileFeatureCard.js b/components/sections/home/MobileFeatureCard.js index f42f09b..d94d72d 100644 --- a/components/sections/home/MobileFeatureCard.js +++ b/components/sections/home/MobileFeatureCard.js @@ -12,7 +12,7 @@ export default function MobileFeatureCard() {
- Icon + Experienced Professionals

Experienced
Professionals

{/*

Lorem ipsum dolor sit amet ctetur adipiscing

*/} @@ -24,7 +24,7 @@ export default function MobileFeatureCard() {
- Icon + Walk-in Appointments

Walk-in
Appointments

{/*

Lorem ipsum dolor sit amet ctetur adipiscing

*/} @@ -36,7 +36,7 @@ export default function MobileFeatureCard() {
- Icon + State-of-the-Art Technology

State-of-the-Art Technology

{/*

Lorem ipsum dolor sit amet ctetur adipiscing

*/} @@ -48,7 +48,7 @@ export default function MobileFeatureCard() {
- Icon + One-on-One care

One-on-One
Care

{/*

Lorem ipsum dolor sit amet ctetur adipiscing

*/} diff --git a/components/sections/home/WhyChooseusSection.js b/components/sections/home/WhyChooseusSection.js index 5c53232..521f740 100644 --- a/components/sections/home/WhyChooseusSection.js +++ b/components/sections/home/WhyChooseusSection.js @@ -19,7 +19,7 @@ export default function WhyChooseUsSection() {
-
+
Expert Team

Expert Team

At Etobicoke Physiotherapy, we have expert team of professionals

@@ -28,7 +28,7 @@ export default function WhyChooseUsSection() {
-
+
Understand your Pain

Understand your Pain

Etobicoke physiotherapy offer Treatment for faster recovery

@@ -37,7 +37,7 @@ export default function WhyChooseUsSection() {
-
+
Ready To Go

Ready To Go

Flexible opening hours conveniently located in etobicoke

diff --git a/components/sections/home1/Video.js b/components/sections/home1/Video.js index 3b64060..18e6e0a 100644 --- a/components/sections/home1/Video.js +++ b/components/sections/home1/Video.js @@ -8,7 +8,7 @@ export default function Video() { <>
-
+
Schedule Your Consultation
{/*
*/} diff --git a/components/sections/home2/Features.js b/components/sections/home2/Features.js index 47e5369..0a26e02 100644 --- a/components/sections/home2/Features.js +++ b/components/sections/home2/Features.js @@ -13,7 +13,7 @@ export default function Features() {
- Icon + Experienced Professionals

Experienced
Professionals

{/*

Skilled experts deliver trusted professional healthcare with years of proven experience.

*/} @@ -25,7 +25,7 @@ export default function Features() {
- Icon + Walk-in Appointments

Walk-in
Appointments

{/*

Get quick appointments with hassle-free, convenient scheduling today.

*/} @@ -37,7 +37,7 @@ export default function Features() {
- Icon + State-of-the-Art Technology

State-of-the-Art Technology

{/*

Advanced tools ensure accurate results with modern, innovative solutions.

*/} @@ -49,7 +49,7 @@ export default function Features() {
- Icon + One-on-One care

One-on-One
Care

{/*

Tailored attention provides focused treatments designed for unique needs.

*/} diff --git a/utils/Accident.utils.js b/utils/Accident.utils.js index 264aa86..a97e337 100644 --- a/utils/Accident.utils.js +++ b/utils/Accident.utils.js @@ -10,7 +10,7 @@ const Accident = [ content: `
- Cardiology + Minor Injury

Minor Injury

@@ -37,12 +37,12 @@ const Accident = [
- Cardiology Extra + Minor Injury
- Cardiology Extra + Minor Injury
@@ -79,7 +79,7 @@ const Accident = [ content: `
- Cardiology + Catastrophic Injury

Catastrophic Injury

@@ -105,12 +105,12 @@ const Accident = [
- Cardiology Extra + Catastrophic Injury
- Cardiology Extra + Catastrophic Injury
@@ -216,7 +216,7 @@ const Accident = [ content: `
- Cardiology + Concussion Management

Concussion Management

@@ -311,12 +311,12 @@ const Accident = [
- Cardiology Extra + Concussion Management
- Cardiology Extra + Concussion Management
@@ -356,7 +356,7 @@ const Accident = [ content: `
- Cardiology + Psychotherapy Management

Psychotherapy Management

@@ -384,12 +384,12 @@ const Accident = [
- Cardiology Extra + Psychotherapy Management
- Cardiology Extra + Psychotherapy Management
@@ -434,7 +434,7 @@ const Accident = [ content: `
- Cardiology + Hydrotherapy

Hydrotherapy

@@ -455,12 +455,12 @@ const Accident = [
- Cardiology Extra + Hydrotherapy
- Cardiology Extra + Hydrotherapy
@@ -491,7 +491,7 @@ const Accident = [ content: `
- Cardiology + Chronic Pain Management

Chronic Pain Management in Etobicoke – Personalized Physiotherapy at Rapha Rehab

@@ -520,12 +520,12 @@ const Accident = [
- Cardiology Extra + Chronic Pain Management
- Cardiology Extra + Chronic Pain Management
diff --git a/utils/AreaOfInjery.utils.js b/utils/AreaOfInjery.utils.js index 85d9f55..dc2d661 100644 --- a/utils/AreaOfInjery.utils.js +++ b/utils/AreaOfInjery.utils.js @@ -22,12 +22,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + HEAD INJURIES
- Cardiology Extra + HEAD INJURIES
@@ -60,12 +60,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + NECK INJURIES
- Cardiology Extra + NECK INJURIES
@@ -98,12 +98,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + SHOULDER INJURIES
- Cardiology Extra + SHOULDER INJURIES
@@ -136,12 +136,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + ELBOW INJURIES
- Cardiology Extra + ELBOW INJURIES
@@ -174,12 +174,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + WRIST AND HAND INJURIES
- Cardiology Extra + WRIST AND HAND INJURIES
@@ -213,12 +213,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + LOW BACK INJURY
- Cardiology Extra + LOW BACK INJURY
@@ -251,12 +251,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + HIP INJURIES
- Cardiology Extra + HIP INJURIES
@@ -289,12 +289,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + LEG & KNEE INJURIES
- Cardiology Extra + LEG & KNEE INJURIES
@@ -327,12 +327,12 @@ export const areaOfInjuryData = [
- Cardiology Extra + ANKLE & FOOT INJURIES
- Cardiology Extra + ANKLE & FOOT INJURIES
diff --git a/utils/Blog.utils.js b/utils/Blog.utils.js index 0e91ad1..385688d 100644 --- a/utils/Blog.utils.js +++ b/utils/Blog.utils.js @@ -8,7 +8,7 @@ const Blogs = [ comments: "03 Comt", thumbnail: "/assets/images/blog/card/blog-1.webp", bannerImage: "/assets/images/blog/blog-1/blog-1-banner.webp", - bigImage: "/assets/images/blog/blog-1/blog-1-big-img.webp", + bigImage: "/assets/images/blog/blog-1/blog-1-big-img.webp", shortDesc: "Living with chronic pain can disrupt every aspect of life. At Rapharehab in Etobicoke, our physiotherapy and massage therapy services help you regain control, move with confidence, and enjoy lasting relief.", content: ` @@ -56,10 +56,10 @@ const Blogs = [
-
+
How Does Rapharehab - Physiotherapy in Etobicoke Treat Chronic Pain Conditions?
-
+
How Does Rapharehab - Physiotherapy in Etobicoke Treat Chronic Pain Conditions?
@@ -85,7 +85,7 @@ const Blogs = [ comments: "03 Comt", thumbnail: "/assets/images/blog/card/blog-2.webp", bannerImage: "/assets/images/blog/blog-2/blog-2-banner.webp", - bigImage: "/assets/images/blog/blog-2/blog-2-big-img.webp", + bigImage: "/assets/images/blog/blog-2/blog-2-big-img.webp", shortDesc: "Healthy, pain-free hands are essential for daily life. Rapharehab in Etobicoke offers hand massage and physiotherapy to restore strength, relieve tension, and maintain hand health.", content: ` @@ -133,10 +133,10 @@ const Blogs = [
-
+
Top Rehab Wellness Etobicoke: Benefits of Hand Massage & Physical Therapy
-
+
Top Rehab Wellness Etobicoke: Benefits of Hand Massage & Physical Therapy
@@ -163,7 +163,7 @@ const Blogs = [ comments: "03 Comt", thumbnail: "/assets/images/blog/card/blog-3.webp", bannerImage: "/assets/images/blog/blog-3/blog-3-banner.webp", - bigImage: "/assets/images/blog/blog-3/blog-3-big-img.webp", + bigImage: "/assets/images/blog/blog-3/blog-3-big-img.webp", shortDesc: "Wondering what happens during your very first osteopathy visit? At Rapha Rehab in Etobicoke, our expert and caring team provides gentle, hands-on care to restore balance and support wellness.", content: ` @@ -222,10 +222,10 @@ const Blogs = [
-
+
Osteopath Near Me: What to Expect During Your First Visit at Rapha Rehab
-
+
Osteopath Near Me: What to Expect During Your First Visit at Rapha Rehab
@@ -250,7 +250,7 @@ const Blogs = [ comments: "03 Comt", thumbnail: "/assets/images/blog/card/blog-4.webp", bannerImage: "/assets/images/blog/blog-4/blog-4-banner.webp", - bigImage: "/assets/images/blog/blog-4/blog-4-big-img.webp", + bigImage: "/assets/images/blog/blog-4/blog-4-big-img.webp", shortDesc: "Strength training can be a game-changer for rehabilitation. Rapha Rehab in Etobicoke helps patients safely build muscle, protect joints, and regain confidence in their movements.", content: ` @@ -313,10 +313,10 @@ const Blogs = [
-
+
Strength Training for Rehabilitation: How Rapha Rehab Helps You Build Muscle Safely
-
+
Strength Training for Rehabilitation: How Rapha Rehab Helps You Build Muscle Safely
@@ -342,7 +342,7 @@ const Blogs = [ comments: "03 Comt", thumbnail: "/assets/images/blog/card/blog-5.webp", bannerImage: "/assets/images/blog/blog-5/blog-5-banner.webp", - bigImage: "/assets/images/blog/blog-5/blog-5-big-img.webp", + bigImage: "/assets/images/blog/blog-5/blog-5-big-img.webp", shortDesc: "Learn safe techniques for training your biceps, triceps, and back. Rapha Rehab in Etobicoke combines physiotherapy with strength training to build power and prevent injury.", content: ` @@ -418,10 +418,10 @@ const Blogs = [
-
+
Biceps, Triceps & Back Workouts: Safe Tips from Rapha Rehab for Stronger Upper Body
-
+
Biceps, Triceps & Back Workouts: Safe Tips from Rapha Rehab for Stronger Upper Body
@@ -447,7 +447,7 @@ const Blogs = [ comments: "03 Comt", thumbnail: "/assets/images/blog/card/blog-6.webp", bannerImage: "/assets/images/blog/blog-6/blog-6-banner.webp", - bigImage: "/assets/images/blog/blog-6/blog-6-big-img.webp", + bigImage: "/assets/images/blog/blog-6/blog-6-big-img.webp", shortDesc: "Rebuild strength, flexibility, and confidence safely with beginner-friendly workouts at Rapha Rehab in Etobicoke. Tailored programs support rehabilitation and long-term wellness.", content: ` @@ -501,10 +501,10 @@ const Blogs = [
-
+
Beginner-Friendly Workouts for Rehab & Wellness at Rapha Rehab Etobicoke
-
+
Beginner-Friendly Workouts for Rehab & Wellness at Rapha Rehab Etobicoke
diff --git a/utils/Rehabilitation.utils.js b/utils/Rehabilitation.utils.js index faf8eb0..4e346a0 100644 --- a/utils/Rehabilitation.utils.js +++ b/utils/Rehabilitation.utils.js @@ -10,7 +10,7 @@ const Rehabilitation = [ content: `
- Cardiology + Spinal Cord Injury Rehabilitation

Spinal Cord Injury Rehabilitation

@@ -33,12 +33,12 @@ const Rehabilitation = [
- Cardiology Extra + Spinal Cord Injury Rehabilitation
- Cardiology Extra + Spinal Cord Injury Rehabilitation
@@ -89,7 +89,7 @@ const Rehabilitation = [ content: `
- Cardiology + Amputee Rehabilitation

Amputee Rehabilitation

@@ -104,12 +104,12 @@ const Rehabilitation = [
- Cardiology Extra + Amputee Rehabilitation
- Cardiology Extra + Amputee Rehabilitation
@@ -145,7 +145,7 @@ const Rehabilitation = [ content: `
- Cardiology + Fracture Rehabilitation

Fracture Rehabilitation

@@ -206,12 +206,12 @@ parts around the fracture site.

- Cardiology Extra + Fracture Rehabilitation
- Cardiology Extra + Fracture Rehabilitation
@@ -257,7 +257,7 @@ Your treatment will depend very much on the problems identified during your init content: `
- Cardiology + Neurological Injury Rehabilitation

Neurological Injury Rehabilitation

@@ -304,12 +304,12 @@ physiotherapy and rehabilitation to treat neurological conditions such as:

- Cardiology Extra + Neurological Injury Rehabilitation
- Cardiology Extra + Neurological Injury Rehabilitation
diff --git a/utils/Services.utils.js b/utils/Services.utils.js index 63b6a22..c3e9eac 100644 --- a/utils/Services.utils.js +++ b/utils/Services.utils.js @@ -40,10 +40,10 @@ export const servicesList = [
-
+
Physiotherapy | Rapharehab
-
+
Physiotherapy | Rapharehab
@@ -180,10 +180,10 @@ export const servicesList = [
-
+
Sports injury | Rapharehab
-
+
Sports injury | Rapharehab
@@ -248,10 +248,10 @@ export const servicesList = [
-
+
Pelvic Floor Physiotherapy | Rapharehab
-
+
Pelvic Floor Physiotherapy | Rapharehab
@@ -348,10 +348,10 @@ export const servicesList = [
-
+
Massage Therapy Etobicoke | Rapharehab
-
+
Massage Therapy Etobicoke | Rapharehab
@@ -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", @@ -510,10 +510,10 @@ export const servicesList = [
-
+
Chiropractic Care | Rapharehab
-
+
Chiropractic Care | Rapharehab
@@ -591,10 +591,10 @@ export const servicesList = [
-
+
Chiropody | Rapharehab
-
+
Chiropody | Rapharehab
@@ -663,10 +663,10 @@ export const servicesList = [
-
+
Acupuncture | Rapharehab
-
+
Acupuncture | Rapharehab
@@ -743,10 +743,10 @@ export const servicesList = [
-
+
Osteopathy Service | Rapharehab
-
+
Osteopathy Service | Rapharehab
@@ -865,10 +865,10 @@ export const servicesList = [
-
+
Foot reflexology | Rapharehab
-
+
Foot reflexology | Rapharehab
@@ -906,10 +906,10 @@ export const servicesList = [
-
+
Knee Injury | Rapharehab
-
+
Knee Injury | Rapharehab
@@ -983,10 +983,10 @@ export const servicesList = [
-
+
Laser Theraphy | Rapharehab
-
+
Laser Theraphy | Rapharehab
@@ -1039,10 +1039,10 @@ export const servicesList = [
-
+
Naturopathy Clinic | Rapharehab
-
+
Naturopathy Clinic | Rapharehab
@@ -1151,10 +1151,10 @@ export const servicesList = [
-
+
Osteopathy | Rapharehab
-
+
Osteopathy | Rapharehab
@@ -1209,10 +1209,10 @@ export const servicesList = [
-
+
Spinal Decompression Therapy | Rapharehab
-
+
Spinal Decompression Therapy | Rapharehab
@@ -1368,10 +1368,10 @@ export const servicesList = [
-
+
Concussion management | Rapharehab
-
+
Concussion management | Rapharehab
@@ -1439,10 +1439,10 @@ export const servicesList = [
-
+
Chronic pain management | Rapharehab
-
+
Chronic pain management | Rapharehab
@@ -1499,10 +1499,10 @@ export const servicesList = [
-
+
Pre and post operative Management | Rapharehab
-
+
Pre and post operative Management | Rapharehab
@@ -1556,10 +1556,10 @@ export const servicesList = [
-
+
Exercise Programming | Rapharehab
-
+
Exercise Programming | Rapharehab
@@ -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", @@ -1739,10 +1739,10 @@ export const servicesList = [
-
+
Workplace injury management | Rapharehab
-
+
Workplace injury management | Rapharehab
@@ -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", @@ -1871,10 +1871,10 @@ export const servicesList = [
-
+
Home care physiotherapy | Rapharehab
-
+
Home care physiotherapy | Rapharehab
@@ -1910,7 +1910,6 @@ export const servicesList = [ slug: "virtual-care-physiotherapy-clinic-etobicoke", shortTitle: "Virtual Care", 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", @@ -1942,10 +1941,10 @@ export const servicesList = [
-
+
Virtual Care | Rapharehab
-
+
Virtual Care | Rapharehab
@@ -2010,10 +2009,10 @@ export const servicesList = [
-
+
Gait Assessment | Rapharehab
-
+
Gait Assessment | Rapharehab
@@ -2083,10 +2082,10 @@ export const servicesList = [
-
+
Kids Physiotherapy | Rapharehab
-
+
Kids Physiotherapy | Rapharehab
@@ -2159,10 +2158,10 @@ export const servicesList = [
-
+
Surgical Rehab | Rapharehab
-
+
Surgical Rehab | Rapharehab
@@ -2236,10 +2235,10 @@ export const servicesList = [
-
+
Fascial Stretch Therapy | Rapharehab
-
+
Fascial Stretch Therapy | Rapharehab
@@ -2332,10 +2331,10 @@ export const servicesList = [
-
+
Cupping & Dry Needling | Rapharehab
-
+
Cupping & Dry Needling | Rapharehab
@@ -2405,10 +2404,10 @@ export const servicesList = [
-
+
Shiatsu Therapy | Rapharehab
-
+
Shiatsu Therapy | Rapharehab
@@ -2475,10 +2474,10 @@ export const servicesList = [
-
+
Deep Tissue Massage | Rapharehab
-
+
Deep Tissue Massage | Rapharehab
@@ -2544,10 +2543,10 @@ export const servicesList = [
-
+
Neuro Fascial Therapy | Rapharehab
-
+
Neuro Fascial Therapy | Rapharehab
@@ -2614,10 +2613,10 @@ export const servicesList = [
-
+
Cranio Sacral Therapy | Rapharehab
-
+
Cranio Sacral Therapy | Rapharehab
@@ -2681,10 +2680,10 @@ export const servicesList = [
-
+
MVA Rehabilitation | Rapharehab
-
+
MVA Rehabilitation | Rapharehab
@@ -2718,7 +2717,7 @@ export const servicesList = [ { id: "32", slug: "compression-stockings-etobicoke", - alt:"Compression Stockings", + alt:"Compression Stockings | Rapharehab", shortTitle: "Compression Stockings", title: "COMPRESSION STOCKINGS", @@ -2742,10 +2741,10 @@ export const servicesList = [
-
+
Compression Stockings | Rapharehab
-
+
Compression Stockings | Rapharehab
@@ -2775,7 +2774,7 @@ export const servicesList = [ id: "33", slug: "cardiac-rehabilitation-etobicoke", shortTitle: "Cardiac Rehabilitation", - alt:"Cardiac Rehabilitation", + alt:"Cardiac Rehabilitation | Rapharehab", title: "CARDIAC REHABILITATION", bannerImage: "/assets/images/services/cardiac/cardiac-rehabilation-banner.webp", image: "/assets/images/services/cardiac/left.webp", @@ -2799,10 +2798,10 @@ export const servicesList = [
-
+
Cardiac Rehabilitation | Rapharehab
-
+
Cardiac Rehabilitation | Rapharehab
@@ -2844,7 +2843,7 @@ export const servicesList = [ slug: "intramuscular-stimulation-ims-etobicoke", shortTitle: "Intramuscular Stimulation (IMS)", title: "INTRAMUSCULAR STIMULATION (IMS)", - alt:"Intramuscular Stimulation (IMS)", + alt:"Intramuscular Stimulation (IMS) | Rapharehab", bannerImage: "/assets/images/services/ims/ims-banner.webp", image: "/assets/images/services/ims/left.webp", @@ -2868,10 +2867,10 @@ export const servicesList = [
-
+
Intramuscular Stimulation (IMS) | Rapharehab
-
+
Intramuscular Stimulation (IMS) | Rapharehab
@@ -2905,7 +2904,7 @@ export const servicesList = [ slug: "psychotherapy-etobicoke", shortTitle: "Psychotherapy", title: "PSYCHOTHERAPY", - alt:"Psychotherapy", + 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", @@ -2928,10 +2927,10 @@ export const servicesList = [
-
+
Psychotherapy | Rapharehab
-
+
Psychotherapy | Rapharehab