"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; 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, MessageCircle } from "lucide-react"; import ContactForm from "@/components/form/ContactForm"; export default function LandingPage() { return (
invasive enhancement neurolinks, not medical treatments. We support continued research into non-invasive alternatives and reversible interventions." }, { id: "3", title: "What about encryption and security?", content: "Current neural implants lack standardized encryption. Even encrypted systems face unique challenges: the interface operates at microsecond timescales, and any latency could impair function. Additionally, the brain itself may be readable through side-channel attacks independent of encryption." }, { id: "4", title: "Could governments ban this technology?", content: "International treaties could establish restrictions, similar to chemical or biological weapons treaties. However, this requires coordinated global action. Without such frameworks, competitive pressure will drive deployment." }, { id: "5", title: "What about opting out?", content: "History suggests that transformative technologies eventually become coercive. Employment requirements, military mandates, or social pressure could make 'opting out' economically or socially impossible for many people." }, { id: "6", title: "What can individuals do?", content: "Support cognitive liberty advocacy groups, contact elected representatives, engage in public discourse, and demand rigorous long-term safety studies before deployment. Individual informed refusal remains powerful collective action." } ]} />
); }