coming soon

<div style="text-align: center; margin-top: 150px;">
    <h1 style="font-size: 36px; text-transform: uppercase;">Sign up for early access!</h1>
    <p style="font-size: 18px;">Be the first to know when we launch our first drop.</p>

    <form method="post" action="/contact#contact_form">
        <input type="hidden" name="contact[tags]" value="newsletter">
        <input type="email" name="contact[email]" placeholder="Enter your email" required style="padding: 10px; font-size: 16px; width: 300px; margin: 10px 0;">
        <br>
        <button type="submit" style="
            display: inline-block;
            background-color: black;
            color: white;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: bold;
            border: none;
            cursor: pointer;
            text-transform: uppercase;
            width: 320px;
            text-align: center;
        ">Join the Movement</button>
    </form>
</div>