From 44d4ec71be69d5bed7fa354a510bc18088000a42 Mon Sep 17 00:00:00 2001 From: vidhubk Date: Sat, 30 Aug 2025 22:34:57 +0530 Subject: [PATCH] services main page --- app/etobicoke-treatment-service/page.js | 3 ++- components/sections/home/CounterSection.js | 4 ++-- utils/Services.utils.js | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/app/etobicoke-treatment-service/page.js b/app/etobicoke-treatment-service/page.js index 28f464c..d8d7d32 100644 --- a/app/etobicoke-treatment-service/page.js +++ b/app/etobicoke-treatment-service/page.js @@ -5,7 +5,8 @@ import { servicesList } from "@/utils/Services.utils" export default function ServicesPage() { return ( - +
diff --git a/components/sections/home/CounterSection.js b/components/sections/home/CounterSection.js index 1625c03..9a639e4 100644 --- a/components/sections/home/CounterSection.js +++ b/components/sections/home/CounterSection.js @@ -15,7 +15,7 @@ export default function CounterSection() {
+
- professionals + Professionals
@@ -37,7 +37,7 @@ export default function CounterSection() {
+
- happy customers + Happy Customers diff --git a/utils/Services.utils.js b/utils/Services.utils.js index a6939c5..42b455a 100644 --- a/utils/Services.utils.js +++ b/utils/Services.utils.js @@ -3,7 +3,7 @@ export const servicesList = [ id:"1", slug: "physiotherapy-clinic-etobicoke", shortTitle: "Physiotherapy", - title: "TRUSTED PHYSIOTHERAPY CLINIC IN ETOBICOKE – RAPHA REHAB", + title: "Physiotherapy", bannerImage:"/assets/images/services/physiotherapy/physiotherapy-banner.webp", image: "/assets/images/services/physiotherapy/left.webp", sidebarImg:"/assets/images/services/physiotherapy/left.webp", @@ -114,7 +114,7 @@ export const servicesList = [ id:"2", slug: "sportsinjury-physiotherapy-clinic-etobicoke", shortTitle: "Sports Injury", - title: "SPORTS INJURY", + title: "Sports Injury", 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", @@ -205,7 +205,7 @@ export const servicesList = [ id:"3", slug: "pelvic-floor-physiotherapy-clinic-etobicoke", shortTitle: "Pelvic Floor Physiotherapy", - title: "PELVIC FLOOR PHYSIOTHERAPY", + title: "Pelvic Floor Physiotherapy", bannerImage:"/assets/images/services/pelvic-floor/pelvic-floor-banner.webp", image: "/assets/images/services/pelvic-floor/left.webp", sidebarImg:"/assets/images/services/pelvic-floor/left.webp", @@ -318,7 +318,7 @@ export const servicesList = [ id: "4", slug: "massage-therapy-clinic-etobicoke", shortTitle: "Massage Therapy Etobicoke", - title: "MASSAGE THERAPY ETOBICOKE", + title: "Massage Therapy Etobicoke", 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", @@ -417,7 +417,7 @@ export const servicesList = [ id: "5", slug: "chiropractic-clinic-etobicoke", shortTitle: "Chiropractor", - title: "CHIROPRACTOR", + title: "Chiropractor", bannerImage:"/assets/images/services/chiropractor/chiropractor-banner.webp", image: "/assets/images/services/chiropractor/left.webp", sidebarImg:"/assets/images/services/chiropractor/left.webp", @@ -526,7 +526,7 @@ export const servicesList = [ id: "6", slug: "chiropdist-clinic-etobicoke", shortTitle: "Chiropody", - title: "CHIROPODY", + title: "Chiropody", bannerImage:"/assets/images/services/chiropody/chiropody-banner.webp", image: "/assets/images/services/chiropody/left.webp", sidebarImg:"/assets/images/services/chiropody/left.webp", @@ -598,7 +598,7 @@ export const servicesList = [ id: "7", slug: "acupuncture-clinic-etobicoke", shortTitle: "Acupuncture", - title: "ACUPUNCTURE TREATMENT CLINIC ETOBICOKE", + title: "Acupuncture", bannerImage:"/assets/images/services/acupuncture/acupuncture-banner.webp", image: "/assets/images/services/acupuncture/left.webp", sidebarImg:"/assets/images/services/acupuncture/left.webp", @@ -675,7 +675,7 @@ export const servicesList = [ id: "8", slug: "osteopathy-clinic-etobicoke", shortTitle: "Osteopathy", - title: "OSTEOPATHY", + title: "Osteopathy", bannerImage:"/assets/images/services/osteopathy/osteopathy-banner.webp", image: "/assets/images/services/osteopathy/left.webp", sidebarImg:"/assets/images/services/osteopathy/left.webp", @@ -1112,7 +1112,7 @@ export const servicesList = [ shortTitle: "Orthotics", title: "Orthotics Therapy Clinic", bannerImage:"/assets/images/services/naturopathy/naturopathy-banner.webp", - image: "/assets/images/services/left.webp", + image: "/assets/images/service/service-4.jpg", sidebarImg:"/assets/images/service/service-4.jpg", bigImg:"/assets/images/service/service-7.jpg", icon: "/assets/images/services/icons/naturopathy.webp", @@ -1260,7 +1260,7 @@ export const servicesList = [ shortTitle: "Concussion Management", title: "Concussion Management", bannerImage:"/assets/images/services/workplace-injury/workplace-injury-banner.webp", - image: "/assets/images/services/left.webp", + image: "/assets/images/service/service-4.jpg", sidebarImg:"/assets/images/service/service-4.jpg", bigImg:"/assets/images/service/service-7.jpg", icon: "/assets/images/services/icons/spinal-decompression.webp", @@ -1471,7 +1471,7 @@ export const servicesList = [ shortTitle: "Pre and Post Operative Management", title: "Pre and Post Operative Management", bannerImage:"/assets/images/services/naturopathy/naturopathy-banner.webp", - image: "/assets/images/services/left.webp", + image: "/assets/images/service/service-4.jpg", sidebarImg:"/assets/images/service/service-4.jpg", bigImg:"/assets/images/service/service-7.jpg", icon: "/assets/images/services/icons/naturopathy.webp",