@@ -7,22 +7,22 @@ class="mx-auto mt-24 max-w-6xl px-5"
7
7
<h2
8
8
id =" pricing-heading"
9
9
x-init ="
10
- () => {
11
- motion.inView($el, (element) => {
12
- motion.animate(
13
- $el,
14
- {
15
- opacity: [0, 1],
16
- x: [-10, 0],
17
- },
18
- {
19
- duration: 0.7,
20
- ease: motion.easeOut,
21
- },
22
- )
23
- })
24
- }
25
- "
10
+ () => {
11
+ motion.inView($el, (element) => {
12
+ motion.animate(
13
+ $el,
14
+ {
15
+ opacity: [0, 1],
16
+ x: [-10, 0],
17
+ },
18
+ {
19
+ duration: 0.7,
20
+ ease: motion.easeOut,
21
+ },
22
+ )
23
+ })
24
+ }
25
+ "
26
26
class =" text-3xl font-semibold opacity-0"
27
27
>
28
28
Purchase a license
@@ -31,48 +31,48 @@ class="text-3xl font-semibold opacity-0"
31
31
{{-- Section Description --}}
32
32
<p
33
33
x-init ="
34
- () => {
35
- motion.inView($el, (element) => {
36
- motion.animate(
37
- $el,
38
- {
39
- opacity: [0, 1],
40
- x: [10, 0],
41
- },
42
- {
43
- duration: 0.7,
44
- ease: motion.easeOut,
45
- },
46
- )
47
- })
48
- }
49
- "
50
- class =" mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0"
51
- >
52
- Start your journey to become a mobile developer
53
- </p >
54
- </header >
55
-
56
- {{-- Pricing Plans --}}
57
- <div
58
- x-init ="
59
34
() => {
60
35
motion.inView($el, (element) => {
61
36
motion.animate(
62
- Array.from( $el.children) ,
37
+ $el,
63
38
{
64
- y: [10, 0],
65
39
opacity: [0, 1],
40
+ x: [10, 0],
66
41
},
67
42
{
68
43
duration: 0.7,
69
- ease: motion.circOut,
70
- delay: motion.stagger(0.1),
44
+ ease: motion.easeOut,
71
45
},
72
46
)
73
47
})
74
48
}
75
49
"
50
+ class =" mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0"
51
+ >
52
+ Start your journey to become a mobile developer
53
+ </p >
54
+ </header >
55
+
56
+ {{-- Pricing Plans --}}
57
+ <div
58
+ x-init ="
59
+ () => {
60
+ motion.inView($el, (element) => {
61
+ motion.animate(
62
+ Array.from($el.children),
63
+ {
64
+ y: [10, 0],
65
+ opacity: [0, 1],
66
+ },
67
+ {
68
+ duration: 0.7,
69
+ ease: motion.circOut,
70
+ delay: motion.stagger(0.1),
71
+ },
72
+ )
73
+ })
74
+ }
75
+ "
76
76
class =" mt-10 grid grid-cols-[repeat(auto-fill,minmax(19rem,1fr))] items-start gap-x-6 gap-y-8"
77
77
aria-label =" Pricing plans"
78
78
>
@@ -102,7 +102,7 @@ class="flex items-start gap-1.5 pt-5"
102
102
103
103
{{-- Warning --}}
104
104
<div
105
- class =" flex items-center gap-3 pt-3 text-sm"
105
+ class =" flex items-center gap-2 pt-3 text-sm"
106
106
aria-label =" Price warning"
107
107
>
108
108
<x-icons .warning
@@ -112,8 +112,8 @@ class="size-5 shrink-0"
112
112
<p class =" text-zinc-500" >
113
113
Increases to
114
114
<span class =" font-medium text-black dark:text-white" >
115
- $100
116
- </span >
115
+ $100
116
+ </span >
117
117
after the EAP.
118
118
</p >
119
119
</div >
@@ -139,11 +139,9 @@ class="size-5 shrink-0"
139
139
/>
140
140
<div class =" text-zinc-500" >
141
141
Build
142
- <span
143
- class =" font-medium text-black dark:text-white"
144
- >
145
- unlimited
146
- </span >
142
+ <span class =" font-medium text-black dark:text-white" >
143
+ unlimited
144
+ </span >
147
145
apps
148
146
</div >
149
147
</div >
@@ -154,11 +152,9 @@ class="size-5 shrink-0"
154
152
/>
155
153
<div class =" text-zinc-500" >
156
154
Release
157
- <span
158
- class =" font-medium text-black dark:text-white"
159
- >
160
- 1
161
- </span >
155
+ <span class =" font-medium text-black dark:text-white" >
156
+ 1
157
+ </span >
162
158
production app
163
159
</div >
164
160
</div >
@@ -168,11 +164,9 @@ class="size-5 shrink-0"
168
164
aria-hidden =" true"
169
165
/>
170
166
<div class =" text-zinc-500" >
171
- <span
172
- class =" font-medium text-black dark:text-white"
173
- >
174
- 1
175
- </span >
167
+ <span class =" font-medium text-black dark:text-white" >
168
+ 1
169
+ </span >
176
170
developer seat
177
171
</div >
178
172
</div >
@@ -205,7 +199,9 @@ class="grid size-7 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe]
205
199
>
206
200
<x-icons .checkmark class =" size-5 shrink-0" />
207
201
</div >
208
- <div class =" font-medium" >Your name in NativePHP's history</div >
202
+ <div class =" font-medium" >
203
+ Your name in NativePHP's history
204
+ </div >
209
205
</div >
210
206
<div class =" flex items-center gap-2" >
211
207
<div
@@ -269,7 +265,7 @@ class="flex items-start gap-1.5 pt-5"
269
265
270
266
{{-- Warning --}}
271
267
<div
272
- class =" flex items-center gap-3 pt-3 text-sm"
268
+ class =" flex items-center gap-2 pt-3 text-sm"
273
269
aria-label =" Price warning"
274
270
>
275
271
<x-icons .warning
@@ -279,8 +275,8 @@ class="size-5 shrink-0"
279
275
<p class =" text-zinc-500" >
280
276
Increases to
281
277
<span class =" font-medium text-black dark:text-white" >
282
- $750
283
- </span >
278
+ $750
279
+ </span >
284
280
after the EAP.
285
281
</p >
286
282
</div >
@@ -306,11 +302,9 @@ class="size-5 shrink-0"
306
302
/>
307
303
<div class =" text-zinc-500" >
308
304
Build
309
- <span
310
- class =" font-medium text-black dark:text-white"
311
- >
312
- unlimited
313
- </span >
305
+ <span class =" font-medium text-black dark:text-white" >
306
+ unlimited
307
+ </span >
314
308
apps
315
309
</div >
316
310
</div >
@@ -321,11 +315,9 @@ class="size-5 shrink-0"
321
315
/>
322
316
<div class =" text-zinc-500" >
323
317
Release
324
- <span
325
- class =" font-medium text-black dark:text-white"
326
- >
327
- 10
328
- </span >
318
+ <span class =" font-medium text-black dark:text-white" >
319
+ 10
320
+ </span >
329
321
production apps
330
322
</div >
331
323
</div >
@@ -335,11 +327,9 @@ class="size-5 shrink-0"
335
327
aria-hidden =" true"
336
328
/>
337
329
<div class =" text-zinc-500" >
338
- <span
339
- class =" font-medium text-black dark:text-white"
340
- >
341
- 10
342
- </span >
330
+ <span class =" font-medium text-black dark:text-white" >
331
+ 10
332
+ </span >
343
333
developer seats
344
334
</div >
345
335
</div >
@@ -372,7 +362,9 @@ class="grid size-7 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe]
372
362
>
373
363
<x-icons .checkmark class =" size-5 shrink-0" />
374
364
</div >
375
- <div class =" font-medium" >Your name in NativePHP's history</div >
365
+ <div class =" font-medium" >
366
+ Your name in NativePHP's history
367
+ </div >
376
368
</div >
377
369
<div class =" flex items-center gap-2" >
378
370
<div
@@ -444,7 +436,7 @@ class="flex items-start gap-1.5 pt-5"
444
436
445
437
{{-- Warning --}}
446
438
<div
447
- class =" flex items-center gap-3 pt-3 text-sm"
439
+ class =" flex items-center gap-2 pt-3 text-sm"
448
440
aria-label =" Price warning"
449
441
>
450
442
<x-icons .warning
@@ -454,8 +446,8 @@ class="size-5 shrink-0"
454
446
<p class =" text-zinc-500" >
455
447
Increases to
456
448
<span class =" font-medium text-black dark:text-white" >
457
- $2,500
458
- </span >
449
+ $2,500
450
+ </span >
459
451
after the EAP.
460
452
</p >
461
453
</div >
@@ -481,11 +473,9 @@ class="size-5 shrink-0"
481
473
/>
482
474
<div class =" text-zinc-500" >
483
475
Build
484
- <span
485
- class =" font-medium text-black dark:text-white"
486
- >
487
- unlimited
488
- </span >
476
+ <span class =" font-medium text-black dark:text-white" >
477
+ unlimited
478
+ </span >
489
479
apps
490
480
</div >
491
481
</div >
@@ -496,11 +486,9 @@ class="size-5 shrink-0"
496
486
/>
497
487
<div class =" text-zinc-500" >
498
488
Release
499
- <span
500
- class =" font-medium text-black dark:text-white"
501
- >
502
- unlimited
503
- </span >
489
+ <span class =" font-medium text-black dark:text-white" >
490
+ unlimited
491
+ </span >
504
492
production apps
505
493
</div >
506
494
</div >
@@ -510,11 +498,9 @@ class="size-5 shrink-0"
510
498
aria-hidden =" true"
511
499
/>
512
500
<div class =" text-zinc-500" >
513
- <span
514
- class =" font-medium text-black dark:text-white"
515
- >
516
- Unlimited
517
- </span >
501
+ <span class =" font-medium text-black dark:text-white" >
502
+ Unlimited
503
+ </span >
518
504
developer seats
519
505
</div >
520
506
</div >
@@ -538,7 +524,9 @@ class="grid size-7 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe]
538
524
>
539
525
<x-icons .checkmark class =" size-5 shrink-0" />
540
526
</div >
541
- <div class =" font-medium" >Exclusive access to private Discord channels</div >
527
+ <div class =" font-medium" >
528
+ Exclusive access to private Discord channels
529
+ </div >
542
530
</div >
543
531
<div class =" flex items-center gap-2" >
544
532
<div
@@ -565,9 +553,7 @@ class="grid size-7 place-items-center rounded-xl bg-[#D4FD7D] dark:bg-[#d68ffe]
565
553
>
566
554
<x-icons .checkmark class =" size-5 shrink-0" />
567
555
</div >
568
- <div class =" font-medium" >
569
- Business hours support (GMT)
570
- </div >
556
+ <div class =" font-medium" >Business hours support (GMT)</div >
571
557
</div >
572
558
<div class =" flex items-center gap-2" >
573
559
<div
0 commit comments