<turbo-stream action="replace" target="remote_modal"><template><turbo-frame id="remote_modal" target="_top"><div class='modal fade' data-controller='modal'>
<div class='modal-dialog'>
<div class='modal-content'>
<div class='modal-header'>
<button aria-label='Close' class='btn-close' data-bs-dismiss='modal' type='button'></button>
</div>
<div class='modal-body m-auto'>
<p class='fs-5 text-dark text-center'>Enter the promo code and get a 2-month free subscription to the Umaxx Premium Plan</p>
</div>
</div>
</div>
</div>
</turbo-frame><style>
  .modal-header {
    border-bottom: none;
  }
</style>

</template></turbo-stream>