Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
JRH89 committed Sep 4, 2024
1 parent a807e86 commit e3abe5a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"using-react-toasts": "Step 10 (optional): Customizing Toast Notifications",
"final-steps": "Final Steps",
"checklist": "Checklist",
"lead-capture": "Lead Capture",
"user-list": "User List",
"announcements": "Announcements",
"support-tickets": "Support Tickets",
Expand Down
44 changes: 44 additions & 0 deletions pages/lead-capture.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Lead Capture Form: Generate Leads Before Launch

The lead capture form in SaaSavant is a key feature designed to help you build your email list and generate leads even before your product is fully launched. This pre-made form is integrated into your landing page and provides an easy way for visitors to express their interest in your offering.

![Lead Capture Form](../public/lead-capture.png)

## Key Features

- **Automatic Popup:** The form automatically appears on your landing page 10 seconds after a visitor arrives. This delay gives users time to engage with your content before being prompted to sign up.

- **Simple Email Submission:** Visitors can enter their email address directly into the form. This submission will add their email to the `waitingList` collection in Firebase Firestore, allowing you to collect and manage potential leads efficiently.

- **Customizable Options:** If you wish to customize the form or remove it entirely, you can do so by modifying or removing the component in your `app/page.tsx` file. This flexibility ensures the form aligns with your branding and user experience goals.

## Benefits

### **Generate Leads Early**

The lead capture form allows you to start building a list of interested prospects even before your product launches. By capturing email addresses, you can:

- **Engage Early Adopters:** Reach out to potential customers who are already interested in your product or service. Early engagement can lead to a more successful launch.

- **Build Anticipation:** Keep your audience informed and excited about upcoming features, updates, and launch dates. Regular communication can help maintain interest and increase the likelihood of conversions.

- **Gather Feedback:** Use the early feedback from potential users to refine your product and address any concerns before the official launch.

### **Manage and Use Your Waiting List**

Once you have collected email addresses, you can:

- **Send Updates and Offers:** Use the collected email addresses to send out newsletters, exclusive offers, and updates about your product. This helps in maintaining engagement and building relationships with your audience.

- **Analyze Interest:** Understand how many visitors are interested in your product by tracking sign-ups. This data can be valuable for planning your marketing strategy and making informed decisions.

## Customization and Management

If you need to customize the form or remove it from your landing page, you can easily do so by editing the `app/page.tsx` file. This flexibility allows you to:

- **Adjust Appearance:** Modify the styling and content of the form to better fit your brand’s aesthetics.

- **Enable/Disable:** Choose to display or hide the form based on your needs. If you decide to remove it, simply update the `app/page.tsx` file to fit your preferences.

By leveraging the lead capture form, you can start generating leads and building a strong foundation for your product’s launch. This pre-made feature is designed to help you connect with potential customers and enhance your marketing efforts from day one.

0 comments on commit e3abe5a

Please sign in to comment.