Remove section: problem
This commit is contained in:
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brain Freedom"
|
||||
navItems={[
|
||||
{ name: "Problem", id: "problem" },
|
||||
|
||||
{ name: "Concerns", id: "concerns" },
|
||||
{ name: "Science", id: "science" },
|
||||
{ name: "Experts", id: "experts" },
|
||||
@@ -57,20 +57,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="problem" data-section="problem">
|
||||
<TextSplitAbout
|
||||
title="The Problem"
|
||||
description={[
|
||||
"Invasive neurolink technology—brain-computer interfaces that require surgical implantation—presents unprecedented risks to human autonomy and cognitive liberty. While proponents promise medical breakthroughs, the technology raises critical ethical, security, and privacy concerns that are rarely discussed.", "This project examines the scientific evidence, technical vulnerabilities, and ethical implications of neural implants, particularly when considering commercial, military, or state surveillance applications.", "We believe informed public discourse is essential before such transformative technology becomes widespread."
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
showBorder={false}
|
||||
buttons={[
|
||||
{ text: "View Key Concerns", href: "#concerns" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="concerns" data-section="concerns">
|
||||
<FeatureProcessSteps
|
||||
title="Critical Concerns About Invasive Neurolink Technology"
|
||||
|
||||
Reference in New Issue
Block a user