From 4f834fadf9005ab82bfee030ee53b69cb9f8a0cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:02:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94b0847..52174ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,6 @@ export default function LandingPage() {
@@ -212,18 +211,18 @@ export default function LandingPage() {
@@ -235,19 +234,27 @@ export default function LandingPage() { { items: [ { - label: "About Us", href: "#about"}, + label: "Learning Dashboard", href: "#hero"}, { - label: "Courses", href: "#pricing"}, + label: "Trading Courses", href: "#pricing"}, { - label: "Contact", href: "#contact"}, + label: "Support Center", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", href: "#"}, + label: "Trading App iOS", href: "#"}, + { + label: "Trading App Android", href: "#"}, + ], + }, + { + items: [ { label: "Terms of Service", href: "#"}, + { + label: "Privacy Policy", href: "#"}, ], }, ]}