Bob AI: Change only the top vertical distance of the hero ...

This commit is contained in:
2026-02-07 21:36:19 +00:00
parent fb8f96453f
commit ca5242eadb

View File

@@ -87,7 +87,7 @@ const HeroLogoBillboardSplit = ({
return ( return (
<section <section
aria-label={ariaLabel} aria-label={ariaLabel}
className={cls("relative w-full py-32", className)} className={cls("relative w-full py-48 pb-32", className)}
> >
<HeroBackgrounds {...background} /> <HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}> <div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>