Content edit: in hero section after the buttons on new line add
This commit is contained in:
@@ -51,10 +51,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Revolutionize Your Brain"
|
||||
description="Approved by 1000 people. 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"
|
||||
tagIcon={MessageCircle}
|
||||
buttons={[
|
||||
buttons={[...,
|
||||
{
|
||||
"text": "Approved By 1000 people",
|
||||
"href": "#"
|
||||
}]}
|
||||
{
|
||||
"text": "Get Started",
|
||||
"href": "#"
|
||||
@@ -68,9 +72,8 @@ export default function LandingPage() {
|
||||
imageAlt=""
|
||||
videoAriaLabel="Hero video"
|
||||
ariaLabel="Hero section"
|
||||
|
||||
className="bg-black text-white"
|
||||
cardWrapperClassName="bg-green-500 text-white p-4 rounded-lg shadow-md space-y-2"/>
|
||||
|
||||
className="bg-black text-white"/>
|
||||
</div>
|
||||
|
||||
<div id="problem" data-section="problem">
|
||||
|
||||
Reference in New Issue
Block a user