Bob AI: Decrease the vertical padding space between the he...

This commit is contained in:
2026-02-07 21:01:21 +00:00
parent 096450d59a
commit b8a2dc1d2b

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-10", className)}
>
<HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>