Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 19:24:27 +00:00
parent d0bc7ce848
commit d3cab54dd4

View File

@@ -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" },
],
},
{