From cd1e28c08dac6e49ff6184452823b981975a639a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 23:59:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e97a753..8f3fcf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,117 +30,73 @@ export default function LandingPage() {
@@ -333,29 +202,19 @@ export default function LandingPage() { logoText="Aether Crypto" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Security", - href: "#", - }, + label: "Security", href: "#"}, ], }, { - title: "Trading", - items: [ + title: "Trading", items: [ { - label: "Exchange", - href: "#", - }, + label: "Exchange", href: "#"}, { - label: "API", - href: "#", - }, + label: "API", href: "#"}, ], }, ]} -- 2.49.1