1 Commits

Author SHA1 Message Date
895546b645 Bob AI: Can we changet teh hero section to something with ... 2026-02-04 21:02:38 +00:00

View File

@@ -86,7 +86,13 @@ const HeroCentered = ({
aria-label={ariaLabel} aria-label={ariaLabel}
className={cls("relative w-full h-svh md:h-screen flex flex-col items-center justify-center", className)} className={cls("relative w-full h-svh md:h-screen flex flex-col items-center justify-center", className)}
> >
<HeroBackgrounds {...background} /> <div className={cls("relative w-full h-full", containerClassName)}>
<img
src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
alt="Hero Image"
className="w-full h-full object-cover"
/>
</div>
<div className={cls("w-content-width mx-auto relative z-10", containerClassName)}> <div className={cls("w-content-width mx-auto relative z-10", containerClassName)}>
<TextBox <TextBox
title={title} title={title}