diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 32f3af4..65d9980 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,8 +30,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} /> @@ -40,7 +39,7 @@ export default function ContactPage() {