From c46d47952f7a1ef9ca1e8a1ced904f916795efec Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 16 Apr 2026 05:14:31 +0000 Subject: [PATCH] Bob AI: Reorder the elements within the hero section: move the text --- src/components/sections/hero/HeroAnimated.tsx | 10 +++++----- src/index.css | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/sections/hero/HeroAnimated.tsx b/src/components/sections/hero/HeroAnimated.tsx index c877f8f..ce162a1 100644 --- a/src/components/sections/hero/HeroAnimated.tsx +++ b/src/components/sections/hero/HeroAnimated.tsx @@ -38,11 +38,6 @@ const HeroAnimated = ({ className="hero-animated-container" onMouseMove={handleMouseMove} > -
-
- -
-
{tag} @@ -64,6 +59,11 @@ const HeroAnimated = ({
+
+
+ +
+
); }; diff --git a/src/index.css b/src/index.css index f61a6db..55745eb 100644 --- a/src/index.css +++ b/src/index.css @@ -155,6 +155,13 @@ h6 { padding-top: 4rem; } +.hero-animated-container { + display: flex; + flex-direction: column; + align-items: center; + gap: 2rem; +} + /* WEBILD_CARD_STYLE */ /* @cards/gradient-mesh */ .card { -- 2.49.1