export interface TeamProperties { image: string; job?: string; name?: string; direction?: 'horizontal' | 'vertical'; }