Skip to content

Commit 11129a6

Browse files
committed
Copy updates
1 parent 4a2b2b7 commit 11129a6

File tree

2 files changed

+18
-70
lines changed

2 files changed

+18
-70
lines changed

resources/views/early-adopter.blade.php

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -754,30 +754,22 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
754754
</p>
755755
</x-faq-card>
756756

757-
<x-faq-card question="When will Android support be ready?">
758-
<p>It's READY! Sign up and build apps for Android today!</p>
759-
</x-faq-card>
760-
761757
<x-faq-card
762758
question="What does 'build unlimited apps, release X production apps' mean?"
763759
>
764760
<p>
765761
Every NativePHP for Mobile license entitles you to
766-
<i>release</i>
767-
, think publish or distribute (typically through an app
768-
store), a maximum of X apps (unlimited for Max and Ultra
769-
license plans). In simple terms: if someone is using your
770-
app that doesn't hold a NativePHP for Mobile license, then
771-
that counts as a 'released app'.
762+
<i>release</i> a certain number of applications.
763+
A 'released' app is when it's published or distributed
764+
(typically through an app store).
772765
</p>
773766
<br />
774767
<p>
775768
However, you are welcome to
776769
<i>build</i>
777-
, aka develop, as many apps as you want for internal/local
778-
use, testing, evaluation, etc. If no one else besides you
770+
(develop), as many apps as you want. If no one else besides you
779771
and other license holders have access to your app, then it
780-
doesn't count towards your license as a 'released app'.
772+
doesn't count towards your quota of 'released' apps.
781773
</p>
782774
</x-faq-card>
783775

@@ -788,37 +780,24 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10"
788780
</p>
789781
<br />
790782
<p>
791-
For example, the Pro plan includes 10 developer seats.
792-
Therefore, the license holder can create up to 10 unique
783+
For example, on the Pro plan, the license holder can create up to 10 unique
793784
license keys that can be assigned to individual developers,
794785
one key per developer.
795786
</p>
796787
<br />
797788
<p>
798-
Imagine an agency with 8 developers. The company can
799-
purchase a Pro plan and assign a license key to each
800-
developer, with 2 unused seats for future hires.
801-
Furthermore, this agency is allowed to release 10 apps with
802-
their plan. An analogy would be a Github plan that permits
803-
up to 10 team members (developer seats) within your
804-
organization, and your organization is allowed to create 10
805-
repositories (released apps).
789+
This allows the license holder to control who has the ability to
790+
use their license for building apps. You can add or remove developers
791+
and each will get their own unique license key. If a developer leaves
792+
your team, you can revoke their license key to prevent abuse.
806793
</p>
807794
</x-faq-card>
808795

809796
<x-faq-card
810797
question="Is it possible to purchase additional developer seats or released apps?"
811798
>
812799
<p>
813-
Not at this time, but we do plan to make this possible in
814-
the near future. Please feel free to reach out to us at
815-
<a
816-
href="mailto:[email protected]"
817-
class="hover:text-violet-400"
818-
>
819-
820-
</a>
821-
if you have immediate need for additional seats/apps.
800+
You can purchase more Mini or Pro licenses as needed.
822801
</p>
823802
</x-faq-card>
824803

@@ -854,6 +833,7 @@ class="hover:text-violet-400"
854833
<x-faq-card question="Can I upgrade or downgrade my license later?">
855834
<p>That's not currently possible.</p>
856835
</x-faq-card>
836+
857837
<x-faq-card question="Will my apps built with NativePHP be secure?">
858838
<p>
859839
Definitely. NativePHP for Mobile apps are just like other
@@ -871,6 +851,7 @@ class="hover:text-violet-400"
871851
build!
872852
</p>
873853
</x-faq-card>
854+
874855
<x-faq-card question="Can I get an invoice?">
875856
<p>
876857
If you purchased after May 6, 2025, you should get an

resources/views/livewire/mobile-pricing.blade.php

Lines changed: 5 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -183,18 +183,7 @@ class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[
183183
>
184184
<x-icons.checkmark class="size-5 shrink-0" />
185185
</div>
186-
<div class="font-medium">Community Discord channel</div>
187-
</div>
188-
<div class="flex items-center gap-2">
189-
<div
190-
class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
191-
aria-hidden="true"
192-
>
193-
<x-icons.checkmark class="size-5 shrink-0" />
194-
</div>
195-
<div class="font-medium">
196-
Your name in NativePHP's history
197-
</div>
186+
<div class="font-medium">Community support via Discord</div>
198187
</div>
199188
<div class="flex items-center gap-2">
200189
<div
@@ -227,7 +216,7 @@ class="grid size-7 shrink-0 place-items-center rounded-xl bg-zinc-200 dark:bg-gr
227216
class="size-2.5 shrink-0 dark:opacity-70"
228217
/>
229218
</div>
230-
<div>Business hours support (GMT)</div>
219+
<div>Business hours email support (GMT)</div>
231220
</div>
232221
</div>
233222
</div>
@@ -341,17 +330,6 @@ class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[
341330
</div>
342331
<div class="font-medium">Community support via Discord</div>
343332
</div>
344-
<div class="flex items-center gap-2">
345-
<div
346-
class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
347-
aria-hidden="true"
348-
>
349-
<x-icons.checkmark class="size-5 shrink-0" />
350-
</div>
351-
<div class="font-medium">
352-
Your name in NativePHP's history
353-
</div>
354-
</div>
355333
<div class="flex items-center gap-2">
356334
<div
357335
class="grid size-7 shrink-0 place-items-center rounded-xl bg-zinc-200 dark:bg-gray-700/50"
@@ -383,7 +361,7 @@ class="grid size-7 shrink-0 place-items-center rounded-xl bg-zinc-200 dark:bg-gr
383361
class="size-2.5 shrink-0 dark:opacity-70"
384362
/>
385363
</div>
386-
<div>Business hours support (GMT)</div>
364+
<div>Business hours email support (GMT)</div>
387365
</div>
388366
</div>
389367
</div>
@@ -504,7 +482,7 @@ class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[
504482
<x-icons.checkmark class="size-5 shrink-0" />
505483
</div>
506484
<div class="font-medium">
507-
Exclusive access to private Discord channels
485+
Private Discord channels for rapid support
508486
</div>
509487
</div>
510488
<div class="flex items-center gap-2">
@@ -532,18 +510,7 @@ class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[
532510
>
533511
<x-icons.checkmark class="size-5 shrink-0" />
534512
</div>
535-
<div class="font-medium">Business hours support (GMT)</div>
536-
</div>
537-
<div class="flex items-center gap-2">
538-
<div
539-
class="grid size-7 shrink-0 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe] dark:text-black"
540-
aria-hidden="true"
541-
>
542-
<x-icons.checkmark class="size-5 shrink-0" />
543-
</div>
544-
<div class="font-medium">
545-
Your name in NativePHP's history
546-
</div>
513+
<div class="font-medium">Business hours email support (GMT)</div>
547514
</div>
548515
</div>
549516
</div>

0 commit comments

Comments
 (0)