The poloray theme automatically duplicates whatever you put as the title of a contact form template in both the contact form and the title line. Is there a way to disable this? see firebrandsocial.com/drop-us-a-line/
Go to template-contact.php present in your theme directory and remove the code given below Code: <h1 class="page-title"><?php the_title(); ?></h1> Sending image for reference This will solve your issue.