PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / trunk
AI Builder – Generate pages, blocks, images & translate with AI vtrunk
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 2.3.11 All 121 releases
ai-builder / assets / JSON-Blocks / features.js

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

569 lines 16.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const features = [
2 {
3 id: "features-01",
4 jsonBlocks: {
5 blockName: "core/group",
6 attrs: {
7 className: "features-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-title",
25 content: "Why Choose Us",
26 level: 2,
27 align: "center",
28 style: {
29 typography: {
30 fontSize: "36px",
31 fontWeight: "700",
32 },
33 },
34 },
35 },
36 {
37 blockName: "core/paragraph",
38 attrs: {
39 className: "features-subtitle ai-text-block",
40 content: "Discover our key advantages",
41 align: "center",
42 style: {
43 typography: {
44 fontSize: "18px",
45 },
46 },
47 },
48 },
49 {
50 blockName: "core/columns",
51 attrs: {
52 className: "features-grid",
53 verticalAlignment: "top",
54 },
55 innerBlocks: [
56 {
57 blockName: "core/column",
58 attrs: {
59 className: "feature-column feature-easy",
60 width: "33.33%",
61 },
62 innerBlocks: [
63 {
64 blockName: "core/image",
65 attrs: {
66 imageUrl: "",
67 className: "feature-icon ai-image-block",
68 },
69 },
70 {
71 blockName: "core/heading",
72 attrs: {
73 className: "feature-title",
74 content: "Easy to Use",
75 level: 3,
76 style: {
77 typography: {
78 fontSize: "24px",
79 fontWeight: "600",
80 },
81 },
82 },
83 },
84 {
85 blockName: "core/paragraph",
86 attrs: {
87 className: "feature-description ai-text-block",
88 content: "Intuitive interface for seamless experience",
89 style: {
90 typography: {
91 fontSize: "16px",
92 },
93 },
94 },
95 },
96 ],
97 },
98 {
99 blockName: "core/column",
100 attrs: {
101 className: "feature-column feature-fast",
102 width: "33.33%",
103 },
104 innerBlocks: [
105 {
106 blockName: "core/image",
107 attrs: {
108 imageUrl: "",
109 className: "feature-icon ai-image-block",
110 },
111 },
112 {
113 blockName: "core/heading",
114 attrs: {
115 className: "feature-title",
116 content: "Fast Performance",
117 level: 3,
118 style: {
119 typography: {
120 fontSize: "24px",
121 fontWeight: "600",
122 },
123 },
124 },
125 },
126 {
127 blockName: "core/paragraph",
128 attrs: {
129 className: "feature-description ai-text-block",
130 content: "Optimized for speed and efficiency",
131 style: {
132 typography: {
133 fontSize: "16px",
134 },
135 },
136 },
137 },
138 ],
139 },
140 {
141 blockName: "core/column",
142 attrs: {
143 className: "feature-column feature-support",
144 width: "33.33%",
145 },
146 innerBlocks: [
147 {
148 blockName: "core/image",
149 attrs: {
150 imageUrl: "",
151 className: "feature-icon ai-image-block",
152 },
153 },
154 {
155 blockName: "core/heading",
156 attrs: {
157 className: "feature-title",
158 content: "24/7 Support",
159 level: 3,
160 style: {
161 typography: {
162 fontSize: "24px",
163 fontWeight: "600",
164 },
165 },
166 },
167 },
168 {
169 blockName: "core/paragraph",
170 attrs: {
171 className: "feature-description ai-text-block",
172 content: "Always here to help you succeed",
173 style: {
174 typography: {
175 fontSize: "16px",
176 },
177 },
178 },
179 },
180 ],
181 },
182 ],
183 },
184 ],
185 },
186 },
187 {
188 id: "features-02",
189 jsonBlocks: {
190 blockName: "core/group",
191 attrs: {
192 className: "features-grid",
193 align: "full",
194 style: {
195 spacing: {
196 padding: {
197 top: "80px",
198 right: "40px",
199 bottom: "80px",
200 left: "40px",
201 },
202 },
203 },
204 },
205 innerBlocks: [
206 {
207 blockName: "core/columns",
208 attrs: {
209 className: "features-grid-4",
210 verticalAlignment: "top",
211 },
212 innerBlocks: [
213 {
214 blockName: "core/column",
215 attrs: {
216 className: "feature-column feature-smart-design",
217 width: "25%",
218 },
219 innerBlocks: [
220 {
221 blockName: "core/image",
222 attrs: {
223 imageUrl: "",
224 className: "feature-icon ai-image-block",
225 },
226 },
227 {
228 blockName: "core/heading",
229 attrs: {
230 className: "feature-title",
231 content: "Smart Design",
232 level: 3,
233 style: {
234 typography: {
235 fontSize: "20px",
236 fontWeight: "600",
237 },
238 },
239 },
240 },
241 {
242 blockName: "core/paragraph",
243 attrs: {
244 className: "feature-description ai-text-block",
245 content: "Modern and responsive layouts",
246 style: {
247 typography: {
248 fontSize: "14px",
249 },
250 },
251 },
252 },
253 ],
254 },
255 {
256 blockName: "core/column",
257 attrs: {
258 className: "feature-column feature-secure",
259 width: "25%",
260 },
261 innerBlocks: [
262 {
263 blockName: "core/image",
264 attrs: {
265 imageUrl: "",
266 className: "feature-icon ai-image-block",
267 },
268 },
269 {
270 blockName: "core/heading",
271 attrs: {
272 className: "feature-title",
273 content: "Secure",
274 level: 3,
275 style: {
276 typography: {
277 fontSize: "20px",
278 fontWeight: "600",
279 },
280 },
281 },
282 },
283 {
284 blockName: "core/paragraph",
285 attrs: {
286 className: "feature-description ai-text-block",
287 content: "Advanced security features",
288 style: {
289 typography: {
290 fontSize: "14px",
291 },
292 },
293 },
294 },
295 ],
296 },
297 {
298 blockName: "core/column",
299 attrs: {
300 className: "feature-column feature-customizable",
301 width: "25%",
302 },
303 innerBlocks: [
304 {
305 blockName: "core/image",
306 attrs: {
307 imageUrl: "",
308 className: "feature-icon ai-image-block",
309 },
310 },
311 {
312 blockName: "core/heading",
313 attrs: {
314 className: "feature-title",
315 content: "Customizable",
316 level: 3,
317 style: {
318 typography: {
319 fontSize: "20px",
320 fontWeight: "600",
321 },
322 },
323 },
324 },
325 {
326 blockName: "core/paragraph",
327 attrs: {
328 className: "feature-description ai-text-block",
329 content: "Flexible and adaptable",
330 style: {
331 typography: {
332 fontSize: "14px",
333 },
334 },
335 },
336 },
337 ],
338 },
339 {
340 blockName: "core/column",
341 attrs: {
342 className: "feature-column feature-analytics",
343 width: "25%",
344 },
345 innerBlocks: [
346 {
347 blockName: "core/image",
348 attrs: {
349 imageUrl: "",
350 className: "feature-icon ai-image-block",
351 },
352 },
353 {
354 blockName: "core/heading",
355 attrs: {
356 className: "feature-title",
357 content: "Analytics",
358 level: 3,
359 style: {
360 typography: {
361 fontSize: "20px",
362 fontWeight: "600",
363 },
364 },
365 },
366 },
367 {
368 blockName: "core/paragraph",
369 attrs: {
370 className: "feature-description ai-text-block",
371 content: "Detailed insights and reports",
372 style: {
373 typography: {
374 fontSize: "14px",
375 },
376 },
377 },
378 },
379 ],
380 },
381 ],
382 },
383 ],
384 },
385 },
386 {
387 id: "features-03",
388 jsonBlocks: {
389 blockName: "core/group",
390 attrs: {
391 className: "features-cards",
392 align: "full",
393 style: {
394 spacing: {
395 padding: {
396 top: "80px",
397 right: "40px",
398 bottom: "80px",
399 left: "40px",
400 },
401 },
402 },
403 },
404 innerBlocks: [
405 {
406 blockName: "core/heading",
407 attrs: {
408 className: "features-cards-title",
409 content: "We do it for the love of the Game. (Managing Projects)",
410 level: 2,
411 align: "center",
412 style: {
413 typography: {
414 fontSize: "36px",
415 fontWeight: "800",
416 },
417 },
418 },
419 },
420 {
421 blockName: "core/paragraph",
422 attrs: {
423 className: "features-cards-subtitle ai-text-block",
424 content:
425 "Streamline your projects with our powerful features and gain insights with comprehensive project performance metrics.",
426 align: "center",
427 style: {
428 typography: {
429 fontSize: "18px",
430 },
431 },
432 },
433 },
434 {
435 blockName: "core/columns",
436 attrs: {
437 className: "features-cards-grid",
438 verticalAlignment: "top",
439 },
440 innerBlocks: [
441 {
442 blockName: "core/column",
443 attrs: { className: "feature-card-column", width: "25%" },
444 innerBlocks: [
445 {
446 blockName: "core/image",
447 attrs: {
448 imageUrl: "",
449 className:
450 "feature-card-icon feature-card-icon-red ai-image-block",
451 },
452 },
453 {
454 blockName: "core/heading",
455 attrs: {
456 className: "feature-card-title",
457 content: "Task Management",
458 level: 3,
459 },
460 },
461 {
462 blockName: "core/paragraph",
463 attrs: {
464 className: "feature-card-description ai-text-block",
465 content:
466 "Organize and prioritize tasks efficiently for your team's success.",
467 },
468 },
469 ],
470 },
471 {
472 blockName: "core/column",
473 attrs: { className: "feature-card-column", width: "25%" },
474 innerBlocks: [
475 {
476 blockName: "core/image",
477 attrs: {
478 imageUrl: "",
479 className:
480 "feature-card-icon feature-card-icon-blue ai-image-block",
481 },
482 },
483 {
484 blockName: "core/heading",
485 attrs: {
486 className: "feature-card-title",
487 content: "Real-time Updates",
488 level: 3,
489 },
490 },
491 {
492 blockName: "core/paragraph",
493 attrs: {
494 className: "feature-card-description ai-text-block",
495 content:
496 "Stay informed with instant notifications on project progress.",
497 },
498 },
499 ],
500 },
501 {
502 blockName: "core/column",
503 attrs: { className: "feature-card-column", width: "25%" },
504 innerBlocks: [
505 {
506 blockName: "core/image",
507 attrs: {
508 imageUrl: "",
509 className:
510 "feature-card-icon feature-card-icon-green ai-image-block",
511 },
512 },
513 {
514 blockName: "core/heading",
515 attrs: {
516 className: "feature-card-title",
517 content: "Team Collaboration",
518 level: 3,
519 },
520 },
521 {
522 blockName: "core/paragraph",
523 attrs: {
524 className: "feature-card-description ai-text-block",
525 content:
526 "Foster teamwork with integrated communication tools.",
527 },
528 },
529 ],
530 },
531 {
532 blockName: "core/column",
533 attrs: { className: "feature-card-column", width: "25%" },
534 innerBlocks: [
535 {
536 blockName: "core/image",
537 attrs: {
538 imageUrl: "",
539 className:
540 "feature-card-icon feature-card-icon-yellow ai-image-block",
541 },
542 },
543 {
544 blockName: "core/heading",
545 attrs: {
546 className: "feature-card-title",
547 content: "Goal Tracking",
548 level: 3,
549 },
550 },
551 {
552 blockName: "core/paragraph",
553 attrs: {
554 className: "feature-card-description ai-text-block",
555 content:
556 "Set and monitor project milestones and objectives easily.",
557 },
558 },
559 ],
560 },
561 ],
562 },
563 ],
564 },
565 },
566 ];
567
568 export default features;
569