feat: add newsletter signup form powered by leads API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Image from "next/image";
|
||||
import { EmailReveal } from "./email-reveal";
|
||||
import { NewsletterForm } from "./newsletter-form";
|
||||
import { TerminalCascade } from "./terminal-cascade";
|
||||
import {
|
||||
SearchIcon,
|
||||
@@ -596,6 +597,13 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* ══════ NEWSLETTER ══════ */}
|
||||
<section className="max-w-5xl mx-auto px-6 py-16">
|
||||
<div className="max-w-md mx-auto">
|
||||
<NewsletterForm />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<PixelDivider />
|
||||
|
||||
{/* ══════ AUTHOR ══════ */}
|
||||
|
||||
Reference in New Issue
Block a user