feat: add "Get Started" CTA to pricing page managed section (#82)

This commit is contained in:
Ben Senescu 2026-04-06 15:30:48 -04:00 committed by Ben Senescu
parent 26f433caf8
commit aed666ef3c

View File

@ -114,6 +114,12 @@ function Pricing() {
</ul>
</div>
</div>
<a
href="https://app.openseo.so/sign-up"
className="inline-flex items-center justify-center mt-4 rounded-lg bg-neutral-900 px-5 py-2.5 text-sm font-medium text-white hover:bg-neutral-800 transition-colors"
>
Get Started{" "}<span aria-hidden="true" className="ml-1.5">&rarr;</span>
</a>
</section>
{/* Self-hosted */}