export function Approaches({
  approaches,
}: {
  approaches: Approach[]
}): JSX.Element {