diff --git a/src/components/sections/hero/HeroBillboardCarousel.tsx b/src/components/sections/hero/HeroBillboardCarousel.tsx index f6bc30b..314db5a 100644 --- a/src/components/sections/hero/HeroBillboardCarousel.tsx +++ b/src/components/sections/hero/HeroBillboardCarousel.tsx @@ -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 = "",