From 9f3cf4ba8a50fbc7a992ea52fc3660cad6f2e43a Mon Sep 17 00:00:00 2001 From: development Date: Sun, 8 Feb 2026 19:29:21 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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() {