Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 16:14:18 +00:00
parent ae78431049
commit 9da56e87bd

View File

@@ -44,7 +44,7 @@ export default function ContactPage() {
{ text: "Send Message", href: "mailto:contact@liquiditytrader.com" },
{ text: "Back Home", href: "/" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
/>
</div>