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"}, ], }, ]}