<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Hoosier Heritage Estates LLC</title>


  <style>

    body {

      margin: 0;

      font-family: Arial, sans-serif;

      background: #f6f6f6;

      color: #222;

    }


    header {

      background: #1f3a2e;

      color: white;

      text-align: center;

      padding: 60px 20px;

    }


    header h1 {

      margin: 0;

      font-size: 42px;

    }


    header p {

      margin-top: 10px;

      font-size: 18px;

      opacity: 0.9;

    }


    .cta {

      margin-top: 20px;

    }


    .cta a {

      display: inline-block;

      margin: 5px;

      padding: 12px 18px;

      background: #d4a017;

      color: white;

      text-decoration: none;

      border-radius: 6px;

      font-weight: bold;

    }


    section {

      max-width: 900px;

      margin: 30px auto;

      background: white;

      padding: 30px;

      border-radius: 10px;

    }


    h2 {

      color: #1f3a2e;

    }


    ul {

      line-height: 1.8;

    }


    footer {

      text-align: center;

      padding: 25px;

      font-size: 14px;

      color: #666;

    }

  </style>

</head>


<body>


<header>

  <h1>Hoosier Heritage Estates LLC</h1>

  <p>Indiana Real Estate • Estate Services • Property Solutions</p>


  <div class="cta">

    <a href="tel:8127562829">Call / Text 812-756-2829</a>

    <a href="mailto:Blake@hoosierheritageestates.com">Email Us</a>

  </div>

</header>


<section>

  <h2>About Us</h2>

  <p>

    Hoosier Heritage Estates LLC is a locally owned Indiana company specializing in real estate services and estate solutions.

    We help homeowners, families, and investors navigate property transitions with ease, speed, and transparency.

  </p>

</section>


<section>

  <h2>Services</h2>

  <ul>

    <li>Residential Home Sales</li>

    <li>Estate Sales & Liquidation</li>

    <li>Property Cleanouts & Preparation</li>

    <li>Investment Property Assistance</li>

    <li>Cash Offer Consultations</li>

  </ul>

</section>


<section>

  <h2>Why Choose Us</h2>

  <ul>

    <li>Locally owned Indiana business</li>

    <li>Fast response times</li>

    <li>Honest property evaluations</li>

    <li>Full-service support</li>

    <li>Simple, stress-free process</li>

  </ul>

</section>


<section>

  <h2>Service Area</h2>

  <p>

    Indianapolis • Carmel • Fishers • Anderson • Muncie • Central Indiana

  </p>

</section>


<section>

  <h2>Contact</h2>

  <p><strong>Phone:</strong> 812-756-2829</p>

  <p><strong>Email:</strong> Blake@hoosierheritageestates.com</p>

</section>


<footer>

  © 2026 Hoosier Heritage Estates LLC. All Rights Reserved.

</footer>


</body>

</html>