From ad62518ac7375ee8e5eaba2e09b54a4e05bd8ac8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 05:10:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 +++++++++++------------------------------------ 1 file changed, 69 insertions(+), 248 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0db42af..337df56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -433,50 +273,31 @@ export default function LandingPage() { logoText="Aura Labs" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Dashboard", - href: "#dashboard", - }, + label: "Dashboard", href: "#dashboard"}, { - label: "Optimization", - href: "#services", - }, + label: "Optimization", href: "#services"}, { - label: "Analytics", - href: "#metrics", - }, + label: "Analytics", href: "#metrics"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Our Science", - href: "#about", - }, + label: "Our Science", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}