Add element: in hero section below the butt
This commit is contained in:
@@ -20,9 +20,6 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmallSizeLargeTitles"
|
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"
|
background="plain"
|
||||||
cardStyle="elevated"
|
cardStyle="elevated"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ const HeroSplit = ({
|
|||||||
videoAriaLabel={videoAriaLabel}
|
videoAriaLabel={videoAriaLabel}
|
||||||
imageClassName={cls("h-full min-h-0", imageClassName)}
|
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>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user