Bob AI: add a dark overlay gradient to the hero section ba...
This commit is contained in:
@@ -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)}>
|
||||
|
||||
Reference in New Issue
Block a user