From 5a548cdec97392a3c8f1e56f4821028003258a6c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:34:52 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3487c56..cbcc1a7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,9 +16,7 @@ const navItems = [ ]; const navButton = { - text: "Schedule Viewing", - href: "/contact", -}; + text: "Schedule Viewing", href: "/contact"}; export default function ContactPage() { return ( @@ -46,14 +44,14 @@ export default function ContactPage() { @@ -91,8 +89,7 @@ export default function ContactPage() {