Testimonial
What Our Clients Say
Brian has helped us with multiple projects. We love working with him and are extremely happy with everything he has done for us. He puts so much care into every aspect and that really shows in the end result. Yesterday he treated our property for mosquitoes. While posting the next day may seem a little hasty, I saw such a tremendous improvement tonight that I can’t contain my excitement. If you have any lawncare needs, and want a company with great customer service and integrity, you should definitely call Firehouse Lawncare for a quote!
– Courtney Ingram
jQuery(‘.testimonial-row-wrapper > .testimonial-row’).hide();
jQuery(‘.testimonial-row-wrapper > .testimonial-row:nth-child(-n+5)’).show();
var data_number = jQuery(‘.view-more-testimonials’).data(“number”);
var data_count = jQuery(‘.view-more-testimonials’).data(“count”);
jQuery(‘.view-more-testimonials’).on(‘click’, function (e) {
var pagination_no = 5 * data_number;
data_number++;
data_count = data_count+5;
$(this).attr(‘data-number’, data_number);
jQuery(‘.testimonial-row-wrapper > .testimonial-row:nth-child(-n+’+data_count+’)’).show();
if(1