Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user