From a7d80b7b78074973428db0e5ac23e6dfe42461b2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 27 Jan 2026 12:29:08 +0200 Subject: [PATCH] Move section faq after --- src/app/page.tsx | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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." /> + + ); }