Bob AI: add a dark overlay gradient to the hero section ba...

This commit is contained in:
2026-02-09 15:51:27 +02:00
parent 9330639dc9
commit b1a31612bd

View File

@@ -87,7 +87,7 @@ const HeroLogoBillboardSplit = ({
return (
<section
aria-label={ariaLabel}
className={cls("relative w-full py-hero-page-padding", className)}
className={cls("relative w-full py-hero-page-padding", className, "bg-gradient-to-b from-black/50 to-black/0")}
>
<HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>