From eb8f760dca24c5f7ae793fe8a4cf81a75890c7d5 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 16 Aug 2023 08:15:03 +0200 Subject: [PATCH] update waitlist --- .../views/components/layout-simple.blade.php | 2 +- .../views/components/pricing-plans.blade.php | 18 +++++++++++++----- resources/views/livewire/waitlist.blade.php | 3 ++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/resources/views/components/layout-simple.blade.php b/resources/views/components/layout-simple.blade.php index 543c826ef..f98a37c25 100644 --- a/resources/views/components/layout-simple.blade.php +++ b/resources/views/components/layout-simple.blade.php @@ -26,7 +26,7 @@ @livewireScripts -
+
{{ $slot }}
diff --git a/resources/views/components/pricing-plans.blade.php b/resources/views/components/pricing-plans.blade.php index 5ccde5e23..6bfcf5ff7 100644 --- a/resources/views/components/pricing-plans.blade.php +++ b/resources/views/components/pricing-plans.blade.php @@ -1,4 +1,7 @@ -
+@props([ + 'showSubscribeButtons' => true, +]) +
(save $6) - + @if(!$showSubscribeButtons) Subscribe Subscribe + @endif

Start self-hosting in the cloud with a @@ -128,7 +132,7 @@ class="grid max-w-sm grid-cols-1 -mt-16 divide-y divide-coolgray-500 isolate gap d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd" /> - 1 server + 1 server

  • (save $29) + @if(!$showSubscribeButtons) Subscribe Subscribe + @endif

    Scale your business or self-hosting environment.

      @@ -198,7 +204,7 @@ class="grid max-w-sm grid-cols-1 -mt-16 divide-y divide-coolgray-500 isolate gap d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd" /> - 5 servers + 1 server
    • (save $69) + @if(!$showSubscribeButtons) Subscribe Subscribe + @endif

      Deploy complex infrastuctures and manage them easily in one place.

        @@ -268,7 +276,7 @@ class="grid max-w-sm grid-cols-1 -mt-16 divide-y divide-coolgray-500 isolate gap d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd" /> - Unlimited servers + Unlimited servers
      • Join Waitlist - Waiting in the line: {{$waiting_in_line}} + Waiting in the line: {{ $waiting_in_line }} +