From 69b330c5a97d51134cf1cad4f0d529a22d7fd34c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:54:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9fed7f5..400b2ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,9 +17,7 @@ export default function ContactPage() { ]; const navButton = { - text: "Get Free Estimate", - href: "/contact", - }; + text: "Get Free Estimate", href: "/contact"}; return ( @@ -258,13 +252,9 @@ export default function ContactPage() {