1,
'post_type' => 'page',
'page_id' => $aboutus,
'post_status' => 'publish',
);
$aboutus_query = new WP_Query($aboutus_args);
if ( $aboutus_query->have_posts() ) : while ( $aboutus_query->have_posts() ) : $aboutus_query->the_post();
$about_image = get_theme_mod('business_roy_about_image');
get_about_us_image( $about_image );
get_about_us_content( $about_image );
?>