6 Commits

Author SHA1 Message Date
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
f78f4807ab Update src/app/page.tsx 2026-03-03 07:28:04 +00:00
16b58cbc5a Merge version_1 into main
Merge version_1 into main
2026-03-03 07:23:55 +00:00
dc68e6fc73 Merge version_1 into main
Merge version_1 into main
2026-03-03 07:22:44 +00:00
1ba8c55d16 Merge version_1 into main
Merge version_1 into main
2026-03-03 07:21:26 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
logoText="my Trades"
description="Your personal MNQ trading journal. Log trades, track performance, analyze results. Elevate your trading discipline and decision-making."
buttons={[
{ text: "Start Logging Trades", href: "contact" },
{ text: "Start Free Today", href: "contact" },
{ text: "Learn More", href: "about" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQQ2LwDykzgj0bilWNbRSd7tw6/a-modern-trading-dashboard-interface-sho-1772522447531-2c1048f7.png"
@@ -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}