interface Props {
  src: string;
  key: string;
  alt?: string;
  lang?: string;