export const specialties = [
  { key: "UX", blurb: "Journeys, prototypes, accessibility and workshop craft." },
  { key: "Dev", blurb: "Front-end, back-end, mobile, tooling and the CP engineering standards." },
  { key: "UI", blurb: "Visual design systems, typography, motion and Figma libraries." },
  { key: "Videography", blurb: "Shooting, lighting, editing, grading and the CP Studios workflow." },
  { key: "Social Media", blurb: "Platform playbooks, content formats, community and paid social." },
  { key: "Creative", blurb: "Art direction, copywriting, concepting and pitch craft." },
  { key: "Analytics", blurb: "GA4, measurement plans, experimentation and BigQuery." },
  { key: "Reporting", blurb: "Dashboards, storytelling with data and client reporting templates." },
  { key: "User Research", blurb: "Interviewing, testing, synthesis and research ops." },
] as const;
