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} />