Ankit Singhaniya

<body class="bg-gray-100 font-sans leading-normal tracking-normal h-screen flex items-center justify-center">
  <div class="relative w-full h-full overflow-hidden">
    <div class="absolute inset-0 bg-gradient-to-r from-blue-500 to-purple-500 opacity-50"></div>
    <div class="absolute inset-0 bg-[url('https://www.tailwindai.dev/placeholder.svg')] bg-cover bg-center opacity-30"></div>
    <div class="relative z-10 flex flex-col items-center justify-center h-full p-6">
      <h1 class="text-4xl font-bold text-white text-center mb-4 animate-fade-in">Transform How You Create & Manage PDFs</h1>
      <p class="text-lg text-white text-center mb-8">No-code PDF automation platform coming soon</p>
      <a href="#" class="bg-white text-blue-500 font-semibold py-3 px-6 rounded-lg shadow-2xl transition-all duration-300 ease-in-out hover:shadow-lg transform hover:scale-105">Get Early Access</a>
    </div>
  </div>
</body>