export function SpaceNav() { return (
{["PERSONAL SPACE", "LEARNING SPACE", "COMMUN SPACE", "LEISURE SPACE"].map((space) => ( ))}
) }