Let's get your startup in front of your customers in 5 minutes ⚡️
We're building a beautiful landing page and adding forms to collect emails for a waitlist (optional)
Finish this tutorial to be featured on our homepage ⭐️
1. If you havent't already, clone the repo and run the server locally. See the Get Started tutorial.
2. Edit /app/(home)page.tsx, to show some sections:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 return ( <main> <Hero /> <Problem /> <TestimonialTriple /> <FeaturedOn /> <FeaturesListicle /> <Intro /> <Pricing /> <FAQ /> <Boost /> <Footer /> </main> )
3. Edit the copy to fit your business logic. Each component has tips to help you write copy that sells —see components section. Congrats you have a beautiful landing page to show!
4. (Optional) To collect emails for a waitlist, set up a database.
5. (Optional) This is the main call-to-action button in Hero, Pricing. It redirects user to checkout:
1 <PricingCTA />
It's time to deploy! If you need help, here's a simple tutorial