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