From a3c84897ce4df9035773a2186b3fcaccf17975d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:27:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e191e0b..fb0d798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -96,42 +60,19 @@ export default function LandingPage() { @@ -222,42 +132,21 @@ export default function LandingPage() { logoText="SaaSFlow" columns={[ { - title: "Platform", - items: [ - { - label: "Features", - href: "#features", - }, - { - label: "About", - href: "#about", - }, + title: "Platform", items: [ + { label: "Features", href: "#features" }, + { label: "About", href: "#about" }, ], }, { - title: "Resources", - items: [ - { - label: "Blog", - href: "#", - }, - { - label: "Support", - href: "#", - }, + title: "Resources", items: [ + { label: "Blog", href: "#" }, + { label: "Support", href: "#" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]} @@ -267,4 +156,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1