From aed064ca08b635a887e39c0c3c7e29e461534cab Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 27 Feb 2026 08:47:53 +0000 Subject: [PATCH] Bob AI: Add a track/athletic background image to the hero section wi --- src/components/sections/hero/HeroBillboardCarousel.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 = "", -- 2.49.1