4 Commits

Author SHA1 Message Date
dd092506af Update src/app/styles/variables.css 2026-04-02 15:32:56 +00:00
54e5a3ffd8 Update src/app/page.tsx 2026-04-02 15:32:56 +00:00
18fbf9e21c Merge version_1 into main
Merge version_1 into main
2026-04-02 15:29:49 +00:00
64bbabd34e Merge version_1 into main
Merge version_1 into main
2026-04-02 15:29:10 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -21,9 +21,9 @@ export default function LandingPage() {
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="mediumLarge" sizing="mediumLarge"
background="circleGradient" background="circleGradient"
cardStyle="layered-gradient" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
@@ -75,7 +75,7 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyOne <FeatureCardTwentyOne
useInvertedBackground={false} useInvertedBackground={true}
title="Powerful Money Management Tools" title="Powerful Money Management Tools"
description="Comprehensive tools designed to simplify your financial life, from daily expense tracking to long-term wealth strategy planning." description="Comprehensive tools designed to simplify your financial life, from daily expense tracking to long-term wealth strategy planning."
accordionItems={[ accordionItems={[
@@ -90,9 +90,9 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardThree <MetricCardThree
animationType="slide-up" animationType="depth-3d"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={true}
metrics={[ metrics={[
{ id: "m1", icon: TrendingUp, title: "Growth Rate", value: "18%" }, { id: "m1", icon: TrendingUp, title: "Growth Rate", value: "18%" },
{ id: "m2", icon: DollarSign, title: "Avg Monthly Spend", value: "$2,100" }, { 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"> <div id="pricing" data-section="pricing">
<PricingCardFive <PricingCardFive
animationType="slide-up" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", tag: "Essentials", price: "$0", period: "/mo", description: "Basic tracking for individuals just starting out.", button: { text: "Start Free" }, 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"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardTen
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={true}
testimonials={[ 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"}, 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"> <div id="faq" data-section="faq">
<FaqBase <FaqBase
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={true}
faqs={[ 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: "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." }, { 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" title="Frequently Asked Questions"
description="Have questions about your data security or how to get started? We have answers." description="Have questions about your data security or how to get started? We have answers."
faqsAnimation="slide-up" faqsAnimation="blur-reveal"
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #0a0a0a;
--card: #0c0c0c; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #cee7ff; --primary-cta: #cee7ff;
--primary-cta-text: #000000; --primary-cta-text: #000000;
--secondary-cta: #000000; --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #535353; --accent: #737373;
--background-accent: #CEE7FF; --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);