7 Commits

Author SHA1 Message Date
132c900fb6 Merge version_3 into main
Merge version_3 into main
2026-03-12 01:21:03 +00:00
50cee9ac8b Update src/app/page.tsx 2026-03-12 01:20:59 +00:00
b9e192f6bb Merge version_2 into main
Merge version_2 into main
2026-03-12 01:19:27 +00:00
573872b84b Update src/app/page.tsx 2026-03-12 01:19:23 +00:00
df189c67f0 Merge version_1 into main
Merge version_1 into main
2026-03-12 01:16:50 +00:00
03f4230615 Merge version_1 into main
Merge version_1 into main
2026-03-12 01:16:22 +00:00
d01820d17d Merge version_1 into main
Merge version_1 into main
2026-03-12 01:15:33 +00:00

View File

@@ -110,14 +110,10 @@ export default function HomePage() {
description="Everything you need to manage, track, and grow your money in one intuitive platform"
tag="Our Solutions"
features={[
{
id: "01", title: "Smart Budget Tracking", description: "Automatically categorize expenses and track spending patterns in real-time with intelligent insights", imageSrc: "http://img.b2bpic.net/free-vector/report-template-design_742173-15339.jpg", imageAlt: "Budget tracking expense management dashboard"},
{
id: "02", title: "Investment Portfolio", description: "Build and manage a diversified investment portfolio with personalized recommendations", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29669.jpg", imageAlt: "Investment portfolio stock market growth"},
{
id: "03", title: "Goal Planning", description: "Set financial goals and get AI-powered strategies to achieve them faster and smarter", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-8.jpg", imageAlt: "Goal setting financial planning milestones"},
{
id: "04", title: "Security & Protection", description: "Bank-level encryption and multi-factor authentication to keep your financial data safe", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-button-with-padlock_1134-121.jpg", imageAlt: "Cybersecurity protection encryption digital safety"},
{ id: "01", title: "Smart Budget Tracking", description: "Automatically categorize expenses and track spending patterns in real-time with intelligent insights", imageSrc: "http://img.b2bpic.net/free-vector/report-template-design_742173-15339.jpg", imageAlt: "Budget tracking expense management dashboard"},
{ id: "02", title: "Investment Portfolio", description: "Build and manage a diversified investment portfolio with personalized recommendations", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29669.jpg", imageAlt: "Investment portfolio stock market growth"},
{ id: "03", title: "Goal Planning", description: "Set financial goals and get AI-powered strategies to achieve them faster and smarter", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-8.jpg", imageAlt: "Goal setting financial planning milestones"},
{ id: "04", title: "Security & Protection", description: "Bank-level encryption and multi-factor authentication to keep your financial data safe", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-button-with-padlock_1134-121.jpg", imageAlt: "Cybersecurity protection encryption digital safety"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -150,6 +146,9 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Choose Plan", href: "#contact" },
]}
/>
</div>
@@ -158,10 +157,8 @@ export default function HomePage() {
title="Our impact on financial wellness and retirement security across the globe"
tag="Impact"
metrics={[
{
id: "1", value: "$2.3B", description: "Total wealth managed by our users, representing genuine financial empowerment"},
{
id: "2", value: "42%", description: "Average increase in savings rate for users within their first year"},
{ id: "1", value: "$2.3B", description: "Total wealth managed by our users, representing genuine financial empowerment"},
{ id: "2", value: "42%", description: "Average increase in savings rate for users within their first year"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -207,7 +204,7 @@ export default function HomePage() {
textPosition="left"
faqs={[
{
id: "1", title: "Is my financial data secure?", content: "Yes, we use bank-level 256-bit encryption and comply with all financial regulations including PCI DSS. Your data is never shared with third parties without your consent."},
id: "1", title: "Is my financial data secure?", content: "Yes, we use bank-level 256-bit encryption and comply with all financial regulations including PCI DSS. Our platform holds SOC 2 Type II certification and undergoes annual third-party security audits by leading cybersecurity firms to ensure the highest protection standards. Your data is never shared with third parties without your explicit consent."},
{
id: "2", title: "Can I connect my bank accounts?", content: "Absolutely. We securely connect to over 10,000 financial institutions. Your credentials are encrypted and we never store them on our servers."},
{