2 Commits

Author SHA1 Message Date
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

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}