We've moved

HEY, WE'RE IN A NEW PLACE!

Some super sweet stuff has happened to our business. We are very excited to announce that we have merged. We look forward to talking with you soon.

This page will redirect in 30 seconds.

How to do it

Redirect any Webflow Page.

1.Go into the custom code of your page
2. Navigate to Inside <head> tag
3. Enter this code (you can copy it from head code of this page):
<html>
  <head>
     <meta http-equiv = "refresh" content = "30; url = https://www.the1939.com" />
  </head>
</html>
4. Change the https://www.the1939.com to the web address you'd like to route your page to
5. Change 30 to your preferred time by seconds (120, 90, 15, etc.)
5. Publish your site!