3 Commits

Author SHA1 Message Date
edd0cf8dda Bob AI: Add fancy hover animations to images in the hero section. In 2026-02-25 19:02:23 +02:00
0699be2f69 Merge version_2 into main
Merge version_2 into main
2026-02-25 16:59:49 +00:00
e2a5bb618b Merge version_2 into main
Merge version_2 into main
2026-02-25 16:59:30 +00:00

View File

@@ -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"
/>
</div>
</section>