2 Commits

Author SHA1 Message Date
aed064ca08 Bob AI: Add a track/athletic background image to the hero section wi 2026-02-27 08:47:53 +00:00
9f9b653fd6 Merge version_2 into main
Merge version_2 into main
2026-02-27 08:46:15 +00:00

View File

@@ -44,6 +44,8 @@ interface HeroBillboardCarouselProps {
buttons?: ButtonConfig[];
buttonAnimation?: ButtonAnimationType;
mediaItems: MediaItem[];
backgroundImageSrc?: string;
backgroundImageOpacity?: number;
ariaLabel?: string;
className?: string;
containerClassName?: string;
@@ -67,6 +69,8 @@ const HeroBillboardCarousel = ({
buttons,
buttonAnimation,
mediaItems,
backgroundImageSrc,
backgroundImageOpacity = 0.3,
ariaLabel = "Hero section",
className = "",
containerClassName = "",