export type ImageType = { src: string | undefined; alt: string | undefined; width?: string; height?: string; className?: string; };