mj-hero

Display a section with a background image and some content inside (mj-text, mj-button, mj-image ...)

<mjml>
  <mj-body>

    <mj-hero
      mode="fixed-height"
      height="469px"
      background-width="600px"
      background-height="469px"
      background-url="image.jpg"
      background-color="#2a3448"
      padding="100px 0px">
      <mj-text
        padding="20px"
        color="#ffffff"
        font-family="Helvetica"
        align="center"
        font-size="45"
        line-height="45px"
        font-weight="900">
        GO TO SPACE
      </mj-text>
      <mj-button href="https://mjml.io/" align="center">ORDER YOUR TICKET NOW</mj-button>
    </mj-hero>

  </mj-body>
</mjml>

Here is the following attribute you can use -