get the custom post type title/name

You can use post_type_archive_title( $prefix = '', $display = true ):

<h1><?php post_type_archive_title() ?></h1>