Add element: in hero section below the butt

This commit is contained in:
2026-01-23 15:59:35 +02:00
parent b335602f16
commit dac7f2e067
2 changed files with 1 additions and 3 deletions

View File

@@ -20,9 +20,6 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
<div className='bg-foreground text-background px-4 py-2 rounded-md mt-4'>Approved By 1000 people</div>
<div className='bg-foreground text-background px-4 py-2 rounded-md mt-4'>Approved By 1000 people</div>
<div className='bg-foreground text-background px-4 py-2 rounded-md mt-4'>Approved By 1000 people</div>
background="plain"
cardStyle="elevated"
primaryButtonStyle="diagonal-gradient"

View File

@@ -77,6 +77,7 @@ const HeroSplit = ({
videoAriaLabel={videoAriaLabel}
imageClassName={cls("h-full min-h-0", imageClassName)}
/>
<div className="card text-foreground rounded-theme px-3 py-1 text-sm">Approved By 1000 people</div>
</div>
);