Your IP : 3.129.73.64


Current Path : /home/church/www/comparefloridarates.com/
Upload File :
Current File : /home/church/www/comparefloridarates.com/index.php

<?

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


  <div class="hero">
    <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.</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'); ?>