Move section footer-new after faq

This commit is contained in:
2026-01-27 12:37:50 +02:00
parent 876391f9d2
commit c64af991a7

View File

@@ -193,36 +193,6 @@ export default function LandingPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Research", items: [
{ label: "Neuroscience", href: "#science" },
{ label: "Ethics", href: "#concerns" },
{ label: "Policy", href: "#experts" }
]
},
{
title: "Resources", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Expert Interviews", href: "#experts" },
{ label: "Learn More", href: "#problem" }
]
},
{
title: "Advocacy", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Join Movement", href: "#contact" },
{ label: "Share This", href: "#" }
]
}
]}
bottomLeftText="© 2025 Brain Freedom Initiative. Protecting cognitive liberty through evidence."
bottomRightText="Science-based advocacy for human autonomy."
/>
</div>
<div id="footer-new" data-section="footer-new">
<ContactSplitForm
title="Unlock Your Questions"
@@ -257,6 +227,37 @@ export default function LandingPage() {
ariaLabel="Contact section"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Research", items: [
{ label: "Neuroscience", href: "#science" },
{ label: "Ethics", href: "#concerns" },
{ label: "Policy", href: "#experts" }
]
},
{
title: "Resources", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Expert Interviews", href: "#experts" },
{ label: "Learn More", href: "#problem" }
]
},
{
title: "Advocacy", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Join Movement", href: "#contact" },
{ label: "Share This", href: "#" }
]
}
]}
bottomLeftText="© 2025 Brain Freedom Initiative. Protecting cognitive liberty through evidence."
bottomRightText="Science-based advocacy for human autonomy."
/>
</div>
</ThemeProvider>
);
}