Hi,
Just add the lines below to home.tpl where ever you want the featured items displayed, i put mine under the line {include file="customer/home_main.tpl"}
Code:
{if $main eq "catalog" and $current_category.category eq ""}
{include file="customer/main/featured.tpl"}
{/if}
Hope that helps
Cheers
John