fix: remove business plan, change pro CTA to 'get started free'

This commit is contained in:
Graham McIntire 2026-02-14 10:58:27 -06:00
parent cd6fe453a5
commit 2c45b09588

View file

@ -322,7 +322,7 @@
Start free. Pay only when you're ready to scale.
</p>
</div>
<div class="mt-16 grid grid-cols-1 gap-8 lg:grid-cols-3">
<div class="mt-16 mx-auto max-w-3xl grid grid-cols-1 gap-8 lg:grid-cols-2">
<!-- Free -->
<div class="rounded-2xl bg-white p-8 shadow-sm ring-1 ring-slate-200">
<h3 class="text-lg font-semibold text-slate-900">Starter</h3>
@ -406,52 +406,7 @@
navigate={~p"/users/register"}
class="mt-8 block w-full rounded-full py-2.5 text-center text-sm font-semibold text-white bg-blue-600 hover:bg-blue-500"
>
Start 14-day free trial
</.link>
</div>
<!-- Business -->
<div class="rounded-2xl bg-white p-8 shadow-sm ring-1 ring-slate-200">
<h3 class="text-lg font-semibold text-slate-900">Business</h3>
<p class="mt-2 text-sm text-slate-500">For larger operators with advanced needs.</p>
<div class="mt-6">
<span class="text-4xl font-bold text-slate-900">$6</span>
<span class="text-sm text-slate-500">/device/month</span>
</div>
<ul class="mt-8 space-y-3 text-sm text-slate-600">
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
Everything in Pro
</li>
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
Config backup &amp; diff
</li>
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
NetBox integration
</li>
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
Capacity planning insights
</li>
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
1-year data retention
</li>
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
Priority support
</li>
<li class="flex items-center gap-2">
<.icon name="hero-check" class="h-5 w-5 text-blue-600 flex-shrink-0" />
Custom integrations
</li>
</ul>
<.link
navigate={~p"/users/register"}
class="mt-8 block w-full rounded-full py-2.5 text-center text-sm font-semibold text-blue-600 ring-1 ring-blue-200 hover:ring-blue-300 hover:bg-blue-50"
>
Start 14-day free trial
Get started free
</.link>
</div>
</div>