Waitlist
OneDayBuild provides you with a Waitlist page for your website, which is referenced in the component /components/FrontWaitlist.jsx
located at /app/[locale]/(site)/waitlist/
. This is a section similar to the Hero section, where you can change any text.
Waitlist Form
When a user clicks the button, they typically leave their email address so that you can send them a newsletter later. We also provide you with the Waitlist Form functionality, which you can access through /components/FrontWaitlistForm.jsx
Data Structure of the Waitlist
The data structure of the Waitlist table is defined in /prisma/schema.prisma
, where you can modify the structure of the submitted data.