Edit: replace contact form with another one
This commit is contained in:
@@ -15,7 +15,7 @@ import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-reac
|
||||
export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<EmailSignupForm
|
||||
<ContactForm
|
||||
title="Get In Touch"
|
||||
description="Have questions or suggestions? We'd love to hear from you."
|
||||
tag="Contact Us"
|
||||
@@ -25,11 +25,12 @@ export default function LandingPage() {
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactForm />
|
||||
</div>
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -38,7 +39,6 @@ import ContactForm from '@/components/form/ContactForm';
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="plain"
|
||||
cardStyle="elevated"
|
||||
import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -51,6 +51,7 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
cardStyle="elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
@@ -108,7 +109,7 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
useInvertedBackground="noInvert"
|
||||
steps={[
|
||||
{
|
||||
number: "05","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."
|
||||
number: "06", 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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user