Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
icon={Lock}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/technology-security_53876-89045.jpg"
|
||||
imageAlt="Ethics and technology intersection"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,10 +117,10 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", value: "∞", title: "risk", description: "of cognitive liberty once neural control is surrendered", icon: Zap
|
||||
}
|
||||
]
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
/>
|
||||
</div>
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "6", name: "Prof. Marcus Johnson", handle: "Disability Rights Advocate", testimonial: "We must ensure that neural technology serves genuine medical needs, not the enhancement fantasies of tech companies. Human dignity must remain paramount.", icon: Quote
|
||||
}
|
||||
]
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -181,9 +181,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "6", title: "What should we do instead?", content: "Establish international moratoriums on human neural implants until comprehensive safety standards exist. Fund independent research into neurological risks. Create binding legal frameworks protecting cognitive liberty. Have honest societal conversations about what we're willing to sacrifice for technological power."
|
||||
}
|
||||
]
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user