This is already changed in an update I'll be releasing. But for now, you can open your page.php file and look for this code:
<h2 class="pagetitle">
<?php the_title(); ?>
</h2>
Change the h2 tags to h1.
Then go into your style.php file and look for h2.pagetitle and add h1.pagetitle right after it separated by a comma. That should do it.