PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.2.3
AI Builder – Generate pages, blocks, images & translate with AI v2.2.3
2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.10 All 122 releases
ai-builder / assets / JSON-Blocks / features-pricing.js

features-pricing.js in AI Builder – Generate pages, blocks, images & translate with AI 2.2.3, at assets/JSON-Blocks/features-pricing.js

592 lines 18.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const featuresPricing = [
2 {
3 id: "features-pricing-03",
4 jsonBlocks: {
5 blockName: "core/group",
6 attrs: {
7 className: "features-pricing-modern",
8 align: "full",
9 style: {
10 spacing: {
11 padding: {
12 top: "80px",
13 right: "40px",
14 bottom: "80px",
15 left: "40px",
16 },
17 },
18 },
19 },
20 innerBlocks: [
21 {
22 blockName: "core/heading",
23 attrs: {
24 className: "features-pricing-title",
25 content: "Plans and Pricing",
26 level: 2,
27 align: "center",
28 style: {
29 typography: {
30 fontSize: "36px",
31 fontWeight: "800",
32 },
33 },
34 },
35 },
36 {
37 blockName: "core/columns",
38 attrs: {
39 className: "features-pricing-cards",
40 verticalAlignment: "top",
41 },
42 innerBlocks: [
43 {
44 blockName: "core/column",
45 attrs: {
46 className: "pricing-card pricing-free",
47 width: "33.33%",
48 },
49 innerBlocks: [
50 {
51 blockName: "core/heading",
52 attrs: {
53 className: "pricing-title",
54 content: "Free",
55 level: 3,
56 },
57 },
58 {
59 blockName: "core/paragraph",
60 attrs: {
61 className: "pricing-price ai-text-block",
62 content: "$0",
63 style: {
64 typography: {
65 fontWeight: "700",
66 fontSize: "2.5rem",
67 },
68 },
69 },
70 },
71 {
72 blockName: "core/paragraph",
73 attrs: {
74 className: "pricing-desc ai-text-block",
75 content: "For your hobby projects",
76 },
77 },
78 {
79 blockName: "core/list",
80 attrs: { className: "pricing-features" },
81 innerBlocks: [
82 {
83 blockName: "core/list-item",
84 attrs: { content: "Free e-mail alerts" },
85 },
86 {
87 blockName: "core/list-item",
88 attrs: { content: "3-minute checks" },
89 },
90 {
91 blockName: "core/list-item",
92 attrs: { content: "Automatic data enrichment" },
93 },
94 {
95 blockName: "core/list-item",
96 attrs: { content: "10 monitors" },
97 },
98 {
99 blockName: "core/list-item",
100 attrs: { content: "Up to 3 seats" },
101 },
102 ],
103 },
104 {
105 blockName: "core/button",
106 attrs: {
107 className: "pricing-cta",
108 text: "Get started for free",
109 },
110 },
111 ],
112 },
113 {
114 blockName: "core/column",
115 attrs: { className: "pricing-card pricing-pro", width: "33.33%" },
116 innerBlocks: [
117 {
118 blockName: "core/heading",
119 attrs: {
120 className: "pricing-title",
121 content: "Pro",
122 level: 3,
123 },
124 },
125 {
126 blockName: "core/paragraph",
127 attrs: {
128 className: "pricing-price ai-text-block",
129 content: "$85",
130 style: {
131 typography: {
132 fontWeight: "700",
133 fontSize: "2.5rem",
134 },
135 },
136 },
137 },
138 {
139 blockName: "core/paragraph",
140 attrs: {
141 className: "pricing-desc ai-text-block",
142 content: "Great for small businesses",
143 },
144 },
145 {
146 blockName: "core/list",
147 attrs: { className: "pricing-features" },
148 innerBlocks: [
149 {
150 blockName: "core/list-item",
151 attrs: { content: "Unlimited phone calls" },
152 },
153 {
154 blockName: "core/list-item",
155 attrs: { content: "30 second checks" },
156 },
157 {
158 blockName: "core/list-item",
159 attrs: { content: "Single-user account" },
160 },
161 {
162 blockName: "core/list-item",
163 attrs: { content: "20 monitors" },
164 },
165 {
166 blockName: "core/list-item",
167 attrs: { content: "Up to 6 seats" },
168 },
169 ],
170 },
171 {
172 blockName: "core/button",
173 attrs: {
174 className: "pricing-cta",
175 text: "Get started with Pro",
176 },
177 },
178 ],
179 },
180 {
181 blockName: "core/column",
182 attrs: {
183 className: "pricing-card pricing-enterprise",
184 width: "33.33%",
185 },
186 innerBlocks: [
187 {
188 blockName: "core/heading",
189 attrs: {
190 className: "pricing-title",
191 content: "Enterprise",
192 level: 3,
193 },
194 },
195 {
196 blockName: "core/paragraph",
197 attrs: {
198 className: "pricing-price ai-text-block",
199 content: "Custom",
200 style: {
201 typography: {
202 fontWeight: "700",
203 fontSize: "2.5rem",
204 },
205 },
206 },
207 },
208 {
209 blockName: "core/paragraph",
210 attrs: {
211 className: "pricing-desc ai-text-block",
212 content: "For multiple teams",
213 },
214 },
215 {
216 blockName: "core/list",
217 attrs: { className: "pricing-features" },
218 innerBlocks: [
219 {
220 blockName: "core/list-item",
221 attrs: { content: "Everything in Pro" },
222 },
223 {
224 blockName: "core/list-item",
225 attrs: { content: "Up to 5 team members" },
226 },
227 {
228 blockName: "core/list-item",
229 attrs: { content: "100 monitors" },
230 },
231 {
232 blockName: "core/list-item",
233 attrs: { content: "15 status pages" },
234 },
235 {
236 blockName: "core/list-item",
237 attrs: { content: "200+ integrations" },
238 },
239 ],
240 },
241 {
242 blockName: "core/button",
243 attrs: {
244 className: "pricing-cta",
245 text: "Get started with Enterprise",
246 },
247 },
248 ],
249 },
250 ],
251 },
252 ],
253 },
254 },
255 {
256 id: "features-pricing-04",
257 jsonBlocks: {
258 blockName: "core/group",
259 attrs: {
260 className: "features-pricing-modern",
261 align: "full",
262 style: {
263 spacing: {
264 padding: {
265 top: "80px",
266 right: "40px",
267 bottom: "80px",
268 left: "40px",
269 },
270 },
271 },
272 },
273 innerBlocks: [
274 {
275 blockName: "core/heading",
276 attrs: {
277 className: "features-pricing-title",
278 content: "Pricing Plans",
279 level: 2,
280 align: "center",
281 style: {
282 typography: {
283 fontSize: "36px",
284 fontWeight: "800",
285 },
286 },
287 },
288 },
289 {
290 blockName: "core/columns",
291 attrs: {
292 className: "features-pricing-cards",
293 verticalAlignment: "top",
294 align: "full",
295 },
296 innerBlocks: [
297 {
298 blockName: "core/column",
299 attrs: {
300 className: "pricing-card pricing-personal",
301 width: "25%",
302 id: "pricing-personal",
303 },
304 innerBlocks: [
305 {
306 blockName: "core/heading",
307 attrs: {
308 className: "pricing-title",
309 content: "Personal",
310 level: 3,
311 },
312 },
313 {
314 blockName: "core/paragraph",
315 attrs: {
316 className: "pricing-price ai-text-block",
317 content: "Free",
318 style: {
319 typography: {
320 fontWeight: "700",
321 fontSize: "2.5rem",
322 },
323 },
324 },
325 },
326 {
327 blockName: "core/paragraph",
328 attrs: {
329 className: "pricing-desc ai-text-block",
330 content: "Perfect plan for Starters",
331 },
332 },
333 {
334 blockName: "core/list",
335 attrs: { className: "pricing-features" },
336 innerBlocks: [
337 {
338 blockName: "core/list-item",
339 attrs: { content: "Unlimited Projects" },
340 },
341 {
342 blockName: "core/list-item",
343 attrs: { content: "Share with 5 team members" },
344 },
345 {
346 blockName: "core/list-item",
347 attrs: { content: "Sync across devices" },
348 },
349 ],
350 },
351 {
352 blockName: "core/button",
353 attrs: {
354 className: "pricing-cta",
355 text: "Current Plan",
356 },
357 },
358 ],
359 },
360 {
361 blockName: "core/column",
362 attrs: {
363 className: "pricing-card pricing-professional",
364 width: "25%",
365 id: "pricing-professional",
366 },
367 innerBlocks: [
368 {
369 blockName: "core/heading",
370 attrs: {
371 className: "pricing-title",
372 content: "Professional",
373 level: 3,
374 },
375 },
376 {
377 blockName: "core/paragraph",
378 attrs: {
379 className: "pricing-price ai-text-block",
380 content: "$99",
381 style: {
382 typography: {
383 fontWeight: "700",
384 fontSize: "2.5rem",
385 },
386 },
387 },
388 },
389 {
390 blockName: "core/paragraph",
391 attrs: {
392 className: "pricing-desc ai-text-block",
393 content: "For users who want to do more.",
394 },
395 },
396 {
397 blockName: "core/list",
398 attrs: { className: "pricing-features" },
399 innerBlocks: [
400 {
401 blockName: "core/list-item",
402 attrs: { content: "Everything in Free Plan" },
403 },
404 {
405 blockName: "core/list-item",
406 attrs: { content: "Unlimited Projects" },
407 },
408 {
409 blockName: "core/list-item",
410 attrs: { content: "Share with 5 team members" },
411 },
412 {
413 blockName: "core/list-item",
414 attrs: { content: "30 day version history" },
415 },
416 ],
417 },
418 {
419 blockName: "core/button",
420 attrs: {
421 className: "pricing-cta",
422 text: "Try for Free",
423 },
424 },
425 ],
426 },
427 {
428 blockName: "core/column",
429 attrs: {
430 className: "pricing-card pricing-team-blue featured",
431 width: "25%",
432 id: "pricing-team",
433 },
434 innerBlocks: [
435 {
436 blockName: "core/group",
437 attrs: {
438 className: "pricing-badge-group",
439 },
440 innerBlocks: [
441 {
442 blockName: "core/paragraph",
443 attrs: {
444 className: "pricing-badge-recommended ai-text-block",
445 content: "Recommended",
446 },
447 },
448 ],
449 },
450 {
451 blockName: "core/heading",
452 attrs: {
453 className: "pricing-title",
454 content: "Team",
455 level: 3,
456 },
457 },
458 {
459 blockName: "core/paragraph",
460 attrs: {
461 className: "pricing-price ai-text-block",
462 content: "$249",
463 style: {
464 typography: {
465 fontWeight: "700",
466 fontSize: "2.5rem",
467 },
468 },
469 },
470 },
471 {
472 blockName: "core/paragraph",
473 attrs: {
474 className: "pricing-desc ai-text-block",
475 content: "Your entire team in one place",
476 },
477 },
478 {
479 blockName: "core/list",
480 attrs: { className: "pricing-features" },
481 innerBlocks: [
482 {
483 blockName: "core/list-item",
484 attrs: { content: "Everything in Pro Plan" },
485 },
486 {
487 blockName: "core/list-item",
488 attrs: { content: "Unlimited team members" },
489 },
490 {
491 blockName: "core/list-item",
492 attrs: { content: "Collaborative workspace" },
493 },
494 {
495 blockName: "core/list-item",
496 attrs: { content: "Sharing permissions" },
497 },
498 {
499 blockName: "core/list-item",
500 attrs: { content: "Admin tools" },
501 },
502 ],
503 },
504 {
505 blockName: "core/button",
506 attrs: {
507 className: "pricing-cta",
508 text: "Try for Free",
509 },
510 },
511 ],
512 },
513 {
514 blockName: "core/column",
515 attrs: {
516 className: "pricing-card pricing-enterprise-white",
517 width: "25%",
518 id: "pricing-enterprise",
519 },
520 innerBlocks: [
521 {
522 blockName: "core/heading",
523 attrs: {
524 className: "pricing-title",
525 content: "Enterprise",
526 level: 3,
527 },
528 },
529 {
530 blockName: "core/paragraph",
531 attrs: {
532 className: "pricing-price ai-text-block",
533 content: "Custom",
534 style: {
535 typography: {
536 fontWeight: "700",
537 fontSize: "2.5rem",
538 },
539 },
540 },
541 },
542 {
543 blockName: "core/paragraph",
544 attrs: {
545 className: "pricing-desc ai-text-block",
546 content: "Run your company on your terms",
547 },
548 },
549 {
550 blockName: "core/list",
551 attrs: { className: "pricing-features" },
552 innerBlocks: [
553 {
554 blockName: "core/list-item",
555 attrs: { content: "Everything in Team Plan" },
556 },
557 {
558 blockName: "core/list-item",
559 attrs: { content: "Advanced security" },
560 },
561 {
562 blockName: "core/list-item",
563 attrs: { content: "Custom contract" },
564 },
565 {
566 blockName: "core/list-item",
567 attrs: { content: "User provisioning (SCIM)" },
568 },
569 {
570 blockName: "core/list-item",
571 attrs: { content: "SAML SSO" },
572 },
573 ],
574 },
575 {
576 blockName: "core/button",
577 attrs: {
578 className: "pricing-cta",
579 text: "Contact Us",
580 },
581 },
582 ],
583 },
584 ],
585 },
586 ],
587 },
588 },
589 ];
590
591 export default featuresPricing;
592