Content edit: make Expert Voices testimonials cards light blue
This commit is contained in:
@@ -15,6 +15,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -88,37 +89,56 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="concerns" data-section="concerns">
|
||||
<FeatureProcessSteps
|
||||
title="Critical Concerns About Invasive Neurolink Technology"
|
||||
description="Six major ethical, technical, and social implications that demand careful consideration before widespread adoption."
|
||||
tag="Key Issues"
|
||||
useInvertedBackground="noInvert"
|
||||
steps={[
|
||||
{
|
||||
number: "01", title: "Cognitive Liberty & Mental Privacy", tag: "Ethics", description: "Neural implants could enable unauthorized reading or manipulation of thoughts, memories, and mental states. This threatens fundamental human rights to mental privacy and freedom of thought."
|
||||
},
|
||||
{
|
||||
number: "02", title: "Cybersecurity & Hacking Risks", tag: "Technology", description: "Direct brain interfaces create new attack vectors for hackers. A compromised implant could potentially alter behavior, access memories, or cause physical harm directly to the brain."
|
||||
},
|
||||
{
|
||||
number: "03", title: "Surveillance & Control", tag: "Social", description: "Governments or corporations could use neural data for mass surveillance, thought control, or behavioral modification—creating unprecedented forms of authoritarianism."
|
||||
},
|
||||
{
|
||||
number: "04", title: "Medical Safety Unknowns", tag: "Health", description: "Long-term effects of brain implants remain unknown. Neuroinflammation, biofilm formation, and immune responses could cause chronic damage over years or decades."
|
||||
},
|
||||
{
|
||||
number: "05", title: "Equity & Coercion", tag: "Social", description: "Neural enhancement could become mandatory for employment, military service, or social participation, creating pressure on vulnerable populations to accept implants."
|
||||
},
|
||||
{
|
||||
number: "06", title: "Irreversibility & Consent", tag: "Ethics", description: "Brain implants cause physical changes that may be impossible to fully reverse. True informed consent is questionable when long-term effects are unknown."
|
||||
}
|
||||
]}
|
||||
<TimelineProcessFlow
|
||||
items={[
|
||||
{
|
||||
"id": "1",
|
||||
"content": "Sample content",
|
||||
"media": "Sample media",
|
||||
"reverse": true
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"content": "Sample content",
|
||||
"media": "Sample media",
|
||||
"reverse": true
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"content": "Sample content",
|
||||
"media": "Sample media",
|
||||
"reverse": true
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"content": "Sample content",
|
||||
"media": "Sample media",
|
||||
"reverse": true
|
||||
}
|
||||
]}
|
||||
title="Evolution of AI Technology"
|
||||
description="Discover the timeline of how AI has transformed our world, from its inception to the present day."
|
||||
textboxLayout="default"
|
||||
animationType="none"
|
||||
tag="Technology"
|
||||
tagIcon={MessageCircle}
|
||||
buttons={[
|
||||
{
|
||||
"text": "Get Started",
|
||||
"href": "#"
|
||||
},
|
||||
{
|
||||
"text": "Learn More",
|
||||
"href": "#"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Timeline process flow section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experts" data-section="experts">
|
||||
<TestimonialCardTwo
|
||||
title="Expert Opinions"
|
||||
title="Expert Voices"
|
||||
description="Leading scientists, ethicists, and technologists on the risks of invasive neural technology."
|
||||
tag="Expert Voices"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user