Add element: in hero section below the butt
This commit is contained in:
@@ -93,7 +93,7 @@ const HeroBillboardScroll = ({
|
|||||||
buttonTextClassName={buttonTextClassName}
|
buttonTextClassName={buttonTextClassName}
|
||||||
center={true}
|
center={true}
|
||||||
/>
|
/>
|
||||||
<div className='bg-green-500 text-white px-2 py-1 rounded-full text-sm'>Approved By 1000 people</div>
|
<div className="px-3 py-1 text-sm rounded-theme card text-foreground">Approved By 1000 people</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ const TestimonialCard = memo(({
|
|||||||
<Icon className={cls("h-1/2 w-1/2 text-background", iconClassName)} strokeWidth={1} />
|
<Icon className={cls("h-1/2 w-1/2 text-background", iconClassName)} strokeWidth={1} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<a href='https://linkedin.com' target='_blank' rel='noopener noreferrer' className='absolute top-4 right-4 z-10 bg-blue-500 text-white px-3 py-1 rounded-full hover:bg-blue-600'>LinkedIn</a>
|
|
||||||
|
|
||||||
<div className="relative z-1 flex flex-col gap-1 mt-1">
|
<div className="relative z-1 flex flex-col gap-1 mt-1">
|
||||||
<h3 className={cls("text-2xl font-medium leading-[1.1]", shouldUseLightText ? "text-background" : "text-foreground", nameClassName)}>
|
<h3 className={cls("text-2xl font-medium leading-[1.1]", shouldUseLightText ? "text-background" : "text-foreground", nameClassName)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user