Add element: in hero section below the butt

This commit is contained in:
2026-01-23 14:40:07 +02:00
parent 024e00dc06
commit 3f080f3572

View File

@@ -70,7 +70,6 @@ const HeroBillboardScroll = ({
aria-label={ariaLabel} aria-label={ariaLabel}
ref={containerRef} ref={containerRef}
className={cls("relative h-fit flex items-center justify-center", className)} className={cls("relative h-fit flex items-center justify-center", className)}
<div className="mt-4 text-center text-sm text-gray-500">Approved By 1000 people</div>
> >
<div <div
className={cls("py-hero-page-padding w-full relative", containerClassName)} className={cls("py-hero-page-padding w-full relative", containerClassName)}
@@ -132,6 +131,7 @@ const HeroBillboardScroll = ({
</motion.div> </motion.div>
</div> </div>
</section> </section>
<div className="mt-4 text-center text-sm text-gray-500">Approved By 1000 people</div>
); );
}; };