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