fix(pos): plain hardware benefit copy without special styling
Deploy Ladill POS / deploy (push) Successful in 1m1s
Deploy Ladill POS / deploy (push) Successful in 1m1s
Drop Ladill-provided wording and indigo highlight on Pro plan hardware items; keep Customer display unstyled on Business.
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
<li>Restaurant mode</li>
|
||||
<li>Catalog import</li>
|
||||
<li>Your payment gateway (0% Ladill fee)</li>
|
||||
<li class="font-medium text-indigo-800">Ladill-provided payment terminal</li>
|
||||
<li class="font-medium text-indigo-800">Ladill-provided receipt printer</li>
|
||||
<li class="font-medium text-indigo-800">Ladill-provided barcode scanner</li>
|
||||
<li>Payment terminal</li>
|
||||
<li>Receipt printer</li>
|
||||
<li>Barcode scanner</li>
|
||||
</ul>
|
||||
<div class="mt-6">
|
||||
@if ($planKey === 'pro')
|
||||
@@ -85,9 +85,9 @@
|
||||
<p class="text-xs font-semibold uppercase tracking-wide text-amber-300">Business</p>
|
||||
<x-plan-tier-price :currency="$currency" :monthly-minor="$enterprisePriceMinor" dark />
|
||||
<ul class="mt-5 flex-1 space-y-2 text-sm text-slate-200">
|
||||
<li>Everything in Pro (incl. hardware kit)</li>
|
||||
<li>Everything in Pro</li>
|
||||
<li>Unlimited locations</li>
|
||||
<li class="font-medium text-amber-200">Customer display</li>
|
||||
<li>Customer display</li>
|
||||
<li>Advanced reporting</li>
|
||||
</ul>
|
||||
<div class="mt-6">
|
||||
|
||||
Reference in New Issue
Block a user