diff --git a/app/etobicoke-treatment-service/page.js b/app/etobicoke-treatment-service/page.js
index 9eedbb4..a8d862d 100644
--- a/app/etobicoke-treatment-service/page.js
+++ b/app/etobicoke-treatment-service/page.js
@@ -4,8 +4,8 @@ import Link from "next/link"
import { servicesList } from "@/utils/Services.utils"
export const metadata = {
- title: "Our Professional Services – Rapharehab Physiotherapy",
- description: "Explore a full range of trusted services at Rapharehab, from physiotherapy to acupuncture, massage, osteopathy, chiropody, and more.",
+ title: "Our Professional Services – Rapharehab Physiotherapy",
+ description: "Explore a full range of trusted services at Rapharehab, from physiotherapy to acupuncture, massage, osteopathy, chiropody, and more.",
};
export default function ServicesPage() {
@@ -16,41 +16,41 @@ export default function ServicesPage() {
{servicesList.map((item) => (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {item?.shortTitle}
+
+
+
+ {item?.shortDescription}
+
-
-
- {item?.shortTitle}
-
-
-
- {item?.shortDescription}
-
-
))}
diff --git a/app/rehabilitation/page.js b/app/rehabilitation/page.js
index 0afe9de..08ce6e0 100644
--- a/app/rehabilitation/page.js
+++ b/app/rehabilitation/page.js
@@ -15,13 +15,39 @@ export default function RehabilitationPage() {
{Rehabilitation.map((service, index) => (
-
-
-
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ // {service.title}
+ //
+ //
{service.shortDesc}
+ //
+ //
+ //
+ //
+
+
+
+
@@ -29,8 +55,8 @@ export default function RehabilitationPage() {