Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da0a05e2ea | |||
| c25dd32293 | |||
| 5ea083babc | |||
| aeed426e9d | |||
| fb4e466e74 | |||
| c22e4114c4 | |||
| 754a29aa82 | |||
| fa6ee97ef5 | |||
| 2d14199d30 | |||
| 6156394827 | |||
| 64d271e1bf | |||
| d32f5153dc | |||
| 7eb3e6cb0f | |||
| 7ec7631a82 | |||
| a8d48c4047 | |||
| 4f34ccb742 | |||
| 3d44eb0105 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user