From f70e8f579a1ff7cd4f28ecc08c6d3b0fae707fdc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5c5bbaa..965f243 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,9 +16,7 @@ const navItems = [ ]; const navButton = { - text: "Check Availability", - href: "/contact", -}; + text: "Check Availability", href: "/contact"}; export default function ContactPage() { return ( @@ -28,7 +26,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -77,8 +75,7 @@ export default function ContactPage() {