Add element: in hero section below the butt
This commit is contained in:
@@ -54,11 +54,7 @@ export default function LandingPage() {
|
|||||||
description="Discover the future of cognitive enhancement with Brain Freedom's AI-powered neurotech solutions. Enhance memory, focus, and productivity."
|
description="Discover the future of cognitive enhancement with Brain Freedom's AI-powered neurotech solutions. Enhance memory, focus, and productivity."
|
||||||
tag="Neurotech"
|
tag="Neurotech"
|
||||||
tagIcon={MessageCircle}
|
tagIcon={MessageCircle}
|
||||||
buttons={[...,
|
buttons={[
|
||||||
{
|
|
||||||
"text": "Approved By 1000 people",
|
|
||||||
"href": "#"
|
|
||||||
}]}
|
|
||||||
{
|
{
|
||||||
"text": "Get Started",
|
"text": "Get Started",
|
||||||
"href": "#"
|
"href": "#"
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ 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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user