diff --git a/resources/css/app.css b/resources/css/app.css index 719836599..a8a55f1e8 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -271,7 +271,7 @@ tr td:first-child { } .buyme { - @apply block px-3 py-2 mt-10 text-sm font-semibold leading-6 text-center text-white rounded-md shadow-sm bg-coolgray-200 hover:bg-coolgray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-coolgray-200 hover:no-underline; + @apply block px-3 py-2 mt-10 text-sm font-semibold leading-6 text-center text-white rounded-md shadow-sm hover:text-white bg-coolgray-200 hover:bg-coolgray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-coolgray-200 hover:no-underline; } .title { diff --git a/resources/views/livewire/subscription/pricing-plans-new.blade.php b/resources/views/livewire/subscription/pricing-plans-new.blade.php new file mode 100644 index 000000000..e1a9dbfbf --- /dev/null +++ b/resources/views/livewire/subscription/pricing-plans-new.blade.php @@ -0,0 +1,120 @@ +
+
+
+
+ Payment frequency + + +
+
+
+
Save 10% annually with the yearly plans. +
+
+
+
+
+
+
+
For the detailed list of features, please visit our landing page: coolify.io
+
+
+

Dynamic

+

+ + $5 + for the first 2 servers + + + + $4 + /month + VAT + +

+

+ + $3 + for any additional + + + + $4 + /month + VAT + +

+ + billed monthly (+VAT) + + + billed annually + + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + +

Begin hosting your own services in the + cloud. +

+
    +
  • + + Connect 2 servers +
  • +
  • + + Included Email System +
  • +
  • + + Email Support +
  • +
  • + + + + + + + + All upcoming features +
  • +
+
+
+
+
+
diff --git a/resources/views/livewire/subscription/pricing-plans-old.blade.php b/resources/views/livewire/subscription/pricing-plans-old.blade.php deleted file mode 100644 index e4a3cc762..000000000 --- a/resources/views/livewire/subscription/pricing-plans-old.blade.php +++ /dev/null @@ -1,67 +0,0 @@ - - @if (config('subscription.provider') === 'stripe') - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - @endif - @if (config('subscription.provider') === 'paddle') - - @endif - @if (config('subscription.provider') === 'lemon') - - Subscribe - - - Subscribe - - - - Subscribe - - - Subscribe - - - - Subscribe - - - Subscribe - - - @endif - diff --git a/resources/views/livewire/subscription/pricing-plans.blade.php b/resources/views/livewire/subscription/pricing-plans.blade.php index e1a9dbfbf..e4a3cc762 100644 --- a/resources/views/livewire/subscription/pricing-plans.blade.php +++ b/resources/views/livewire/subscription/pricing-plans.blade.php @@ -1,120 +1,67 @@ -
-
-
-
- Payment frequency - - -
-
-
-
Save 10% annually with the yearly plans. -
-
-
-
-
-
-
-
For the detailed list of features, please visit our landing page: coolify.io
-
-
-

Dynamic

-

- - $5 - for the first 2 servers - + + @if (config('subscription.provider') === 'stripe') + + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + - - $4 - /month + VAT - -

-

- - $3 - for any additional - + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + + + + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + - - $4 - /month + VAT - -

- - billed monthly (+VAT) - - - billed annually - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - - - {{ $isTrial ? 'Start Trial' : 'Subscribe' }} - -

Begin hosting your own services in the - cloud. -

-
    -
  • - - Connect 2 servers -
  • -
  • - - Included Email System -
  • -
  • - - Email Support -
  • -
  • - - - - - - - + All upcoming features -
  • -
-
-
-
-
-
+ {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + + + + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + + + {{ $isTrial ? 'Start Trial' : 'Subscribe' }} + + + @endif + @if (config('subscription.provider') === 'paddle') + + @endif + @if (config('subscription.provider') === 'lemon') + + Subscribe + + + Subscribe + + + + Subscribe + + + Subscribe + + + + Subscribe + + + Subscribe + + + @endif +