3 Commits

Author SHA1 Message Date
086e01a9a6 Merge version_3 into main
Merge version_3 into main
2026-03-03 07:35:19 +00:00
fc140c90a8 Update src/app/page.tsx 2026-03-03 07:35:15 +00:00
47458dba8f Merge version_2 into main
Merge version_2 into main
2026-03-03 07:28:09 +00:00

View File

@@ -59,10 +59,10 @@ export default function LandingPage() {
<AboutMetric
title="Master Your Trading with Data-Driven Insights"
metrics={[
{ icon: TrendingUp, label: "Win Rate Tracking", value: "Track All Trades" },
{ icon: BarChart3, label: "Performance Analytics", value: "Real-Time Data" },
{ icon: Target, label: "Trade Analysis", value: "Deep Insights" },
{ icon: Zap, label: "Quick Setup", value: "Start Today" }
{ icon: TrendingUp, label: "87% Avg Win Rate", value: "Track & Optimize" },
{ icon: BarChart3, label: "+$2.5K Monthly Gain", value: "Real Results" },
{ icon: Target, label: "3:1 Risk-Reward Ratio", value: "Strategic Setup" },
{ icon: Zap, label: "15 Min Trade Entry", value: "Fast Action" }
]}
metricsAnimation="opacity"
useInvertedBackground={false}