Update src/app/disclaimer/page.tsx

This commit is contained in:
2026-03-03 16:08:17 +00:00
parent bf1678379c
commit ca0eb41276

View File

@@ -92,7 +92,7 @@ export default function DisclaimerPage() {
{ text: "Contact Support", href: "/contact" },
{ text: "Return Home", href: "/" },
]}
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>
@@ -101,24 +101,21 @@ export default function DisclaimerPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Home", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Trading Team", href: "/about" },
{ label: "Community", href: "/" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Disclaimer", href: "/disclaimer" },
{ label: "Risk Warning", href: "/disclaimer" },
{ label: "Privacy Policy", href: "#" },