// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Home renders homepage unchanged 1`] = ` <div> <div class="flex flex-col items-center justify-center pt-20" > <div class="flex flex-col items-center justify-center className" > <div class="mb-4 flex items-center rounded-full border bg-amber-100 p-4 uppercase text-amber-700 shadow-sm" > No 1 task management app </div> <h1 class="mb-6 text-center text-neutral-800 ~/md:~text-3xl/6xl dark:text-neutral-100" > Tasko helps teams move </h1> <div class="w-fit rounded-md bg-gradient-to-r from-fuchsia-600 to-pink-600 p-2 px-4 pb-4 text-white ~/md:~text-3xl/6xl" > Work forward </div> </div> <div class="mx-auto mt-4 text-center text-neutral-400 ~/md:~text-sm/xl ~/md:~max-w-xs/2xl className" > Collaborate, manage projects, and reach new productivity peaks. From high rises to the home office, the way your team works is unique - accomplish it all with Tasko. </div> <a class="inline-flex items-center justify-center whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-11 rounded-md px-8 mt-6" href="/sign-up" > Get Tasko for free </a> </div> </div> `;