https://prevail.thorncreek.church is the URL.
I did find one way to “fix” this, but I’m not sure of how good it is and whether it could affect other things. If I add the following code to the Additional CSS section, the Intro Widget area is only displayed on the front page. I took out the work-around so you could see the normal behavior I’m seeing.
/* Intro Widget for home only fix */
#supplementary { display: none; padding: 30px;}
.home #supplementary { display: block;}