From 84034a33a1e64cba74a68a6a5b8425d101332a06 Mon Sep 17 00:00:00 2001 From: selvi Date: Wed, 3 Sep 2025 15:48:08 +0530 Subject: [PATCH] corrections updated --- app/accident/[slug]/page.js | 10 +- app/accident/page.js | 4 +- app/area-of-injury/[slug]/page.js | 4 +- app/area-of-injury/page.js | 4 +- .../[slug]/ServiceDetailClient.js | 104 ++++++++--------- app/etobicoke-treatment-service/page.js | 8 +- app/rehabilitation/[slug]/page.js | 8 +- app/rehabilitation/page.js | 4 +- components/layout/MobileMenu.js | 9 +- components/sections/home/CounterSection.js | 87 +++++++------- components/sections/home/ServicesSection.js | 11 +- components/sections/home2/Features.js | 14 +-- components/sections/home2/Solution.js | 7 +- public/assets/css/module-css/funfact.css | 109 ++++++------------ public/assets/css/module-css/service.css | 77 +++++++------ public/assets/css/module-css/team.css | 10 +- public/assets/css/module-css/video.css | 2 +- .../ankle-foot-injury/left.webp | Bin 12586 -> 11202 bytes .../areas-of-injury/elbo-injury/left.webp | Bin 10708 -> 20852 bytes .../areas-of-injury/head-injury/left.webp | Bin 9994 -> 15818 bytes .../areas-of-injury/hip-injury/left.webp | Bin 10382 -> 10432 bytes .../areas-of-injury/leg-knee-injury/left.webp | Bin 12342 -> 12400 bytes .../areas-of-injury/low-back-injury/left.webp | Bin 18952 -> 7908 bytes .../areas-of-injury/neck-injury/left.webp | Bin 11506 -> 15160 bytes .../areas-of-injury/shoulder-injury/left.webp | Bin 12372 -> 4780 bytes .../wrist-hand-injury/left.webp | Bin 7032 -> 4648 bytes .../make-an-appopintment-bg.webp | Bin 8704 -> 9064 bytes .../trusted/trusted-physiotherapy-care.webp | Bin 0 -> 111998 bytes 28 files changed, 227 insertions(+), 245 deletions(-) create mode 100644 public/assets/images/home/trusted/trusted-physiotherapy-care.webp diff --git a/app/accident/[slug]/page.js b/app/accident/[slug]/page.js index ba69996..dfce622 100644 --- a/app/accident/[slug]/page.js +++ b/app/accident/[slug]/page.js @@ -25,11 +25,11 @@ export default function AccidentDetailsPage({ params }) {
- + {/* Sidebar */}
- + {/* Categories */}

Accident

@@ -56,11 +56,11 @@ export default function AccidentDetailsPage({ params }) {
{service.title}
+
+
{`${service.title}
-
-

{service.title}

{service.shortDesc}

@@ -79,7 +79,7 @@ export default function AccidentDetailsPage({ params }) { />
- +
diff --git a/app/accident/page.js b/app/accident/page.js index 2c05a26..7dac5e7 100644 --- a/app/accident/page.js +++ b/app/accident/page.js @@ -23,14 +23,14 @@ export default function AccidentPage() { {service.title} + +
{`${service.title}
-
-

{service.title}

diff --git a/app/area-of-injury/[slug]/page.js b/app/area-of-injury/[slug]/page.js index e5db208..c2ffadb 100644 --- a/app/area-of-injury/[slug]/page.js +++ b/app/area-of-injury/[slug]/page.js @@ -55,11 +55,11 @@ export default function AreaOfInjuryDetails({ params }) {
{service.title}
+
+
{`${service.title}
-
-

{service.title}

{service.shortDescription}

diff --git a/app/area-of-injury/page.js b/app/area-of-injury/page.js index 0d7fc3a..e842a30 100644 --- a/app/area-of-injury/page.js +++ b/app/area-of-injury/page.js @@ -19,14 +19,14 @@ export default function AreaOfInjury() { {item.title} + +
{`${item.title}
-
-

{item.title}

diff --git a/app/etobicoke-treatment-service/[slug]/ServiceDetailClient.js b/app/etobicoke-treatment-service/[slug]/ServiceDetailClient.js index e4f8d75..86d3d97 100644 --- a/app/etobicoke-treatment-service/[slug]/ServiceDetailClient.js +++ b/app/etobicoke-treatment-service/[slug]/ServiceDetailClient.js @@ -15,66 +15,66 @@ export default function ServiceDetailClient({ slug, service, servicesList }) { }; return ( -
- {/* service-section */} -
-
-
- -
-
-
-

Services

-
-
    - {servicesList.map((item) => ( -
  • - - {item.shortTitle} - -
  • - ))} -
+
+ {/* service-section */} +
+
+
+ +
+
+
+

Services

+
+
    + {servicesList.map((item) => ( +
  • + + {item.shortTitle} + +
  • + ))} +
+
+
+
+ +
+
+
+
+
+
+
+ {`${service.title} +
+

{service.shortTitle}

+

{service.shortDescription}

+
+
-
- -
-
-
-
-
- {`${service.title} -
-
-
-

{service.shortTitle}

-

{service.shortDescription}

-
-
-
-
- {/* Content */} -
-
+ {/* Content */} +
+
-
- -
+
+ +
+
-
-
-
+
+
); } diff --git a/app/etobicoke-treatment-service/page.js b/app/etobicoke-treatment-service/page.js index d8d7d32..b86ada9 100644 --- a/app/etobicoke-treatment-service/page.js +++ b/app/etobicoke-treatment-service/page.js @@ -5,8 +5,8 @@ import { servicesList } from "@/utils/Services.utils" export default function ServicesPage() { return ( - +
@@ -20,14 +20,14 @@ export default function ServicesPage() { {item.title} +
+
{`${item.title}
-
-

{item.shortTitle}

diff --git a/app/rehabilitation/[slug]/page.js b/app/rehabilitation/[slug]/page.js index 454a7a4..61c5435 100644 --- a/app/rehabilitation/[slug]/page.js +++ b/app/rehabilitation/[slug]/page.js @@ -25,11 +25,11 @@ export default function RehabilitationDetailsPage({ params }) {
- + {/* Sidebar */}
- + {/* Categories */}

Rehabilitation

@@ -56,11 +56,11 @@ export default function RehabilitationDetailsPage({ params }) {
{service.title}
+
+
{`${service.title}
-
-

{service.title}

{service.shortDesc}

diff --git a/app/rehabilitation/page.js b/app/rehabilitation/page.js index 9dc6e12..154ae23 100644 --- a/app/rehabilitation/page.js +++ b/app/rehabilitation/page.js @@ -23,14 +23,14 @@ export default function RehabilitationPage() { {service.title} +
+
{`${service.title}
-
-

{service.title}

diff --git a/components/layout/MobileMenu.js b/components/layout/MobileMenu.js index 2a68579..bb28771 100644 --- a/components/layout/MobileMenu.js +++ b/components/layout/MobileMenu.js @@ -48,12 +48,13 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar