Hide sidebar and change layout Blog Page using is_page() function

is_page() doesn’t work for the main posts page, you need to use is_home() to check for that condition.