{"id":17464,"date":"2025-12-22T10:23:37","date_gmt":"2025-12-22T10:23:37","guid":{"rendered":"https:\/\/owlsln.com\/directhome\/?page_id=1690"},"modified":"2026-04-14T16:15:18","modified_gmt":"2026-04-14T16:15:18","slug":"home-3","status":"publish","type":"page","link":"https:\/\/sandbox.directhomeservice.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17464\" class=\"elementor elementor-17464\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d67df19 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"d67df19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-116e1bf elementor-widget elementor-widget-html\" data-id=\"116e1bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\n  DHS Hero Slider \u2014 custom responsive 2-column hero\n  Matches: DHS Header Homepage Rev 4.pptx\n  Self-contained: HTML + CSS + JS in one block.\n  Paste this entire block into an Elementor HTML widget (or any custom HTML area).\n  Replace image URLs with your actual photo URLs in the slides array.\n-->\n\n<style>\n  .dhs-hero {\n    --dhs-blue: #1E1F6E;\n    --dhs-blue-dark: #151653;\n    --dhs-accent: #8487FF;\n    --dhs-yellow: #FFD24A;\n    --dhs-yellow-hover: #FFC61A;\n    --dhs-text: #ffffff;\n    --dhs-radius: 10px;\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    font-family: 'Raleway', system-ui, -apple-system, sans-serif;\n    color: var(--dhs-text);\n  }\n\n  .dhs-hero-viewport {\n    position: relative;\n    width: 100%;\n    min-height: 500px;\n  }\n\n  .dhs-hero-slide {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: stretch;\n    position: absolute;\n    inset: 0;\n    opacity: 0;\n    visibility: hidden;\n    transition: opacity 600ms ease, visibility 0s linear 600ms;\n    background: var(--dhs-blue);\n  }\n  .dhs-hero-slide.is-active {\n    opacity: 1;\n    visibility: visible;\n    transition: opacity 600ms ease;\n    z-index: 1;\n  }\n\n  .dhs-hero-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 50px 60px 60px;\n    background: var(--dhs-blue);\n    min-height: 500px;\n  }\n\n  .dhs-hero-content h1 {\n    font-family: 'Raleway', sans-serif;\n    font-size: clamp(28px, 3.6vw, 52px);\n    font-weight: 800;\n    line-height: 1.1;\n    letter-spacing: -0.01em;\n    margin: 0 0 20px 0;\n    color: #ffffff;\n  }\n  .dhs-hero-content h1 .dhs-accent {\n    color: var(--dhs-accent);\n  }\n\n  .dhs-hero-content p {\n    font-family: 'Raleway', sans-serif;\n    font-size: clamp(15px, 1.2vw, 18px);\n    font-weight: 500;\n    line-height: 1.55;\n    margin: 0 0 32px 0;\n    color: rgba(255, 255, 255, 0.92);\n    max-width: 560px;\n  }\n\n  .dhs-hero-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-bottom: 20px;\n  }\n  .dhs-hero-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 28px;\n    border-radius: 8px;\n    font-family: 'Raleway', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none;\n    transition: transform 150ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease;\n    white-space: nowrap;\n    cursor: pointer;\n    border: 2px solid transparent;\n  }\n  .dhs-hero-btn-primary {\n    background: var(--dhs-yellow);\n    color: #1c1c1c;\n  }\n  .dhs-hero-btn-primary:hover {\n    background: var(--dhs-yellow-hover);\n    transform: translateY(-1px);\n    color: #1c1c1c;\n  }\n  .dhs-hero-btn-secondary {\n    background: transparent;\n    color: #ffffff;\n    border-color: rgba(255, 255, 255, 0.6);\n  }\n  .dhs-hero-btn-secondary:hover {\n    background: rgba(255, 255, 255, 0.1);\n    border-color: #ffffff;\n    color: #ffffff;\n  }\n\n  .dhs-hero-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 22px;\n    font-size: 14px;\n    font-weight: 600;\n    color: rgba(255, 255, 255, 0.85);\n  }\n  .dhs-hero-meta span {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .dhs-hero-meta span::before {\n    content: \"\";\n    width: 16px;\n    height: 16px;\n    flex: 0 0 16px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 16' fill='%2383E6B0'%3E%3Cpath d='M13.5 4.5L6 12l-3.5-3.5 1.06-1.06L6 9.88l6.44-6.44z'\/%3E%3C\/svg%3E\");\n    background-size: contain;\n    background-repeat: no-repeat;\n  }\n\n  .dhs-hero-image {\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    min-height: 500px;\n  }\n\n  \/* Dots *\/\n  .dhs-hero-dots {\n    position: absolute;\n    bottom: 18px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    gap: 10px;\n    z-index: 10;\n  }\n  .dhs-hero-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.45);\n    border: 0;\n    padding: 0;\n    cursor: pointer;\n    transition: background 200ms ease, transform 200ms ease;\n  }\n  .dhs-hero-dot:hover {\n    background: rgba(255, 255, 255, 0.75);\n  }\n  .dhs-hero-dot.is-active {\n    background: var(--dhs-yellow);\n    transform: scale(1.2);\n  }\n\n  \/* Arrows *\/\n  .dhs-hero-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: rgba(0, 0, 0, 0.35);\n    border: 0;\n    color: #fff;\n    font-size: 20px;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 10;\n    transition: background 200ms ease;\n  }\n  .dhs-hero-arrow:hover { background: rgba(0, 0, 0, 0.6); }\n  .dhs-hero-arrow-prev { left: 12px; }\n  .dhs-hero-arrow-next { right: 12px; }\n\n  \/* Tablet \/ Mobile *\/\n  @media (max-width: 900px) {\n    .dhs-hero-slide {\n      grid-template-columns: 1fr;\n    }\n    .dhs-hero-content {\n      padding: 40px 24px;\n      min-height: auto;\n      order: 2;\n    }\n    .dhs-hero-image {\n      min-height: 280px;\n      order: 1;\n    }\n    .dhs-hero-viewport { min-height: auto; }\n    .dhs-hero-arrow { display: none; }\n  }\n\n  @media (max-width: 480px) {\n    .dhs-hero-content { padding: 32px 20px; }\n    .dhs-hero-buttons { flex-direction: column; align-items: stretch; }\n    .dhs-hero-btn { width: 100%; }\n    .dhs-hero-meta { flex-direction: column; gap: 8px; }\n  }\n<\/style>\n\n<div class=\"dhs-hero\" id=\"dhsHero\" aria-label=\"Direct Home Service hero\">\n  <div class=\"dhs-hero-viewport\">\n\n    <!-- Slide 1 -->\n    <div class=\"dhs-hero-slide is-active\" data-slide=\"0\">\n      <div class=\"dhs-hero-content\">\n        <h1>One App to Run Your <br><span class=\"dhs-accent\">Home Service Business.<\/span><\/h1>\n        <p>Schedule jobs, dispatch crews, send invoices, and collect payments &mdash; all from your phone.<\/p>\n        <div class=\"dhs-hero-buttons\">\n          <a href=\"\/start-free-trial\/\" class=\"dhs-hero-btn dhs-hero-btn-primary\">Start Free 30-Day Trial<\/a>\n          <a href=\"\/request-demo\/\" class=\"dhs-hero-btn dhs-hero-btn-secondary\">Request a Demo<\/a>\n        <\/div>\n        <div class=\"dhs-hero-meta\">\n          <span>No credit card<\/span>\n          <span>No commitment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"dhs-hero-image\" style=\"background-image: url('https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/uploads\/2026\/01\/Script-Pressure-washing-1536x1023.jpg');\"><\/div>\n    <\/div>\n\n    <!-- Slide 2 -->\n    <div class=\"dhs-hero-slide\" data-slide=\"1\">\n      <div class=\"dhs-hero-content\">\n        <h1>Stop Double Booking. <br><span class=\"dhs-accent\">Schedule With Ease.<\/span><\/h1>\n        <p>Real-time scheduling and dispatch keeps your calendar organized, accurate, and conflict-free across your entire team.<\/p>\n        <div class=\"dhs-hero-buttons\">\n          <a href=\"\/start-free-trial\/\" class=\"dhs-hero-btn dhs-hero-btn-primary\">Start Free 30-Day Trial<\/a>\n          <a href=\"\/request-demo\/\" class=\"dhs-hero-btn dhs-hero-btn-secondary\">Request a Demo<\/a>\n        <\/div>\n        <div class=\"dhs-hero-meta\">\n          <span>No credit card<\/span>\n          <span>No commitment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"dhs-hero-image\" style=\"background-image: url('https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/uploads\/2026\/01\/General-Contractor.jpg');\"><\/div>\n    <\/div>\n\n    <!-- Slide 3 -->\n    <div class=\"dhs-hero-slide\" data-slide=\"2\">\n      <div class=\"dhs-hero-content\">\n        <h1>Finish the Job. <br><span class=\"dhs-accent\">Get Paid Faster.<\/span><\/h1>\n        <p>Send invoices instantly and collect payments online with automated reminders that reduce delays and improve cash flow.<\/p>\n        <div class=\"dhs-hero-buttons\">\n          <a href=\"\/start-free-trial\/\" class=\"dhs-hero-btn dhs-hero-btn-primary\">Start Free 30-Day Trial<\/a>\n          <a href=\"\/request-demo\/\" class=\"dhs-hero-btn dhs-hero-btn-secondary\">Request a Demo<\/a>\n        <\/div>\n        <div class=\"dhs-hero-meta\">\n          <span>No credit card<\/span>\n          <span>No commitment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"dhs-hero-image\" style=\"background-image: url('https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2026\/02\/ref-img2.jpg');\"><\/div>\n    <\/div>\n\n    <!-- Slide 4 -->\n    <div class=\"dhs-hero-slide\" data-slide=\"3\">\n      <div class=\"dhs-hero-content\">\n        <h1>Less Paperwork. <br><span class=\"dhs-accent\">More Jobs Completed.<\/span><\/h1>\n        <p>Automate estimates, scheduling, invoicing, and follow-ups in one platform&mdash;no more spreadsheets or duplicate data entry.<\/p>\n        <div class=\"dhs-hero-buttons\">\n          <a href=\"\/start-free-trial\/\" class=\"dhs-hero-btn dhs-hero-btn-primary\">Start Free 30-Day Trial<\/a>\n          <a href=\"\/request-demo\/\" class=\"dhs-hero-btn dhs-hero-btn-secondary\">Request a Demo<\/a>\n        <\/div>\n        <div class=\"dhs-hero-meta\">\n          <span>No credit card<\/span>\n          <span>No commitment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"dhs-hero-image\" style=\"background-image: url('https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/04\/Handyman-Business-Software-1536x965.jpg');\"><\/div>\n    <\/div>\n\n    <!-- Slide 5 -->\n    <div class=\"dhs-hero-slide\" data-slide=\"4\">\n      <div class=\"dhs-hero-content\">\n        <h1>Run Your Business <br><span class=\"dhs-accent\">With WhatsApp.<\/span><\/h1>\n        <p>Stay inside WhatsApp and run everything &mdash; scheduling, estimates, invoices, payments, and automated reminders.<\/p>\n        <div class=\"dhs-hero-buttons\">\n          <a href=\"\/start-free-trial\/\" class=\"dhs-hero-btn dhs-hero-btn-primary\">Start Free 30-Day Trial<\/a>\n          <a href=\"\/request-demo\/\" class=\"dhs-hero-btn dhs-hero-btn-secondary\">Request a Demo<\/a>\n        <\/div>\n        <div class=\"dhs-hero-meta\">\n          <span>No credit card<\/span>\n          <span>No commitment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"dhs-hero-image\" style=\"background-image: url('https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2026\/01\/02.jpg');\"><\/div>\n    <\/div>\n\n    \n    <!-- Slide 6 (test 45\/120 char lorem) -->\n    <div class=\"dhs-hero-slide\" data-slide=\"5\">\n      <div class=\"dhs-hero-content\">\n        <h1>Stop Missing Calls. <br><span class=\"dhs-accent\">Capture Every Lead.<\/span><\/h1>\n        <p>24\/7 AI-powered call answering and lead capture service ensures every inquiry turns into a scheduled job.<\/p>\n        <div class=\"dhs-hero-buttons\">\n          <a href=\"\/start-free-trial\/\" class=\"dhs-hero-btn dhs-hero-btn-primary\">Start Free 30-Day Trial<\/a>\n          <a href=\"\/request-demo\/\" class=\"dhs-hero-btn dhs-hero-btn-secondary\">Request a Demo<\/a>\n        <\/div>\n        <div class=\"dhs-hero-meta\">\n          <span>No credit card<\/span>\n          <span>No commitment<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"dhs-hero-image\" style=\"background-image: url('https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2024\/10\/Carpet-Cleaners-2048x1152.jpg');\"><\/div>\n    <\/div>\n\n    <button class=\"dhs-hero-arrow dhs-hero-arrow-prev\" aria-label=\"Previous slide\">&#10094;<\/button>\n    <button class=\"dhs-hero-arrow dhs-hero-arrow-next\" aria-label=\"Next slide\">&#10095;<\/button>\n  <\/div>\n\n  <div class=\"dhs-hero-dots\" role=\"tablist\" aria-label=\"Slide navigation\">\n    <button class=\"dhs-hero-dot is-active\" data-goto=\"0\" aria-label=\"Slide 1\"><\/button>\n    <button class=\"dhs-hero-dot\" data-goto=\"1\" aria-label=\"Slide 2\"><\/button>\n    <button class=\"dhs-hero-dot\" data-goto=\"2\" aria-label=\"Slide 3\"><\/button>\n    <button class=\"dhs-hero-dot\" data-goto=\"3\" aria-label=\"Slide 4\"><\/button>\n    <button class=\"dhs-hero-dot\" data-goto=\"4\" aria-label=\"Slide 5\"><\/button>\n    <button class=\"dhs-hero-dot\" data-goto=\"5\" aria-label=\"Slide 6\"><\/button>\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  var root = document.getElementById('dhsHero');\n  if (!root) return;\n  var slides = root.querySelectorAll('.dhs-hero-slide');\n  var dots = root.querySelectorAll('.dhs-hero-dot');\n  var prev = root.querySelector('.dhs-hero-arrow-prev');\n  var next = root.querySelector('.dhs-hero-arrow-next');\n  var current = 0;\n  var interval;\n  var INTERVAL_MS = 6000;\n\n  function goTo(idx) {\n    slides[current].classList.remove('is-active');\n    dots[current].classList.remove('is-active');\n    current = (idx + slides.length) % slides.length;\n    slides[current].classList.add('is-active');\n    dots[current].classList.add('is-active');\n  }\n\n  function startAuto() {\n    stopAuto();\n    interval = setInterval(function () { goTo(current + 1); }, INTERVAL_MS);\n  }\n  function stopAuto() { if (interval) clearInterval(interval); }\n\n  dots.forEach(function (dot) {\n    dot.addEventListener('click', function () {\n      goTo(parseInt(dot.getAttribute('data-goto'), 10));\n      startAuto();\n    });\n  });\n  if (prev) prev.addEventListener('click', function () { goTo(current - 1); startAuto(); });\n  if (next) next.addEventListener('click', function () { goTo(current + 1); startAuto(); });\n\n  root.addEventListener('mouseenter', stopAuto);\n  root.addEventListener('mouseleave', startAuto);\n\n  \/\/ Touch swipe\n  var touchStartX = null;\n  root.addEventListener('touchstart', function (e) { touchStartX = e.touches[0].clientX; }, { passive: true });\n  root.addEventListener('touchend', function (e) {\n    if (touchStartX === null) return;\n    var dx = e.changedTouches[0].clientX - touchStartX;\n    if (Math.abs(dx) > 50) goTo(current + (dx < 0 ? 1 : -1));\n    touchStartX = null;\n    startAuto();\n  });\n\n  startAuto();\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8639257 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"8639257\" 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-b50f89b e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"b50f89b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4523943 elementor-widget elementor-widget-image\" data-id=\"4523943\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"486\" height=\"400\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp\" class=\"attachment-large size-large wp-image-17741\" alt=\"\" srcset=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp 486w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793-300x247.webp 300w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793-15x12.webp 15w\" sizes=\"(max-width: 486px) 100vw, 486px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ee50b3 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"5ee50b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-984ddf2 elementor-widget elementor-widget-heading\" data-id=\"984ddf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">All-in-One Solution <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32b7d60 elementor-widget elementor-widget-heading\" data-id=\"32b7d60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">All-in-One Software to <span style=\"color:#434391\">Home\nService Business<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b5142f home-intro elementor-widget elementor-widget-text-editor\" data-id=\"7b5142f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At\u00a0<strong data-start=\"186\" data-end=\"209\">Direct Home Service<\/strong>, we believe running a home-service business should be simple, efficient, and stress-free. Our mission is to empower service professionals \u2014 from plumbers and HVAC experts to landscapers, roofers, and electricians \u2014 with modern tools that make everyday operations seamless.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\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-0f7395d e-grid e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"0f7395d\" 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\t\t<div class=\"elementor-element elementor-element-dfc0b78 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"dfc0b78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-clock\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTime-Saving Tools\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCut hours of admin down to minutes. Automate your workflow, simplify scheduling, and focus more on growth while we handle the busywork.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a30b97 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3a30b97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-money-bill-alt\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBudget-Friendly Power\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith our One Plan, All Features advantage, you get our complete toolkit to grow your business \u2013 affordably.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14f4c60 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"14f4c60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-handshake\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDedicated Support\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tNeed help or advice? Our expert support team is always available to guide you and help you make the most of every feature.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1234654 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1234654\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSimplify Operations\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tManage quotes, schedules, and billing in one place. Simplify your operations and keep your entire workflow running smoothly.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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-0fef0d2 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"0fef0d2\" 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-41f9311 e-grid e-con-full wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"41f9311\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fd8c955 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"fd8c955\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ca64db elementor-widget elementor-widget-image\" data-id=\"1ca64db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"750\" height=\"498\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-225406.webp\" class=\"attachment-large size-large wp-image-17743\" alt=\"\" srcset=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-225406.webp 892w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-225406-300x199.webp 300w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-225406-768x510.webp 768w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-225406-18x12.webp 18w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/>\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<div class=\"elementor-element elementor-element-a48df6c elementor-widget__width-initial elementor-absolute abt-circl elementor-invisible elementor-widget elementor-widget-image\" data-id=\"a48df6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"412\" height=\"620\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/ply-img.png\" class=\"attachment-large size-large wp-image-1809\" alt=\"\" srcset=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/ply-img.png 412w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/ply-img-199x300.png 199w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/ply-img-8x12.png 8w\" sizes=\"(max-width: 412px) 100vw, 412px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b2fbb6 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"2b2fbb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19127ba elementor-widget elementor-widget-heading\" data-id=\"19127ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1efe14 elementor-widget elementor-widget-heading\" data-id=\"f1efe14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Built for Service <br \/><span style=\"color:#434391\">\nProfessionals<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05d5b9d home-intro elementor-widget elementor-widget-text-editor\" data-id=\"05d5b9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At\u00a0<strong data-start=\"200\" data-end=\"223\">Direct Home Service<\/strong>, we make it simple for home-service professionals to manage, grow, and succeed. Our mission is to eliminate the daily chaos of scheduling, invoicing, and paperwork by bringing everything together in one easy-to-use platform.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-341649e home-intro elementor-widget elementor-widget-text-editor\" data-id=\"341649e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe believe in keeping things\u00a0<strong data-start=\"481\" data-end=\"515\">straightforward and affordable<\/strong>\u00a0\u2014 that\u2019s why our\u00a0<strong data-start=\"533\" data-end=\"559\">One Plan, All Features<\/strong>\u00a0model gives every user full access without hidden fees or complicated tiers.\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9370c51 home-intro elementor-widget elementor-widget-text-editor\" data-id=\"9370c51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFrom small teams to growing businesses, we\u2019re here to help service pros save time, stay organized, and focus on what truly matters \u2014 delivering great work to happy customers.\n\nDirect Home Service \u2014 simplifying success for service professionals.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-0606653 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"0606653\" 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\t\t<div class=\"elementor-element elementor-element-f7eb461 elementor-widget elementor-widget-heading\" data-id=\"f7eb461\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Customized Solutions for the <span>Trades<\/span><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b35bda elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"1b35bda\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4b82f0 elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"c4b82f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/trades\/\">\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\">View All Trades<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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-69c4ee27 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"69c4ee27\" 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-42727ea e-grid e-con-full wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"42727ea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6c373cfd e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"6c373cfd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2db7df7 eael-tooltip-align-left eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"2db7df7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-2db7df7\"><p>Plumbing Business Software<\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-2db7df7\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p>Take the stress out of admin and make running your company easier with Direct Home Service\u2019s business management platform, designed for service industry professionals.<\/p><\/span>\n  \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<div class=\"elementor-element elementor-element-4f46de44 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"4f46de44\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc2aa0f eael-tooltip-align-left eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"3dc2aa0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-3dc2aa0f\"><p>Landscaping Business Software<\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-3dc2aa0f\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p>Feel like you\u2019re always stuck doing admin work instead of getting your hands dirty with some landscaping? Our landscaping business software is just what you need.<\/p><\/span>\n  \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<div class=\"elementor-element elementor-element-41c1601 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"41c1601\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a62c2b8 eael-tooltip-align-left eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"a62c2b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-a62c2b8\"><p><span data-teams=\"true\">Handyman Business Software<\/span><\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-a62c2b8\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p><span class=\"NormalTextRun SCXW97152616 BCX0\">Struggling to\u00a0<\/span><span class=\"NormalTextRun SCXW97152616 BCX0\">maintain<\/span><span class=\"NormalTextRun SCXW97152616 BCX0\">\u00a0quality and consistency across\u00a0<\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW97152616 BCX0\">jobs<\/span><span class=\"NormalTextRun SCXW97152616 BCX0\">? Let our check-sheets standardize tasks, and ensure every job meets your company\u2019s quality standards.<\/span><\/p><\/span>\n  \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<div class=\"elementor-element elementor-element-4a9762c e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"4a9762c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90fd24c eael-tooltip-align-left eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"90fd24c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-90fd24c\"><p><span data-teams=\"true\">HVAC Business Software<\/span><\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-90fd24c\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p><span>All-in-one HVAC Business Software to streamline job scheduling, estimates, dispatching, invoicing, payments, and customer management in one easy platform.<\/span><\/p><\/span>\n  \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<div class=\"elementor-element elementor-element-13a16d0a e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"13a16d0a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5804bb52 eael-tooltip-align-left eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"5804bb52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-5804bb52\"><p>Electrical Business Software<\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-5804bb52\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p>With precise crew tracking, you can spot inefficiencies, improve scheduling, and optimize workloads \u2013 helping your team operate more effectively and profitably.<\/p><\/span>\n  \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\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-1296bb1 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"1296bb1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84ad118 elementor-widget elementor-widget-heading\" data-id=\"84ad118\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What Our Customers Say\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38ad816 elementor-widget elementor-widget-heading\" data-id=\"38ad816\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Honest Feedback from <span style=\"color:#434391\">\nOur Customers <\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-185888e elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"185888e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-251d734 home-test elementor-widget elementor-widget-real_testimonial_Pro_shortcode\" data-id=\"251d734\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"real_testimonial_Pro_shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style id=\"sp_testimonial_dynamic_css24307\">#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .testimonial-nav-arrow{background: transparent;border: 1px solid #777777;color: #777777;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .testimonial-nav-arrow:hover {background: #2e3191;border-color: #2e3191;color: #ffffff;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section{margin-top: 50px;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section{margin-bottom: 50px;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-image img {background: #ffffff;border: 0px solid #dddddd;padding: 0px;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-image {text-align: center;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-rating{ display: inline-flex; gap: 2px;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa{ color: #bbc2c7; font-size: 19px;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-rating i.fa-star{color: #ffb900;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-designation{color: #444444;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-name{color: #333333;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free-section .sp-testimonial-client-testimonial{color: #333333;}#sp-testimonial-free-wrapper-24307 .sp-testimonial-free {background : transparent;border: 0px solid #e3e3e3;border-radius: 0px;}<\/style><div id=\"sp-testimonial-free-wrapper-24307\" class=\"sp-testimonial-free-wrapper\"><div id=\"sp-testimonial-free-24307\" class=\"sp-testimonial-free-section tfree-style-theme-one\" dir=\"ltr\" data-preloader=\"\" data-swiper='{&quot;dots&quot;: 0,&quot;pagination_type&quot;: &quot;dots&quot;, &quot;spaceBetween&quot;: 20, &quot;adaptiveHeight&quot;: false, &quot;pauseOnHover&quot;: true, &quot;slidesToShow&quot;: 3, &quot;speed&quot;: 600, &quot;arrows&quot;: &quot;1&quot;, &quot;autoplay&quot;: true, &quot;autoplaySpeed&quot;: 3000, &quot;swipe&quot;: true, &quot;swipeToSlide&quot;: false, &quot;draggable&quot;: true, &quot;freeMode&quot;: false, &quot;rtl&quot;: false, &quot;infinite&quot;: true,&quot;slidesPerView&quot;: {&quot;lg_desktop&quot;:3 , &quot;desktop&quot;: 3, &quot;laptop&quot;:2 , &quot;tablet&quot;: 1, &quot;mobile&quot;: 1},&quot;navigation_mobile&quot;: true, &quot;pagination_mobile&quot;:false, &quot;autoplay_mobile&quot;:true}' ><div class=\"swiper-wrapper\"><div class=\"sp-testimonial-item swiper-slide\"><div class=\"sp-testimonial-free\"><div class=\"sp-testimonial-client-image\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2026\/02\/Team-6-300x300-1.webp\" class=\"tfree-client-image wp-post-image\" alt=\"\" \/><\/div><div class=\"sp-testimonial-client-testimonial\"><div class=\"sp-testimonial-content\"><p>Direct Home Service did exactly what they promised. On-time, professional, and left our home spotless. Highly recommend for anyone who needs fast, reliable service.<\/p><\/div><\/div><h4 class=\"sp-testimonial-client-name\">John Doe<\/h4><div class=\"sp-testimonial-client-rating\"><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><\/div> <div class=\"sp-testimonial-client-designation\">Codetic<\/div><\/div> <\/div> <div class=\"sp-testimonial-item swiper-slide\"><div class=\"sp-testimonial-free\"><div class=\"sp-testimonial-client-image\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2026\/02\/Team-6-300x300-1.webp\" class=\"tfree-client-image wp-post-image\" alt=\"\" \/><\/div><div class=\"sp-testimonial-client-testimonial\"><div class=\"sp-testimonial-content\"><p>Direct Home Service did exactly what they promised. On-time, professional, and left our home spotless. Highly recommend for anyone who needs fast, reliable service.<\/p><\/div><\/div><h4 class=\"sp-testimonial-client-name\">John Doe<\/h4><div class=\"sp-testimonial-client-rating\"><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><\/div> <div class=\"sp-testimonial-client-designation\">Codetic<\/div><\/div> <\/div> <div class=\"sp-testimonial-item swiper-slide\"><div class=\"sp-testimonial-free\"><div class=\"sp-testimonial-client-image\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2026\/02\/Team-6-300x300-1.webp\" class=\"tfree-client-image wp-post-image\" alt=\"\" \/><\/div><div class=\"sp-testimonial-client-testimonial\"><div class=\"sp-testimonial-content\"><p>Direct Home Service did exactly what they promised. On-time, professional, and left our home spotless. Highly recommend for anyone who needs fast, reliable service.<\/p><\/div><\/div><h4 class=\"sp-testimonial-client-name\">John Doe<\/h4><div class=\"sp-testimonial-client-rating\"><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><\/div> <div class=\"sp-testimonial-client-designation\">Codetic<\/div><\/div> <\/div> <div class=\"sp-testimonial-item swiper-slide\"><div class=\"sp-testimonial-free\"><div class=\"sp-testimonial-client-image\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2026\/02\/Team-6-300x300-1.webp\" class=\"tfree-client-image wp-post-image\" alt=\"\" \/><\/div><div class=\"sp-testimonial-client-testimonial\"><div class=\"sp-testimonial-content\"><p>Direct Home Service did exactly what they promised. On-time, professional, and left our home spotless. Highly recommend for anyone who needs fast, reliable service.<\/p><\/div><\/div><h4 class=\"sp-testimonial-client-name\">John Doe<\/h4><div class=\"sp-testimonial-client-rating\"><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><i class=\"fa fa-star\" aria-hidden=\"true\"><\/i><\/div> <div class=\"sp-testimonial-client-designation\">Codetic<\/div><\/div> <\/div> <\/div><div class=\"swiper-button-prev testimonial-nav-arrow top_right\"><i class=\"fa fa-angle-left\"><\/i><\/div><div class=\"swiper-button-next testimonial-nav-arrow top_right\"><i class=\"fa fa-angle-right\"><\/i><\/div><\/div><\/div>\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-b13211a e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"b13211a\" 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-e94d378 e-grid e-con-full wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"e94d378\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-013c835 elementor-widget elementor-widget-heading\" data-id=\"013c835\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Businesses Trust Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d01759 e-grid e-con-full wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"7d01759\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2364141 elementor-widget elementor-widget-counter\" data-id=\"2364141\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Activate Project<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"261\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc36da8 elementor-widget elementor-widget-counter\" data-id=\"dc36da8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Customer Satisfaction<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"97\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-067119c elementor-widget elementor-widget-counter\" data-id=\"067119c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Awards Winning<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"48\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8abba93 elementor-widget elementor-widget-counter\" data-id=\"8abba93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Expert Team<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"125\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-ddaa0a1 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"ddaa0a1\" 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-5944447 e-grid e-con-full wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"5944447\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-81acb75 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"81acb75\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c29d39 elementor-widget elementor-widget-heading\" data-id=\"2c29d39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92d4e59 elementor-widget elementor-widget-heading\" data-id=\"92d4e59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We care for your business<br \/> like <span style=\"color:#434391\">\nit\u2019s our own<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b767733 home-intro elementor-widget elementor-widget-text-editor\" data-id=\"b767733\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"197\" data-end=\"450\">Direct Home Service evolves your business in a way that feels natural and empowering. With features that update and adapt, you\u2019ll find new ways to streamline your operations and enhance customer satisfaction at every turn.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba43f4 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7ba43f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t Small teams, big dreams\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOur platform is designed for service pros like you, delivering the scalability and precision small to mid-sized businesses need. It manages workloads effortlessly and helps you grow your customer base with ease.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a2c7cb elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4a2c7cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tOne Plan, All Features\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith our One Plan, All Features advantage, you get full access to our entire toolkit \u2013 priced for the sole proprietor. Why? Because we believe smaller businesses deserve premium features that help them optimize and grow without straining their budget.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\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-03164d0 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"03164d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4964fc2 elementor-widget elementor-widget-image\" data-id=\"4964fc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"503\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-231551.webp\" class=\"attachment-large size-large wp-image-2030\" alt=\"\" srcset=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-231551.webp 882w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-231551-300x201.webp 300w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-231551-768x515.webp 768w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/Screenshot-2025-11-19-231551-18x12.webp 18w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/>\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-7c9fe2b e-grid e-con-full hom-chos-btn wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"7c9fe2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8e4976f e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"8e4976f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b4d6db elementor-align-right elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"5b4d6db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/seedemo\/\">\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\">Book a Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94aa235 elementor-align-justify elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"94aa235\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/join-dhs\/\">\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\">Start Your Free Trial<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-421a298 elementor-widget__width-initial elementor-absolute e-transform circl-box elementor-widget elementor-widget-icon-box\" data-id=\"421a298\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-4,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t25+  \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tYears of Experience\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-5998687 e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"5998687\" 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\t\t<div class=\"elementor-element elementor-element-44b9203 elementor-widget elementor-widget-heading\" data-id=\"44b9203\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Simplify your Workflow<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03cb5b0 elementor-widget elementor-widget-text-editor\" data-id=\"03cb5b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A simple, connected workflow \u2013 from lead to invoice \u2013 designed to reduce admin and keep customers happy.<\/p>\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-e7487ee e-flex e-con-boxed wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"e7487ee\" 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-2e1e7f4 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"2e1e7f4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd8052c elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"cd8052c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"754\" height=\"1536\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Mobile-754x1536-1.webp\" class=\"attachment-full size-full wp-image-17749\" alt=\"\" srcset=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Mobile-754x1536-1.webp 754w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Mobile-754x1536-1-147x300.webp 147w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Mobile-754x1536-1-503x1024.webp 503w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Mobile-754x1536-1-6x12.webp 6w\" sizes=\"(max-width: 754px) 100vw, 754px\" \/>\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef4a704 e-con-full e-flex wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"ef4a704\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab755ff elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"ab755ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1688\" src=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1.png\" class=\"attachment-full size-full wp-image-17757\" alt=\"\" srcset=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1.png 2560w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1-300x198.png 300w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1-1024x675.png 1024w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1-768x506.png 768w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1-1536x1013.png 1536w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1-2048x1350.png 2048w, https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/DHS-Monthly-Schedule-Rev-2-1-scaled-1-18x12.png 18w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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<\/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>Soluci\u00f3n integral Software integral para empresas de servicios a domicilio En Direct Home Service, creemos que gestionar una empresa de servicios a domicilio debe ser sencillo, eficiente y sin estr\u00e9s. Nuestra misi\u00f3n es empoderar a los profesionales de los servicios, desde plomeros y expertos en climatizaci\u00f3n hasta paisajistas, techadores y<\/p>","protected":false},"author":960,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-17464","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Direct Home Service<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sandbox.directhomeservice.com\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Direct Home Service\" \/>\n<meta property=\"og:description\" content=\"All-in-One Solution All-in-One Software to Home Service Business At\u00a0Direct Home Service, we believe running a home-service business should be simple, efficient, and stress-free. Our mission is to empower service professionals \u2014 from plumbers and HVAC experts to landscapers, roofers, and\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sandbox.directhomeservice.com\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Direct Home Service\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Direct-Home-Service\/61565226406207\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T16:15:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"486\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@DirectHome18792\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/\",\"url\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/\",\"name\":\"Home - Direct Home Service\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/h1-agency-e1761928113793.webp\",\"datePublished\":\"2025-12-22T10:23:37+00:00\",\"dateModified\":\"2026-04-14T16:15:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sandbox.directhomeservice.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/h1-agency-e1761928113793.webp\",\"contentUrl\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/h1-agency-e1761928113793.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#website\",\"url\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/\",\"name\":\"Direct Home Service\",\"description\":\"Boost Your Handyman Business\",\"publisher\":{\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#organization\"},\"alternateName\":\"DHS\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#organization\",\"name\":\"Direct Home Service\",\"alternateName\":\"DHS\",\"url\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logo-scaled.png\",\"contentUrl\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logo-scaled.png\",\"width\":2560,\"height\":1414,\"caption\":\"Direct Home Service\"},\"image\":{\"@id\":\"https:\\\/\\\/sandbox.directhomeservice.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/Direct-Home-Service\\\/61565226406207\\\/\",\"https:\\\/\\\/x.com\\\/DirectHome18792\",\"https:\\\/\\\/www.instagram.com\\\/directhomeservice\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@DHShelp\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inicio - Servicio directo a domicilio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sandbox.directhomeservice.com\/es\/","og_locale":"es_MX","og_type":"article","og_title":"Home - Direct Home Service","og_description":"All-in-One Solution All-in-One Software to Home Service Business At\u00a0Direct Home Service, we believe running a home-service business should be simple, efficient, and stress-free. Our mission is to empower service professionals \u2014 from plumbers and HVAC experts to landscapers, roofers, and","og_url":"https:\/\/sandbox.directhomeservice.com\/es\/","og_site_name":"Direct Home Service","article_publisher":"https:\/\/www.facebook.com\/people\/Direct-Home-Service\/61565226406207\/","article_modified_time":"2026-04-14T16:15:18+00:00","og_image":[{"width":486,"height":400,"url":"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@DirectHome18792","twitter_misc":{"Tiempo de lectura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sandbox.directhomeservice.com\/","url":"https:\/\/sandbox.directhomeservice.com\/","name":"Inicio - Servicio directo a domicilio","isPartOf":{"@id":"https:\/\/sandbox.directhomeservice.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sandbox.directhomeservice.com\/#primaryimage"},"image":{"@id":"https:\/\/sandbox.directhomeservice.com\/#primaryimage"},"thumbnailUrl":"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp","datePublished":"2025-12-22T10:23:37+00:00","dateModified":"2026-04-14T16:15:18+00:00","breadcrumb":{"@id":"https:\/\/sandbox.directhomeservice.com\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sandbox.directhomeservice.com\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/sandbox.directhomeservice.com\/#primaryimage","url":"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp","contentUrl":"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/12\/h1-agency-e1761928113793.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/sandbox.directhomeservice.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sandbox.directhomeservice.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/sandbox.directhomeservice.com\/#website","url":"https:\/\/sandbox.directhomeservice.com\/","name":"Servicio directo a domicilio","description":"Impulse su negocio de manitas","publisher":{"@id":"https:\/\/sandbox.directhomeservice.com\/#organization"},"alternateName":"DHS","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sandbox.directhomeservice.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/sandbox.directhomeservice.com\/#organization","name":"Servicio directo a domicilio","alternateName":"DHS","url":"https:\/\/sandbox.directhomeservice.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/sandbox.directhomeservice.com\/#\/schema\/logo\/image\/","url":"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/09\/logo-scaled.png","contentUrl":"https:\/\/sandbox.directhomeservice.com\/wp-content\/uploads\/2025\/09\/logo-scaled.png","width":2560,"height":1414,"caption":"Direct Home Service"},"image":{"@id":"https:\/\/sandbox.directhomeservice.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Direct-Home-Service\/61565226406207\/","https:\/\/x.com\/DirectHome18792","https:\/\/www.instagram.com\/directhomeservice\/","https:\/\/www.youtube.com\/@DHShelp"]}]}},"_links":{"self":[{"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/pages\/17464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/users\/960"}],"replies":[{"embeddable":true,"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/comments?post=17464"}],"version-history":[{"count":219,"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/pages\/17464\/revisions"}],"predecessor-version":[{"id":26381,"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/pages\/17464\/revisions\/26381"}],"wp:attachment":[{"href":"https:\/\/sandbox.directhomeservice.com\/es\/wp-json\/wp\/v2\/media?parent=17464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}