From 50cee9ac8b9f108ac32d2a1ec97aed9ef0eadaab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:20:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fad953..ae9509b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, + ]} /> @@ -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}