Please follow below steps to create page header as shown in above screenshot and on demo page http://demo.drupar.com/berrypro/
- Navigate to: Administration >> Structure >> Blocks
admin/structure/block
- Click Add block link.
- Create a new block.
- Use below sample code for block body:
<div class="page-header">
<h1>what we do!!</h1>
<p>We design beautiful high quality Drupal themes</p>
</div> - Use Full HTML as Text Format.
- Scroll down and set its region to Homepage content and click Save block button.
Done!!