export interface ISlickListItem { image: string; title: string; description: string; label: string; }