From ceae9fca79045b688ca1c3b9a4359dc38b7d013a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 07:39:04 +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 5376b44..4ecd500 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Tue, 16 Jun 2026 07:39:07 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 48 +++++++++------------------------------ 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4ecd500..4b76de5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,16 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Послуги", - "href": "#services" + "name": "Послуги", "href": "#services" }, { - "name": "Портфоліо", - "href": "#portfolio" + "name": "Портфоліо", "href": "#portfolio" }, { - "name": "Відгуки", - "href": "#testimonials" + "name": "Відгуки", "href": "#testimonials" }, { - "name": "Контакти", - "href": "#contact" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Metrics", - "href": "#metrics" + "name": "Контакти", "href": "#contact" } ]; @@ -43,11 +27,9 @@ export default function Layout() {
@@ -57,25 +39,17 @@ export default function Layout() {