{"id":3179,"date":"2016-03-09T14:05:32","date_gmt":"2016-03-09T08:35:32","guid":{"rendered":"http:\/\/www.aivahthemes.com\/wp\/anona\/?page_id=3179"},"modified":"2024-10-29T21:25:39","modified_gmt":"2024-10-29T21:25:39","slug":"home-page-2","status":"publish","type":"page","link":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?page_id=3179","title":{"rendered":"Home Page 2"},"content":{"rendered":"<script type=\"text\/javascript\">\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\/\/ Disabled specific days:\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tfunction disable_specificdays(date) {\r\n\t\t\t\t\tvar disabledDays = null;\r\n\t\t\t\t\t\tif ( disabledDays != null){\r\n\t\t\t\t\t\t\tvar m = date.getMonth();\r\n\t\t\t\t\t\t\tvar d = date.getDate();\r\n\t\t\t\t\t\t\tvar y = date.getFullYear();\r\n\t\t\t\t\t\t\tvar current_date = (m + 1) + \"\/\" + d + \"\/\" + y ;\r\n\t\t\t\t\t\t\tfor ( var k = 0; k < disabledDays.length; k++ ) {\r\n\t\t\t\t\t\t\t\tif ($.inArray(current_date, disabledDays) != -1 ) {\r\n\t\t\t\t\t\t\t\treturn [0];\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\treturn [1];\r\n\t\t\t\t}\r\n\r\n\t\t\t\tjQuery(\"#dateselect907\").datepicker({\r\n\t\t\t\t\tdateFormat: \"yy\/mm\/dd\",\r\n\t\t\t\t\tshowOtherMonths: true,\r\n\t\t\t\t\tselectOtherMonths: true,\r\n\t\t\t\t\tbeforeShowDay : disable_specificdays,\r\n\t\t\t\t\tminDate: 0,\r\n\t\t\t\t\tfirstDay:\"0\"\r\n\t\t\t\t});\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tjQuery(\"#button_submit907\").on(\"click\",function(){\r\n\t\t\t\t\tvar apt_name  = jQuery(\"#iva_apt_name907\").val();\r\n\t\t\t\t\tvar apt_date  = jQuery(\"#dateselect907\").val();\r\n\t\t\t\t\tvar apt_email = jQuery(\"#iva_apt_email907\").val();\r\n\t\t\t\t\tvar apt_phone = jQuery(\"#iva_apt_phone907\").val();\r\n\t\t\t\t\tvar proceed = true;\r\n\t\t\t\t\tvar redirect = \"false\";\r\n\r\n\t\t\t\t\tfilter = \/^[A-Z0-9._%+-]+@([A-Z0-9-]+\\.)+[A-Z]{2,4}$\/i;\r\n\t\t\t\t\tif( filter.test( apt_email ) ){\r\n\t\t\t\t\t jQuery(\".iva_email907\").removeClass(\"error\");\r\n\t\t\t\t\t  proceed = true;\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t jQuery(\".iva_email907\").addClass(\"error\");\r\n\t\t\t\t\t   proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_name907\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ){\r\n\t\t\t\t\t\tjQuery(\".iva_name907\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_phone ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_phone907\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_phone ){\r\n\t\t\t\t\t\tjQuery(\".iva_phone907\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_date ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_date907\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_date ){\r\n\t\t\t\t\t\tjQuery(\".iva_date907\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( proceed ){\r\n\t\t\t\t\t\tif( redirect == \"false\"){\r\n\t\t\t\t\t\t\tiva_appt_sh_send_mail();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telse{\r\n\t\t\t\t\t\t\twindow.location = frm_action;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t  return false;\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\tfunction iva_appt_sh_send_mail(){\r\n\t\t\t\t\t$.ajax({\r\n\t\t\t\t\t\turl: iva_panel.ajaxurl,\r\n\t\t\t\t\t\ttype: \"post\",\r\n\t\t\t\t\t\tdataType: \"html\",\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\taction   : \"iva_sh_apt_send_mail\",\r\n\t\t\t\t\t\t\tdata\t : jQuery(\"#iva_apptform907\").serialize()\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tsuccess: function( response ){\r\n\t\t\t\t\t\t\tjQuery(\".iva_sh_apt_msg907\").html(response);\r\n\t\t\t\t\t\t\tif( jQuery( \"#sh_apt_msg\" ).hasClass( \"success\" ) ){\r\n\t\t\t\t\t\t\t\tdocument.iva_apptform.reset();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t<\/script><div class=\"iva_appt_section\"  style=\"background-color:#222c2e;color:#ffffff;\"><div class=\"iva_appt_inner\"><div class=\"iva_appt_content\"><div class=\"iva_sh_apt_msg907\"><\/div><div class=\"one_third mb0\"><div class=\"fancyheading\"><h1 class=\"fancy-title large\"><span>APPOINTMENT<br><\/span><\/h1><small>Short Summary for the appointment callout box goes here and you can add more content using shortcode.<\/small><\/div><\/div><div class=\"two_third mb0 last\"><div class=\"iva_apptform_wrap\"><form name=\"iva_apptform\" method=\"post\" action=\"\" id=\"iva_apptform907\"><div class=\"one_half form_col\"><input type=\"text\" name=\"iva_apt_name\" id=\"iva_apt_name907\" value=\"\" placeholder=\"First Name\" class=\"iva_name907\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"iva_apt_email\" value=\"\" placeholder=\"Email\"  id=\"iva_apt_email907\" class=\"iva_email907\"><\/div><div class=\"one_half form_col\"><input type=\"text\" name=\"appointmentdate\" readonly=\"readyonly\" value=\"\" placeholder=\"Date\" id=\"dateselect907\" class=\"iva_date-907\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"phone\" id=\"iva_apt_phone907\" value=\"\" placeholder=\"Phone\" class=\"iva_phone907\"><\/div><div class=\"clear\"><\/div><button id=\"button_submit907\" type=\"button\" class=\"btn yellow true large\"><span>REQUEST AN INSPECTION<\/span><\/button><input type=\"hidden\" value =\"\" id=\"iva_frm_action907\"><\/form><\/div><\/div><\/div><\/div><\/div>\n<div id=\"section92\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\"  style=\"margin-bottom:60px\"><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>WHAT WE DO<\/strong><\/span><\/h1><p>Nunc blandit accumsan mauris sit amet euismod?<br \/>\nDonec pretium sed mauris tempus dapibus<\/p><\/div>\n<div class=\"demo_space\"  style=\"height:10px\"><\/div>\n<div class=\"one_fourth\" ><span  data-id=\"fadeInUp\" class=\"imagesc iva_anim iva-tooltip   \"  style=\"max-width:360px;height:360px;\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/work-step1.jpg\" class=\"\" alt=\"\"  style=\"max-width:360px;height:360px;\"><\/figure><\/span><\/div>\n<div class=\"one_fourth\" ><div class=\"fancyheading left\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>FREE INSPECTION<\/strong><\/span><\/h1><p>Nunc blandit accumsan mauris sit amet euismod? Donec pretium sed mauris tempus dapibus<\/p><\/div><\/div>\n<div class=\"one_fourth\" ><span  data-id=\"fadeInUp\" class=\"imagesc iva_anim iva-tooltip   \"  style=\"max-width:360px;height:360px;\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/work-step2.jpg\" class=\"\" alt=\"\"  style=\"max-width:360px;height:360px;\"><\/figure><\/span><\/div>\n<div class=\"one_fourth last\" ><div class=\"fancyheading left\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>CONSULTATION<\/strong><\/span><\/h1><p>Phasellus quis dui erat. Etiam sit amet porttitor purus. Suspendisse dictum lorem ac diam<\/p><\/div><\/div><div class=\"clear\"><\/div>\n<div class=\"demo_space\"  style=\"height:30px\"><\/div>\n<div class=\"one_fourth\" ><span  data-id=\"fadeInUp\" class=\"imagesc iva_anim iva-tooltip   \"  style=\"max-width:360px;height:360px;\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/work-step3.jpg\" class=\"\" alt=\"\"  style=\"max-width:360px;height:360px;\"><\/figure><\/span><\/div>\n<div class=\"one_fourth\" ><div class=\"fancyheading left\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>PEST TREATMENT<\/strong><\/span><\/h1><p>Cras id ex quis quam ullamcorper rhoncus. Maecenas vestibulum elit est; ac convallis eros lacinia eget. <\/p><\/div><\/div>\n<div class=\"one_fourth\" ><span  data-id=\"fadeInUp\" class=\"imagesc iva_anim iva-tooltip   \"  style=\"max-width:360px;height:360px;\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/work-step-final.jpg\" class=\"\" alt=\"\"  style=\"max-width:360px;height:360px;\"><\/figure><\/span><\/div>\n<div class=\"one_fourth last\" ><div class=\"fancyheading left\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>WORK SATISFACTION<\/strong><\/span><\/h1><p>Suspendisse iaculis tortor tortor; vitae commodo arcu ornare ac. Cras lobortis urna ut turpis vestibulum <\/p><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section26\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#dfe5e7;padding:100px 0 0 0;border-color:#ffffff;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>RESIDENTIAL SERVICES<\/strong><\/span><\/h1><p>Anona provides domestic pest control services and is the name you<br \/>\ncan trust and deal with any kind of pest problems with in your area.<\/p><\/div>\n<span  class=\"imagesc iva_anim iva-tooltip    img-aligncenter\"  style=\"\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/pest-control-staff.jpg\" class=\"\" alt=\"\"  style=\"\"><\/figure><\/span>\n<\/div><\/div>\n<div id=\"section18\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#222c2e;background-image:url(https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2017\/01\/world_bg.jpg);background-repeat:repeat;background-position:center center;background-attachment:scroll;padding:80px 0;color:#ffffff;border-color:ffffff;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h2 class=\"fancy-title \"><span  style=\"color:#ffffff;\">OUR <strong>HAPPY CUSTOMERS<\/strong><\/span><\/h2><p> \u00a0What Our Clients Say About Us<\/p><\/div>\n<script>\r\n\t\t\t\tjQuery(document).ready(function($){\r\n\t\t\t\t\tvar swiper = new Swiper(\".swiper-container-17\", {\r\n\t\t\t\t\t\tslidesPerView: 1,\r\n\t\t\t\t\t\tautoplay: false,\r\n\t\t\t\t\t\tloop: true,\r\n\t\t\t\t\t\tspeed: 3000,\r\n\t\t\t\t\t\tpagination: {\r\n\t\t\t\t\t\t\tel: \".swiper-pagination\",\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t<\/script><div class=\"swiper-container swiper-container-17\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><div class=\"tc-content\"><p>\"Best theme in the marketplace with all the features needed for the Pest Control Services company and very user friendly with appointments management system as well.\"<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - Adrenal Dorsen, Andre Dloex, <a href=\"http:\/\/www.yourdomain.com\" target=\"_blank\">DomainAndre<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"tc-content\"><p>\"Anona Theme made our work hassel free with the features included in it are really indeed for a company with having no issues in managing their appointments.\"<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - Lorea Claudia, Star Dloex, <a href=\"http:\/\/www.yourdomain.com\" target=\"_blank\">StartDloex<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"tc-content\"><p>\"Anona Theme comes with an amazing features useful for the pest control company like managing the appointments and bookings and they have made our life really simple and easy.\"<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - John Smith, Star Company, <a href=\"http:\/\/www.yourdomain.com\" target=\"_blank\">Domain<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-pagination\"><\/div><\/div><\/div>\n<\/div><\/div>\n<div id=\"section29\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#F7CA18;padding:80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div  data-id=\"fadeInUp\" class=\"callOutBox iva_anim \" ><div class=\"teaser_content\"><div class=\"callout_text\" >\n<div class=\"fancyheading left\"  style=\"margin-bottom:0px\"><h1 class=\"fancy-title large\"><span  style=\"color:#444444;\"><strong>THE MOST ADVANCED<\/strong> PEST CONTROL THEME<\/span><\/h1><p><\/p><\/div>\n<\/div><div class=\"callout_btn\"><a  href=\"#\"  class=\"btn  xlarge black \"><span>Purchase Now<\/span><\/a><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template_stretched.php","meta":{"footnotes":""},"class_list":["post-3179","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/3179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3179"}],"version-history":[{"count":1,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/3179\/revisions"}],"predecessor-version":[{"id":4398,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/3179\/revisions\/4398"}],"wp:attachment":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}