import { BookOpen, Brain, CheckCircle, Sparkles } from 'lucide-react'; import PersonalityQuiz from '@/components/frameworks/PersonalityQuiz'; import type { EmotionalIntelligencePageActions, EmotionalIntelligencePageState, } from '@/components/emotional-intelligence/types'; import { StatePanel } from '@/components/ui/state-panel'; type PersonalityQuizTabProps = { state: EmotionalIntelligencePageState; actions: EmotionalIntelligencePageActions; }; export function PersonalityQuizTab({ state, actions }: PersonalityQuizTabProps) { const workplaceContent = state.personalityWorkplaceContent; const hasContentError = Boolean(state.contentError); return (
{workplaceContent.mbtiDescription}
{item.desc}
Explore all 16 types
Browse all personality types to understand colleagues' work styles, communication preferences, and relationship needs.
{tip}