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