<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8" />

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

<title>Contact Miller Forge | Manufacturing &amp; Supply Chain Consulting in Indianapolis</title>

<meta name="description" content="Contact Miller Forge, an Indianapolis-based manufacturing and supply chain consulting firm. Book a discovery call or connect on LinkedIn." />

<meta property="og:title" content="Contact Miller Forge | Manufacturing &amp; Supply Chain Consulting in Indianapolis" />

<meta property="og:description" content="Book a discovery call with Miller Forge — manufacturing and supply chain consulting that delivers." />

<meta property="og:type" content="website" />

<meta property="og:url" content="https://miller-forge.com/contact.html" />

<link rel="canonical" href="https://miller-forge.com/contact.html" />

<link rel="stylesheet" href="css/style.css" />


<script type="application/ld+json">

{

  "@context": "https://schema.org",

  "@graph": [

    {

      "@type": "ProfessionalService",

      "@id": "https://miller-forge.com/#business",

      "name": "Miller Forge, LLC",

      "url": "https://miller-forge.com",

      "email": "hello@miller-forge.com",

      "address": {

        "@type": "PostalAddress",

        "addressLocality": "Indianapolis",

        "addressRegion": "IN",

        "addressCountry": "US"

      },

      "sameAs": ["https://www.linkedin.com/in/brianjmiller98"]

    },

    {

      "@type": "ContactPage",

      "name": "Contact Miller Forge",

      "url": "https://miller-forge.com/contact.html",

      "about": {"@id": "https://miller-forge.com/#business"}

    }

  ]

}

</script>

</head>

<body>


<!-- ============ NAV ============ -->

<nav>

  <div class="wrap nav-inner">

    <a href="index.html" class="brand">Miller<span>Forge</span></a>

    <div class="nav-links" id="navLinks">

      <a href="index.html#services">Services</a>

      <a href="index.html#about">About</a>

      <a href="index.html#industries">Industries</a>

      <a href="index.html#approach">Approach</a>

      <a href="index.html#results">Results</a>

      <a href="index.html#faq">FAQ</a>

      <a href="contact.html" class="active">Contact</a>

      <a href="mailto:hello@miller-forge.com?subject=Discovery%20Call%20%E2%80%94%20Miller%20Forge" class="btn">Book a Discovery Call</a>

    </div>

    <button class="hamburger" id="hamburger" aria-label="Menu">☰</button>

  </div>

</nav>


<!-- ============ CONTACT ============ -->

<main>

  <section class="section contact-page">

    <div class="wrap contact">

      <span class="eyebrow">Contact</span>

      <h1>Let's get <span class="em">to work.</span></h1>

      <p class="lead">Tell us where the value is trapped. We'll bring the plan—and the follow-through.</p>

      <p class="contact-sub">No pressure. No generic pitch. Just a direct conversation about what you're trying to get done and whether we're the right fit to help you do it. Based in Indianapolis—serving manufacturers across Indiana and the Midwest.</p>

      <div class="contact-actions">

        <a href="mailto:hello@miller-forge.com?subject=Discovery%20Call%20%E2%80%94%20Miller%20Forge" class="btn">Book a Discovery Call</a>

        <a href="https://www.linkedin.com/in/brianjmiller98" target="_blank" rel="noopener" class="btn ghost">Connect on LinkedIn</a>

      </div>

      <p class="contact-email">Prefer email? <a href="mailto:hello@miller-forge.com">hello@miller-forge.com</a></p>

    </div>

  </section>

</main>


<!-- ============ FOOTER ============ -->

<footer>

  <div class="wrap">

    <div class="foot-grid">

      <div class="foot-brand">Miller<span>Forge</span></div>

      <div class="foot-links">

        <a href="index.html#services">Services</a>

        <a href="index.html#about">About</a>

        <a href="index.html#industries">Industries</a>

        <a href="index.html#approach">Approach</a>

        <a href="index.html#results">Results</a>

        <a href="index.html#faq">FAQ</a>

        <a href="contact.html">Contact</a>

      </div>

      <div class="foot-contact">

        <a href="mailto:hello@miller-forge.com">hello@miller-forge.com</a><br />

        <a href="https://www.linkedin.com/in/brianjmiller98" target="_blank" rel="noopener">LinkedIn</a><br />

        Indianapolis, Indiana · Forged to Deliver.

      </div>

    </div>

    <div class="legal">© 2026 Miller Forge, LLC. All rights reserved. · Indianapolis-based manufacturing &amp; supply chain consulting that delivers.</div>

  </div>

</footer>


<script>

  const burger = document.getElementById('hamburger');

  const links = document.getElementById('navLinks');

  burger.addEventListener('click', () => links.classList.toggle('open'));

  links.querySelectorAll('a').forEach(a => a.addEventListener('click', () => links.classList.remove('open')));

</script>

</body>

</html>