Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc140c90a8 | |||
| 47458dba8f | |||
| f78f4807ab | |||
| 16b58cbc5a | |||
| dc68e6fc73 | |||
| 1ba8c55d16 |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user