@levo-so/blocks 0.1.100 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +5 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,96 +1,255 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- // Extract image object into a constant for reusability
4
- const CLIENT_IMAGE = {
5
- id: "moxjZ3I3wRz93",
6
- filename: "testimonial-3.png",
3
+ const IMG_1 = {
4
+ id: "7453466604275339897",
7
5
  kind: "image",
8
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s.png",
6
+ location: "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg",
7
+ mimetype: "image/jpeg",
9
8
  srcset: {
10
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1080w.webp",
11
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1200w.webp",
12
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1920w.webp",
13
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-320w.webp",
14
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-640w.webp",
15
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-750w.webp",
16
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-828w.webp",
17
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1920w.webp 1920w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
24
+ },
25
+ };
26
+
27
+ const IMG_2 = {
28
+ id: "7453466604275215569",
29
+ kind: "image",
30
+ location: "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg",
31
+ mimetype: "image/jpeg",
32
+ srcset: {
33
+ "320w":
34
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
48
+ },
49
+ };
50
+
51
+ const IMG_3 = {
52
+ id: "7453466620030341764",
53
+ kind: "image",
54
+ location: "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg",
55
+ mimetype: "image/jpeg",
56
+ srcset: {
57
+ "320w":
58
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
72
+ },
73
+ };
74
+
75
+ const ARROW_LEFT_ICON = {
76
+ kind: "icon",
77
+ data: {
78
+ id: "arrow-left",
79
+ label: "Arrow Left",
80
+ svgCode:
81
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
82
+ },
83
+ };
84
+
85
+ const ARROW_RIGHT_ICON = {
86
+ kind: "icon",
87
+ data: {
88
+ id: "arrow-right-1",
89
+ label: "Arrow Right 1",
90
+ svgCode:
91
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
18
92
  },
19
- mimetype: "image/png",
20
93
  };
21
94
 
22
- // Array of testimonials content
23
95
  const TESTIMONIALS_CONTENT = [
24
96
  {
25
97
  testimonial_wrapper: null,
26
98
  testimonial_content: null,
27
99
  author_box: null,
28
- author_name: "Jeni Smith",
29
- author_role: "Head of Operations, Shark Ltd.",
100
+ author_name: "Marcus Chen",
101
+ author_role: "Head of Payments, Northwind Neobank",
30
102
  testimonial_text:
31
- "AI-powered solutions transformed our website! The team's expertise in web development and AI-driven automation helped us build a fast, intuitive, and scalable platform. Our user engagement has skyrocketed, and the seamless AI integrations have made a real impact. Highly recommended!",
103
+ "Our auth rates lifted 3.1% within the first billing cycle after rolling out the new 3DS flow. Settlement now lands in a single T+1 window, and reconciliation against our ledger finally runs clean every morning.",
32
104
  testimonial_controls: null,
33
105
  image_box: null,
34
- client_image: CLIENT_IMAGE,
106
+ client_image: IMG_1,
35
107
  },
36
108
  {
37
109
  testimonial_wrapper: null,
38
110
  testimonial_content: null,
39
111
  author_box: null,
40
- author_name: "Mike Johnson",
41
- author_role: "CTO, Tech Innovations Inc.",
112
+ author_name: "Priya Raman",
113
+ author_role: "CFO, Quorum B2B Payments",
42
114
  testimonial_text:
43
- "The development team exceeded our expectations with their innovative approach to AI integration. Our platform's performance improved dramatically, and the user experience is now seamless across all devices.",
115
+ "Chargeback volume dropped 42% after we layered their risk signals on top of Plaid balance checks. The tokenization model keeps us in PCI DSS Level 1 scope without dragging every microservice in with us.",
44
116
  testimonial_controls: null,
45
117
  image_box: null,
46
- client_image: CLIENT_IMAGE,
118
+ client_image: IMG_2,
47
119
  },
48
120
  {
49
121
  testimonial_wrapper: null,
50
122
  testimonial_content: null,
51
123
  author_box: null,
52
- author_name: "Sarah Williams",
53
- author_role: "Product Manager, Digital Solutions Co.",
124
+ author_name: "Daniel Okafor",
125
+ author_role: "VP Engineering, Vault Crypto Custody",
54
126
  testimonial_text:
55
- "Working with this team was a game-changer for our business. The AI-powered features they implemented have streamlined our operations and significantly improved our customer satisfaction rates.",
127
+ "KYC onboarding dropped from eleven minutes to ninety seconds for the median customer. The double-entry ledger primitives let us close books on fiat and crypto legs against the same event stream — an order of magnitude less audit pain.",
56
128
  testimonial_controls: null,
57
129
  image_box: null,
58
- client_image: CLIENT_IMAGE,
130
+ client_image: IMG_3,
59
131
  },
60
132
  ];
61
133
 
62
134
  const DEFAULT_CONTENT = {
63
135
  layout: null,
64
136
  container: null,
65
- title: "What Our Clients Say",
137
+ header: null,
138
+ title: "Trusted by payments teams",
66
139
  description:
67
- "What Our Clients Say What Our Clients Say What Our Clients Say What Our Clients Say What Our Clients Say",
140
+ "How fintech operators moved money faster, lifted auth rates, and kept PCI scope tight with the platform.",
68
141
  button_prev: " ",
69
142
  button_next: " ",
70
143
  testimonials: TESTIMONIALS_CONTENT,
71
- button_prev_leftIcon: {
72
- kind: "icon",
73
- data: {
74
- id: "arrow-left",
75
- label: "Arrow Left",
76
- tags: ["arrow", "custom", "directional", "left"],
77
- svgCode:
78
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
144
+ button_prev_leftIcon: ARROW_LEFT_ICON,
145
+ button_next_rightIcon: ARROW_RIGHT_ICON,
146
+ };
147
+
148
+ export type ITestimonial3Content = typeof DEFAULT_CONTENT;
149
+
150
+ const TESTIMONIALS_CONFIG = [
151
+ {
152
+ testimonial_text: {
153
+ selectedVariants: {
154
+ Typography_Variants: "Lead",
155
+ },
156
+ },
157
+ author_role: {
158
+ selectedVariants: {
159
+ Typography_Variants: "Small",
160
+ },
161
+ },
162
+ author_name: {
163
+ heading: {
164
+ level: "4",
165
+ },
166
+ selectedVariants: {
167
+ Heading_Level: "H5",
168
+ },
79
169
  },
80
170
  },
81
- button_next_rightIcon: {
82
- kind: "icon",
83
- data: {
84
- id: "arrow-right-1",
85
- label: "Arrow Right 1",
86
- tags: ["arrow", "custom", "directional", "right"],
87
- svgCode:
88
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
171
+ {
172
+ testimonial_text: {
173
+ selectedVariants: {
174
+ Typography_Variants: "Lead",
175
+ },
176
+ },
177
+ author_role: {
178
+ selectedVariants: {
179
+ Typography_Variants: "Small",
180
+ },
181
+ },
182
+ author_name: {
183
+ heading: {
184
+ level: "4",
185
+ },
186
+ selectedVariants: {
187
+ Heading_Level: "H5",
188
+ },
89
189
  },
90
190
  },
191
+ {
192
+ testimonial_text: {
193
+ selectedVariants: {
194
+ Typography_Variants: "Lead",
195
+ },
196
+ },
197
+ author_role: {
198
+ selectedVariants: {
199
+ Typography_Variants: "Small",
200
+ },
201
+ },
202
+ author_name: {
203
+ heading: {
204
+ level: "4",
205
+ },
206
+ selectedVariants: {
207
+ Heading_Level: "H5",
208
+ },
209
+ },
210
+ },
211
+ ];
212
+
213
+ const NAV_BTN_STYLE = {
214
+ width: "40px",
215
+ height: "40px",
216
+ padding: "0",
217
+ "border-radius": "50%",
218
+ display: "inline-flex",
219
+ "align-items": "center",
220
+ "justify-content": "center",
221
+ "flex-shrink": "0",
91
222
  };
92
223
 
93
- export type ITestimonial3Content = typeof DEFAULT_CONTENT;
224
+ const NAV_ICON_STYLE = {
225
+ width: "16px",
226
+ height: "16px",
227
+ "font-size": "16px",
228
+ color: "white",
229
+ };
230
+
231
+ const BASE_CONFIG = {
232
+ button_prev: {
233
+ button_icons: {
234
+ left: {
235
+ enabled: true,
236
+ },
237
+ },
238
+ },
239
+ button_next: {
240
+ button_icons: {
241
+ right: {
242
+ enabled: true,
243
+ },
244
+ },
245
+ },
246
+ title: {
247
+ selectedVariants: {
248
+ Heading_Level: "H2",
249
+ },
250
+ },
251
+ testimonials: TESTIMONIALS_CONFIG,
252
+ };
94
253
 
95
254
  export const Testimonial3: IBlock = {
96
255
  category_id: "testimonial",
@@ -188,222 +347,408 @@ export const Testimonial3: IBlock = {
188
347
  ],
189
348
  layouts: [
190
349
  {
191
- key: "default",
192
- title: "Default",
350
+ key: "centered",
351
+ title: "Centered",
193
352
  styles: {
194
- container: {},
353
+ container: {
354
+ "padding-top": "3xl",
355
+ "padding-bottom": "3xl",
356
+ },
195
357
  title: {
196
- tablet: {
358
+ "text-align": "center",
359
+ },
360
+ description: {
361
+ "text-align": "center",
362
+ "max-width": "640px",
363
+ "margin-left": "auto",
364
+ "margin-right": "auto",
365
+ },
366
+ testimonials_levoGroupItem: {
367
+ testimonial_wrapper: {
368
+ display: "flex",
369
+ "flex-direction": "column",
370
+ "align-items": "center",
371
+ gap: "xl",
372
+ width: "100%",
373
+ height: "100%",
374
+ },
375
+ testimonial_content: {
197
376
  "text-align": "center",
377
+ "max-width": "640px",
378
+ width: "100%",
379
+ display: "flex",
380
+ "flex-direction": "column",
381
+ "align-items": "center",
382
+ order: "2",
383
+ },
384
+ author_box: {
385
+ "margin-bottom": "lg",
386
+ "text-align": "center",
387
+ },
388
+ author_name: {
389
+ "font-weight": 600,
390
+ "margin-bottom": "4xs",
391
+ },
392
+ author_role: {},
393
+ testimonial_text: {
394
+ "margin-bottom": "2xl",
395
+ },
396
+ testimonial_controls: {
397
+ display: "flex",
398
+ gap: "base",
399
+ "justify-content": "center",
400
+ "margin-top": "auto",
401
+ },
402
+ image_box: {
403
+ display: "flex",
404
+ "justify-content": "center",
405
+ order: "1",
406
+ },
407
+ client_image: {
408
+ height: "6rem",
409
+ width: "6rem",
410
+ "object-fit": "cover",
411
+ "border-radius": "50%",
412
+ "aspect-ratio": "1 / 1",
198
413
  },
199
414
  },
200
- testimonials: [
201
- {
202
- testimonial_wrapper: {
203
- display: "flex",
204
- "flex-direction": "row",
205
- "align-items": "center",
206
- gap: "10xl",
207
- mobile: {
208
- "flex-direction": "column",
209
- },
210
- },
211
- testimonial_content: {
212
- flex: "1 1 0%",
213
- },
214
- author_box: {
215
- "margin-bottom": "6xl",
216
- },
217
- author_name: {
218
- "font-weight": 600,
219
- "margin-bottom": "4xs",
220
- },
221
- author_role: {},
222
- testimonial_text: {
223
- "margin-bottom": "8xl",
224
- },
225
- testimonial_controls: {
226
- display: "flex",
227
- gap: "base",
228
- },
229
- image_box: {
230
- flex: "1 1 0%",
231
- display: "flex",
232
- "justify-content": "center",
233
- },
234
- client_image: {
235
- height: "18rem",
236
- "object-fit": "cover",
237
- "border-radius": "base",
415
+ testimonials: [{}, {}, {}],
416
+ button_prev: { ...NAV_BTN_STYLE },
417
+ button_next: { ...NAV_BTN_STYLE },
418
+ button_prev_leftIcon: { ...NAV_ICON_STYLE },
419
+ button_next_rightIcon: { ...NAV_ICON_STYLE },
420
+ header: {
421
+ "margin-bottom": "3xl",
422
+ "text-align": "center",
423
+ display: "flex",
424
+ "flex-direction": "column",
425
+ "align-items": "center",
426
+ gap: "base",
427
+ },
428
+ },
429
+ content: DEFAULT_CONTENT,
430
+ config: BASE_CONFIG,
431
+ },
432
+ {
433
+ key: "image_left",
434
+ title: "Image Left",
435
+ styles: {
436
+ container: {
437
+ "padding-top": "3xl",
438
+ "padding-bottom": "3xl",
439
+ },
440
+ title: {},
441
+ description: {
442
+ "max-width": "640px",
443
+ },
444
+ testimonials_levoGroupItem: {
445
+ testimonial_wrapper: {
446
+ display: "flex",
447
+ "flex-direction": "row",
448
+ "align-items": "center",
449
+ gap: "5xl",
450
+ mobile: {
451
+ "flex-direction": "column",
238
452
  },
239
453
  },
240
- {
241
- testimonial_wrapper: {
242
- display: "flex",
243
- "flex-direction": "row",
244
- "align-items": "center",
245
- gap: "10xl",
246
- mobile: {
247
- "flex-direction": "column",
248
- },
249
- },
250
- testimonial_content: {
251
- flex: "1 1 0%",
252
- },
253
- author_box: {
254
- "margin-bottom": "6xl",
255
- },
256
- author_name: {
257
- "font-weight": 600,
258
- "margin-bottom": "4xs",
259
- },
260
- author_role: {},
261
- testimonial_text: {
262
- "margin-bottom": "8xl",
263
- },
264
- testimonial_controls: {
265
- display: "flex",
266
- gap: "base",
267
- },
268
- image_box: {
269
- flex: "1 1 0%",
270
- display: "flex",
271
- "justify-content": "center",
272
- },
273
- client_image: {
274
- height: "18rem",
275
- "object-fit": "cover",
276
- "border-radius": "base",
277
- },
454
+ testimonial_content: {
455
+ flex: "1 1 0%",
456
+ order: "2",
457
+ display: "flex",
458
+ "flex-direction": "column",
278
459
  },
279
- {
280
- testimonial_wrapper: {
281
- display: "flex",
282
- "flex-direction": "row",
283
- "align-items": "center",
284
- gap: "10xl",
285
- mobile: {
286
- "flex-direction": "column",
287
- },
288
- },
289
- testimonial_content: {
290
- flex: "1 1 0%",
291
- },
292
- author_box: {
293
- "margin-bottom": "6xl",
294
- },
295
- author_name: {
296
- "font-weight": 600,
297
- "margin-bottom": "4xs",
298
- },
299
- author_role: {},
300
- testimonial_text: {
301
- "margin-bottom": "8xl",
302
- },
303
- testimonial_controls: {
304
- display: "flex",
305
- gap: "base",
306
- },
307
- image_box: {
308
- flex: "1 1 0%",
309
- display: "flex",
310
- "justify-content": "center",
311
- },
312
- client_image: {
313
- height: "18rem",
314
- "object-fit": "cover",
315
- "border-radius": "base",
316
- },
460
+ author_box: {
461
+ "margin-bottom": "2xl",
462
+ },
463
+ author_name: {
464
+ "font-weight": 600,
465
+ "margin-bottom": "4xs",
466
+ },
467
+ author_role: {},
468
+ testimonial_text: {
469
+ "margin-bottom": "3xl",
317
470
  },
318
- ],
471
+ testimonial_controls: {
472
+ display: "flex",
473
+ gap: "base",
474
+ "margin-top": "auto",
475
+ },
476
+ image_box: {
477
+ flex: "1 1 0%",
478
+ display: "flex",
479
+ "justify-content": "center",
480
+ order: "1",
481
+ },
482
+ client_image: {
483
+ height: "22rem",
484
+ width: "100%",
485
+ "object-fit": "cover",
486
+ "border-radius": "lg",
487
+ "aspect-ratio": "4 / 5",
488
+ },
489
+ },
490
+ testimonials: [{}, {}, {}],
491
+ button_prev: { ...NAV_BTN_STYLE },
492
+ button_next: { ...NAV_BTN_STYLE },
493
+ button_prev_leftIcon: { ...NAV_ICON_STYLE },
494
+ button_next_rightIcon: { ...NAV_ICON_STYLE },
319
495
  header: {
320
- "margin-bottom": "5xl",
496
+ "margin-bottom": "3xl",
497
+ display: "flex",
498
+ "flex-direction": "column",
499
+ gap: "base",
321
500
  },
322
501
  },
323
502
  content: DEFAULT_CONTENT,
324
- config: {
325
- button_prev: {
326
- button_icons: {
327
- left: {
328
- enabled: true,
329
- },
503
+ config: BASE_CONFIG,
504
+ },
505
+ {
506
+ key: "compact",
507
+ title: "Compact",
508
+ styles: {
509
+ container: {
510
+ "padding-top": "3xl",
511
+ "padding-bottom": "3xl",
512
+ },
513
+ title: {
514
+ tablet: {
515
+ "text-align": "center",
330
516
  },
331
517
  },
332
- button_next: {
333
- button_icons: {
334
- right: {
335
- enabled: true,
518
+ description: {
519
+ "max-width": "640px",
520
+ tablet: {
521
+ "text-align": "center",
522
+ "margin-left": "auto",
523
+ "margin-right": "auto",
524
+ },
525
+ },
526
+ testimonials_levoGroupItem: {
527
+ testimonial_wrapper: {
528
+ display: "flex",
529
+ "flex-direction": "row",
530
+ "align-items": "center",
531
+ gap: "3xl",
532
+ mobile: {
533
+ "flex-direction": "column",
336
534
  },
337
535
  },
536
+ testimonial_content: {
537
+ flex: "1 1 0%",
538
+ display: "flex",
539
+ "flex-direction": "column",
540
+ },
541
+ author_box: {
542
+ "margin-bottom": "base",
543
+ },
544
+ author_name: {
545
+ "font-weight": 600,
546
+ "margin-bottom": "4xs",
547
+ },
548
+ author_role: {},
549
+ testimonial_text: {
550
+ "margin-bottom": "2xl",
551
+ },
552
+ testimonial_controls: {
553
+ display: "flex",
554
+ gap: "base",
555
+ "margin-top": "auto",
556
+ },
557
+ image_box: {
558
+ flex: "0 0 auto",
559
+ display: "flex",
560
+ "justify-content": "center",
561
+ },
562
+ client_image: {
563
+ height: "12rem",
564
+ width: "12rem",
565
+ "object-fit": "cover",
566
+ "border-radius": "lg",
567
+ "aspect-ratio": "1 / 1",
568
+ },
569
+ },
570
+ testimonials: [{}, {}, {}],
571
+ button_prev: { ...NAV_BTN_STYLE },
572
+ button_next: { ...NAV_BTN_STYLE },
573
+ button_prev_leftIcon: { ...NAV_ICON_STYLE },
574
+ button_next_rightIcon: { ...NAV_ICON_STYLE },
575
+ header: {
576
+ "margin-bottom": "3xl",
577
+ display: "flex",
578
+ "flex-direction": "column",
579
+ gap: "base",
580
+ },
581
+ },
582
+ content: DEFAULT_CONTENT,
583
+ config: BASE_CONFIG,
584
+ },
585
+ {
586
+ key: "card",
587
+ title: "Card",
588
+ styles: {
589
+ container: {
590
+ "padding-top": "3xl",
591
+ "padding-bottom": "3xl",
338
592
  },
339
593
  title: {
340
- selectedVariants: {
341
- Heading_Level: "H2",
594
+ tablet: {
595
+ "text-align": "center",
342
596
  },
343
597
  },
344
- testimonials: [
345
- {
346
- testimonial_text: {
347
- selectedVariants: {
348
- Typography_Variants: "Lead",
349
- },
350
- },
351
- author_role: {
352
- selectedVariants: {
353
- Typography_Variants: "Small",
354
- },
355
- },
356
- author_name: {
357
- heading: {
358
- level: "4",
359
- },
360
- selectedVariants: {
361
- Heading_Level: "H5",
362
- },
363
- },
598
+ description: {
599
+ "max-width": "640px",
600
+ tablet: {
601
+ "text-align": "center",
602
+ "margin-left": "auto",
603
+ "margin-right": "auto",
364
604
  },
365
- {
366
- author_role: {
367
- selectedVariants: {
368
- Typography_Variants: "Small",
369
- },
370
- },
371
- testimonial_text: {
372
- selectedVariants: {
373
- Typography_Variants: "Lead",
374
- },
375
- },
376
- author_name: {
377
- selectedVariants: {
378
- Heading_Level: "H5",
379
- },
380
- heading: {
381
- level: "4",
382
- },
605
+ },
606
+ testimonials_levoGroupItem: {
607
+ testimonial_wrapper: {
608
+ display: "flex",
609
+ "flex-direction": "row",
610
+ "align-items": "center",
611
+ gap: "4xl",
612
+ "border-radius": "lg",
613
+ "box-shadow": "default",
614
+ "border-color": "border",
615
+ "border-width": "1px",
616
+ padding: "2xl",
617
+ height: "100%",
618
+ "background-color": "card",
619
+ mobile: {
620
+ "flex-direction": "column",
621
+ padding: "xl",
383
622
  },
384
623
  },
385
- {
386
- author_role: {
387
- selectedVariants: {
388
- Typography_Variants: "Small",
389
- },
390
- },
391
- testimonial_text: {
392
- selectedVariants: {
393
- Typography_Variants: "Lead",
394
- },
395
- },
396
- author_name: {
397
- selectedVariants: {
398
- Heading_Level: "H5",
399
- },
400
- heading: {
401
- level: "4",
402
- },
624
+ testimonial_content: {
625
+ flex: "1 1 0%",
626
+ display: "flex",
627
+ "flex-direction": "column",
628
+ },
629
+ author_box: {
630
+ "margin-bottom": "2xl",
631
+ },
632
+ author_name: {
633
+ "font-weight": 600,
634
+ "margin-bottom": "4xs",
635
+ },
636
+ author_role: {},
637
+ testimonial_text: {
638
+ "margin-bottom": "3xl",
639
+ },
640
+ testimonial_controls: {
641
+ display: "flex",
642
+ gap: "base",
643
+ "margin-top": "auto",
644
+ },
645
+ image_box: {
646
+ flex: "1 1 0%",
647
+ display: "flex",
648
+ "justify-content": "center",
649
+ },
650
+ client_image: {
651
+ height: "20rem",
652
+ width: "100%",
653
+ "object-fit": "cover",
654
+ "border-radius": "base",
655
+ "aspect-ratio": "4 / 5",
656
+ },
657
+ },
658
+ testimonials: [{}, {}, {}],
659
+ button_prev: { ...NAV_BTN_STYLE },
660
+ button_next: { ...NAV_BTN_STYLE },
661
+ button_prev_leftIcon: { ...NAV_ICON_STYLE },
662
+ button_next_rightIcon: { ...NAV_ICON_STYLE },
663
+ header: {
664
+ "margin-bottom": "3xl",
665
+ display: "flex",
666
+ "flex-direction": "column",
667
+ gap: "base",
668
+ },
669
+ },
670
+ content: DEFAULT_CONTENT,
671
+ config: BASE_CONFIG,
672
+ },
673
+ {
674
+ key: "default",
675
+ title: "Default",
676
+ styles: {
677
+ container: {
678
+ "padding-top": "3xl",
679
+ "padding-bottom": "3xl",
680
+ },
681
+ title: {
682
+ tablet: {
683
+ "text-align": "center",
684
+ },
685
+ },
686
+ description: {
687
+ "max-width": "640px",
688
+ tablet: {
689
+ "text-align": "center",
690
+ "margin-left": "auto",
691
+ "margin-right": "auto",
692
+ },
693
+ },
694
+ testimonials_levoGroupItem: {
695
+ testimonial_wrapper: {
696
+ display: "flex",
697
+ "flex-direction": "row",
698
+ "align-items": "center",
699
+ gap: "5xl",
700
+ mobile: {
701
+ "flex-direction": "column",
403
702
  },
404
703
  },
405
- ],
704
+ testimonial_content: {
705
+ flex: "1 1 0%",
706
+ display: "flex",
707
+ "flex-direction": "column",
708
+ },
709
+ author_box: {
710
+ "margin-bottom": "2xl",
711
+ },
712
+ author_name: {
713
+ "font-weight": 600,
714
+ "margin-bottom": "4xs",
715
+ },
716
+ author_role: {},
717
+ testimonial_text: {
718
+ "margin-bottom": "3xl",
719
+ },
720
+ testimonial_controls: {
721
+ display: "flex",
722
+ gap: "base",
723
+ "margin-top": "auto",
724
+ },
725
+ image_box: {
726
+ flex: "1 1 0%",
727
+ display: "flex",
728
+ "justify-content": "center",
729
+ },
730
+ client_image: {
731
+ height: "22rem",
732
+ width: "100%",
733
+ "object-fit": "cover",
734
+ "border-radius": "lg",
735
+ "aspect-ratio": "4 / 5",
736
+ },
737
+ },
738
+ testimonials: [{}, {}, {}],
739
+ button_prev: { ...NAV_BTN_STYLE },
740
+ button_next: { ...NAV_BTN_STYLE },
741
+ button_prev_leftIcon: { ...NAV_ICON_STYLE },
742
+ button_next_rightIcon: { ...NAV_ICON_STYLE },
743
+ header: {
744
+ "margin-bottom": "3xl",
745
+ display: "flex",
746
+ "flex-direction": "column",
747
+ gap: "base",
748
+ },
406
749
  },
750
+ content: DEFAULT_CONTENT,
751
+ config: BASE_CONFIG,
407
752
  },
408
753
  ],
409
754
  };