';
dynamic_sidebar( 'sidebar-home-features' );
echo '';
}
if ( is_active_sidebar( 'sidebar-home-about' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-about' );
echo '
';
}
if ( is_active_sidebar( 'sidebar-home-services' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-services' );
echo '
';
}
if ( is_active_sidebar( 'sidebar-home-process' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-process' );
echo '
';
}
if ( is_active_sidebar( 'sidebar-home-testimonials' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-testimonials' );
echo '
';
}
if ( is_active_sidebar( 'sidebar-home-clients' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-clients' );
echo '
';
}
if ( is_active_sidebar( 'sidebar-home-team' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-team' );
echo '
';
}
if ( is_active_sidebar( 'sidebar-home-contact' ) ) {
echo '';
dynamic_sidebar( 'sidebar-home-contact' );
echo '
';
}
}
?>