// Expertise DETAIL page only — list page lives in pages-main.jsx // Detail page: rich, editorial, sectioned function ExpertiseDetailPage({ slug, navigate }) { const idx = EXPERTISE_LIST.findIndex(e => e.slug === slug); const item = idx >= 0 ? EXPERTISE_LIST[idx] : EXPERTISE_LIST[0]; const next = EXPERTISE_LIST[(idx + 1) % EXPERTISE_LIST.length]; const num = String(Math.max(idx, 0) + 1).padStart(3, '0'); return (
{item.short}
{item.summary}
{c}
Senior-led conversations, conducted under confidentiality. Engagement letters issued where appropriate.