In Magento, one off easiest way to show different static blocks in Home page using CMS page. For this first login into admin side and create the necessary static blocks to be display in frontend. To create static block goto CMS->Static Blocks.
Click Add New Block button and fill the required fields and finally save it. Just note down the static block Identifier that need to be use in below code to display block in Home pages.
Then goto CMS-> Pages, check the column URL key as “home” and click on it. In left hand side, click the content tab and place the below code in editor and do the alignment as per your design needs.
{{block type="cms/block" block_id="your_cms_block_identifier"}} |

