Update pricing plans display and button text
This commit is contained in:
@@ -188,22 +188,22 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
|
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
|
||||||
<h3 id="tier-ultimate" class="text-base font-semibold leading-7 text-white">Ultimate</h3>
|
<h3 id="tier-ultimate" class="text-base font-semibold leading-7 text-white">Ultimate</h3>
|
||||||
<p class="flex items-baseline mt-6 gap-x-1">
|
<p class="flex items-baseline pb-5 mt-6 gap-x-1">
|
||||||
<span x-show="selected === 'monthly'" x-cloak>
|
<span x-show="selected === 'monthly'" x-cloak>
|
||||||
<span class="text-4xl font-bold tracking-tight text-white">$?</span>
|
<span class="text-4xl font-bold tracking-tight text-white">Custom</span>
|
||||||
<span class="text-sm font-semibold leading-6 ">/month + VAT</span>
|
{{-- <span class="text-sm font-semibold leading-6 ">/month + VAT</span> --}}
|
||||||
</span>
|
</span>
|
||||||
<span x-show="selected === 'yearly'" x-cloak>
|
<span x-show="selected === 'yearly'" x-cloak>
|
||||||
<span class="text-4xl font-bold tracking-tight text-white">$?</span>
|
<span class="text-4xl font-bold tracking-tight text-white">Custom</span>
|
||||||
<span class="text-sm font-semibold leading-6 ">/month + VAT</span>
|
{{-- <span class="text-sm font-semibold leading-6 ">/month + VAT</span> --}}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<span x-show="selected === 'monthly'" x-cloak>
|
{{-- <span x-show="selected === 'monthly'" x-cloak>
|
||||||
<span>billed monthly</span>
|
<span>billed monthly</span>
|
||||||
</span>
|
</span>
|
||||||
<span x-show="selected === 'yearly'" x-cloak>
|
<span x-show="selected === 'yearly'" x-cloak>
|
||||||
<span>billed annually</span>
|
<span>billed annually</span>
|
||||||
</span>
|
</span> --}}
|
||||||
@if ($showSubscribeButtons)
|
@if ($showSubscribeButtons)
|
||||||
@isset($ultimate)
|
@isset($ultimate)
|
||||||
{{ $ultimate }}
|
{{ $ultimate }}
|
||||||
|
@@ -25,13 +25,13 @@
|
|||||||
<x-forms.button x-show="selected === 'monthly'" x-cloak aria-describedby="tier-ultimate"
|
<x-forms.button x-show="selected === 'monthly'" x-cloak aria-describedby="tier-ultimate"
|
||||||
class="w-full h-10 buyme"><a class="text-white hover:no-underline" href="{{ config('coolify.contact') }}"
|
class="w-full h-10 buyme"><a class="text-white hover:no-underline" href="{{ config('coolify.contact') }}"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
Contact Us</a>
|
Contact us</a>
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
|
|
||||||
<x-forms.button x-show="selected === 'yearly'" x-cloak aria-describedby="tier-ultimate"
|
<x-forms.button x-show="selected === 'yearly'" x-cloak aria-describedby="tier-ultimate"
|
||||||
class="w-full h-10 buyme"><a class="text-white hover:no-underline" href="{{ config('coolify.contact') }}"
|
class="w-full h-10 buyme"><a class="text-white hover:no-underline" href="{{ config('coolify.contact') }}"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
Contact Us</a>
|
Contact us</a>
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
</x-slot:ultimate>
|
</x-slot:ultimate>
|
||||||
@endif
|
@endif
|
||||||
|
Reference in New Issue
Block a user