From ea835cc350b5ac6b573372846f1b4aaffa766aad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:16:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 +++++++++-------------------------------------- 1 file changed, 34 insertions(+), 148 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feadd74..e186403 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,68 +30,43 @@ export default function LandingPage() {
@@ -100,42 +75,23 @@ export default function LandingPage() { @@ -259,33 +157,21 @@ export default function LandingPage() { { items: [ { - label: "Vind ons", - href: "#contact", - }, + label: "Vind ons", href: "#contact"}, { - label: "Ons Verhaal", - href: "#features", - }, + label: "Ons Verhaal", href: "#features"}, { - label: "Menu", - href: "#", - }, + label: "Menu", href: "#"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1