From 1e44e6e16a55db800a4a89b44b0e74b85f7e2f70 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 21:41:10 +0000 Subject: [PATCH] Bob AI: Modify the hero section component to clearly separate conten --- src/components/sections/hero/hero.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/sections/hero/hero.tsx b/src/components/sections/hero/hero.tsx index 11e8143..1f95fd7 100644 --- a/src/components/sections/hero/hero.tsx +++ b/src/components/sections/hero/hero.tsx @@ -5,8 +5,15 @@ import ImageOrVideo from "@/components/ui/ImageOrVideo"; export default function Hero() { return (
-
-
+
+
+
+ + + + + Active now +
-
+
-- 2.49.1