HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/floridasbestlawnandpest/public_html/treeshrub.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">&times;</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">&times;</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 treeshrub-bg">
    <div class="container-fluid text-center">
        <div class="page-title">Tree & Shrub</div>
        <div class="page-subtitle">Need a tree installed or your hedges trimmed, we got you covered</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">Palm Tree Service</h2>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <img class="content-img" src="img/palm-tree-service.png" />
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <p class="content-text">
                    At Florida’s Best Lawn and Pest, we understand that palm tree care is essential for any landscaping to look its best. The maintenance of these royal beauties requires complete palm tree services. So if you’re in need of serious palm tree care, we’re the
                    professionals to handle your trees.
                    <br><br> One of the most distinguished characteristics of these types of trees is the way the palm fronds hang and the way the smooth trunk leans. There are other features of healthy palm trees depending on the different breeds, but
                    it’s always essential to maintain their health. If you’ve ever seen flawless palm trees in your neighbor’s yard, they’ve had a proper palm tree treatment to bring them to that level of perfection. And this is something you’ll need
                    as well.
                </p>
            </div>
        </div>
        <div class="row text-center">
            <div class="col-lg-12">
                <h2 class="content-title">Tree and Shrub Installation</h2>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <br>
                <p class="content-text">
                    Before you start digging holes in your yard, you might want to call Florida’s Best. We are South Florida’s most trusted all in one pest control & landscaping company, and we will help you design and maintain the best landscaping in your neighborhood.
                    <br><br> One essential task for having a great yard is planting trees and shrubs. Trees and shrubs add character to your yard and are the difference between a good and a great one. At Florida’s Best we install and nurture the trees
                    and shrubs we plant for you to ensure they grow up healthy. We have the right tools and the necessary personnel to safely transport large plants around your property so nothing gets damaged. Trees and shrubs are a significant investment,
                    so trust the professionals at Florida’s Best Lawn & Pest.

                </p>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <img class="content-img-lg" src="img/tree-installation-service.png" />
            </div>
        </div>
        <div class="row text-center">
            <div class="col-lg-12">
                <h2 class="content-title">Tree and Shrub Trimming</h2>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <br>
                <p class="content-text">
                    Trees and shrubs have several functions within a yard: aesthetics, shade, privacy, fruit, etc. Trimming should be adapted to the type of tree you have. Also, trimming is very beneficial to your plants to keep them healthy. By eliminating unnecessary leaves
                    and branches, which make the plants weak, we allow the plants to flourish and remain lush.
                    <br><br> Another advantage of trimming is the ability to define the shape of the plants from the moment they are planted until they reach adulthood: this is called formation trimming. In the case of fruit trees, this is done to encourage
                    their fruiting. However, in some cases, trimming is limited to ensure the tree or shrub stays healthy. By choosing Florida’s Best, you can rest assured that your yard will be in the hands of experts who will do everything in their
                    power to make your perfect yard come to life.


                </p>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <p class="content-text">
                    One essential task for having a great yard is planting trees and shrubs. Trees and shrubs add character to your yard and are the difference between a good and a great one. At Florida’s Best we install and nurture the trees and shrubs we plant for you
                    to ensure they grow up healthy. We have the right tools and the necessary personnel to safely transport large plants around your property so nothing gets damaged. Trees and shrubs are a significant investment, so trust the professionals
                    at Florida’s Best Lawn & Pest.
                    <img class="content-img-sm" src="img/trimming-services.png" />
                </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";?>