why are you not using a single static page (no post at all) and set this page as static front page?
http://codex.wordpress.org/Creating_a_Static_Front_Page
thanks alchymyth, you are the best
thats exactly what i was looking for,
i test it and it works. i still have small problem that comments dosnt show with themes, only with WP basic theme, what should i do in this case?
i swaped between some themes but all dosnt show comments in the home page
not all themes have the comment code in page.php;
if you are sure you have set the options to show comments (which you probably have done, as at least one theme shows the comment on the static front page) then have a look into page.php of your theme, and see if you can find a line with comments_template();
if not, open single.php of your theme, look for the same code, and copy it from single.php and paste it into page.php into the ‘same’ position.
if you are using a free theme, you could post the name and download of this theme here, and someone might check this.
thanks again alchymyth, now i have comment in the static page
but i have two pages with title HOME and one contact page
and when i go in dashboard to allpages i find only Home and contact
where can i find the 1st Home page ??
i did it
i found this line
<li><a href="<?php bloginfo('home'); ?>/">Home</a></li>
in header.php and removed it
this removed the first Home title in bar
Thanks alchymyth you was greate help to me