4 Commits

Author SHA1 Message Date
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
2 changed files with 20 additions and 20 deletions

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"

View File

@@ -13,12 +13,12 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #cc0000;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #ff3333;
--background-accent: #330000;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);