ESC
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.

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 ๐งจ.