From c8a5219600214018da5d6762aaee45faa4ae7977 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 20:34:46 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f268519..302a5e1 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 20:34:49 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 43 ++++++++++++--------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 302a5e1..e43d45b 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": "Start", - "href": "#hero" + "name": "Start", "href": "#hero" }, { - "name": "Über Uns", - "href": "#about" + "name": "Über Uns", "href": "#about" }, { - "name": "Leistungen", - "href": "#features" + "name": "Leistungen", "href": "#features" }, { - "name": "Kontakt", - "href": "#contact" + "name": "Kontakt", "href": "#contact" }, { - "name": "Product", - "href": "#product" + "name": "Product", "href": "#product" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Team", - "href": "#team" + "name": "Team", "href": "#team" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,25 +51,17 @@ export default function Layout() { { items: [ { - label: "Über Uns", - href: "#about", - }, + label: "Über Uns", href: "#about"}, { - label: "Leistungen", - href: "#features", - }, + label: "Leistungen", href: "#features"}, ], }, { items: [ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ], }, ]}