In wp-content/themes/septera/inducles/landing-page.php:
in text area builder edit this:
‘text’ => apply_filters( ‘the_content’, get_post_field( ‘post_content’, $pageid ) ),
to this:
‘text’ => get_post_field( ‘post_content’, $pageid ),
That’s all you need change to sovle this problem 🙂