Update src/app/contact/page.tsx

This commit is contained in:
2026-05-19 18:35:58 +00:00
parent 518ed4fcae
commit bd344aaa4b

View File

@@ -11,7 +11,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Encore Patient Transfer"
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Services", id: "/#services" }, { name: "Contact", id: "/contact" }]}
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
@@ -34,4 +34,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}