Integration Preview
Landing Page
Example landing page that can be inserted into your site.
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Protect Your Rental With Landlord Insurance</title>
  <!-- Required: Steadily JS -->
  <script src="https://demo.steadilypartner.com/partner/v3.js" async defer></script>

  
  <!-- Optional: Bootstrap styles -->
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
  
  <style>
    .container { max-width: 960px; }
  </style>
</head>

<body>
  <div class="container py-5">

    <div class="row">
      <div class="col-md-7">
        <h2>
          Protect Your Rental With Landlord Insurance
        </h2>
        <p>
          We have partnered with Steadily to:
        </p>
        <ul>
          <li>Ensure you have the right coverage to protect you and your investment</li>
          <li>Save money by finding the most competitive rates</li>
          <li>Work with the best-rated landlord insurance company in America</li>
        </ul>
        <p>
          Get a quote in minutes, and see how much you can save!
        </p>

        <div class="steadily-quote-button" data-product="landlord-insurance"
    data-show-modal-on-load="0"
    data-button-text="Get landlord insurance"
    data-button-class="btn btn-lg btn-primary"></div>
      </div>
      <div class="col-md-5">
        <img class="d-none d-md-block" style="max-width: 100%; max-height:280px; width: auto;" height="542" width="710" src="https://res.cloudinary.com/steadily/image/upload/v1657167351/partner-images/rental-sign-with-car_nxvc28.png">
      </div>

    </div>

  </div>

  <div class="bg-light">
    <div class="container py-5">

      <div class="row">
        <div class="col-md-5">

          <img class="img-fluid" style="max-width: 100%; max-height:220px; width: auto;" height="642" width="457" src="https://res.cloudinary.com/steadily/image/upload/v1657167347/partner-images/two-houses_xkmtzk.png">

        </div>
        <div class="col-md-7">

          <h2>
            Who's it for?
          </h2>
          <p>

            Landlord insurance is a policy for people who rent their home to others. Landlord Insurance is not required for a landlord, but insurance can bring many benefits:
          </p>
          <ul>

            <li>Legal liabilities</li>
            <li>Fire and water damage</li>
            <li>Financial protection against natural disasters</li>
            <li>Protection for your furnishings</li>
          </ul>


        </div>

      </div>
    </div>
  </div>

  <div class="container pt-5 pb-3">

    <div class="row">
      <div class="col-md-7">

        <h2>
          Property types
        </h2>
        <p>
          Steadily make it easy to get property insurance for whatever type of property you own including AirBNBs, VRBOs, and other rentals.
        </p>
        <ul>
          <li>Single-family</li>
          <li>Multi-family</li>
          <li>Vacant or restoration</li>
          <li>Apartment buildings</li>
          <li>Condo units</li>
          <li>Manufactured</li>
        </ul>

      </div>
      <div class="col-md-5">

        <img class="img-fluid" style="max-width: 100%; max-height:280px; width: auto;" height="512" width="512" src="https://res.cloudinary.com/steadily/image/upload/v1657167348/partner-images/tree-tire-swing_d67jxj.png">

      </div>
    </div>
  </div>

  <div class="container py-3">

    <center>
      <h2 class="pb-3">Did you know?</h2>
    </center>

    <div class="row">
      <div class="col-md-6">

        <h4>
          Landlord and homeowners insurance policies are not the same
        </h4>
        <p>
          Landlord insurance is specifically for owners who rent out a property that they don't live in. A good, comprehensive policy will typically cover the value of the dwelling and improvements, along with liability protection and coverage of rental income losses.
        </p>
        <p>
          The cost of a landlord policy can be more than a homeowners insurance policy, but it offers more coverage that landlords need. Costs vary due to location, size of the rental, level of coverage, etc.
        </p>
      </div>

      <div class="col-md-6">
        <h4>
          Landlord insurance may be required
        </h4>
        <p>
          Many mortgage companies and lenders may not only require that you have a landlord insurance policy on a rental property, but that you also insure your home for 100% of its replacement cost. This is to protect your lender's investment in your home.
        </p>
        <p>
          Make sure you have the right policy. If you have a Homeowners policy instead of a Landlord policy, collecting on a claim for a tenanted rental investment property could be difficult at the time of loss.
        </p>
      </div>
    </div>
  </div>


  <div class="container pt-3 pb-5">
    <h2>
      Choose the right insurance
    </h2>
    <p>
      When working with your agent, ask questions like:
    </p>
    <ul>

      <li>Are there additional coverages I should add on given my location?</li>
      <li>Does my policy cover both short and long-term rentals? </li>
      <li>How is replacement cost calculated at the time of a claim?</li>
      <li>Are there any upgrades/repairs I can do to this property to reduce my insurance costs?</li>
      <li>What is NOT included in my landlord insurance policy?</li>


    </ul>
    <p>
      Get a quote from Steadily, and talk to an agent today!
    </p>

    <center class="pt-3">
        <div class="steadily-quote-button" data-product="landlord-insurance"
    data-show-modal-on-load="0"
    data-button-text="Get landlord insurance"
    data-button-class="btn btn-lg btn-primary"></div>
    </center>

  </div>
</body>

</html>