Skip to content

Commit d3b4806

Browse files
committed
feat: add JWT debugger, update notification system, and email capture form
1 parent 63958dc commit d3b4806

9 files changed

Lines changed: 603 additions & 19 deletions

File tree

landing-page/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,27 @@ <h3 class="text-xl font-bold mb-3">Smart Detection</h3>
108108
</div>
109109
</section>
110110

111+
<!-- Lead Gen: Email List -->
112+
<section class="py-24 px-6 border-b border-white/5">
113+
<div class="max-w-xl mx-auto text-center">
114+
<h2 class="text-3xl font-bold mb-4">Stay updated</h2>
115+
<p class="text-zinc-400 mb-8">We're adding new tools every week. Leave your email to get notified about new releases and the upcoming Local AI features.</p>
116+
<form action="https://formspree.io/f/PLACEHOLDER" method="POST" class="flex flex-col sm:flex-row gap-3">
117+
<input
118+
type="email"
119+
name="email"
120+
placeholder="Enter your email"
121+
required
122+
class="flex-1 bg-zinc-900 border border-white/10 rounded-xl px-6 py-4 focus:ring-2 focus:ring-accent/50 outline-none"
123+
>
124+
<button type="submit" class="px-8 py-4 bg-accent text-white font-bold rounded-xl hover:scale-105 transition-transform">
125+
Keep me posted
126+
</button>
127+
</form>
128+
<p class="mt-4 text-[10px] text-zinc-600 uppercase tracking-widest font-bold">Zero Spam. Just product updates.</p>
129+
</div>
130+
</section>
131+
111132
<!-- Footer -->
112133
<footer class="mt-auto py-12 border-t border-white/5 text-center text-zinc-500 text-sm">
113134
<p>&copy; 2026 Omnitool. Native & Secure.</p>

0 commit comments

Comments
 (0)