When you set your home page to use banner image instead of any slider then the page title remains as “Blog”. This can changed with this custom css, put it at Theme Options => Custom CSS/JS
.home .page-header h2 {
font-size: 0;
}
.home .page-header h2:before {
content: 'YOUR PAGE TITLE';
font-size: 44px;
}