Select Page
export default function MKPFireCircleHomepage() { const stats = [ "80,000+ Men Initiated", "26+ Countries", "40+ Years of Service", ]; const pillars = [ { title: "Initiation", text: "Transformational experiences that challenge men to confront who they are and who they are becoming.", }, { title: "Brotherhood", text: "Peer-led circles where men practice honesty, accountability, and meaningful connection.", }, { title: "Integration", text: "Ongoing trainings, leadership opportunities, and community that help men live their values.", }, ]; const programs = [ { title: "New Warrior Training Adventure", text: "A life-changing rite of passage experience for men ready to do deep work.", }, { title: "Men's Groups", text: "Weekly or biweekly spaces for growth, accountability, and brotherhood.", }, { title: "Introductory Events", text: "Open events designed to help men experience the work before committing.", }, { title: "Advanced Trainings", text: "Programs for men who want to deepen their leadership, purpose, and impact.", }, ]; return (
MKP
ManKind Project USA
The Fire Circle
Brotherhood • Challenge • Purpose

The Modern Rite of Passage for Men

For over 40 years, the ManKind Project has helped men reclaim purpose, brotherhood, and emotional maturity through transformational training and community.

Visual Treatment
Fire Circle

Cinematic photography, ember glow, deep charcoal fields, and gold accents create a sacred, modern atmosphere.

{stats.map((stat) => (
{stat}
))}
The Need

Men Are Starving for Brotherhood

Modern life gives men more information than ever, but fewer places for initiation, challenge, accountability, and honest emotional growth. MKP offers a path that is demanding, human, and deeply connected.

{pillars.map((pillar, i) => (
0{i + 1}

{pillar.title}

{pillar.text}

))}
Your Pathways

Choose Your Next Fire

The homepage is organized as a sequence of bold, image-led entry points that encourage immediate action without overwhelming first-time visitors.

{programs.map((program, i) => (
Program 0{i + 1}

{program.title}

{program.text}

))}
Stories
“This changed my life more than a decade of reading books and listening to podcasts.”
Alumni Testimonial • Featured Quote Treatment
How It Works

From Curiosity to Brotherhood

{[ 'Attend an Intro Event', 'Join a Training', "Integrate in a Men's Group", 'Lead & Serve Others', ].map((step, i) => (
0{i + 1}
{step}
))}
{['80,000+', '1,000+', '26+', '40+'].map((num, i) => { const labels = ['Men Trained', 'Groups Worldwide', 'Countries', 'Years']; return (
{num}
{labels[i]}
); })}
); }