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: "#"}, ], }, ]}