From 1cdc42abef619eb81f3c363dfcc7571a641f9b77 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:12:17 +0000 Subject: [PATCH 1/2] Bob AI: Remove image from about section --- src/pages/HomePage/sections/About.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 636e008..b1d59e0 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -10,12 +10,11 @@ export default function AboutSection(): React.JSX.Element {
+ tag="About Us" + quote="Yusupov Agency has been the cornerstone of Central Asian design since 2022, pushing boundaries with aesthetic rigor and technological precision." + author="Ruslan Yusupov" + role="Founder & Creative Director" + />
); -- 2.49.1 From 4fc6d7e731b540676b3ac6a7a6e6ecd5e6491e2e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:13:20 +0000 Subject: [PATCH 2/2] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/About.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index b1d59e0..440badb 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -14,8 +14,9 @@ export default function AboutSection(): React.JSX.Element { quote="Yusupov Agency has been the cornerstone of Central Asian design since 2022, pushing boundaries with aesthetic rigor and technological precision." author="Ruslan Yusupov" role="Founder & Creative Director" + imageSrc="" /> ); -} +} \ No newline at end of file -- 2.49.1