export default function BHTInteractiveLandingPage() { const stages = [ { number: "01", title: "Learn", description: "Concise, visually engaging lessons that teach the core clinical concepts without overwhelming the learner.", }, { number: "02", title: "See It Modeled", description: "Watch realistic therapist-client interactions that demonstrate how concepts show up in actual clinical work.", }, { number: "03", title: "Rehearse", description: "Strengthen understanding through repeated concept rehearsal with varied prompts that build generalization, not rote memorization.", }, { number: "04", title: "Test", description: "Validate knowledge and reinforce confidence with focused assessments that close the learning loop.", }, ]; const audiences = [ { title: "For Interns", points: [ "Build confidence between sessions", "Move from theory to clinical application", "Learn in digestible, focused modules", ], }, { title: "For New Clinicians", points: [ "Continue developing skills after supervision ends", "Strengthen core clinical practice with structured support", "Sharpen clinical judgment through repeated rehearsal", "Build confidence independently between sessions", ], }, { title: "For Organizations", points: [ "Standardize professional development", "Reduce repetitive training burden on supervisors", "Create a more prepared workforce", ], }, ]; const differentiators = [ "Not supervision — structured professional development", "Designed for overwhelmed, undertrained early-career clinicians", "Built around concept mastery, modeling, rehearsal, and assessment", "Short, game-like modules that keep learning engaging and practical", "Created by a licensed clinician, educator, and training systems thinker", ]; return (
BHT Interactive Logo

Gain confidence in your clinical skills.

BHT (Behavioral Health Training) Interactive is a structured professional development platform for behavioral health interns and clinicians who need a clearer path from theory to confident clinical application. When supervision ends, your development doesn’t have to—continue strengthening core clinical skills with structured support between sessions.

Short, Game-Like Modules
Short, game-like modules designed for busy clinicians
Structured Rehearsal
Repeat concepts with variation
Professional Development
Not supervision, not passive CEUs
{/* Noodle Guy (tie) */} Learner

Module Preview

Clinical Risk Assessment

~ 1 hour
{stages.map((stage) => (
{stage.number}

{stage.title}

{stage.description}

))}

The Gap

Graduate training teaches theory. Supervision reviews cases. The core skill-building layer is still missing.

Many behavioral health interns and new clinicians are seeing real clients while still craving more conceptual clarity, practical modeling, and repeated rehearsal of core clinical skills. BHT Interactive fills that gap with a structured learning system built for real-world professional development. It is not a replacement for clinical supervision, but a complementary tool that allows interns to strengthen core clinical practice between sessions.

How It Works

A four-stage learning model designed for real clinical growth.

{stages.map((stage) => (
Stage {stage.number}

{stage.title}

{stage.description}

))}
{audiences.map((group) => (

{group.title}

    {group.points.map((point) => (
  • {point}
  • ))}
))}

Why BHT Interactive

Built for busy interns and clinicians who want to strengthen their clinical skills.

{differentiators.map((item) => (
{item}
))}

Future Vision

From MVP to scalable training system

Launch with targeted modules for early-career clinicians. Expand into organizational packages, advanced professional development tracks, and customizable enterprise training solutions.

Stay Connected

Be the first to hear when BHT Interactive launches.

Join the early interest list for updates, pilot opportunities, and previews of the first professional development modules.

); }