If you want to keep some Elements only in the home page , you could do somethings like this
if($this->template == 'qa') {
echo "<div class='hero-unit''>Some content goes here </div>"
}
Or else you could create a widget which applies only to the Full Width and only on qa template (Home Page )