Bob AI: Add fancy hover animations to images in the hero section. In

This commit is contained in:
2026-02-25 19:02:23 +02:00
parent 0699be2f69
commit edd0cf8dda

View File

@@ -116,6 +116,7 @@ const HeroBillboardRotatedCarousel = ({
autoPlay={autoPlay} autoPlay={autoPlay}
autoPlayInterval={autoPlayInterval} autoPlayInterval={autoPlayInterval}
className={carouselClassName} 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"
/> />
</div> </div>
</section> </section>