Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c25dd32293 | |||
| 5ea083babc | |||
| aeed426e9d | |||
| fb4e466e74 |
@@ -277,6 +277,23 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
@@ -319,23 +336,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Invest AI"
|
logoText="Invest AI"
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #0a0a0a;
|
--background: #0a0a0a;
|
||||||
--card: #1a1a1a;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffffe6;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #cc0000;
|
--primary-cta: #e6e6e6;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #ffffffe6;
|
--secondary-cta-text: #ffffffe6;
|
||||||
--accent: #ff3333;
|
--accent: #737373;
|
||||||
--background-accent: #330000;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user