Update src/app/page.tsx

This commit is contained in:
2026-01-20 11:07:09 +00:00
parent 45bde90558
commit 9042ee7531

View File

@@ -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>