<!--
.. title: Thank You
.. slug: success
.. route_override: /success
-->

<section class="container py-5 my-5 text-center" style="max-width: 600px;">
    <div class="p-5 bg-light rounded shadow-sm border">
        <h1 class="display-4 font-weight-bold text-success mb-4">Message Received!</h1>
        <p class="lead text-muted mb-4">Thank you for reaching out to Press the Pace. We have captured your requirements and our Spokane team will review them within 24 business hours.</p>
        <a href="/" class="btn btn-primary btn-lg px-4 rounded shadow-sm">Return Home</a>
    </div>
</section>

