diff --git a/src/app/page.tsx b/src/app/page.tsx index 2225066..6c0051d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react"; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; export default function LandingPage() { return ( @@ -221,6 +222,41 @@ export default function LandingPage() { bottomRightText="Science-based advocacy for human autonomy." /> + +
); }