From e5d4d21d1b68cbe70581c35cfe2cc4a1303560ff Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:59:45 +0000 Subject: [PATCH 1/3] Bob AI: Removed Team link from navbar --- src/components/Layout.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c3b75b9..2621ecd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -15,10 +15,6 @@ export default function Layout() { "name": "Work", "href": "#portfolio" }, - { - "name": "Team", - "href": "#team" - }, { "name": "Contact", "href": "#contact" -- 2.49.1 From db8294497c45766e0552f3fa34de8ed8bfe8d829 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 17:00:31 +0000 Subject: [PATCH 2/3] Bob AI: fix build errors (attempt 1) --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2621ecd..67c5847 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -54,7 +54,7 @@ export default function Layout() { tagline="High-end, futuristic portfolio for a Central Asian design leader." columns={[ { - title: "Company", + heading: "Company", items: [ { label: "About", @@ -67,7 +67,7 @@ export default function Layout() { ], }, { - title: "Connect", + heading: "Connect", items: [ { label: "Twitter", -- 2.49.1 From 6a4034858b4b10dca0d4d3b545d1f55680fcea19 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 17:01:20 +0000 Subject: [PATCH 3/3] Bob AI: fix build errors (attempt 2) --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 67c5847..2621ecd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -54,7 +54,7 @@ export default function Layout() { tagline="High-end, futuristic portfolio for a Central Asian design leader." columns={[ { - heading: "Company", + title: "Company", items: [ { label: "About", @@ -67,7 +67,7 @@ export default function Layout() { ], }, { - heading: "Connect", + title: "Connect", items: [ { label: "Twitter", -- 2.49.1