Bob AI: Add a track/athletic background image to the hero section wi
This commit is contained in:
@@ -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 = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user