Make a great first impression
The Hero section is the first thing users see. It should clearly explain what your product does, why it matters, and how users can get started.
1. Update the headline and subtext
<h1 className="text-4xl font-bold tracking-tight">
Launch your SaaS faster with aSaaSin
</h1>
<p className="mt-4 text-lg text-muted-foreground">
Everything you need to ship your product — already built and styled.
</p>
2. Configure primary CTA
Add a prominent call-to-action button that guides users to try or explore your product.
<CTAButton action="checkout" text="Get aSaaSin" />
3. Optional: Add a secondary CTA
A second CTA can help users explore docs, sign in, or view a demo before committing.
<Link href="/docs" className="text-sm underline underline-offset-4">
Read the docs
</Link>
What’s next
Next, let’s describe your core features with the Problem/Solution section.