File: /home/floridasbestlawnandpest/public_html/sodmulch.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-->
<!-- PAGE TITLE -->
<div class="jumbotron jumbotron-fluid sodmulch-bg">
<div class="container-fluid text-center">
<div class="page-title">Sod & Mulch</div>
<div class="page-subtitle">Give your property a new glow with fresh sod or mulch</div>
</div>
</div>
<!-- PAGE CONTENT -->
<div class="jumbotron jumbotron-fluid orange-fade-up-bg">
<div class="container">
<div class="row text-center">
<div class="col-lg-12">
<h2 class="content-title">Mulch & Sod Installation</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img class="content-img-3" src="img/mulch-1.jpg" />
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<p class="content-text">
Mulch & Sod Installation Services will save you a lot of time and energy and help keep your yard looking like a million bucks. Both the replacement of Mulch and Sod are important for maintaining the looks of a home, and making sure your house and yard
looks as good as it possibly can. Choose any color mulch to highlight the beauty of your home and landscaping and we will do the heavy lifting to get it spread and laid out beautifully. Our Sod installation services come in handy when
your previous lawn care company failed to keep it healthy and vibrant and you are ready to start fresh with new healthy sod.
</p>
</div>
<div class="col-12">
<p class="content-text">
Florida’s Best Lawn and Pest specializes in Mulch & Sod Installation. Whether you’re looking to keep your looking to keep your flowers beds looking great with mulch or replace some old grass with sod, this service will provide your landscape with the
stunning look you’re hoping for.
</p>
</div>
<div class="col-lg-12">
<h2 class="content-title">Expert Mulch Installation Services</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<p class="content-text">
A beautiful landscape includes the right mulch to add a layer of protection and nourishment for plants, trees and shrubs. You could install mulch yourself but why break your back when our mulch installation service can take care of all the details with
no hassle for you.
</p>
<p class="content-subtext">
Choose the color you love...
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img class="content-img-2" src="img/mulch-2.jpg" />
</div>
<div class="col-12">
<p class="content-text">
Whether you are just looking for a standard earth tone mulch or would like to add a pop of color to your flower beds or trees and shrubs, just let us know the look you are going for and we will take care of the rest. Give us a call now and learn more
about Florida’s Best Lawn and Pest complete Mulch Installation services and get your FREE Mulch Installation Estimate.
</p>
</div>
<div class="col-lg-12">
<h2 class="content-title">Not Sure If You Need New Sod?</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img class="content-img-2" src="img/mulch-3.jpg" />
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<p class="content-text">
Without the proper care, including watering, weed control and fertilization, your lawn may be so unhealthy that it is beyond repair. We can help you determine if the lawn can be saved, how long it will take to getting it looking great again or give you
the option for a much quick fix by installing new sod in the areas that need it. The option is yours and we can help you with whatever you decide.
</p>
</div>
<div class="col-12">
<p class="content-text">
When you go with Florida’s Best Lawn and Pest lawn services, you’re partnering with plant and fertilization experts to properly handle your lawn care, including the installation of new sod. We provide advice to promote the health of your landscape, resulting
in the right plant, shrub, ornamental and lawn treatments to keep your property nourished and protected.
</p>
</div>
<div class="col-lg-12">
<hr>
<h2 class="content-title">THE FLORIDA’S BEST LAWN & PEST GUARANTEE</h2>
<hr>
</div>
<div class="col-12">
<p class="content-text">
With our mulch installation, sod installation and lawn care services guarantee you’ll see positive changes in your lawn after the first visit. Your satisfaction is our priority, and when it comes to lawn care, know we guarantee the work we do. We guarantee
your satisfaction 100%, so expect the best when you work with Florida’s Best Lawn and Pest.
<br><br> Call us now at 1-844-899-7378 to schedule a free estimate for a healthier lawn your whole family will want to play on!
</p>
</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";?>