From de07daf7860a1bb5610fa6c8d2d863f064f3f1e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:28:13 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f8c5be5..c081661 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,7 +36,7 @@ export default function ContactPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} button={{ text: "Get a Quote", href: "/contact" }} animateOnLoad={false}