export const ARTISTS = { nora: { name: "Nora Al-Badri", location: "C-Base, Berlin, Germany", start: "nora-1", }, leite: { name: "Juliana Cerqueria Leite", location: "Santa Ifigênia, São Paolo, Brazil", start: "leite-chapter-1", }, foreshew: { name: "Nicole Foreshew", location: "Australia", start: "foreshew-1", }, stankievech: { name: "Charles Stankievech", location: "Canada", start: "stankievech-1", }, nilthamrong: { name: "Jakrawal Nilthamrong", location: "Thailand", start: "nilthamrong-home", }, opoku: { name: "Zohra Opoku", location: "Mortuary (Unfinished), Accra, Ghana", start: "opoku-1-hail-to-you", } } export const ARTIST_ORDER = [ "nora", "foreshew", "leite", "opoku", "nilthamrong", "stankievech", ] export const PROJECT_PAGE_SET = new Set(["essay", "artists", "credits"])