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