A quick hack for this is to open up your template header file.. You’ll see code that looks like
<a href="<?php echo get_settings('home'); ?>/">home</a>
Just remove the home from the link code..
EG:
<a href="<?php echo get_settings('home'); ?>/"></a>
Now, create a new static page called home, go to the options / misc and set Front Page to Static and choose home from the dropdown.