Update src/app/wheelchair-stretcher/page.tsx

This commit is contained in:
2026-05-19 18:26:44 +00:00
parent e5e0c7f7cb
commit 59b07035d2

View File

@@ -8,9 +8,10 @@ import ReactLenis from "lenis/react";
export default function WheelchairStretcherPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarLayoutFloatingInline
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Home", id: "/" },
@@ -21,22 +22,28 @@ export default function WheelchairStretcherPage() {
button={{ text: "Call Now", href: "tel:8448212700" }}
animateOnLoad={false}
/>
<HeroOverlay
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Wheelchair & Stretcher Transport"
description="We provide fully equipped vehicles to ensure the highest safety standards for patients requiring wheelchair or stretcher assistance. Our trained staff handles every transfer with professionalism and dignity."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DwHgUpAs8zmh5Hh3fDe6vdqAEF/uploaded-1779213470419-9hl915v6.png"
/>
/>
</div>
<div className="py-20 container mx-auto px-4">
<h2 className="text-3xl font-bold mb-6">Service Details</h2>
<p className="text-lg text-gray-600">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.</p>
</div>
<FooterMedia
<div id="footer" data-section="footer">
<FooterMedia
logoText="Encore Patient Transfer"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-different-maps_23-2147837133.jpg"
columns={[
{ title: "Services", items: [{ label: "Patient Transport", href: "/" }, { label: "Wheelchair & Stretcher", href: "/wheelchair-stretcher" }, { label: "Elderly Care", href: "/elderly-care" }] },
{ title: "Contact", items: [{ label: "(844) 821-2700", href: "tel:8448212700" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);