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

This commit is contained in:
2026-02-09 16:23:42 +02:00
parent 868078d143
commit a26fc7c764

View File

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