export interface Culture { name: string; description: string; imageUrl: string; }