From f821f3fc129de9375d557a5e1ec2d7e2e6d69a8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:36:01 +0000 Subject: [PATCH] Update src/app/wheelchair-stretcher/page.tsx --- src/app/wheelchair-stretcher/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/wheelchair-stretcher/page.tsx b/src/app/wheelchair-stretcher/page.tsx index 0b35480..c095d13 100644 --- a/src/app/wheelchair-stretcher/page.tsx +++ b/src/app/wheelchair-stretcher/page.tsx @@ -15,9 +15,9 @@ export default function WheelchairStretcherPage() { brandName="Encore Patient Transfer" navItems={[ { name: "Home", id: "/" }, + { name: "About", id: "/about" }, { name: "Services", id: "/#services" }, - { name: "Wheelchair & Stretcher", id: "/wheelchair-stretcher" }, - { name: "Elderly Care", id: "/elderly-care" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Call Now", href: "tel:8448212700" }} animateOnLoad={false} @@ -47,4 +47,4 @@ export default function WheelchairStretcherPage() { ); -} \ No newline at end of file +}