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