I think your should check your expound/index.php file just before
get_template_part( 'featured-content' );
If u would like to add some features, I think this is the right position for the top home/page position just below the menu.
<?php
if ( is_home() && ! is_paged() ) { // condition should be same as in pre_get_posts
get_template_part( 'featured-content' );
}?>