From d3cab54dd43c7bb3896370b5d4d70cf6f5dd2ed7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:27 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fbc6881..e15515f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import ContactFaq from "@/components/sections/contact/ContactFaq"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import Link from "next/link"; import { Phone } from "lucide-react"; export default function ContactPage() { @@ -26,9 +27,9 @@ export default function ContactPage() { brandName="VanPro Plumbing" navItems={[ { name: "Services", id: "/services" }, - { name: "Why Us", id: "/about" }, - { name: "Reviews", id: "/" }, - { name: "Emergency", id: "/contact" }, + { name: "About", id: "/about" }, + { name: "Home", id: "/" }, + { name: "Call Now", id: "tel:+1-604-618-4988" }, ]} button={{ text: "Call Now", href: "tel:+1-604-618-4988"}} @@ -108,7 +109,7 @@ export default function ContactPage() { { items: [ { label: "Call Emergency", href: "tel:+1-604-618-4988" }, - { label: "Get Free Estimate", href: "/contact" }, + { label: "Get Free Estimate", href: "#contact" }, { label: "$100 Off Camera Inspection", href: "/services"}, ], @@ -125,7 +126,7 @@ export default function ContactPage() { { label: "Emergency Service", href: "tel:+1-604-618-4988"}, { label: "Service Areas", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact", href: "#contact" }, ], }, {