Bob AI: Add a track/athletic background image to the hero section wi

This commit is contained in:
2026-02-27 08:47:53 +00:00
parent 9f9b653fd6
commit aed064ca08

View File

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