Content edit: Change contact section tag to Get in Touch

This commit is contained in:
2026-01-20 18:26:18 +02:00
parent 1032fe89be
commit 29852434fa

View File

@@ -98,44 +98,6 @@ export default function LandingPage() {
}
]}
/>
<a href='{linkedin}' target='_blank' rel='noopener noreferrer' className='text-blue-500 hover:text-blue-700'>
<FontAwesomeIcon icon={faLinkedin} size='lg' />
</a>
<a href='your_linkedin_url_here' target='_blank' rel='noopener noreferrer' className='text-blue-500 hover:text-blue-700'>
<FontAwesomeIcon icon={faLinkedin} size='lg' />
</a>
<a href='{linkedin}' target='_blank' rel='noopener noreferrer' className='text-blue-500 hover:text-blue-700'>
<FontAwesomeIcon icon={faLinkedin} size='lg' />
</a>
</div>
<div id="science" data-section="science">
<MetricCardThreeThree
title="Scientific Evidence & Research"
description="Key scientific findings about neural interfaces"
tag="Neuroscience"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
metrics={[
{
id: "1", icon: AlertTriangle,
title: "Neuroinflammation", value: "100% of implants"
},
{
id: "2", icon: Lock,
title: "No Encryption Standard", value: "Critical Gap"
},
{
id: "3", icon: Brain,
title: "Brain Data Sensitivity", value: "Unprecedented"
},
{
id: "4", icon: Clock,
title: "Long-term Studies", value: "5-10 years max"
}
]}
/>
</div>
<div id="experts" data-section="experts">
@@ -148,7 +110,7 @@ export default function LandingPage() {
useInvertedBackground="noInvert"
testimonials={[
{
id: "1", name: "Dr. Sarah Chen", linkedin: "https://www.linkedin.com/in/dr-sarah-chen/", role: "Neuroscientist", testimonial: "The neuroinflammatory response to implants remains poorly understood. We cannot ethically deploy this technology at scale without 20+ years of longitudinal safety data.", imageSrc: "https://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg", imageAlt: "Dr. Sarah Chen, Neuroscientist"
id: "1", name: "Dr. Sarah Chen", role: "Neuroscientist", testimonial: "The neuroinflammatory response to implants remains poorly understood. We cannot ethically deploy this technology at scale without 20+ years of longitudinal safety data.", imageSrc: "https://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg", imageAlt: "Dr. Sarah Chen, Neuroscientist"
},
{
id: "2", name: "Prof. Marcus Williams", role: "Bioethicist", testimonial: "Cognitive liberty is a fundamental human right. Invasive neural interfaces create unprecedented risks for coercion and manipulation that no regulatory framework has adequately addressed.", imageSrc: "https://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", imageAlt: "Prof. Marcus Williams, Bioethicist"
@@ -205,7 +167,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Involved"
tag="Get in Touch"
title="Join the Conversation"
description="Subscribe to receive updates on cognitive liberty research, policy developments, and opportunities to support evidence-based discourse on neural technology."
useInvertedBackground="noInvert"
@@ -249,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}