11 Commits

3 changed files with 3618 additions and 32 deletions

3601
.project_index.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5f4ef;; /* --background: #1b5e20;;
--card: #dad6cd;; --card: #216832;;
--foreground: #2a2928;; --foreground: #ffffff;;
--primary-cta: #2a2928;; --primary-cta: #69f0ae;;
--secondary-cta: #ecebea;; --secondary-cta: #a5d6a7;;
--accent: #ffffff;; --accent: #ffd54f;;
--background-accent: #ffffff;; */ --background-accent: #2e7d32;; */
--background: #f5f4ef;; --background: #1b5e20;;
--card: #dad6cd;; --card: #216832;;
--foreground: #2a2928;; --foreground: #ffffff;;
--primary-cta: #2a2928;; --primary-cta: #69f0ae;;
--secondary-cta: #ecebea;; --secondary-cta: #a5d6a7;;
--accent: #ffffff;; --accent: #ffd54f;;
--background-accent: #ffffff;; --background-accent: #2e7d32;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -44,11 +44,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Protect Human Autonomy" title="SUP"
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity." description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
tag="Science Project" tag="Science Project"
imagePosition="right" imagePosition="right"
imageSrc="https://img.b2bpic.net/free-photo/front-view-young-man-dabbing-with-electronic-robot_140725-34736.jpg" imageSrc="https://img.b2bpic.net/free-vector/futuristic-hexagonal-net-background_52683-8627.jpg?id=4432766"
imageAlt="Brain representing human autonomy and freedom" imageAlt="Brain representing human autonomy and freedom"
buttons={[ buttons={[
{ text: "Explore the Evidence", href: "#problem" }, { text: "Explore the Evidence", href: "#problem" },
@@ -194,21 +194,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Involved"
title="Join the Conversation"
description="Subscribe to receive updates on cognitive liberty research, policy developments, and opportunities to support evidence-based discourse on neural technology."
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412286.jpg"
imageAlt="Ethical balance and responsibility visualization"
mediaPosition="left"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
termsText="We respect your privacy. You can unsubscribe anytime. Your data supports cognitive liberty advocacy."
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
@@ -240,4 +225,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }