From bb9f022f8b34c88aa6eb79c794b542fd131d7a39 Mon Sep 17 00:00:00 2001 From: akash Date: Tue, 23 Sep 2025 14:26:57 +0530 Subject: [PATCH] Refugee Physio thereape images and structure updated --- app/refugee-physiotherapy/page.js | 82 +++++++++++++++ components/layout/MobileMenu.js | 63 ++++++----- components/layout/header/Header1.js | 1 + components/layout/header/Header2.js | 1 + public/assets/css/style.css | 98 +++++++++++++++--- .../images/Refugee-Pysiotherapee/1.webp | Bin 0 -> 8336 bytes .../images/Refugee-Pysiotherapee/2.webp | Bin 0 -> 27428 bytes .../images/Refugee-Pysiotherapee/big-img.webp | Bin 0 -> 33756 bytes .../images/Refugee-Pysiotherapee/card.webp | Bin 0 -> 10704 bytes .../images/Refugee-Pysiotherapee/icon.webp | Bin 0 -> 2558 bytes .../Refugee-Pysiotherapee/left-side.webp | Bin 0 -> 10362 bytes .../Refugee-Pysiotherapee/refugee-banner.webp | Bin 0 -> 29876 bytes utils/Services.utils.js | 96 +++++++++++++++-- 13 files changed, 287 insertions(+), 54 deletions(-) create mode 100644 app/refugee-physiotherapy/page.js create mode 100644 public/assets/images/Refugee-Pysiotherapee/1.webp create mode 100644 public/assets/images/Refugee-Pysiotherapee/2.webp create mode 100644 public/assets/images/Refugee-Pysiotherapee/big-img.webp create mode 100644 public/assets/images/Refugee-Pysiotherapee/card.webp create mode 100644 public/assets/images/Refugee-Pysiotherapee/icon.webp create mode 100644 public/assets/images/Refugee-Pysiotherapee/left-side.webp create mode 100644 public/assets/images/Refugee-Pysiotherapee/refugee-banner.webp diff --git a/app/refugee-physiotherapy/page.js b/app/refugee-physiotherapy/page.js new file mode 100644 index 0000000..5767597 --- /dev/null +++ b/app/refugee-physiotherapy/page.js @@ -0,0 +1,82 @@ +import Link from "next/link" +import Layout from "@/components/layout/Layout" + +export const metadata = { + title: "Refugee Physiotherapy at Physiotherapy Etobicoke - Rapharehab Physiotherapy clinic Etobicoke", + description: + "Explore flexible payment options and insurance coverage at Rapharehab Physiotherapy clinic and rehabilitation etobicoke. We accept a variety of insurance plans and offer convenient payment solutions to ensure you get the care you need without financial stress. Book your appointment today!", +}; + + +export default function Refugee() { + return ( + <> + + {/* chooseus-section */} +
+
+
+
+
+
+ {/* Better Solutions */} +

Refugee Physiotherapy

+
+
+

At rapharehab Etobicoke Physiotherapy clinic, your treatments are partially or fully covered by health insurance plans and Workplace Safety and Insurance Board (WSIB). If you have medical health care coverage, we believe your treatment costs will be covered by health care plans. The treatments such as physiotherapy, massage therapy, chiropractic care, acupuncture, orthotics etc., all can be covered by health care insurance.

+
    +
  • In case if you are injured in a motor vehicle accident (MVA), the auto insurance covers the cost of the treatment.
  • +
  • Please get in touch with rapharehab Physiotherapy clinic etobicoke for assistance to know about your coverage.
  • +
  • We Accept Cash/Cheque/Visa/Direct Payment.
  • +
+
+
+
+
+
+
+
Payment and Insurance
+
Payment and Insurance
+
Payment and Insurance
+
+
+
+
+
+
+ {/* chooseus-section end */} + {/* subscibe */} + {/*
+
+
+
+
+
+

Subscribe for the exclusive updates!

+
+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+
+
+
*/} + {/* subscibe end */} +
+ + ) +} diff --git a/components/layout/MobileMenu.js b/components/layout/MobileMenu.js index ba79a9c..40a7730 100644 --- a/components/layout/MobileMenu.js +++ b/components/layout/MobileMenu.js @@ -29,35 +29,41 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar } }; + // ✅ Always close menu after clicking a link + const closeMenu = () => { + if (typeof handleMobileMenu === "function") { + handleMobileMenu(); + } + }; + return ( <>
{/* Backdrop */} -
+
{/* Close button */} -
+
{/* Mobile Navigation */}