1 Commits

Author SHA1 Message Date
120a8a26be Bob AI: add background image for hero section 2026-02-05 14:49:13 +00:00

View File

@@ -69,6 +69,7 @@ const HeroOverlay = ({
<section <section
aria-label={ariaLabel} aria-label={ariaLabel}
className={cls("relative w-full h-svh overflow-hidden flex flex-col justify-end", className)} className={cls("relative w-full h-svh overflow-hidden flex flex-col justify-end", className)}
style={{ backgroundImage: `url(${imageSrc})` }}
> >
<div className={cls("absolute inset-0 w-full h-full", mediaWrapperClassName)}> <div className={cls("absolute inset-0 w-full h-full", mediaWrapperClassName)}>
{showDimOverlay && ( {showDimOverlay && (