Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-03-17 13:57:11 +00:00

View File

@@ -277,6 +277,23 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Transform Your Investment Strategy?"
description="Join thousands of successful investors using Invest AI. Get personalized support from our expert team to accelerate your wealth building journey."
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Email Us", href: "mailto:admin@investai.com" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
@@ -319,23 +336,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Transform Your Investment Strategy?"
description="Join thousands of successful investors using Invest AI. Get personalized support from our expert team to accelerate your wealth building journey."
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Email Us", href: "mailto:admin@investai.com" }
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Invest AI"
@@ -378,4 +378,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}