Content edit: set hero title to Sub, buds!
This commit is contained in:
@@ -10,8 +10,8 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react';
|
||||
import { HeroBillboardCarousel } from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react";
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,16 +45,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="AI"
|
||||
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
|
||||
tag="Science Project"
|
||||
imagePosition="right"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/futuristic-hexagonal-net-background_52683-8627.jpg?id=4432766"
|
||||
imageAlt="Brain representing human autonomy and freedom"
|
||||
title="Sub, buds!"
|
||||
description="Explore the future of brain-computer interfaces and their transformative impact on technology."
|
||||
mediaItems={[
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{}
|
||||
]}
|
||||
tag="Innovative Technology"
|
||||
tagIcon={MessageCircle}
|
||||
buttons={[
|
||||
{ text: "Explore the Evidence", href: "#problem" },
|
||||
{ text: "Read the FAQ", href: "#faq" }
|
||||
]}
|
||||
{
|
||||
"text": "Get Started",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"text": "Learn More",
|
||||
"href": "#"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user