diff --git a/src/app/page.tsx b/src/app/page.tsx index f5e8b44..98dba43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -365,31 +185,17 @@ export default function LandingPage() { logoText="Elite Mentorship" columns={[ { - title: "Platform", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Methodology", - href: "#features", - }, - ], + title: "Platform", items: [ + { label: "About", href: "#about" }, + { label: "Methodology", href: "#features" } + ] }, { - title: "Legal", - items: [ - { - label: "Terms", - href: "#", - }, - { - label: "Privacy", - href: "#", - }, - ], - }, + title: "Legal", items: [ + { label: "Terms", href: "#" }, + { label: "Privacy", href: "#" } + ] + } ]} />