From 429daee31fa7551c4df8a0455da9cb12bf0ea449 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:37:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 353 +++++++++++------------------------------------ 1 file changed, 82 insertions(+), 271 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9bd171..9d9e680 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,35 +32,23 @@ export default function LandingPage() { @@ -405,83 +250,49 @@ export default function LandingPage() { logoText="VortexAI" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Dashboard", - href: "/dashboard", - }, + label: "Dashboard", href: "/dashboard"}, { - label: "Login", - href: "/login", - }, + label: "Login", href: "/login"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Help Center", - href: "#", - }, + label: "Help Center", href: "#"}, { - label: "API Docs", - href: "#", - }, + label: "API Docs", href: "#"}, { - label: "Community", - href: "#", - }, + label: "Community", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]}