Home

export default function SELAcademyHomepage() {
return (

{/* Ambient Background */}

{/* Navigation */}

{/* Hero */}


Trauma-Responsive • Neurodivergent-Compatible • Systems-Based

Building

Adaptive Human

Systems.

SEL Academy helps schools, organizations, and leadership teams transform reactive environments into regulated, high-trust ecosystems using neuroscience, values-based frameworks, and human-centered operational design.

{/* Right Visual */}

SEL Academy Symbol

{[
“DOES-C Regulation Framework”,
“Prism Effect Leadership Systems”,
“ManifestIQ Decision Intelligence”,
“Neurodivergent-Compatible Design”,
].map((item, index) => (

{item}

))}

{/* Metrics */}

{[
[“45%”, “Reduction in Suspensions”],
[“60%”, “Reduction in Habitual Truancy”],
[“100+”, “Providers Trained”],
[“20+”, “Years of School Psychology Experience”],
].map(([number, label], index) => (

{number}
{label}

))}

{/* Frameworks */}

Core Systems

Frameworks Designed for Real Human Complexity.

SEL Academy integrates neuroscience, trauma-responsive practice, adaptive leadership, and values-based systems into practical operational tools for education, healthcare, nonprofits, and organizational culture.

{[
{
title: “DOES-C”,
subtitle: “Neurochemical Regulation Framework”,
description:
“A practical operational framework integrating dopamine, oxytocin, endorphins, serotonin, and cortisol awareness into leadership, wellness, and behavioral systems.”,
},
{
title: “The Prism Effect”,
subtitle: “Adaptive Leadership Architecture”,
description:
“A systems lens for revealing hidden organizational patterns, improving alignment, and designing environments where people can thrive.”,
},
{
title: “ManifestIQ”,
subtitle: “Decision Intelligence for Schools”,
description:
“AI-assisted guidance tools supporting safer discipline decisions, MDR alignment, and operational consistency.”,
},
{
title: “Adaptive Human Systems”,
subtitle: “Institutional Transformation”,
description:
“Operational redesign for organizations seeking resilience, trust, innovation, and neurodivergent compatibility.”,
},
].map((card, index) => (

{card.subtitle}

{card.title}

{card.description}

))}

{/* Closing CTA */}

Next Step

Regulation Is Infrastructure.

The future belongs to organizations capable of adapting without losing their humanity.

);
}