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 @@ +
+ + $5 + for the first 2 servers + + + + $4 + /month + VAT + +
++ + $3 + for any additional + + + + $4 + /month + VAT + +
+ + billed monthly (+VAT) + + + billed annually + +Begin hosting your own services in the + cloud. +
+
-
- $5
- for the first 2 servers
-
+
-
- $3
- for any additional
-
+
Begin hosting your own services in the - cloud. -
-