ESC
NuxtStarterAI logo
Menu
On this page

Components > Button Lead

page.tsx
1import ButtonLead from "@/components/landing-components/ButtonLead/ButtonLead.vue";

This component is for gathering emails from the landing page. It stores the emails in the database. You'd use this if your product isn't ready yet or you want to gather leads. For example: A popup to offer a freebie, joining a waitlist, and so on.


Pika Button Lead

Database connection

It makes HTTP call to /api/lead.ts route by default and store lead data in Supabase for remarketing when your product is launched ๐Ÿงจ.