diff --git a/src/app/page.tsx b/src/app/page.tsx
index a9d2b47..f801608 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,10 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
-import { AlertTriangle, Lock, Brain, Clock, Shield, FileText } from 'lucide-react';
+import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react";
+import FaqDouble from "@/components/sections/faq/FaqDouble";
+import HeroBillboard from "@/components/sections/hero/HeroBillboard";
+import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
export default function LandingPage() {
return (
@@ -43,17 +46,38 @@ export default function LandingPage() {
-
@@ -132,36 +156,47 @@ export default function LandingPage() {
- invasive enhancement neurolinks, not medical treatments. We support continued research into non-invasive alternatives and reversible interventions."
- },
- {
- id: "3", title: "What about encryption and security?", content: "Current neural implants lack standardized encryption. Even encrypted systems face unique challenges: the interface operates at microsecond timescales, and any latency could impair function. Additionally, the brain itself may be readable through side-channel attacks independent of encryption."
- },
- {
- id: "4", title: "Could governments ban this technology?", content: "International treaties could establish restrictions, similar to chemical or biological weapons treaties. However, this requires coordinated global action. Without such frameworks, competitive pressure will drive deployment."
- },
- {
- id: "5", title: "What about opting out?", content: "History suggests that transformative technologies eventually become coercive. Employment requirements, military mandates, or social pressure could make 'opting out' economically or socially impossible for many people."
- },
- {
- id: "6", title: "What can individuals do?", content: "Support cognitive liberty advocacy groups, contact elected representatives, engage in public discourse, and demand rigorous long-term safety studies before deployment. Individual informed refusal remains powerful collective action."
- }
- ]}
+ {
+ "id": "1",
+ "title": "How do I get started?",
+ "content": "Getting started is easy! Simply sign up for a free account, complete the onboarding process, and you'll be ready to go in minutes."
+ },
+ {
+ "id": "2",
+ "title": "What payment methods do you accept?",
+ "content": "We accept all major credit cards (Visa, MasterCard, American Express), PayPal, and bank transfers for annual plans."
+ },
+ {
+ "id": "3",
+ "title": "Can I cancel my subscription anytime?",
+ "content": "Yes, you can cancel your subscription at any time. There are no long-term contracts or cancellation fees."
+ },
+ {
+ "id": "4",
+ "title": "Do you offer a free trial?",
+ "content": "Yes! We offer a 14-day free trial with full access to all features. No credit card required."
+ }
+ ]}
+ title="Your Title Here"
+ description="Add your description here."
+ textboxLayout="default"
+ useInvertedBackground="noInvert"
+ tag="Sample tag"
+ tagIcon={MessageCircle}
+ buttons={[
+ {
+ "text": "Get Started",
+ "href": "#"
+ },
+ {
+ "text": "Learn More",
+ "href": "#"
+ }
+ ]}
+ animationType="smooth"
+ ariaLabel="FAQ section"
/>