File: /home/floridasbestlawnandpest/public_html/about.php
<?php include "header.php";?>
<!-- PEST CONTROL MODAL -->
<div class="modal fade" id="pestControlModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="z-index: 3000;">
<div class="modal-dialog" role="document">
<div class="bg-yellow modal-content px-4 py-4" id="exampleModalLabel">
<div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<h5 class="text-navy text-center text-uppercase font-pn-c-sb h3 mb-3">Need Pests Gone Fast?<br>Get A FREE Estimate!</h5>
<form action="post-lead.php" method="POST" aria-label="Get A Free Estimate">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="exampleFormControlInput1" class="font-pn-c-m mb-0">First Name:</label>
<input type="text" id="exampleFormControlInput1" class="form-control" name="firstname" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="last_name" class="font-pn-c-m mb-0">Last Name:</label>
<input type="text" id="last_name" class="form-control" name="lastname" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="exampleFormControlInput4" class="font-pn-c-m mb-0">Email:</label>
<input type="email" class="form-control" id="exampleFormControlInput4" placeholder="[email protected]" name="email" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="exampleFormControlInput5" class="font-pn-c-m mb-0">Phone:</label>
<input type="tel" class="form-control" id="exampleFormControlInput5" placeholder="(123)-456-7890" value="" name="phone">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="city_input" class="font-pn-c-m mb-0">City:</label>
<input type="text" class="form-control" id="city_input" name="city" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="zip_input" class="font-pn-c-m mb-0">Zip Code:</label>
<input type="text" class="form-control" id="zip_input" name="zip" value="" required>
</div>
</div>
<div class="col-md-12 form-group">
<label for="formControlInput6" class="font-pn-c-m mb-0">Service</label>
<select class="form-control form-control-md" id="formControlInput6" name="servicetype" required>
<option selected hidden disabled value="">Select Service Type</option>
<option value="Lawn Pest Control" >Lawn Pest Control</option>
<option value="Mosquito Prevention" >Mosquito Prevention</option>
<option value="Flea & Tick Control" >Flea & Tick Control</option>
<option value="Whitefly Pest Control" >Whitefly Pest Control</option>
<option value="Fireant Control" >Fireant Control</option>
<option value="Ghost Ant Control" >Ghost Ant Control</option>
<option value="Foundation Ant Control" >Foundation Ant Control</option>
<option value="General Pest Control" >General Pest Control</option>
<option value="Exterior Pest Control" >Exterior Pest Control</option>
<option value="Barrier Spray" >Barrier Spray</option>
<option value="Perimeter Spray" >Perimeter Spray</option>
<option value="Perimeter Pest Prevention" >Perimeter Pest Prevention</option>
<option value="Spider Removal" >Spider Removal</option>
<option value="Brush Down" >Brush Down</option>
<option value="Spider Spray" >Spider Spray</option>
<option value="Small Animal Control" >Small Animal Control</option>
<option value="Rodent Control" >Rodent Control</option>
<option value="Pesticide Application" >Pesticide Application</option>
<option value="Outside Insecticide Application" >Outside Insecticide Application</option>
<option value="Multiple-Other" >Multiple / Other</option>
</select>
</div>
<div class="col-12 form-group text-center">
<button type="submit" class="btn btn-primary text-uppercase" value="Get Estimate">Get Estimate</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!--/modal-->
<!-- LANDSCAPING MODAL -->
<div class="modal fade" id="landscapingModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="z-index: 3000;">
<div class="modal-dialog" role="document">
<div class="bg-yellow modal-content px-4 py-4" id="exampleModalLabel">
<div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<h5 class="text-navy text-center text-uppercase font-pn-c-sb h3 mb-3">Want A Perfect Yard Year Round? Get A Free Quote!</h5>
<form action="post-lead.php" method="POST" aria-label="Get A Free Estimate">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="exampleFormControlInput1" class="font-pn-c-m mb-0">First Name:</label>
<input type="text" id="exampleFormControlInput1" class="form-control" name="firstname" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="last_name" class="font-pn-c-m mb-0">Last Name:</label>
<input type="text" id="last_name" class="form-control" name="lastname" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="exampleFormControlInput4" class="font-pn-c-m mb-0">Email:</label>
<input type="email" class="form-control" id="exampleFormControlInput4" placeholder="[email protected]" name="email" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="exampleFormControlInput5" class="font-pn-c-m mb-0">Phone:</label>
<input type="tel" class="form-control" id="exampleFormControlInput5" placeholder="(123)-456-7890" value="" name="phone">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="city_input" class="font-pn-c-m mb-0">City:</label>
<input type="text" class="form-control" id="city_input" name="city" value="" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="zip_input" class="font-pn-c-m mb-0">Zip Code:</label>
<input type="text" class="form-control" id="zip_input" name="zip" value="" required>
</div>
</div>
<div class="col-md-12 form-group">
<label for="formControlInput6" class="font-pn-c-m mb-0">Service</label>
<select class="form-control form-control-md" id="formControlInput6" name="servicetype" required>
<option selected hidden disabled value="">Select Service Type</option>
<option value="Lawn Mowing & Maintenance" >Lawn Mowing & Maintenance</option>
<option value="Mulching" >Mulching</option>
<option value="Seeding" >Seeding</option>
<option value="Sod Installation" >Sod Installation</option>
<option value="Weed Control" >Weed Control</option>
<option value="Lawn Disease Control" >Lawn Disease Control</option>
<option value="Lawn Fertilization" >Lawn Fertilization</option>
<option value="Exterior Lighting" >Exterior Lighting</option>
<option value="Shrub & Tree Trimming" >Shrub & Tree Trimming</option>
<option value="Tree Installation" >Tree Installation</option>
</select>
</div>
<div class="col-12 form-group text-center">
<button type="submit" class="btn btn-primary text-uppercase" value="Get Estimate">Get Estimate</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!--/modal-->
<!-- HERO -->
<div class="jumbotron jumbotron-fluid hero-bg">
<div class="container">
<div class="row text-center">
<div class="col-lg-8 col-md-6 col-sm-12 col-xs-12">
<br>
<h1 class="display-4 text-uppercase">
South Florida's <strong>Most Trusted</strong> All In One <strong>Pest Control</strong> & <strong>Landscaping</strong> Company</h1>
<br>
<h4 class="display-6">Let us know how we can help, all quotes are simple, fast & free!</h4>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-xs-12">
<br>
<img src="img/logo.png" width="95%">
</div>
</div>
<div class="row text-center quote-cta">
<div class="col-lg-6 col-md-12 btn-spc">
<button type="button" data-toggle="modal" data-target="#pestControlModal" class="btn btn-success btn-lg hero-btn"><i class="fas fa-bug"></i> Pest Control Quote</button>
</div>
<div class="col-lg-6 col-md-12 btn-spc">
<button type="button" data-toggle="modal" data-target="#landscapingModal" class="btn btn-success btn-lg hero-btn"><i class="fas fa-tree"></i> Landscaping Quote</button>
</div>
</div>
</div>
</div>
<!-- SERVICES -->
<div class="jumbotron jumbotron-fluid services-bg">
<div class="container-fluid">
<div class="row text-center">
<div class="col-lg-1 col-md-4 col-sm-12 service-preview"></div>
<div class="col-lg-2 col-md-4 col-sm-12 service-preview">
<a href="/pestcontrol.php">
<div>
<img class="service-img" src="/img/pestcontrol-preview.jpg">
</div>
<div class="service-img-label">Pest Control</div>
<div class="service-img-desc">We offer a full range of control solutions, all of which are family and pet friendly</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-12 service-preview">
<a href="/lawncare.php">
<div>
<img class="service-img" src="/img/lawncare-preview.jpg">
</div>
<div class="service-img-label">Lawncare</div>
<div class="service-img-desc">Ensure your lawn is green, healthy & well-trimmed</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-12 service-preview">
<a href="/treeshrub.php">
<div>
<img class="service-img" src="/img/treeshrub-preview.jpg">
</div>
<div class="service-img-label">Tree & Shrub</div>
<div class="service-img-desc">Need a tree installed or your hedges trimmed, we got you covered</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-12 service-preview">
<a href="/sodmulch.php">
<div>
<img class="service-img" src="/img/sodmulch-preview.jpg">
</div>
<div class="service-img-label">Sod & Mulch</div>
<div class="service-img-desc">Give your property a new glow with fresh sod or mulch</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-12 service-preview">
<a href="/exteriorlighting.php">
<div>
<img class="service-img" src="/img/extlighting-preview.jpg">
</div>
<div class="service-img-label">Exterior Lighting</div>
<div class="service-img-desc">Let your neighbors admire your yard at all times of the day</div>
</a>
</div>
<div class="col-lg-1 col-md-4 col-sm-12 service-preview"></div>
</div>
</div>
</div>
<!-- TRI-POINT -->
<div class="jumbotron jumbotron-fluid tripoint-bg">
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<img src="img/pet-friendly.png" alt="Family Friendly Icon" title="Family Friendly Icon" class="mr-3 w-18">
<br><br>
<h2 class="text-navy text-uppercase"><span class="font-pn-c">Family & Pet</span><br> <span class="font-pn-c-sb">Friendly</span></h2>
<p>We pride ourselves on making your home safe from bugs, pests and cheap extermination chemicals! We offer the highest level of family & pet friendly pest protection products. You can feel comfortable knowing your pest problem will be
gone with no other harmful side effects.</p>
</div>
<div class="col-md-4">
<img src="img/env-friendly.png" alt="Pet Friendly Icon" title="Pet Friendly Icon" class="mr-3 w-18">
<br><br>
<h2 class="text-navy text-uppercase"><span class="font-pn-c">Environmentally</span><br> <span class="font-pn-c-sb">Safe</span></h2>
<p>As a local South Florida company, we make sure we do all we can to keep the environment of this great state safe. Our products are both environmentally conscious as well as powerful pest eliminators.</p>
</div>
<div class="col-md-4">
<img src="img/family-friendly.png" alt="Environmentally Responsible Icon" title="Environmentally Responsible Icon" class="mr-3 w-18">
<br><br>
<h2 class="text-navy text-uppercase"><span class="font-pn-c">Family Owned</span><br> <span class="font-pn-c-sb">& Operated</span></h2>
<p>Personal touch is what we’re all about. Some larger companies aim for larger and larger profits, which means cutting corners. We understand the importance and safety of a pest free home and always do our best to provide you with local
family owned service.</p>
</div>
</div>
<?php include "footer.php";?>