From c9308b68e0f62f42a91b41d5edf43bc55f50098b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:03:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++++------------------------------------- 1 file changed, 63 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edeff16..494845f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,25 +34,15 @@ export default function LandingPage() { @@ -61,21 +51,16 @@ export default function LandingPage() {
@@ -416,62 +262,37 @@ export default function LandingPage() { logoText="Void Trade" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Markets", - href: "#market-stats", - }, + label: "Markets", href: "#market-stats"}, { - label: "Charts", - href: "#hero", - }, + label: "Charts", href: "#hero"}, { - label: "Features", - href: "#trading-features", - }, + label: "Features", href: "#trading-features"}, { - label: "Pricing", - href: "#premium-access", - }, + label: "Pricing", href: "#premium-access"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "News", - href: "#latest-insights", - }, + label: "News", href: "#latest-insights"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Risk Disclosure", - href: "#", - }, + label: "Risk Disclosure", href: "#"}, ], }, ]}