Bob AI: add background image for hero section

This commit is contained in:
2026-02-05 14:49:13 +00:00
parent 06204cfc23
commit 120a8a26be

View File

@@ -69,6 +69,7 @@ const HeroOverlay = ({
<section
aria-label={ariaLabel}
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)}>
{showDimOverlay && (