hi
with zpArdoise, I you choose an unpublished page as home page, it will be appear with the title "home".
btw : when you are logged in, this page appears twice (as your home page and with its own title).
if you want to change "home" title, have a look in inc_header.php, line 263 :
`<li <?php if ( getOption('zenpage_homepage') == getPageTitleLink() ) { ?>class="active"<?php } ?>>"><?php echo gettext('Home'); ?></li>`