signup.hbs

 1{{#> layout }}
 2<div class="bg-gray-50 py-10 text-black">
 3    <div class="container mx-auto px-8 md:px-12">
 4        <div class=" text-6xl font-black mb-8">
 5            THANKS
 6        </div>
 7        <div class="text-xl max-w-md">
 8            <p class="mb-8">
 9                Thanks a ton for your interest! We'll add you to our list and let you know when we have something ready
10                for you to try out.
11            </p>
12
13            <p>
14                <a href="/" class="font-bold text-yellow-600 hover:text-yellow-700">Back to /</a>
15            </p>
16        </div>
17    </div>
18</div>
19{{/layout}}