Changes not visible when not logged in

Try to remove all the revisions from the edited page in admin panel.
You can find the revisions in right sidebar.

And you can disable the revisions by using config.php by putting this
define('WP_POST_REVISIONS', false);.

And also you can delete from database using SQL query DELETE FROM wp_posts WHERE post_type = "revision";

Hope it will works.