Button Lead
✉️ Email Collection¶
Collect email addresses and automatically store them in your database.
✅ Perfect for:
- A waitlist (if your product isn’t ready yet)
- Or a popup form for lead generation
🔁 It triggers the API route:
/api/lead/route.js
to save the lead in the database.
📦 This process requires a database.
import ButtonLead from "@/components/ButtonLead";