Update src/app/contact-us/page.tsx

This commit is contained in:
2026-03-26 00:48:50 +00:00
parent ef3c3aa5d4
commit 90b104be0c

View File

@@ -24,13 +24,13 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", href: "/" },
{ name: "Services", href: "/#features" },
{ name: "Gallery", href: "/#products" },
{ name: "About Us", href: "/#about" },
{ name: "Testimonials", href: "/#testimonials" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact Us", href: "/contact-us" }
{ name: "Home", id: "/" },
{ name: "Services", id: "/#features" },
{ name: "Gallery", id: "/#products" },
{ name: "About Us", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact Us", id: "/contact-us" }
]}
button={{
text: "Book Your Install", href: "/contact-us"}}