From b350e32daa4c828e42927e68cc0a2de672f3c5f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:56:33 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 61 ++++++++++++--------------------------- 1 file changed, 18 insertions(+), 43 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9fc4ebf..592d777 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Home", - "href": "#home" + "name": "Home", "href": "#home" }, { - "name": "Über uns", - "href": "#about" + "name": "Über uns", "href": "#about" }, { - "name": "Dienstleistungen", - "href": "#services" + "name": "Dienstleistungen", "href": "#services" }, { - "name": "Kontakt", - "href": "#contact" + "name": "Kontakt", "href": "#contact" }, { - "name": "Why Choose Us", - "href": "#why-choose-us" + "name": "Why Choose Us", "href": "#why-choose-us" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,46 +49,30 @@ export default function Layout() { brand="Tobias Ludwig Garten- und Baumpflege" columns={[ { - title: "Service", - items: [ + title: "Service", items: [ { - label: "Baumschnitt", - href: "#services", - }, + label: "Baumschnitt", href: "#services"}, { - label: "Baumfällung", - href: "#services", - }, + label: "Baumfällung", href: "#services"}, { - label: "Gartenpflege", - href: "#services", - }, + label: "Gartenpflege", href: "#services"}, ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]} copyright="© 2024 Tobias Ludwig. Alle Rechte vorbehalten." links={[ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ]} />