export const slug = (item: string) => item.toLowerCase().split(' ').join('-');