From ea859be2f559d384eab60adb51084d5340d4cf8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:14:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d23ee2..e6c1658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -231,37 +157,23 @@ export default function LandingPage() { logoText="HolzArt" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Startseite", - href: "/", - }, + label: "Startseite", href: "/"}, { - label: "Über uns", - href: "/about", - }, + label: "Über uns", href: "/about"}, { - label: "Portfolio", - href: "/portfolio", - }, + label: "Portfolio", href: "/portfolio"}, { - label: "Kontakt", - href: "/contact", - }, + label: "Kontakt", href: "/contact"}, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { - label: "Impressum", - href: "/impressum", - }, + label: "Impressum", href: "/impressum"}, { - label: "Datenschutz", - href: "/datenschutz", - }, + label: "Datenschutz", href: "/datenschutz"}, ], }, ]} @@ -270,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1