Marketing Empty Content Coming soon Dark

Live Preview
<div class="max-w-md text-center">
      <h2 class="text-2xl font-bold text-gray-900 dark:text-white">Coming soon!</h2>

      <p class="mt-4 text-pretty text-gray-700 dark:text-gray-200">
        We're working on something exciting. Be the first to know when it launches.
      </p>

      <form class="mt-6 space-y-2">
        <input
          type="email"
          placeholder="your@email.com"
          class="w-full rounded-lg border-gray-300 px-4 py-3 text-sm focus:border-indigo-500 focus:outline-none dark:border-gray-600 dark:bg-gray-900 dark:text-white"
        />

        <button
          class="block w-full rounded-lg bg-indigo-600 px-6 py-3 text-sm font-medium text-white transition-colors hover:bg-indigo-700"
        >
          Notify Me
        </button>
      </form>

      <p class="mt-6 text-sm text-gray-700 dark:text-gray-200">
        We'll let you know the moment it's available.
      </p>
    </div>

Related components

More items from the merged UI library.

View all