<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>Post Up Stand | Displays2Go</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 <link href="https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karla:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
 <style>
     body {
         font-family: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
         font-size: 16px;
         line-height: 1.5;
         color: #010101;
         background-color: #fff;
     }

     .body-wrap {
         flex-direction: column;
         min-height: 100vh;
         display: flex;
         max-width: 1200px;
         margin-left: auto;
         margin-right: auto;
     }

     .content-wrap {
         padding: 14px;
         margin: auto;
         display: flex;
         justify-content: center;
         align-items: center;
         text-align: center;
     }
     .column.right {
         max-width: 860px;
     }

     .logo-wrap {
         display: flex;
         align-items: center;
         margin-bottom: 48px;
         gap: 24px;
         flex-direction: column;
     }

 
     h1 {
         font-family: 'Instrument Sans', sans-serif;
         font-weight: 700;
         line-height: 1.3;
         color: inherit;
         margin-bottom: 12px;
         font-size: 22px;
     }

     .eyebrow {
         font-family: 'Inter', sans-serif;
         font-weight: bold;
         font-size: 15px;
         letter-spacing: 0.05em;
         text-transform: uppercase;
     }

     a {
         color: #0A6170;
         text-decoration: none;
     }

     img {
         display: block;
         max-width: 100%;
         height: auto;
     }


     .btn-primary {
         color: #fff;
         background-color: #124544;
         border-color: #0d3130;
         text-decoration: none;
         display: inline-block;
         padding: 6px 12px;
         margin-bottom: 0;
         font-weight: normal;
         line-height: 1.42857143;
         text-align: center;
         white-space: nowrap;
         vertical-align: middle;
         -ms-touch-action: manipulation;
         touch-action: manipulation;
         cursor: pointer;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         background-image: none;
         border: 1px solid transparent;
         border-radius: 6px;
         padding: 10px 16px;
         font-size: 20px;
         line-height: 1.33;
         margin-top: 24px;
     }

         .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
             color: #fff;
             background-color: #071d1c;
             border-color: #000000;
         }

     @media (min-width: 992px) {
         .logo-wrap {
             flex-direction: row;
         }

         .content-wrap {
             text-align: left;
         }

         .logo-wrap {
             gap: 48px;
         }
         .btn-primary {
             margin-top:48px;
         }
     }

 </style>
</head>
<body>
    <div class="body-wrap">
        <div class="content-wrap">
                   <div class="column right">
                     <div class="logo-wrap">
                         <img src="/pu-logo.png" alt="Post Up Stand" height="70" width="350" class="pu-logo" />
                         <img src="/plus.png" alt="" aria-hidden="true" height="30" width="30" class="plus" />
                         <img src="/d2glogo.png" alt="Displays2Go" height="35" width="350" class="d2g-logo" />
                     </div>
                     <span class="eyebrow">Great News!</span>
                     <h1>
                         Post Up is now officially united with Displays2Go under one seamless shopping experience.
                     </h1>
                     <p>
                         You’ll continue to find the high quality products, fast turnaround, and responsive customer service you’ve come to expect, now alongside an even broader assortment of display and signage solutions. Our dedicated support and design services remain available to help bring your projects to life.
                     </p>
                     <p>We truly appreciate your business and look forward to supporting you as part of the Displays2Go family.</p>
                     <a href="https://www.displays2go.com/" class="btn-primary">Shop Displays2Go</a>
                 </div>
        </div>
 

    </div>

</body>
</html>