From 6444d9b0b8c2e54ccb59ddcb7e356dd4963839b8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 23:02:21 +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 48a18cc..ad34810 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 23:02:24 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 67 +++++++++++---------------------------- 1 file changed, 19 insertions(+), 48 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ad34810..b6e23b3 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": "Recovery", - "href": "#recovery" + "name": "Recovery", "href": "#recovery" }, { - "name": "Performance", - "href": "#performance" + "name": "Performance", "href": "#performance" }, { - "name": "Structure", - "href": "#structure" + "name": "Structure", "href": "#structure" }, { - "name": "Living", - "href": "#living" + "name": "Living", "href": "#living" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Systems", - "href": "#systems" + "name": "Systems", "href": "#systems" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,53 +51,33 @@ export default function Layout() { { items: [ { - label: "Recovery", - href: "#recovery", - }, + label: "Recovery", href: "#recovery"}, { - label: "Performance", - href: "#performance", - }, + label: "Performance", href: "#performance"}, { - label: "Structure", - href: "#structure", - }, + label: "Structure", href: "#structure"}, { - label: "Living", - href: "#living", - }, + label: "Living", href: "#living"}, ], }, { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Warranty", - href: "#warranty", - }, + label: "Warranty", href: "#warranty"}, { - label: "Consultation", - href: "#contact", - }, + label: "Consultation", href: "#contact"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, ]}