function getCategories() { return [ { title: "All categories", color: "transparent", value: "all_categories", }, { title: "Uncategorized", color: "#b3b5b4", value: "uncategorized", }, { title: "Creatives", color: "#f7941d", value: "creatives", }, { title: "Community", color: "#92278f", value: "community", }, { title: "Open Web Sandbox", color: "#08c", value: "open_web_sandbox", }, { title: "Education", color: "#9eb83b", value: "education", }, { title: "Ecosystem", color: "#bf1e2e", value: "ecosystem", }, { title: "Development", color: "#0e76bd", value: "development", }, { title: "Marketing", color: "#f1592a", value: "marketing", }, { title: "Regional hubs", color: "#a461ef", value: "regional_hubs", }, { title: "NEAR Digital Collective", color: "#652d90", value: "near_digital_collective", }, { title: "NEAR Gaming", color: "#652d90", value: "near_gaming", }, { title: "Staking", color: "#231f20", value: "staking", }, { title: "Potlock", color: "#ed207b", value: "potlock", }, ] } return { getCategories }