From c89e378bb307da843afb47945cead43056abfc36 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 9 Jun 2026 13:26:34 +0000 Subject: [PATCH] Bob AI: Centered the heading and buttons in the about section --- src/pages/HomePage/sections/About.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 7c08cf7..0a9d7f3 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -25,7 +25,7 @@ const AboutInline = () => { return (
-
+
{ tag="h2" className="text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-balance" /> + {(primaryButton || secondaryButton) && ( +
+ {primaryButton &&
+ )}
@@ -46,12 +52,7 @@ const AboutInline = () => { - {(primaryButton || secondaryButton) && ( -
- {primaryButton &&
- )} +
-- 2.49.1