17 Commits

Author SHA1 Message Date
da0a05e2ea Merge version_3 into main
Merge version_3 into main
2026-03-17 13:57:11 +00:00
c25dd32293 Update src/app/page.tsx 2026-03-17 13:57:07 +00:00
5ea083babc Switch to version 1: modified src/app/styles/variables.css 2026-03-17 13:55:34 +00:00
aeed426e9d Switch to version 1: modified src/app/page.tsx 2026-03-17 13:55:33 +00:00
fb4e466e74 Merge version_2 into main
Merge version_2 into main
2026-03-17 13:51:58 +00:00
c22e4114c4 Update src/app/styles/variables.css 2026-03-17 13:51:54 +00:00
754a29aa82 Update src/app/page.tsx 2026-03-17 13:51:53 +00:00
fa6ee97ef5 Merge version_1 into main
Merge version_1 into main
2026-03-17 13:48:06 +00:00
2d14199d30 Merge version_1 into main
Merge version_1 into main
2026-03-17 13:47:42 +00:00
6156394827 Merge version_1 into main
Merge version_1 into main
2026-03-17 13:47:09 +00:00
64d271e1bf Merge version_1 into main
Merge version_1 into main
2026-03-17 13:46:36 +00:00
d32f5153dc Merge version_1 into main
Merge version_1 into main
2026-03-17 11:24:30 +00:00
7eb3e6cb0f Merge version_1 into main
Merge version_1 into main
2026-03-17 11:23:54 +00:00
7ec7631a82 Merge version_1 into main
Merge version_1 into main
2026-03-17 11:23:19 +00:00
a8d48c4047 Merge version_1 into main
Merge version_1 into main
2026-03-17 11:22:44 +00:00
4f34ccb742 Merge version_1 into main
Merge version_1 into main
2026-03-17 11:22:11 +00:00
3d44eb0105 Merge version_1 into main
Merge version_1 into main
2026-03-17 11:21:43 +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>
);
}
}