From fcce5223c788583eda9c9881571a37bf4c5971cf Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 26 Feb 2026 11:20:21 +0000 Subject: [PATCH] Bob AI: Add a flip animation effect to the image block in the hero s --- .../sections/hero/HeroBillboard.tsx | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index 1bb6f8b..69b16a5 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -9,6 +9,7 @@ import { useButtonAnimation } from "@/components/hooks/useButtonAnimation"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, ButtonAnimationType } from "@/types/button"; import type { Avatar } from "@/components/shared/AvatarGroup"; +import HeroBackgrounds from "@/components/background/HeroBackgrounds"; type HeroBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -139,14 +140,21 @@ const HeroBillboard = ({ center={true} />
-
- +
+
+
+ +
+
+

Explore More

+
+
{marqueeItems && marqueeItems.length > 0 && (