Drop setup fee from Enterprise onboarding copy.
Deploy Ladill Queue / deploy (push) Successful in 32s

Dedicated onboarding remains; setup fees apply only to VPS and dedicated servers.
This commit is contained in:
isaacclad
2026-07-16 10:06:09 +00:00
parent 7b2722f471
commit 4647fd97e0
+3 -3
View File
@@ -37,7 +37,7 @@
<p class="mt-1 text-sm text-slate-600"> <p class="mt-1 text-sm text-slate-600">
Pay monthly from your Ladill wallet, or prepay 6/12/24 months via Paystack. Pay monthly from your Ladill wallet, or prepay 6/12/24 months via Paystack.
Pro and Enterprise are billed per branch set how many branches to include below. Pro and Enterprise are billed per branch set how many branches to include below.
Enterprise includes a one-time setup fee <a href="{{ $salesUrl }}" class="font-medium text-indigo-600 hover:text-indigo-800" target="_blank" rel="noopener">contact sales</a> for onboarding. Enterprise includes dedicated onboarding <a href="{{ $salesUrl }}" class="font-medium text-indigo-600 hover:text-indigo-800" target="_blank" rel="noopener">contact sales</a> for multi-site deployments.
</p> </p>
<div class="mt-4 flex flex-wrap items-center gap-2"> <div class="mt-4 flex flex-wrap items-center gap-2">
<button type="button" @click="billing = 'monthly'" <button type="button" @click="billing = 'monthly'"
@@ -156,7 +156,7 @@
<li>Everything in Pro</li> <li>Everything in Pro</li>
<li>Full API & integrations</li> <li>Full API & integrations</li>
<li>Advanced analytics + SLA</li> <li>Advanced analytics + SLA</li>
<li>Dedicated onboarding (setup fee)</li> <li>Dedicated onboarding</li>
</ul> </ul>
<div class="mt-6 space-y-2"> <div class="mt-6 space-y-2">
@if ($planKey === 'enterprise') @if ($planKey === 'enterprise')
@@ -191,7 +191,7 @@
@else @else
<p class="text-sm text-slate-300">Add at least {{ $enterpriseMinBranches }} active branches, or choose Pro for a single site.</p> <p class="text-sm text-slate-300">Add at least {{ $enterpriseMinBranches }} active branches, or choose Pro for a single site.</p>
@endif @endif
<a href="{{ $salesUrl }}" target="_blank" rel="noopener" class="block text-center text-xs text-amber-200 underline hover:text-white">Contact sales for setup & SLA</a> <a href="{{ $salesUrl }}" target="_blank" rel="noopener" class="block text-center text-xs text-amber-200 underline hover:text-white">Contact sales for onboarding & SLA</a>
@else @else
<p class="text-sm text-slate-300">Ask an admin to upgrade.</p> <p class="text-sm text-slate-300">Ask an admin to upgrade.</p>
@endif @endif