Annoying notification when trying to create a new page

This notification is added by your theme. You can remove the upsell notices for this theme by hooking into the ttfmake_is_plus filter:

add_filter( 'ttfmake_is_plus', '__return_true' );