{"id":380,"date":"2026-05-10T00:09:17","date_gmt":"2026-05-10T00:09:17","guid":{"rendered":"https:\/\/lopezperfectcleanpro.com\/?page_id=380"},"modified":"2026-05-10T06:44:29","modified_gmt":"2026-05-10T06:44:29","slug":"book-now","status":"publish","type":"page","link":"https:\/\/lopezperfectcleanpro.com\/?page_id=380","title":{"rendered":"Book Now"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"380\" class=\"elementor elementor-380\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0075ea4 e-flex e-con-boxed e-con e-parent\" data-id=\"0075ea4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/videos.pexels.com\\\/video-files\\\/6197078\\\/6197078-hd_1280_720_25fps.mp4&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container elementor-hidden-mobile\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-c9a7f91 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c9a7f91\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Book Your Cleaning Service<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00e7df8 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"00e7df8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Schedule your professional cleaning appointment in just a few steps.<br \/>Choose your preferred service, select the date and time that works best for you, and our team will take care of the rest.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-046359c elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-html\" data-id=\"046359c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.book-cleaning-box{\r\n  max-width:900px;margin:60px auto;padding:45px;border-radius:28px;\r\n  background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.12);\r\n  font-family:Arial,sans-serif;\r\n}\r\n.book-cleaning-box h2{font-size:42px;color:#102033;margin-bottom:10px}\r\n.book-cleaning-box p{color:#667085;margin-bottom:30px;font-size:18px}\r\n.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}\r\n.book-cleaning-box input,\r\n.book-cleaning-box select,\r\n.book-cleaning-box textarea{\r\n  width:100%;padding:16px;border:1px solid #d7dde5;\r\n  border-radius:14px;font-size:15px;outline:none;\r\n}\r\n.book-cleaning-box label{font-weight:700;color:#102033;font-size:14px}\r\n.book-cleaning-box textarea{grid-column:1\/3;min-height:120px}\r\n.book-btn{\r\n  margin-top:22px;background:#1d8f5a;color:white;border:none;\r\n  padding:17px 35px;border-radius:40px;font-weight:800;\r\n  cursor:pointer;transition:.3s;\r\n}\r\n.book-btn:hover{background:#167748;transform:translateY(-4px)}\r\n.book-message{margin-top:18px;font-weight:700}\r\n@media(max-width:768px){\r\n  .book-grid{grid-template-columns:1fr}\r\n  .book-cleaning-box textarea{grid-column:auto}\r\n}\r\n<\/style>\r\n\r\n<div class=\"book-cleaning-box\">\r\n  <h2>Book Now<\/h2>\r\n  <p>Schedule your cleaning service and we\u2019ll add your appointment to our calendar.<\/p>\r\n\r\n  <form id=\"cleaningBookingForm\">\r\n    <div class=\"book-grid\">\r\n      <input type=\"text\" name=\"name\" placeholder=\"Full Name\" required>\r\n      <input type=\"tel\" name=\"phone\" placeholder=\"Phone Number\" required>\r\n      <input type=\"email\" name=\"email\" placeholder=\"Email Address\" required>\r\n\r\n      <select name=\"service\" required>\r\n        <option value=\"\">Select Service<\/option>\r\n        <option value=\"Residential Cleaning\">Residential Cleaning<\/option>\r\n        <option value=\"Office Cleaning\">Office Cleaning<\/option>\r\n        <option value=\"Deep Cleaning\">Deep Cleaning<\/option>\r\n        <option value=\"Move In \/ Move Out Cleaning\">Move In \/ Move Out Cleaning<\/option>\r\n      <\/select>\r\n\r\n      <label>\r\n        Cleaning Date\r\n        <input type=\"date\" name=\"date\" required>\r\n      <\/label>\r\n\r\n      <label>\r\n        Start Time\r\n        <input type=\"time\" name=\"startTime\" required>\r\n      <\/label>\r\n\r\n      <label>\r\n        End Time\r\n        <input type=\"time\" name=\"endTime\" required>\r\n      <\/label>\r\n\r\n      <textarea name=\"address\" placeholder=\"Service Address \/ Notes\" required><\/textarea>\r\n    <\/div>\r\n\r\n    <button class=\"book-btn\" type=\"submit\">Schedule Cleaning<\/button>\r\n    <div class=\"book-message\" id=\"bookMessage\"><\/div>\r\n  <\/form>\r\n<\/div>\r\n\r\n<script>\r\ndocument.getElementById(\"cleaningBookingForm\").addEventListener(\"submit\", async function(e){\r\n  e.preventDefault();\r\n\r\n  const message = document.getElementById(\"bookMessage\");\r\n  message.style.color = \"#102033\";\r\n  message.textContent = \"Sending appointment request...\";\r\n\r\n  const formData = new FormData(this);\r\n  const params = new URLSearchParams();\r\n\r\n  for (const pair of formData.entries()) {\r\n    params.append(pair[0], pair[1]);\r\n  }\r\n\r\n  try {\r\n    await fetch(\"https:\/\/script.google.com\/macros\/s\/AKfycbzqw-fvysKcXJf-CzbAmXF8idrf8c4R44V3TQgZj1LeuP6wzCbfS0yeIHnpYChw5QE\/exec\", {\r\n      method: \"POST\",\r\n      mode: \"no-cors\",\r\n      body: params\r\n    });\r\n\r\n    message.style.color = \"#1d8f5a\";\r\n    message.textContent = \"Appointment request sent successfully!\";\r\n    this.reset();\r\n\r\n  } catch(error) {\r\n    message.style.color = \"red\";\r\n    message.textContent = \"Something went wrong. Please try again.\";\r\n  }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c77f9e elementor-invisible elementor-widget elementor-widget-html\" data-id=\"9c77f9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"width:100%; max-width:1200px; margin:40px auto;\">\r\n  <iframe \r\n    src=\"https:\/\/calendar.google.com\/calendar\/u\/0\/appointments\/schedules\/AcZssZ07PlHnRManTKLPcnGRLH-pZe4noZ7czIQNZSiMEKpxDLbntqtIPzg8WVy2tLev5LOGjoRH3VKI\"\r\n    style=\"border:0; width:100%; height:850px; border-radius:20px;\"\r\n    frameborder=\"0\">\r\n  <\/iframe>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-241cc13 e-flex e-con-boxed e-con e-parent\" data-id=\"241cc13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cd9a697 e-con-full e-flex e-con e-child\" data-id=\"cd9a697\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb9a09e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"bb9a09e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Residential &amp; Commercial Cleaning<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5af74f3 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5af74f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We provide reliable residential and office <span style=\"color: #33cccc;\">cleaning<\/span> <span style=\"color: #33cccc;\">services<\/span> with attention to detail, flexible scheduling, and high-quality results designed to keep your space spotless and stress-free.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d97e07 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"2d97e07\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"isSelectedEnd\">Schedule your cleaning appointment by completing the form above and let our professional team handle the rest.<\/p><p>Choose your <span style=\"color: #33cccc;\">preferred service<\/span>, select the <span style=\"color: #33cccc;\">date<\/span> and <span style=\"color: #33cccc;\">time<\/span> that works best for you, and submit your request in just a few simple steps. We provide reliable residential and office cleaning services designed to keep your space fresh, spotless, and stress-free.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ca8f71 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"4ca8f71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/lopezperfectcleanpro.com\/?page_id=20\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-580db32 e-con-full e-flex e-con e-child\" data-id=\"580db32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dfebbd elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6dfebbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"711\" src=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2025\/08\/CLEANPHOTO-1024x711.jpg\" class=\"attachment-large size-large wp-image-369\" alt=\"\" srcset=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2025\/08\/CLEANPHOTO-980x680.jpg 980w, https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2025\/08\/CLEANPHOTO-480x333.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c2e936d e-flex e-con-boxed e-con e-parent\" data-id=\"c2e936d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-434fb25 e-con-full e-flex e-con e-child\" data-id=\"434fb25\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b43448 elementor-widget elementor-widget-image\" data-id=\"7b43448\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/Perfect-Clean-Pro.png\" class=\"attachment-large size-large wp-image-8\" alt=\"Lopez Perfect Clean Pro.\" srcset=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/Perfect-Clean-Pro.png 800w, https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/Perfect-Clean-Pro-480x240.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36be4e4 elementor-widget elementor-widget-image\" data-id=\"36be4e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"235\" height=\"150\" src=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/Metodos-de-pago-recortados.png\" class=\"attachment-large size-large wp-image-125\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f5df53 e-con-full e-flex e-con e-child\" data-id=\"5f5df53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-398b636 elementor-widget elementor-widget-text-editor\" data-id=\"398b636\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Phone<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1dc731 elementor-widget elementor-widget-text-editor\" data-id=\"c1dc731\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #33cccc;\"><a style=\"color: #33cccc;\" href=\"tel:%20(443) 714-1335\">(443) 714-1335<\/a><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54b73e3 elementor-widget elementor-widget-text-editor\" data-id=\"54b73e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Email<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1dcb14 elementor-widget elementor-widget-text-editor\" data-id=\"b1dcb14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #33cccc;\"><a style=\"color: #33cccc;\" href=\"mailto:info@perfectcleanpro.com\">info@perfectcleanpro.com<\/a><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27d579c elementor-widget elementor-widget-text-editor\" data-id=\"27d579c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Address<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ea175c elementor-widget elementor-widget-text-editor\" data-id=\"8ea175c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"et_pb_module et_pb_text et_pb_text_21  et_pb_text_align_left et_pb_bg_layout_light\"><div class=\"et_pb_text_inner\"><p><span style=\"color: #33cccc;\">1101 Lake Heron Dr Annapolis,MD 21403<\/span><\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-141b837 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"141b837\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-df8817e\" href=\"https:\/\/www.facebook.com\/Perfectcleanpro#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-yelp elementor-repeater-item-f4b6a62\" href=\"https:\/\/www.yelp.com\/biz\/lopez-perfect-clean-pro-annapolis\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Yelp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-yelp\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12de9c6 e-con-full e-flex e-con e-child\" data-id=\"12de9c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c4487f elementor-widget elementor-widget-image\" data-id=\"6c4487f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/maps.app.goo.gl\/ctafhR3m9kjLHbEP6\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"753\" src=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/reviews-banner.png\" class=\"attachment-large size-large wp-image-295\" alt=\"\" srcset=\"https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/reviews-banner.png 800w, https:\/\/lopezperfectcleanpro.com\/wp-content\/uploads\/2022\/08\/reviews-banner-480x452.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Book Your Cleaning Service Schedule your professional cleaning appointment in just a few steps.Choose your preferred service, select the date and time that works best for you, and our team will take care of the rest. Book Now Schedule your cleaning service and we\u2019ll add your appointment to our calendar. Select ServiceResidential CleaningOffice CleaningDeep CleaningMove [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-380","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=\/wp\/v2\/pages\/380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=380"}],"version-history":[{"count":136,"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=\/wp\/v2\/pages\/380\/revisions"}],"predecessor-version":[{"id":529,"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=\/wp\/v2\/pages\/380\/revisions\/529"}],"wp:attachment":[{"href":"https:\/\/lopezperfectcleanpro.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}