Move section footer-new after faq
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user