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

Dedicated onboarding remains; setup fees apply only to VPS and dedicated servers.
This commit is contained in:
isaacclad
2026-07-16 10:06:19 +00:00
parent 2629e848d1
commit 6afc3db909
@@ -40,7 +40,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'"
@@ -224,7 +224,7 @@
@else @else
<p class="text-sm text-slate-300">Add an active branch to subscribe, or contact sales.</p> <p class="text-sm text-slate-300">Add an active branch to subscribe, or contact sales.</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