Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-02 15:32:59 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -21,9 +21,9 @@ export default function LandingPage() {
contentWidth="smallMedium"
sizing="mediumLarge"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
@@ -75,7 +75,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
useInvertedBackground={true}
title="Powerful Money Management Tools"
description="Comprehensive tools designed to simplify your financial life, from daily expense tracking to long-term wealth strategy planning."
accordionItems={[
@@ -90,9 +90,9 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="slide-up"
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
useInvertedBackground={true}
metrics={[
{ id: "m1", icon: TrendingUp, title: "Growth Rate", value: "18%" },
{ id: "m2", icon: DollarSign, title: "Avg Monthly Spend", value: "$2,100" },
@@ -105,9 +105,9 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardFive
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
plans={[
{
id: "basic", tag: "Essentials", price: "$0", period: "/mo", description: "Basic tracking for individuals just starting out.", button: { text: "Start Free" },
@@ -130,7 +130,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
testimonials={[
{
id: "t1", title: "Life Changing", quote: "WealthFlow helped me save my first $10k in just 6 months. Absolute game changer.", name: "Elena Rodriguez", role: "Software Architect", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg"},
@@ -151,7 +151,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "Is my banking data secure?", content: "Yes, we use bank-grade 256-bit encryption to ensure your financial credentials remain completely confidential." },
{ id: "f2", title: "Can I export my data?", content: "Absolutely. You can export all your financial transactions to CSV or PDF format at any time." },
@@ -159,7 +159,7 @@ export default function LandingPage() {
]}
title="Frequently Asked Questions"
description="Have questions about your data security or how to get started? We have answers."
faqsAnimation="slide-up"
faqsAnimation="blur-reveal"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);