Good news,I found it, it was in the front-page.php code, I changed the setting from 3 to 4…
<?php $args = array(
'posts_per_page' => 4,
'category_name' => 'announcements'
);
$wp_query = new WP_Query( $args );
while ($wp_query->have_posts()) : $wp_query->the_post(); ?>
Relief…