query('SELECT setting_key, setting_value FROM settings'); $settings = $settings_stmt->fetchAll(PDO::FETCH_KEY_PAIR); $coach_mode = $settings['coach_mode'] ?? 'multi'; $single_coach_id = $settings['single_coach_id'] ?? null; if ($coach_mode === 'single' && !empty($single_coach_id)) { header('Location: profile.php?id=' . $single_coach_id); exit; } ?> Coaching Platform

Unlock Your Potential

Find the perfect coach to help you achieve your goals.

Find Your Coach

How It Works

1

Browse Coaches

Find the perfect coach from our curated list of experts.

2

Book a Session

Schedule a session that fits your time and needs.

3

Start Learning

Begin your journey of growth with personalized coaching.