From 02f1ace60ea55486fbe6516c29ee5c6f4b2dd3c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 10:42:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 693df6e..478648f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,19 @@ export default function LandingPage() { @@ -55,19 +53,14 @@ export default function LandingPage() {
@@ -269,25 +198,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} @@ -297,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file