From edd0cf8ddaa1cf1ef86636e713356a8d348aa740 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 25 Feb 2026 19:02:23 +0200 Subject: [PATCH] Bob AI: Add fancy hover animations to images in the hero section. In --- src/components/sections/hero/HeroBillboardRotatedCarousel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx b/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx index c29ff39..eb2ddac 100644 --- a/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx +++ b/src/components/sections/hero/HeroBillboardRotatedCarousel.tsx @@ -116,6 +116,7 @@ const HeroBillboardRotatedCarousel = ({ autoPlay={autoPlay} autoPlayInterval={autoPlayInterval} className={carouselClassName} + imageClassName="transition-all duration-500 ease-out hover:scale-110 hover:rotate-1 hover:shadow-2xl hover:[filter:drop-shadow(0_0_20px_rgba(59,130,246,0.5))] cursor-pointer" /> -- 2.49.1