VibeCoderzVibeCoderz
Telegram
All Prompts
Early Access Waitlist Signup Section preview
waitlistsignupemailformctatailwindresponsivelanding-page

Early Access Waitlist Signup Section

Секция подписки на ранний доступ: форма email, кнопка, градиентная карточка. Адаптивный дизайн, CTA для лендинга. Tailwind CSS.

Prompt

<section id="waitlist" class="w-full max-w-7xl sm:px-6 lg:px-8 mx-auto px-4">
        <div class="overflow-hidden sm:p-10 bg-gradient-to-br from-neutral-900/70 to-neutral-900/40 border-white/10 border rounded-3xl mt-16 pt-6 pr-6 pb-6 pl-6">
          <div class="grid gap-8 lg:grid-cols-2">
            <div class="">
              <h3 class="text-2xl font-semibold tracking-tight">Be first in line</h3>
              <p class="mt-2 max-w-lg text-sm text-neutral-300">
                Join the early access list and we’ll reach out as capacity opens. No spam—just product updates and invites.
              </p>
              <form class="mt-6 flex flex-col gap-3 sm:flex-row">
                <label class="sr-only" for="email">Email</label>
                <input id="email" type="email" required="" placeholder="you@company.com" class="w-full placeholder-neutral-500 focus:border-lime-400/40 focus:outline-none focus:ring-2 focus:ring-lime-300/30 text-sm text-white bg-neutral-950/60 border-white/10 border rounded-xl pt-3 pr-4 pb-3 pl-4">
                <button type="submit" class="inline-flex hover:brightness-95 transition text-sm font-semibold text-neutral-900 bg-gradient-to-br from-lime-400 to-emerald-500 rounded-xl pt-3 pr-5 pb-3 pl-5 items-center justify-center">Request<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="send" class="lucide lucide-send ml-2 h-4 w-4"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" class=""></path><path d="m21.854 2.147-10.94 10.939" class=""></path></svg></button>
              </form>
              <p class="mt-2 text-xs text-neutral-500">
                By signing up, you agree to our terms and privacy policy.
              </p>
            </div>
            <div class="relative">
              <div class="relative h-56 w-full overflow-hidden rounded-2xl border border-white/10 bg-neutral-950 sm:h-64">
                <img src="https://hoirqrkdgbmvpwutwuwj-all.supabase.co/storage/v1/object/public/assets/assets/9e841a89-b4ad-42d3-a1d0-3c1e06fabb2d_1600w.jpg" alt="Minimal landscape" class="absolute inset-0 h-full w-full object-cover opacity-70" style="">
                <div class="absolute inset-0 bg-gradient-to-tr from-lime-400/20 via-transparent to-emerald-500/10"></div>
                <div class="absolute bottom-4 left-4 inline-flex items-center rounded-full bg-white/5 px-3 py-1.5 text-xs text-white ring-1 ring-white/10 backdrop-blur">
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="shield" class="lucide lucide-shield mr-2 h-4 w-4 text-lime-300"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" class=""></path></svg>
                  Enterprise-grade security
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
All Prompts