If you are using blog tool plugin you can set the blogs as your home page with just few easy steps.
Open up the qa-config.php file and add the below lines at line number 109.
$QA_CONST_PATH_MAP=array(
'blogs' => '',
);
That’s it. You are ready to go. Now when your users open the website q2awebsite.com, the blogs will appear on the front page.
If you want to change the home page to some other pages, please take a look at this post
https://q2a-store.com/how-to-set-blogs-as-q2a-home-page/