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 HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||||
|
import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -88,37 +89,56 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="concerns" data-section="concerns">
|
<div id="concerns" data-section="concerns">
|
||||||
<FeatureProcessSteps
|
<TimelineProcessFlow
|
||||||
title="Critical Concerns About Invasive Neurolink Technology"
|
items={[
|
||||||
description="Six major ethical, technical, and social implications that demand careful consideration before widespread adoption."
|
{
|
||||||
tag="Key Issues"
|
"id": "1",
|
||||||
useInvertedBackground="noInvert"
|
"content": "Sample content",
|
||||||
steps={[
|
"media": "Sample media",
|
||||||
{
|
"reverse": true
|
||||||
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."
|
},
|
||||||
},
|
{
|
||||||
{
|
"id": "2",
|
||||||
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."
|
"content": "Sample content",
|
||||||
},
|
"media": "Sample media",
|
||||||
{
|
"reverse": true
|
||||||
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."
|
},
|
||||||
},
|
{
|
||||||
{
|
"id": "3",
|
||||||
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."
|
"content": "Sample content",
|
||||||
},
|
"media": "Sample media",
|
||||||
{
|
"reverse": true
|
||||||
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."
|
},
|
||||||
},
|
{
|
||||||
{
|
"id": "4",
|
||||||
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."
|
"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>
|
||||||
|
|
||||||
<div id="experts" data-section="experts">
|
<div id="experts" data-section="experts">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="Expert Opinions"
|
title="Expert Voices"
|
||||||
description="Leading scientists, ethicists, and technologists on the risks of invasive neural technology."
|
description="Leading scientists, ethicists, and technologists on the risks of invasive neural technology."
|
||||||
tag="Expert Voices"
|
tag="Expert Voices"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user