Update src/app/page.tsx

This commit is contained in:
2026-05-19 18:36:00 +00:00
parent 9301c076f4
commit c79371894e

View File

@@ -32,11 +32,10 @@ export default function PatientTransportPage() {
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[
{ name: "Services", id: "services" },
{ name: "Wheelchair & Stretcher", id: "/wheelchair-stretcher" },
{ name: "Elderly Care", id: "/elderly-care" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/#services" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Call Now", href: "tel:8448212700" }}
animateOnLoad={false}