import React, { useState } from 'react';
import {
Sparkles,
Play,
Pause,
Compass,
Quote,
MapPin,
ChevronRight,
User,
Music,
RotateCcw,
BookOpen,
Anchor,
Activity,
Award
} from 'lucide-react';
export default function App() {
// Soundtrack State
const [isPlaying, setIsPlaying] = useState(false);
const [currentTrack, setCurrentTrack] = useState('ghetto'); // 'ghetto' or 'metro'
// Interactive Quadrant Highlight State
const [activeQuadrant, setActiveQuadrant] = useState('wound');
// Journey Map Tooltip State
const [selectedMilestone, setSelectedMilestone] = useState(null);
const milestones = [
{
id: 'sd-streets',
title: 'Lincoln Park to La Jolla',
label: 'San Diego',
subtitle: 'Street Grit meets Elite Luxury',
description: 'The foundation of Mother Wit. Navigating the extreme economic and cultural contrasts between the flatlands of Lincoln Park and the coastal wealth of La Jolla.',
quote: '"She taught me the art of Bricolage—synthesizing limited resources into unassailable power."'
},
{
id: 'dc-streets',
title: 'Howard & "The Wire"',
label: 'D.C. Streets & Policy',
subtitle: 'The Realities of Power',
description: 'The intellectual and political crucible of Washington D.C. Engaging with national policy at Howard University while witnessing the raw social systems of the streets.',
quote: '"Translating systemic knowledge into survival strategies on the asphalt and in the halls of congress."'
},
{
id: 'harvard',
title: 'Harvard & Concord',
label: 'Elite Sanctums',
subtitle: 'De-coding the High Gates',
description: 'Mastering the History of Science and Teacher Education in the absolute inner-sanctum of institutional gatekeeping. Understanding the hidden curriculum from the inside.',
quote: '"I saw how elite families package conformity and call it achievement. I knew there was a better way."'
},
{
id: 'admissions',
title: 'UW & Admissions Panels',
label: 'The Paedagogus Era',
subtitle: 'The Formalization of Mother Wit',
description: 'Earning a Ph.D. in Educational Leadership and serving as the gatekeeper. Stopping the waiting and deciding to scale this ancestral technology into an elite enterprise.',
quote: '"We do not edit essays. We facilitate the discovery of your Sustaining Narrative (Chi)."'
}
];
const quadrants = {
wound: {
title: 'THE WOUND',
subtitle: 'Commoditized Human Potential',
text: 'The prevailing "checklist" culture has commoditized human potential. In elite admissions, we ask students to trade their intellectual integrity for brittle performance. The system doesn\'t measure grit, trauma, or distance traveled—it filters them out.',
bg: 'bg-red-950/20 border-red-900/30 text-red-100',
tagline: 'The Filter of Curated Conformity',
stat: '75% high-potential filter rate'
},
turn: {
title: 'THE TURN',
subtitle: 'Stop Waiting, Start Codifying',
text: 'After 30 years straddling both worlds—from the streets of San Diego to the admissions sanctums of Harvard and UW—I stopped waiting for traditional systems to reform. I decided to formalize, codify, and scale "Mother Wit" to navigate power with absolute authenticity.',
bg: 'bg-amber-950/20 border-amber-900/30 text-amber-100',
tagline: 'Ancestral Ingenuity Professionalized',
stat: '30+ Years of Dual-World Mastery'
},
bet: {
title: 'THE BET',
subtitle: 'The Only Defensible Luxury Asset Left',
text: 'I am betting that in an automated, AI-flooded world, authentic human narrative authority is the only high-margin asset left. Families and institutions will pay premium margins to discover their authentic purpose and secure their legacies.',
bg: 'bg-emerald-950/20 border-emerald-900/30 text-emerald-100',
tagline: 'Narrative Authority > AI Generation',
stat: '$132B Tutoring & Consulting Market'
},
promise: {
title: 'THE PROMISE',
subtitle: 'Discover Your Chi',
text: 'We don\'t just "edit essays" or package applications. We facilitate the discovery of your Chi (Sustaining Narrative) so you can show up for your own life and navigate elite institutional gatekeeping with absolute authority.',
bg: 'bg-blue-950/20 border-blue-900/30 text-blue-100',
tagline: 'Sovereign Institutional Navigation',
stat: 'Guaranteed Authentic Legacy'
}
};
return (
{/* Premium Ambient Background Accents */}
{/* Slide Header */}
{/* Soundtrack Control Board */}
{/* Live Audio Visualizer Bar (Only shows rhythm when playing) */}
{/* Main Content Area */}
{/* LEFT COLUMN: The Origin, Mother Wit, & Geographical Path (5 Cols) */}
{/* Footer Details */}
);
}
The Bricoleur Collective 2026
Founder Presentation
Sovereign Founder-Market Fit
{/* Spinning Vinyl Visual */}
SOUNDTRACK FOR THIS SLIDE
{/* Legacy Card */}
{/* Geographical Path / Timeline Node */}
{/* Geographical Interactive timeline */}
{/* RIGHT COLUMN: The Quadrant Framework (7 Cols) */}
The Legacy Anchor
Mother Wit
"My work is not just a methodology; it is a legacy. It is the formal professionalization of my grandmother's approach—'Mother Wit'. Born in a one-room schoolhouse, tempered in the cotton fields, and refined in the drawing rooms of San Diego's most prominent families, she taught me the art of Bricolage—the sustained improvisation required to synthesize limited resources into unassailable institutional power."
Dr. Max A. Hunter
Founder & Chief Strategy Architect
Ph.D. UW | Ed.M. Harvard
My Geographies of Power
Interactive
Straddling Two Worlds
{milestones.map((m, index) => (
))}
Click each milestone above to view Dr. Hunter's exact path of strategic authority.
{/* Quadrant Selector Intro */}
{/* Active Quadrant Highlight Canvas */}
The Strategic Catalyst
{/* Interactive Selector Pill */}
The Quadrant Framework
{Object.keys(quadrants).map((q) => (
))}
{/* Ambient subtle glow from inside based on quadrant */}
{/* Grid Layout of the 4 Quadrants (Alternative Clickable Cards) */}
{quadrants[activeQuadrant].title}
{quadrants[activeQuadrant].subtitle}
{quadrants[activeQuadrant].stat}
{quadrants[activeQuadrant].text}
Focus Concept: {quadrants[activeQuadrant].tagline}
The Bricoleur Methodology
{/* THE WOUND Card */}
{/* THE TURN Card */}
{/* THE BET Card */}
{/* THE PROMISE Card */}
{/* Interactive Bricolage Visual Map */}
Authenticity Framework Engine
{/* Align Indicator */}
The Ultimate Defensible Moat
Merging personal grit with elite structural power.
SYSTEM: CHANNELS ALIGNED