@vite(['resources/css/app.css', 'resources/js/app.js']) @php $authHomeRoute = null; $authHomeLabel = 'Dashboard'; if (auth()->check()) { $authHomeRoute = auth()->user()->isAdmin() ? route('admin.dashboard') : (auth()->user()->isSupportTeam() ? route('support-team.dashboard') : (auth()->user()->isMentor() ? route('mentor.dashboard') : route('dashboard'))); $authHomeLabel = auth()->user()->isAdmin() ? 'Admin Dashboard' : (auth()->user()->isSupportTeam() ? 'Support Dashboard' : (auth()->user()->isMentor() ? 'Mentor Dashboard' : 'Dashboard')); } $hero = $homepageSections->get('hero'); $problem = $homepageSections->get('problem'); $solution = $homepageSections->get('solution'); $footer = $homepageSections->get('footer'); @endphp

{{ $hero?->slogan ?? 'ViZuTrade - Your Trading Mirror' }}

{{ $hero?->title ?? 'Trade. Journal. Improve.' }}

{{ $hero?->subtitle ?? 'ViZuTrade helps traders see the truth behind every setup: trades, mistakes, emotions, risk, performance, and discipline in one clean trading journal.' }}

Discipline Score

82%

Trading Mirror

Mistakes

4

Emotion

Calm

Risk

Good

{{ $problem?->slogan ?? 'The Problem' }}

{{ $problem?->title ?? 'Traders repeat mistakes because they do not track them.' }}

{{ $problem?->subtitle ?? 'Most traders remember the outcome, but forget the emotion, risk decision, session, plan violation, and mistake that caused the result.' }}

{{ $solution?->slogan ?? 'The Solution' }}

{{ $solution?->title ?? 'ViZuTrade shows performance clearly.' }}

{{ $solution?->subtitle ?? 'Your dashboard turns trades into feedback: what you did, what you felt, what you risked, what you repeated, and what to improve next.' }}

Features

Built around the six things traders must track.

@foreach ($homepageFeatures as $feature)

{{ $feature->title }}

{{ $feature->description }}

@endforeach

30-Day Trading Discipline Challenge

Build the habit before chasing the result.

Join the challenge, journal your trades for 30 days, build streaks, and earn badges like Risk Manager and Consistent Trader.

@foreach ($homepageBadges as $badge)
{{ $badge->name }}
@endforeach
Join Challenge
@if (! empty($topTraders))

Best Traders of the Week

Ranked by discipline, not risky profit chasing.

Ranking combines discipline score, journaled trades, challenge progress, badges, consistency, and low-risk behavior.

Visit Community
@endif

Mentor / Academy Ready

For traders, mentors, and academies.

ViZuTrade is structured for future mentorship workflows: discipline challenges, public profiles, report sharing, support, and admin management.

Pricing CTA

Start free while payment mode is inactive, then upgrade when subscriptions are enabled.

View Pricing

Free Lead Magnet

{{ $leadMagnet?->title ?? 'The 7 Mistakes Forex Traders Repeat Without Knowing' }}

{{ $leadMagnet?->description ?? 'Join the early access waitlist and get beginner-friendly education around mistake tracking, discipline, and performance review.' }}

@csrf