import { Users, GitFork } from "lucide-react"; export const USER_MANAGEMENT = [ { title: "User Management", description: "Manage people across different systems", tiles: [ { key: "users", label: "Users", icon: Users, link: "all" }, { key: "user-groups", label: "User Groups", icon: GitFork, link: "groups" }, ], }, ] export const CONTENT_MANAGEMENT = [ // { // title: "User Management", // description: "Manage people with their account permissions here.", // tiles: [ // { key: "users", label: "Users", icon: Users, link: "all" }, // { key: "user-groups", label: "User Groups", icon: GitFork, link: "groups" }, // ], // }, ] export const SITE_CONTENT = [ ]