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 +}