Static page for desktop or mobile

I used this:

<?php if ( wp_is_mobile() && is_front_page() ) {
    wp_redirect( 'http://www.example.com', 301 ); exit;
} ?>

in header.php of theme.