From d700032b6eafc34b650659307bcfe21c8f791ace Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:46:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 369314c..c4860ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,38 +46,19 @@ export default function LandingPage() {
@@ -277,37 +182,25 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1