From 388aba52f03dec125b721896d0abd8a891892619 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:26:06 +0000 Subject: [PATCH] Add src/app/wheelchair-stretcher/page.tsx --- src/app/wheelchair-stretcher/page.tsx | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/app/wheelchair-stretcher/page.tsx diff --git a/src/app/wheelchair-stretcher/page.tsx b/src/app/wheelchair-stretcher/page.tsx new file mode 100644 index 0000000..cb1334d --- /dev/null +++ b/src/app/wheelchair-stretcher/page.tsx @@ -0,0 +1,43 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import ReactLenis from "lenis/react"; + +export default function WheelchairStretcherPage() { + return ( + + + + +
+

Service Details

+

Our service is designed to remove the stress of transportation for patients with mobility limitations. We offer modern equipment, comfortable boarding, and secure transit to all local healthcare facilities.

+
+ +
+
+ ); +} \ No newline at end of file