How to create homepage features block

Hertz theme has custom homepage. You can show beautiful blocks on homepage. You can use these blocks to showcase your company Features, Services, Recent Projects etc.

You can create these blocks from Drupal block regions.
Administration >> Structure >> Blocks

admin/structure/block

Step 1:

Navigate to: Administration >> Structure >> Blocks and click Add block

Step 2:

Create a new block with some content. You may use below sample content.

<img src="sites/all/themes/hertz/images/service1.png">
<h3>Web Design</h3>
<p>Nullam dictum felis eu pede mollis pretium vulputate eleifend tellus ets instris vulputate velit esse molestie consequat</p>
<a class="button" href="#">read more</a>

NOTE: Use Full HTML as Text format.

And set location of this block to Homepage Block One or Homepage Block Two or Homepage Block Three region and click Save blocks.

Done!!