Your IP : 3.143.235.198


Current Path : /home2/church/public_html/comparefloridarates.com/
Upload File :
Current File : //home2/church/public_html/comparefloridarates.com/hurricaneprotection.php

<?

	include('data.php');
	$page_title="Compare Florida Rates Hurricane Protection";
	$sub_page_title=$sub_title_index;
	$pageMetaKeywords=$page_keys_index;
	$pageMetaDescription=$page_descrip_index;
	include('header.php');
  session_start();
	
?>


  <div class="hero-hurricane">
    <div class="container">
      <div class="row">
        <div class="col-xl-12 col-md-12">
          <div class="main">
            <div class="main-left">
              <h2><span>We Compare</span> and present 
                to you the <span>Lowest Home Insurance Rates</span> Guaranteed for <span>Hurricane Protection.</h2>
            </div>
            <div class="main-right">
              <h2><span>Get an</span> Instant Quote</h2>
              <p>Just answer a few basic questions and tell us where to send your quote. It’s that easy and takes less than 3 minutes!</p>
              <form action="compare-rates.php" method="post">
                <div class="form-elem">
                  <input type="text" name="firstname" placeholder="Enter Your First Name">
                  <input type="text" name="zip" placeholder="Enter Your Zip Code" class="ml-2">
                </div>
                <button type="submit" class="btn btn-primary">CONTINUE TO STEP 2 OF 2 >></button>
              </form>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

<?php include('footer.php'); ?>