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