From 0d93c6851c8833ba64cdb04b308280da9e825d8f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 15:51:40 +0000 Subject: [PATCH 1/3] Bob AI: Swapped footer to FooterBrand component --- src/components/Layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6b7aa7f..4f29871 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,4 +1,4 @@ -import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; +import FooterBrand from '@/components/sections/footer/FooterBrand'; import NavbarInline from '@/components/ui/NavbarInline'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; @@ -53,9 +53,9 @@ export default function Layout() { - Date: Thu, 18 Jun 2026 15:52:26 +0000 Subject: [PATCH 2/3] Bob AI: fix build errors (attempt 1) --- src/components/Layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4f29871..443b64f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -58,7 +58,7 @@ export default function Layout() { tagline="High-end, futuristic portfolio for a Central Asian design leader." columns={[ { - title: "Company", + heading: "Company", items: [ { label: "About", @@ -71,7 +71,7 @@ export default function Layout() { ], }, { - title: "Connect", + heading: "Connect", items: [ { label: "Twitter", @@ -99,4 +99,4 @@ export default function Layout() { ); -} +} \ No newline at end of file -- 2.49.1 From 16b2b11276574ab7b1b16b01f58d11c7cafdcf82 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 15:53:11 +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 443b64f..c3b75b9 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -58,7 +58,7 @@ export default function Layout() { tagline="High-end, futuristic portfolio for a Central Asian design leader." columns={[ { - heading: "Company", + title: "Company", items: [ { label: "About", @@ -71,7 +71,7 @@ export default function Layout() { ], }, { - heading: "Connect", + title: "Connect", items: [ { label: "Twitter", -- 2.49.1