export interface Area {
  id: number;
  title: string;
  image: string;
  count: number;
  link: string;
}
