Restore page.tsx to clean state
This commit is contained in:
@@ -13,23 +13,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactForm
|
||||
title="Get In Touch"
|
||||
description="Have questions or suggestions? We'd love to hear from you."
|
||||
tag="Contact Us"
|
||||
useInvertedBackground="noInvert"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Submit"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<EmailSignupForm />
|
||||
</div>
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -39,18 +22,6 @@ import ContactForm from '@/components/form/ContactForm';
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="plain"
|
||||
cardStyle="elevated"
|
||||
import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<EmailSignupForm
|
||||
tag="Stay Updated"
|
||||
title="Subscribe to Our Newsletter"
|
||||
description="Get the latest updates on our research and initiatives."
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
@@ -73,9 +44,9 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Human"
|
||||
description="Zalupa"
|
||||
tag="Science Project"
|
||||
title="drochilnya en español"
|
||||
description="ZALUPA"
|
||||
tag="My Project"
|
||||
imagePosition="right"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/futuristic-hexagonal-net-background_52683-8627.jpg?id=4432766"
|
||||
imageAlt="Brain representing human autonomy and freedom"
|
||||
@@ -108,7 +79,7 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
useInvertedBackground="noInvert"
|
||||
steps={[
|
||||
{
|
||||
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: "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: "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."
|
||||
@@ -131,7 +102,7 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="experts" data-section="experts">
|
||||
<TestimonialCardTwo
|
||||
title="Expert Perspectives"
|
||||
title="Expert Opinions"
|
||||
description="Leading scientists, ethicists, and technologists on the risks of invasive neural technology."
|
||||
tag="Expert Voices"
|
||||
textboxLayout="default"
|
||||
@@ -162,7 +133,7 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
title="Common Questions"
|
||||
description="Clear answers to common questions about invasive neurolink technology and cognitive liberty."
|
||||
tag="Questions & Answers"
|
||||
textboxLayout="default"
|
||||
@@ -196,7 +167,7 @@ import EmailSignupForm from '@/components/form/EmailSignupForm';
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get Involved"
|
||||
tag="Get in Touch"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user