Add element: in hero section below the butt

This commit is contained in:
2026-01-23 14:55:55 +02:00
parent 57e125145d
commit 29e42df9c5

View File

@@ -93,6 +93,7 @@ const HeroBillboardScroll = ({
buttonTextClassName={buttonTextClassName}
center={true}
/>
<div className='bg-green-500 text-white px-2 py-1 rounded-full text-sm'>Approved By 1000 people</div>
</div>
<div
@@ -131,7 +132,6 @@ const HeroBillboardScroll = ({
</motion.div>
</div>
</section>
<div className="mt-4 text-center text-sm text-muted-foreground">Approved By 1000 people</div>
);
};