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() {