Update src/app/disclaimer/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user