From 9042ee7531b4b0f003e43d50298333e7a464f989 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 11:07:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdca053..6299812 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> -- 2.49.1