<div class="relative flex min-h-screen flex-col justify-center overflow-hidden bg-gray-50 py-6 sm:py-12">
  <div class="absolute inset-0 bg-center [mask-image:linear-gradient(180deg,white,rgba(255,255,255,0))]"></div>
  <div class="relative bg-white px-6 pt-10 pb-8 shadow-xl ring-1 ring-gray-900/5 sm:mx-auto sm:max-w-lg sm:rounded-lg sm:px-10">
    <div class="mx-auto max-w-md text-center">
      <img src="https://placehold.co/150x50" alt="Company Logo" class="mb-4 mx-auto">
      <h1 class="text-xl sm:text-2xl font-bold mb-4">Welcome to</h1>
      <img src="https://placehold.co/300x150" alt="Product Logo" class="mb-4 mx-auto w-3/4 sm:w-full">
      <button class="mt-4 inline-block bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-400 transition duration-300">
        Take me to
      </button>
    </div>
  </div>
</div>