From c3ced04f6dca332a9af02935eb5a275d5229537a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:23:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 166997f..c529c49 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function ContactPage() { { text: "Send Message", href: "mailto:contact@liquiditytrader.com" }, { text: "Back Home", href: "/" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} />