<?php
get_header();
get_template_part( 'shovago', 'contents/steps' );
get_template_part( 'shovago', 'contents/shovago-bnrs/facebook' );
get_template_part( 'shovago', 'contents/reviews' );
get_template_part( 'shovago', 'contents/why' );
get_footer();
?>