From 2704e84e66aae822f6634f6acd5520b45943465b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 04:35:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 +++++++++++------------------------------------ 1 file changed, 44 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a2787a..cb2bfbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,93 +33,58 @@ export default function LandingPage() {
@@ -139,24 +104,19 @@ export default function LandingPage() {
@@ -302,14 +204,11 @@ export default function LandingPage() { @@ -320,33 +219,21 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Work", - href: "#work", - }, + label: "Work", href: "#work"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Blog", - href: "#blog", - }, + label: "Blog", href: "#blog"}, ], }, ]} -- 2.49.1