How to check if meta box value is false for all posts then do something based on that

It isn’t clear how you are getting $home_content but you will need two loops: one to get the home page content, however you are retrieving that, and one for your reviews content above. You will need to use wp_reset_postdata() after both loops.