export type Image = { alt?: string; height?: number | string; src: string; width?: number | string; };