From 12dc046193f642d6981de1151ac88ae439e0bc81 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 21:33:03 +0000 Subject: [PATCH] Bob AI: Modify the hero section component to position both the text --- .../sections/hero/HeroBillboardScroll.tsx | 70 ++++++++++--------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/src/components/sections/hero/HeroBillboardScroll.tsx b/src/components/sections/hero/HeroBillboardScroll.tsx index 37934e2..5afff11 100644 --- a/src/components/sections/hero/HeroBillboardScroll.tsx +++ b/src/components/sections/hero/HeroBillboardScroll.tsx @@ -29,49 +29,53 @@ const HeroBillboardScroll = ({ const scale = useTransform(scrollYProgress, [0, 1], [1.05, 1]); return ( -
+
-
-
- {tag} +
+
- +
+
+ {tag} - + -
-
+ +
+ +
+ + + +
- -
- -
- - - -
); -- 2.49.1