Edit: replace contact form with another one

This commit is contained in:
2026-01-22 16:19:14 +02:00
parent 0b2d83e274
commit 06c5d2b22f
2 changed files with 34 additions and 33 deletions

View File

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