Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50cee9ac8b | |||
| b9e192f6bb |
@@ -110,14 +110,10 @@ export default function HomePage() {
|
|||||||
description="Everything you need to manage, track, and grow your money in one intuitive platform"
|
description="Everything you need to manage, track, and grow your money in one intuitive platform"
|
||||||
tag="Our Solutions"
|
tag="Our Solutions"
|
||||||
features={[
|
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: "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: "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: "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: "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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -150,6 +146,9 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Choose Plan", href: "#contact" },
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,10 +157,8 @@ export default function HomePage() {
|
|||||||
title="Our impact on financial wellness and retirement security across the globe"
|
title="Our impact on financial wellness and retirement security across the globe"
|
||||||
tag="Impact"
|
tag="Impact"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "1", value: "$2.3B", description: "Total wealth managed by our users, representing genuine financial empowerment"},
|
||||||
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: "2", value: "42%", description: "Average increase in savings rate for users within their first year"},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user