<TextOnImageTeaser
  articleType={props.articleType}
  title={props.title}
  introduction={props.introduction}
  label={props.label}
  subLabel={props.subLabel}
  size={props.size}
  link="#"
  image={
    <img
      src="https://picsum.photos/id/498/600/400"
      alt="image of a chameleon"
    />
  }
  premium={props.premium}
  prefix={props.prefix}
  comments={props.comments}
  editorialLabel={props.editorialLabel}
  editorialAnimation={props.editorialAnimation}
  duration={props.duration}
/>