From 87b8ee48a2cc88ce670b99c5c96d54003599c181 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:49:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++++------------------------------------- 1 file changed, 48 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 956739f..a8a617a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,32 +46,15 @@ export default function LandingPage() {
@@ -329,42 +212,27 @@ export default function LandingPage() { logoText="TechFlow" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", 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: "#"}, ], }, ]} -- 2.49.1