export const nav = [
  { href: "/people", label: "People", blurb: "Profiles, skills and project history" },
  { href: "/find", label: "Find a team", blurb: "Best-fit staff for a pitch or project" },
  { href: "/case-studies", label: "Case studies", blurb: "The work, and how it worked" },
  { href: "/playbook", label: "Playbook", blurb: "Every service and how we deliver it" },
  { href: "/showcase", label: "Showcase", blurb: "Experiments, games and ideas" },
  { href: "/education", label: "Education", blurb: "Libraries, ebooks, videos by specialty" },
  { href: "/handbook", label: "Handbook", blurb: "How we work and look after each other" },
  { href: "/offices", label: "Offices", blurb: "Dublin and Boston guides" },
  { href: "/history", label: "History", blurb: "Since 1999, on a timeline" },
] as const;
