Move section faq after
This commit is contained in:
@@ -12,6 +12,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react";
|
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react";
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -221,6 +222,41 @@ export default function LandingPage() {
|
|||||||
bottomRightText="Science-based advocacy for human autonomy."
|
bottomRightText="Science-based advocacy for human autonomy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="footer-new" data-section="footer-new">
|
||||||
|
<ContactSplitForm
|
||||||
|
title="Unlock Your Questions"
|
||||||
|
description="Get answers to your tech inquiries directly."
|
||||||
|
inputs={[
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"type": "text",
|
||||||
|
"placeholder": "Your Name",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "email",
|
||||||
|
"type": "email",
|
||||||
|
"placeholder": "Your Email",
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
textarea={{
|
||||||
|
"name": "Sample Title",
|
||||||
|
"placeholder": "Sample placeholder",
|
||||||
|
"rows": 0,
|
||||||
|
"required": true,
|
||||||
|
"className": "Sample className"
|
||||||
|
}}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1526779259212-939e64788e3c?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZnJlZSUyMGltYWdlc3xlbnwwfHwwfHx8MA%3D%3D"
|
||||||
|
imageAlt=""
|
||||||
|
videoAriaLabel="Contact section video"
|
||||||
|
mediaPosition="right"
|
||||||
|
buttonText="Ask Now"
|
||||||
|
ariaLabel="Contact section"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user