From 8ce0bfaa3ca291ccc5d3139b33dabc230b222fa9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 25 Jun 2026 06:50:34 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 76 ++++++++++++--------------------------- 1 file changed, 22 insertions(+), 54 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ddd1fe9..c6fb04b 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": "Startseite", - "href": "#hero" + "name": "Startseite", "href": "#hero" }, { - "name": "Über uns", - "href": "#about" + "name": "Über uns", "href": "#about" }, { - "name": "Leistungen", - "href": "#features" + "name": "Leistungen", "href": "#features" }, { - "name": "Shop", - "href": "#shop" + "name": "Shop", "href": "#shop" }, { - "name": "Product List", - "href": "#product-list" + "name": "Product List", "href": "#product-list" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,65 +48,42 @@ export default function Layout() { brand="7,2 grams" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Startseite", - href: "#hero", - }, + label: "Startseite", href: "#hero"}, { - label: "Über uns", - href: "#about", - }, + label: "Über uns", href: "#about"}, { - label: "Leistungen", - href: "#features", - }, + label: "Leistungen", href: "#features"}, ], }, { - title: "Mehr", - items: [ + title: "Mehr", items: [ { - label: "Wasseraufbereitung", - href: "#features", - }, + label: "Wasseraufbereitung", href: "#features"}, { - label: "Kontakt", - href: "#contact", - }, + label: "Kontakt", href: "#contact"}, { - label: "Info", - href: "#faq", - }, + label: "Info", href: "#faq"}, ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { - label: "Waldstraße 58, Offenbach", - href: "#", - }, + label: "Waldstraße 58, Offenbach", href: "#"}, { - label: "+49 69 86003840", - href: "tel:+496986003840", - }, + label: "+49 69 86003840", href: "tel:+496986003840"}, ], }, ]} copyright="© 2026 7,2 grams" links={[ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg" />