<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Hook & Irons Handyman Repair | Twin Cities</title>


  <style>

    body {

      font-family: Arial, sans-serif;

      margin: 0;

      background: #f7f7f7;

      color: #333;

    }


    header {

      background: #1f2933;

      color: white;

      padding: 40px 20px;

      text-align: center;

    }


    section {

      max-width: 900px;

      margin: auto;

      padding: 30px 20px;

    }


    h2 {

      color: #1f2933;

    }


    .services li {

      margin-bottom: 10px;

    }


    .cta {

      background: #1f2933;

      color: white;

      text-align: center;

      padding: 30px 20px;

    }


    .cta a {

      color: white;

      font-size: 20px;

      text-decoration: none;

      border: 2px solid white;

      padding: 10px 20px;

      border-radius: 6px;

      display: inline-block;

      margin-top: 10px;

    }


    footer {

      text-align: center;

      font-size: 14px;

      padding: 20px;

      color: #666;

    }

  </style>

</head>


<body>


<header>

  <h1>Hook & Irons Handyman Repair</h1>

  <p>Reliable. Honest. Local.</p>

  <p>Serving the Twin Cities & Surrounding Suburbs</p>

</header>


<section>

  <h2>What We Do</h2>

  <ul class="services">

    <li>✔ Home repairs & maintenance</li>

    <li>✔ Drywall patching & repair</li>

    <li>✔ Door, trim & hardware installs</li>

    <li>✔ TV mounting & small installs</li>

    <li>✔ Light carpentry & fixes</li>

  </ul>

</section>


<section>

  <h2>Why Choose Hook & Irons?</h2>

  <p>

    We focus on quality work, honest pricing, and clear communication.

    No job is too small — if it matters to you, it matters to us.

  </p>

</section>


<div class="cta">

  <h2>Need Help Today?</h2>

  <p>Call or text now for a quick quote.</p>

  <a href="tel:6124059769">Call or Text</a>

</div>


<footer>

  © 2025 Hook & Irons Handyman Repair – Twin Cities, MN

</footer>


</body>

</html>