PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.7.2
AI Builder – Generate pages, blocks, images & translate with AI v2.7.2
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 / testimonials.js

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

708 lines 22.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const testimonials = [
2 {
3 id: "testimonial-01",
4 jsonBlocks: {
5 blockName: "core/group",
6 attrs: {
7 className: "testimonial-modern",
8 backgroundColor: "white",
9 style: {
10 spacing: {
11 padding: {
12 top: "40px",
13 right: "40px",
14 bottom: "40px",
15 left: "40px",
16 },
17 },
18 },
19 },
20 innerBlocks: [
21 {
22 blockName: "core/columns",
23 attrs: {
24 className: "testimonial-columns",
25 },
26 innerBlocks: [
27 {
28 blockName: "core/column",
29 attrs: {
30 className: "testimonial-image-column",
31 },
32 innerBlocks: [
33 {
34 blockName: "core/image",
35 attrs: {
36 className: "ai-image-block",
37 imageUrl: "",
38 },
39 },
40 ],
41 },
42 {
43 blockName: "core/column",
44 attrs: {
45 className: "testimonial-content-column",
46 },
47 innerBlocks: [
48 {
49 blockName: "core/quote",
50 attrs: {
51 className: "testimonial-quote",
52 value: undefined,
53 },
54 innerBlocks: [
55 {
56 blockName: "core/paragraph",
57 attrs: {
58 className: "testimonial-text ai-text-block",
59 content:
60 "L'utilisation de ce plugin a révolutionné notre approche du développement web. La facilité d'utilisation et la flexibilité des blocs nous permettent de créer des pages complexes en un temps record. Le support client est exceptionnel et les mises à jour régulières nous assurent d'avoir toujours les dernières fonctionnalités.",
61 },
62 },
63 ],
64 },
65 {
66 blockName: "core/paragraph",
67 attrs: {
68 className: "testimonial-author ai-text-block",
69 content:
70 "Sophie Martin, Directrice Technique chez WebSolutions",
71 },
72 },
73 ],
74 },
75 ],
76 },
77 ],
78 },
79 },
80 {
81 id: "testimonial-02",
82 jsonBlocks: {
83 blockName: "core/group",
84 attrs: {
85 className: "testimonial-minimal",
86 backgroundColor: "#f8f9fa",
87 style: {
88 spacing: {
89 padding: {
90 top: "50px",
91 right: "50px",
92 bottom: "50px",
93 left: "50px",
94 },
95 },
96 },
97 },
98 innerBlocks: [
99 {
100 blockName: "core/columns",
101 attrs: {
102 className: "testimonial-minimal-columns",
103 verticalAlignment: "center",
104 },
105 innerBlocks: [
106 {
107 blockName: "core/column",
108 attrs: {
109 className: "testimonial-minimal-content",
110 width: "70%",
111 },
112 innerBlocks: [
113 {
114 blockName: "core/paragraph",
115 attrs: {
116 className: "testimonial-minimal-text ai-text-block",
117 content:
118 "Une solution parfaite pour nos besoins. Interface intuitive et résultats impeccables.",
119 style: {
120 typography: {
121 fontSize: "20px",
122 fontStyle: "italic",
123 },
124 },
125 },
126 },
127 {
128 blockName: "core/paragraph",
129 attrs: {
130 className: "testimonial-minimal-author ai-text-block",
131 content: "Thomas Dubois",
132 style: {
133 typography: {
134 fontWeight: "600",
135 },
136 },
137 },
138 },
139 {
140 blockName: "core/paragraph",
141 attrs: {
142 className: "testimonial-minimal-position ai-text-block",
143 content: "Fondateur de DesignStudio",
144 style: {
145 typography: {
146 fontSize: "14px",
147 color: "#666",
148 },
149 },
150 },
151 },
152 ],
153 },
154 {
155 blockName: "core/column",
156 attrs: {
157 className: "testimonial-minimal-image",
158 width: "30%",
159 },
160 innerBlocks: [
161 {
162 blockName: "core/group",
163 attrs: {
164 className: "ai-image-block",
165 layout: {
166 type: "constrained",
167 },
168 style: {
169 color: {
170 background: "#eaeaea",
171 },
172 border: {
173 radius: "12px",
174 },
175 spacing: {
176 padding: {
177 top: "50px",
178 bottom: "50px",
179 },
180 },
181 dimensions: {
182 minHeight: "300px",
183 },
184 layout: {
185 type: "flex",
186 justifyContent: "center",
187 alignItems: "center",
188 },
189 },
190 },
191 innerBlocks: [
192 {
193 blockName: "core/image",
194 attrs: {
195 className: "ai-image-block",
196 imageUrl: "",
197 },
198 },
199 ],
200 },
201 ],
202 },
203 ],
204 },
205 ],
206 },
207 },
208 {
209 id: "testimonial-03",
210 jsonBlocks: {
211 blockName: "core/group",
212 attrs: {
213 className: "testimonial-carousel",
214 backgroundColor: "#ffffff",
215 style: {
216 spacing: {
217 padding: {
218 top: "60px",
219 right: "40px",
220 bottom: "60px",
221 left: "40px",
222 },
223 },
224 },
225 },
226 innerBlocks: [
227 {
228 blockName: "core/heading",
229 attrs: {
230 className: "testimonial-carousel-title",
231 content: "Ils nous font confiance",
232 level: 2,
233 style: {
234 typography: {
235 fontSize: "32px",
236 fontWeight: "700",
237 },
238 color: {
239 text: "#333333",
240 },
241 },
242 },
243 },
244 {
245 blockName: "core/group",
246 attrs: {
247 className: "testimonial-carousel-container",
248 },
249 innerBlocks: [
250 {
251 blockName: "core/columns",
252 attrs: {
253 className: "testimonial-carousel-slides",
254 },
255 innerBlocks: [
256 {
257 blockName: "core/column",
258 attrs: {
259 className: "testimonial-carousel-slide",
260 width: "33.33%",
261 },
262 innerBlocks: [
263 {
264 blockName: "core/image",
265 attrs: {
266 className: "ai-image-block",
267 imageUrl: "",
268 },
269 },
270 {
271 blockName: "core/paragraph",
272 attrs: {
273 className: "testimonial-carousel-text ai-text-block",
274 content:
275 "Un plugin qui a révolutionné notre workflow. Simple et efficace.",
276 style: {
277 typography: {
278 fontSize: "16px",
279 fontStyle: "italic",
280 },
281 },
282 },
283 },
284 {
285 blockName: "core/paragraph",
286 attrs: {
287 className: "testimonial-carousel-author ai-text-block",
288 content: "Lucas Dubois",
289 style: {
290 typography: {
291 fontWeight: "600",
292 },
293 },
294 },
295 },
296 ],
297 },
298 {
299 blockName: "core/column",
300 attrs: {
301 className: "testimonial-carousel-slide",
302 width: "33.33%",
303 },
304 innerBlocks: [
305 {
306 blockName: "core/image",
307 attrs: {
308 className: "ai-image-block",
309 imageUrl: "",
310 },
311 },
312 {
313 blockName: "core/paragraph",
314 attrs: {
315 className: "testimonial-carousel-text ai-text-block",
316 content:
317 "Interface intuitive, résultats impeccables. Parfait pour nos projets.",
318 style: {
319 typography: {
320 fontSize: "16px",
321 fontStyle: "italic",
322 },
323 },
324 },
325 },
326 {
327 blockName: "core/paragraph",
328 attrs: {
329 className: "testimonial-carousel-author ai-text-block",
330 content: "Emma Martin",
331 style: {
332 typography: {
333 fontWeight: "600",
334 },
335 },
336 },
337 },
338 ],
339 },
340 {
341 blockName: "core/column",
342 attrs: {
343 className: "testimonial-carousel-slide",
344 width: "33.33%",
345 },
346 innerBlocks: [
347 {
348 blockName: "core/image",
349 attrs: {
350 className: "ai-image-block",
351 imageUrl: "",
352 },
353 },
354 {
355 blockName: "core/paragraph",
356 attrs: {
357 className: "testimonial-carousel-text ai-text-block",
358 content:
359 "Un gain de temps considérable. Support réactif et mises à jour régulières.",
360 style: {
361 typography: {
362 fontSize: "16px",
363 fontStyle: "italic",
364 },
365 },
366 },
367 },
368 {
369 blockName: "core/paragraph",
370 attrs: {
371 className: "testimonial-carousel-author ai-text-block",
372 content: "Thomas Leroy",
373 style: {
374 typography: {
375 fontWeight: "600",
376 },
377 },
378 },
379 },
380 ],
381 },
382 ],
383 },
384 ],
385 },
386 ],
387 },
388 },
389 {
390 id: "testimonial-04",
391 jsonBlocks: {
392 blockName: "core/group",
393 attrs: {
394 className: "testimonial-modern-grid",
395 backgroundColor: "#f8f9fa",
396 style: {
397 spacing: {
398 padding: {
399 top: "80px",
400 right: "40px",
401 bottom: "80px",
402 left: "40px",
403 },
404 },
405 },
406 },
407 innerBlocks: [
408 {
409 blockName: "core/heading",
410 attrs: {
411 className: "testimonial-modern-title",
412 content: "Témoignages clients",
413 level: 2,
414 style: {
415 typography: {
416 fontSize: "36px",
417 fontWeight: "800",
418 },
419 color: {
420 text: "#1a1a1a",
421 },
422 },
423 },
424 },
425 {
426 blockName: "core/group",
427 attrs: {
428 className: "testimonial-modern-grid-container",
429 },
430 innerBlocks: [
431 {
432 blockName: "core/columns",
433 attrs: {
434 className: "testimonial-modern-grid-columns",
435 },
436 innerBlocks: [
437 {
438 blockName: "core/column",
439 attrs: {
440 className: "testimonial-modern-card",
441 width: "33.33%",
442 },
443 innerBlocks: [
444 {
445 blockName: "core/group",
446 attrs: {
447 className: "testimonial-modern-card-inner",
448 style: {
449 color: {
450 background: "#ffffff",
451 },
452 border: {
453 radius: "16px",
454 },
455 spacing: {
456 padding: {
457 top: "30px",
458 right: "30px",
459 bottom: "30px",
460 left: "30px",
461 },
462 },
463 },
464 },
465 innerBlocks: [
466 {
467 blockName: "core/image",
468 attrs: {
469 className: "ai-image-block",
470 imageUrl: "",
471 },
472 },
473 {
474 blockName: "core/paragraph",
475 attrs: {
476 className:
477 "testimonial-modern-rating ai-text-block",
478 content: "�
479
480
481
482
483 ",
484 style: {
485 typography: {
486 fontSize: "20px",
487 color: "#ffd700",
488 },
489 },
490 },
491 },
492 {
493 blockName: "core/paragraph",
494 attrs: {
495 className: "testimonial-modern-text ai-text-block",
496 content:
497 "Une solution parfaite pour nos besoins. Interface intuitive et résultats impeccables.",
498 style: {
499 typography: {
500 fontSize: "16px",
501 lineHeight: "1.6",
502 },
503 },
504 },
505 },
506 {
507 blockName: "core/paragraph",
508 attrs: {
509 className:
510 "testimonial-modern-author ai-text-block",
511 content: "Sarah Dubois",
512 style: {
513 typography: {
514 fontWeight: "700",
515 fontSize: "18px",
516 },
517 },
518 },
519 },
520 ],
521 },
522 ],
523 },
524 {
525 blockName: "core/column",
526 attrs: {
527 className: "testimonial-modern-card",
528 width: "33.33%",
529 },
530 innerBlocks: [
531 {
532 blockName: "core/group",
533 attrs: {
534 className: "testimonial-modern-card-inner",
535 style: {
536 color: {
537 background: "#ffffff",
538 },
539 border: {
540 radius: "16px",
541 },
542 spacing: {
543 padding: {
544 top: "30px",
545 right: "30px",
546 bottom: "30px",
547 left: "30px",
548 },
549 },
550 },
551 },
552 innerBlocks: [
553 {
554 blockName: "core/image",
555 attrs: {
556 className: "ai-image-block",
557 imageUrl: "",
558 },
559 },
560 {
561 blockName: "core/paragraph",
562 attrs: {
563 className:
564 "testimonial-modern-rating ai-text-block",
565 content: "�
566
567
568
569
570 ",
571 style: {
572 typography: {
573 fontSize: "20px",
574 color: "#ffd700",
575 },
576 },
577 },
578 },
579 {
580 blockName: "core/paragraph",
581 attrs: {
582 className: "testimonial-modern-text ai-text-block",
583 content:
584 "Le meilleur plugin que nous ayons utilisé. Support exceptionnel et mises à jour régulières.",
585 style: {
586 typography: {
587 fontSize: "16px",
588 lineHeight: "1.6",
589 },
590 },
591 },
592 },
593 {
594 blockName: "core/paragraph",
595 attrs: {
596 className:
597 "testimonial-modern-author ai-text-block",
598 content: "Marc Laurent",
599 style: {
600 typography: {
601 fontWeight: "700",
602 fontSize: "18px",
603 },
604 },
605 },
606 },
607 ],
608 },
609 ],
610 },
611 {
612 blockName: "core/column",
613 attrs: {
614 className: "testimonial-modern-card",
615 width: "33.33%",
616 },
617 innerBlocks: [
618 {
619 blockName: "core/group",
620 attrs: {
621 className: "testimonial-modern-card-inner",
622 style: {
623 color: {
624 background: "#ffffff",
625 },
626 border: {
627 radius: "16px",
628 },
629 spacing: {
630 padding: {
631 top: "30px",
632 right: "30px",
633 bottom: "30px",
634 left: "30px",
635 },
636 },
637 },
638 },
639 innerBlocks: [
640 {
641 blockName: "core/image",
642 attrs: {
643 className: "ai-image-block",
644 imageUrl: "",
645 },
646 },
647 {
648 blockName: "core/paragraph",
649 attrs: {
650 className:
651 "testimonial-modern-rating ai-text-block",
652 content: "�
653
654
655
656
657 ",
658 style: {
659 typography: {
660 fontSize: "20px",
661 color: "#ffd700",
662 },
663 },
664 },
665 },
666 {
667 blockName: "core/paragraph",
668 attrs: {
669 className: "testimonial-modern-text ai-text-block",
670 content:
671 "Un gain de temps considérable. Interface claire et fonctionnalités puissantes.",
672 style: {
673 typography: {
674 fontSize: "16px",
675 lineHeight: "1.6",
676 },
677 },
678 },
679 },
680 {
681 blockName: "core/paragraph",
682 attrs: {
683 className:
684 "testimonial-modern-author ai-text-block",
685 content: "Julie Martin",
686 style: {
687 typography: {
688 fontWeight: "700",
689 fontSize: "18px",
690 },
691 },
692 },
693 },
694 ],
695 },
696 ],
697 },
698 ],
699 },
700 ],
701 },
702 ],
703 },
704 },
705 ];
706
707 export default testimonials;
708