@levo-so/blocks 0.1.59 → 0.1.61

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 (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -11,49 +11,40 @@ const DUMMY_ICON = {
11
11
  },
12
12
  };
13
13
 
14
- const MEDIA = {
15
- placeholder: {
16
- id: "7141014160938075687",
17
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
18
- kind: "image",
19
- mimetype: "image/png",
20
- srcset: {
21
- "1080w":
22
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
23
- "1200w":
24
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
25
- "1920w":
26
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
27
- "320w":
28
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
29
- "640w":
30
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
31
- "750w":
32
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
33
- "828w":
34
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
35
- path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
36
- },
14
+ const MEDIA_1 = {
15
+ id: "74dXDI5ZKCpa",
16
+ filename: "testimonial-2\\.png",
17
+ kind: "image",
18
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD.png",
19
+ srcset: {
20
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1080w.webp",
21
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1200w.webp",
22
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1920w.webp",
23
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-320w.webp",
24
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-640w.webp",
25
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-750w.webp",
26
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-828w.webp",
27
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-828w.webp 828w",
28
+ },
29
+ mimetype: "image/png",
30
+ };
31
+
32
+ const MEDIA_2 = {
33
+ id: "iPDeNfZlYmpbt",
34
+ filename: "testimonial-2-variant-2.png",
35
+ kind: "image",
36
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4.png",
37
+ srcset: {
38
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1080w.webp",
39
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1200w.webp",
40
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1920w.webp",
41
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-320w.webp",
42
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-640w.webp",
43
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-750w.webp",
44
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-828w.webp",
45
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1080w.webp 1080w",
37
46
  },
38
- // openQoute: {
39
- // object: "media",
40
- // id: "9GFUqRMqQKAX",
41
- // workspace_id: "WLZ1TXTD",
42
- // filename: "“.svg",
43
- // kind: "image",
44
- // path: "WLZ1TXTD/-9GFhqRMqQKVE.svg",
45
- // location: "https://static.levocdn.com/WLZ1TXTD/-9GFhqRMqQKVE.svg",
46
- // metadata: {
47
- // etag: '"834462315a88cc87897a300e4b2f5d45"',
48
- // mimetype: "image/svg+xml",
49
- // size: 1115,
50
- // },
51
- // srcset: {},
52
- // created_at: "2025-04-27T11:33:42.633Z",
53
- // updated_at: "2025-04-27T11:33:42.633Z",
54
- // created_by: null,
55
- // updated_by: null,
56
- // },
47
+ mimetype: "image/png",
57
48
  };
58
49
 
59
50
  const TESTIMONIALS_CONTENT = [
@@ -65,7 +56,7 @@ const TESTIMONIALS_CONTENT = [
65
56
  icon: DUMMY_ICON,
66
57
  "testimonial-info": null,
67
58
  "author-wrapper": null,
68
- cover: MEDIA?.placeholder,
59
+ cover: MEDIA_1,
69
60
  cover_embed: null,
70
61
  "testimonial-text":
71
62
  "Switching to this platform has completely transformed how we handle financial reporting. The automation features are intuitive and have saved our team countless hours.",
@@ -80,7 +71,7 @@ const TESTIMONIALS_CONTENT = [
80
71
  icon: DUMMY_ICON,
81
72
  "testimonial-info": null,
82
73
  "author-wrapper": null,
83
- cover: MEDIA?.placeholder,
74
+ cover: MEDIA_1,
84
75
  cover_embed: null,
85
76
  "testimonial-text":
86
77
  "In an industry where every second counts, having real-time analytics and secure integrations has made all the difference for our clients and internal teams.",
@@ -95,7 +86,7 @@ const TESTIMONIALS_CONTENT = [
95
86
  icon: DUMMY_ICON,
96
87
  "testimonial-info": null,
97
88
  "author-wrapper": null,
98
- cover: MEDIA?.placeholder,
89
+ cover: MEDIA_1,
99
90
  cover_embed: null,
100
91
  "testimonial-text":
101
92
  "The platform's ability to scale with our growth while maintaining transparency across all financial touchpoints is simply unmatched.",
@@ -110,7 +101,7 @@ const TESTIMONIALS_CONTENT = [
110
101
  icon: DUMMY_ICON,
111
102
  "testimonial-info": null,
112
103
  "author-wrapper": null,
113
- cover: MEDIA?.placeholder,
104
+ cover: MEDIA_1,
114
105
  cover_embed: null,
115
106
  "testimonial-text":
116
107
  "We've seen a 30% improvement in financial process efficiency since adopting this tool. Its collaborative dashboards and user-friendly design stand out.",
@@ -126,128 +117,36 @@ const DEFAULT_CONTENT = {
126
117
  "header-content": null,
127
118
  "badge-container": null,
128
119
  "badge-text": "Beta Review",
120
+ "text-container": null,
129
121
  title: "Loved by Industrial People",
122
+ description:
123
+ "Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People ",
130
124
  testimonials: TESTIMONIALS_CONTENT,
131
125
  "carousel-navigation": null,
132
126
  "carousel-navigation-pill": null,
133
127
  title_two: " ",
134
128
  };
135
-
136
- export type ITestimonial2Content = typeof DEFAULT_CONTENT;
137
-
138
- const TESTIMONIAL_STYLE = {
139
- testimonial: {
140
- display: "flex",
141
- "box-shadow": "default",
142
- "border-radius": "base",
143
- "align-items": "stretch",
144
- overflow: "hidden",
145
- tablet: {
146
- "flex-direction": "column",
147
- },
148
- },
149
- "cover-container": {
150
- "max-width": "45%",
151
- tablet: {
152
- "max-width": "100%",
153
- },
154
- },
155
- cover: {
156
- height: "100%",
157
- width: "100%",
158
- "object-fit": "cover",
159
- tablet: {
160
- "max-width": "100%",
161
- },
162
- },
163
- cover_embed: {},
164
- "testimonial-content-wrapper": {
165
- display: "flex",
166
- flex: "1",
167
- "align-items": "center",
168
- "row-gap": "7xl",
169
- "column-gap": "7xl",
170
- "border-top-right-radius": "3xl",
171
- "border-bottom-right-radius": "3xl",
172
- padding: "7xl",
173
- tablet: {
174
- flex: "unset",
175
- padding: "4xl",
176
- "border-top-right-radius": "0",
177
- "border-bottom-left-radius": "3xl",
178
- "border-bottom-right-radius": "3xl",
179
- },
180
- mobile: {
181
- padding: "lg",
182
- },
183
- },
184
- "testimonial-content": {
185
- display: "flex",
186
- flex: "1",
187
- "align-items": "flex-start",
188
- "row-gap": "xl",
189
- "column-gap": "xl",
190
- mobile: {
191
- "column-gap": "sm",
192
- },
193
- },
194
- icon: {
195
- height: "auto",
196
- width: "40px",
197
- tablet: {
198
- height: "auto",
199
- width: "28px",
200
- },
201
- mobile: {
202
- height: "auto",
203
- width: "20px",
204
- },
205
- },
206
- "testimonial-info": {
207
- display: "flex",
208
- flex: "1",
209
- "flex-direction": "column",
210
- "row-gap": "7xl",
211
- tablet: {
212
- "row-gap": "xl",
213
- },
214
- },
215
- "testimonial-text": {
216
- color: "var(--color-text-1)",
217
- "font-size": "3xl",
218
- "font-weight": "semibold",
219
- tablet: {
220
- "font-size": "2xl",
221
- },
222
- mobile: {
223
- "font-size": "lg",
224
- },
225
- },
226
- "author-wrapper": {
227
- display: "flex",
228
- "flex-direction": "column",
229
- "row-gap": "4xs",
230
- },
231
- "author-name": {
232
- color: "var(--color-text-1)",
233
- "font-size": "2xl",
234
- "font-weight": "bold",
235
- mobile: {
236
- "font-size": "lg",
237
- },
238
- },
239
- "author-position": {
240
- color: "var(--color-text-2)",
241
- "font-size": "base",
242
- mobile: {
243
- "font-size": "sm",
244
- },
245
- },
129
+ const DEFAULT_CONTENT_VARIANT_2 = {
130
+ layout: null,
131
+ container: null,
132
+ header: null,
133
+ "header-content": null,
134
+ "badge-container": null,
135
+ "badge-text": "Beta Review",
136
+ "text-container": null,
137
+ title: "Loved by Industrial People",
138
+ description:
139
+ "Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People ",
140
+ testimonials: TESTIMONIALS_CONTENT.map((v) => ({
141
+ ...v,
142
+ cover: MEDIA_2,
143
+ })),
144
+ "carousel-navigation": null,
145
+ "carousel-navigation-pill": null,
146
+ title_two: " ",
246
147
  };
247
148
 
248
- const TESTIMONIALS_STYLES = Array(4)
249
- ?.fill(0)
250
- ?.map((_) => TESTIMONIAL_STYLE);
149
+ export type ITestimonial2Content = typeof DEFAULT_CONTENT;
251
150
 
252
151
  export const Testimonial2: IBlock = {
253
152
  category_id: "testimonial",
@@ -313,6 +212,15 @@ export const Testimonial2: IBlock = {
313
212
  max_characters: 18,
314
213
  },
315
214
  },
215
+ {
216
+ key: "text-container",
217
+ label: "Text Container",
218
+ field_interface: "BoxWidget",
219
+ hint: {
220
+ prompt_description:
221
+ "Container for the block header elements, such as the badge and main title, providing spacing and alignment.",
222
+ },
223
+ },
316
224
  {
317
225
  key: "title",
318
226
  label: "Title",
@@ -324,6 +232,11 @@ export const Testimonial2: IBlock = {
324
232
  max_characters: 45,
325
233
  },
326
234
  },
235
+ {
236
+ key: "description",
237
+ label: "Description",
238
+ field_interface: "TypographyWidget",
239
+ },
327
240
  {
328
241
  key: "carousel-navigation-top-container",
329
242
  label: "Carousel Navigation Top Container",
@@ -503,34 +416,15 @@ export const Testimonial2: IBlock = {
503
416
  key: "default",
504
417
  title: "Default",
505
418
  styles: {
506
- layout: {
507
- width: "100%",
508
- "padding-top": "10xl",
509
- "padding-bottom": "10xl",
510
- "padding-right": "8xl",
511
- "padding-left": "8xl",
512
- "media:max:768px": {
513
- "padding-top": "5xl",
514
- "padding-bottom": "5xl",
515
- "padding-right": "5xl",
516
- "padding-left": "5xl",
517
- },
518
- "media:max:480px": {
519
- "padding-top": "2xl",
520
- "padding-bottom": "2xl",
521
- "padding-right": "2xl",
522
- "padding-left": "2xl",
523
- },
524
- },
419
+ layout: {},
525
420
  container: {
526
- width: "100%",
527
421
  display: "flex",
528
422
  "flex-direction": "column",
529
423
  "row-gap": "7xl",
530
- "media:max:768px": {
424
+ tablet: {
531
425
  "row-gap": "3xl",
532
426
  },
533
- "media:max:480px": {
427
+ mobile: {
534
428
  "row-gap": "4xl",
535
429
  },
536
430
  },
@@ -559,7 +453,7 @@ export const Testimonial2: IBlock = {
559
453
  "column-gap": "2xs",
560
454
  },
561
455
  "badge-container": {
562
- "border-radius": "20px",
456
+ "border-radius": "2xl",
563
457
  "background-color": "brandSecondary",
564
458
  "padding-left": "lg",
565
459
  "padding-right": "lg",
@@ -567,21 +461,10 @@ export const Testimonial2: IBlock = {
567
461
  "padding-bottom": "4xs",
568
462
  },
569
463
  "badge-text": {
570
- "font-size": "base",
571
- "line-height": 1.625,
572
464
  "font-weight": 500,
573
- mobile: {
574
- "font-size": "sm",
575
- },
576
- },
577
- title: {
578
- "font-size": "4xl",
579
- "line-height": 1.625,
580
- "font-weight": 700,
581
- mobile: {
582
- "font-size": "2xl",
583
- },
465
+ color: "brandSecondaryForeground",
584
466
  },
467
+ title: {},
585
468
  title_two: {
586
469
  display: "none",
587
470
  },
@@ -619,197 +502,1276 @@ export const Testimonial2: IBlock = {
619
502
  testimonials_levoGroup: {
620
503
  number_of_slides: 1,
621
504
  },
622
- testimonials: TESTIMONIALS_STYLES,
623
- },
624
- content: DEFAULT_CONTENT,
625
- config: {
626
- testimonials_levoGroup: {
627
- carousel: {
628
- loop: true,
629
- },
630
- },
631
- },
632
- },
633
- {
634
- title: "Bottom Navigation",
635
- key: "bottom-navigation",
636
- styles: {
637
- layout: {
638
- width: "100%",
639
- "padding-top": "10xl",
640
- "padding-bottom": "10xl",
641
- "padding-right": "8xl",
642
- "padding-left": "8xl",
643
- "media:max:768px": {
644
- "padding-top": "5xl",
645
- "padding-bottom": "5xl",
646
- "padding-right": "5xl",
647
- "padding-left": "5xl",
648
- },
649
- "media:max:480px": {
650
- "padding-top": "2xl",
651
- "padding-bottom": "2xl",
652
- "padding-right": "2xl",
653
- "padding-left": "2xl",
654
- },
655
- },
656
- container: {
657
- width: "100%",
658
- display: "flex",
659
- "flex-direction": "column",
660
- "row-gap": "7xl",
661
- "media:max:768px": {
662
- "row-gap": "3xl",
663
- },
664
- "media:max:480px": {
665
- "row-gap": "4xl",
666
- },
667
- },
668
- header: {
669
- position: "relative",
670
- display: "flex",
671
- width: "100%",
672
- "align-items": "center",
673
- "row-gap": "2xs",
674
- "column-gap": "2xs",
675
- mobile: {
676
- "flex-direction": "column",
677
- "row-gap": "md",
678
- },
679
- },
680
- "header-content": {
681
- display: "flex",
682
- flex: "1",
683
- "flex-direction": "column",
684
- "align-items": "center",
685
- "justify-content": "center",
686
- "row-gap": "2xs",
687
- "column-gap": "2xs",
688
- },
689
- "badge-container": {
690
- "border-radius": "20px",
691
- "background-color": "brandSecondary",
692
- "padding-left": "lg",
693
- "padding-right": "lg",
694
- "padding-top": "4xs",
695
- "padding-bottom": "4xs",
696
- },
697
- "badge-text": {
698
- "font-size": "base",
699
- "line-height": 1.625,
700
- "font-weight": 500,
701
- mobile: {
702
- "font-size": "sm",
703
- },
704
- },
705
- title: {
706
- "font-size": "4xl",
707
- "line-height": 1.625,
708
- "font-weight": 700,
709
- mobile: {
710
- "font-size": "2xl",
711
- },
712
- },
713
- "carousel-navigation-top-container": {
714
- display: "none",
715
- },
716
- "carousel-navigation-bottom-container": {
717
- display: "flex",
718
- "justify-content": "center",
719
- "margin-top": "base",
720
- },
721
- "carousel-navigation": {
722
- display: "flex",
723
- "column-gap": "2xs",
724
- "align-items": "center",
725
- },
726
- "carousel-navigation-pill": {
727
- width: "8px",
728
- height: "8px",
729
- "border-radius": "8px",
730
- "background-color": "brandSecondary",
731
- },
732
- testimonials_levoGroup: {
733
- number_of_slides: 1,
734
- },
735
- testimonials: Array(4)
736
- ?.fill(0)
737
- ?.map((_) => ({
738
- ...TESTIMONIAL_STYLE,
505
+ testimonials: [
506
+ {
739
507
  testimonial: {
740
- ...TESTIMONIAL_STYLE["testimonial"],
741
- border: "1px solid",
742
- "border-color": "var(--color-border)",
508
+ display: "flex",
509
+ "box-shadow": "default",
510
+ "border-radius": "base",
511
+ "align-items": "stretch",
512
+ overflow: "hidden",
513
+ tablet: {
514
+ "flex-direction": "column",
515
+ },
516
+ },
517
+ "cover-container": {
518
+ "max-width": "45%",
519
+ tablet: {
520
+ "max-width": "100%",
521
+ },
522
+ },
523
+ cover: {
524
+ height: "100%",
525
+ width: "100%",
526
+ "object-fit": "cover",
527
+ tablet: {
528
+ "max-width": "100%",
529
+ },
743
530
  },
531
+ cover_embed: {},
744
532
  "testimonial-content-wrapper": {
745
- ...TESTIMONIAL_STYLE["testimonial-content-wrapper"],
533
+ display: "flex",
534
+ flex: "1",
535
+ "align-items": "center",
746
536
  "row-gap": "7xl",
747
537
  "column-gap": "7xl",
748
- padding: "9xl",
538
+ "border-top-right-radius": "3xl",
539
+ "border-bottom-right-radius": "3xl",
540
+ padding: "7xl",
749
541
  tablet: {
750
- ...TESTIMONIAL_STYLE["testimonial-content-wrapper"]["tablet"],
542
+ flex: "unset",
751
543
  padding: "4xl",
544
+ "border-top-right-radius": "0",
545
+ "border-bottom-left-radius": "3xl",
546
+ "border-bottom-right-radius": "3xl",
752
547
  },
753
548
  mobile: {
754
- ...TESTIMONIAL_STYLE["testimonial-content-wrapper"]["mobile"],
755
549
  padding: "lg",
756
550
  },
757
551
  },
758
- "cover-container": {
759
- ...TESTIMONIAL_STYLE["cover-container"],
760
- "max-width": "571px",
552
+ "testimonial-content": {
553
+ display: "flex",
554
+ flex: "1",
555
+ "align-items": "flex-start",
556
+ "row-gap": "xl",
557
+ "column-gap": "xl",
558
+ mobile: {
559
+ "column-gap": "sm",
560
+ },
761
561
  },
762
- cover: {
763
- ...TESTIMONIAL_STYLE["cover"],
764
- "max-width": "571px",
562
+ icon: {
563
+ height: "auto",
564
+ width: "40px",
565
+ tablet: {
566
+ height: "auto",
567
+ width: "28px",
568
+ },
569
+ mobile: {
570
+ height: "auto",
571
+ width: "20px",
572
+ },
765
573
  },
766
574
  "testimonial-info": {
767
- ...TESTIMONIAL_STYLE["testimonial-info"],
768
- "row-gap": "3xl",
575
+ display: "flex",
576
+ flex: "1",
577
+ "flex-direction": "column",
578
+ "row-gap": "7xl",
769
579
  tablet: {
770
- ...TESTIMONIAL_STYLE["testimonial-info"]["tablet"],
771
- "row-gap": "3xl",
580
+ "row-gap": "xl",
772
581
  },
773
582
  },
774
583
  "testimonial-text": {
775
- ...TESTIMONIAL_STYLE["testimonial-text"],
776
- "font-size": "xl",
777
- "font-weight": "bold",
584
+ "font-weight": 600,
585
+ "font-size": "2xl",
586
+ },
587
+ "author-wrapper": {
588
+ display: "flex",
589
+ "flex-direction": "column",
590
+ "row-gap": "4xs",
591
+ },
592
+ "author-name": {
593
+ "font-weight": 700,
594
+ },
595
+ "author-position": {},
596
+ },
597
+ {
598
+ testimonial: {
599
+ display: "flex",
600
+ "box-shadow": "default",
601
+ "border-radius": "base",
602
+ "align-items": "stretch",
603
+ overflow: "hidden",
604
+ tablet: {
605
+ "flex-direction": "column",
606
+ },
607
+ },
608
+ "cover-container": {
609
+ "max-width": "45%",
610
+ tablet: {
611
+ "max-width": "100%",
612
+ },
613
+ },
614
+ cover: {
615
+ height: "100%",
616
+ width: "100%",
617
+ "object-fit": "cover",
618
+ tablet: {
619
+ "max-width": "100%",
620
+ },
621
+ },
622
+ cover_embed: {},
623
+ "testimonial-content-wrapper": {
624
+ display: "flex",
625
+ flex: "1",
626
+ "align-items": "center",
627
+ "row-gap": "7xl",
628
+ "column-gap": "7xl",
629
+ "border-top-right-radius": "3xl",
630
+ "border-bottom-right-radius": "3xl",
631
+ padding: "7xl",
632
+ tablet: {
633
+ flex: "unset",
634
+ padding: "4xl",
635
+ "border-top-right-radius": "0",
636
+ "border-bottom-left-radius": "3xl",
637
+ "border-bottom-right-radius": "3xl",
638
+ },
639
+ mobile: {
640
+ padding: "lg",
641
+ },
642
+ },
643
+ "testimonial-content": {
644
+ display: "flex",
645
+ flex: "1",
646
+ "align-items": "flex-start",
647
+ "row-gap": "xl",
648
+ "column-gap": "xl",
649
+ mobile: {
650
+ "column-gap": "sm",
651
+ },
652
+ },
653
+ icon: {
654
+ height: "auto",
655
+ width: "40px",
778
656
  tablet: {
779
- "font-size": "xl",
657
+ height: "auto",
658
+ width: "28px",
780
659
  },
781
660
  mobile: {
782
- "font-size": "base",
661
+ height: "auto",
662
+ width: "20px",
663
+ },
664
+ },
665
+ "testimonial-info": {
666
+ display: "flex",
667
+ flex: "1",
668
+ "flex-direction": "column",
669
+ "row-gap": "7xl",
670
+ tablet: {
671
+ "row-gap": "xl",
783
672
  },
784
673
  },
674
+ "testimonial-text": {
675
+ "font-weight": 600,
676
+ "font-size": "2xl",
677
+ },
785
678
  "author-wrapper": {
786
- ...TESTIMONIAL_STYLE["author-wrapper"],
787
- "row-gap": "5xs",
679
+ display: "flex",
680
+ "flex-direction": "column",
681
+ "row-gap": "4xs",
788
682
  },
789
683
  "author-name": {
790
- ...TESTIMONIAL_STYLE["author-name"],
791
- "font-size": "lg",
792
- "font-weight": "bold",
684
+ "font-weight": 700,
685
+ },
686
+ "author-position": {},
687
+ },
688
+ {
689
+ testimonial: {
690
+ display: "flex",
691
+ "box-shadow": "default",
692
+ "border-radius": "base",
693
+ "align-items": "stretch",
694
+ overflow: "hidden",
695
+ tablet: {
696
+ "flex-direction": "column",
697
+ },
698
+ },
699
+ "cover-container": {
700
+ "max-width": "45%",
701
+ tablet: {
702
+ "max-width": "100%",
703
+ },
704
+ },
705
+ cover: {
706
+ height: "100%",
707
+ width: "100%",
708
+ "object-fit": "cover",
709
+ tablet: {
710
+ "max-width": "100%",
711
+ },
712
+ },
713
+ cover_embed: {},
714
+ "testimonial-content-wrapper": {
715
+ display: "flex",
716
+ flex: "1",
717
+ "align-items": "center",
718
+ "row-gap": "7xl",
719
+ "column-gap": "7xl",
720
+ "border-top-right-radius": "3xl",
721
+ "border-bottom-right-radius": "3xl",
722
+ padding: "7xl",
723
+ tablet: {
724
+ flex: "unset",
725
+ padding: "4xl",
726
+ "border-top-right-radius": "0",
727
+ "border-bottom-left-radius": "3xl",
728
+ "border-bottom-right-radius": "3xl",
729
+ },
793
730
  mobile: {
794
- "font-size": "base",
731
+ padding: "lg",
795
732
  },
796
733
  },
797
- "author-position": {
798
- ...TESTIMONIAL_STYLE["author-position"],
799
- "font-size": "sm",
734
+ "testimonial-content": {
735
+ display: "flex",
736
+ flex: "1",
737
+ "align-items": "flex-start",
738
+ "row-gap": "xl",
739
+ "column-gap": "xl",
800
740
  mobile: {
801
- "font-size": "sm",
741
+ "column-gap": "sm",
802
742
  },
803
743
  },
804
- })),
805
- },
806
- content: DEFAULT_CONTENT,
807
- config: {
808
- testimonials_levoGroup: {
809
- carousel: {
810
- loop: true,
811
- },
812
- },
744
+ icon: {
745
+ height: "auto",
746
+ width: "40px",
747
+ tablet: {
748
+ height: "auto",
749
+ width: "28px",
750
+ },
751
+ mobile: {
752
+ height: "auto",
753
+ width: "20px",
754
+ },
755
+ },
756
+ "testimonial-info": {
757
+ display: "flex",
758
+ flex: "1",
759
+ "flex-direction": "column",
760
+ "row-gap": "7xl",
761
+ tablet: {
762
+ "row-gap": "xl",
763
+ },
764
+ },
765
+ "testimonial-text": {
766
+ "font-weight": 600,
767
+ "font-size": "2xl",
768
+ },
769
+ "author-wrapper": {
770
+ display: "flex",
771
+ "flex-direction": "column",
772
+ "row-gap": "4xs",
773
+ },
774
+ "author-name": {
775
+ "font-weight": 700,
776
+ },
777
+ "author-position": {},
778
+ },
779
+ {
780
+ testimonial: {
781
+ display: "flex",
782
+ "box-shadow": "default",
783
+ "border-radius": "base",
784
+ "align-items": "stretch",
785
+ overflow: "hidden",
786
+ tablet: {
787
+ "flex-direction": "column",
788
+ },
789
+ },
790
+ "cover-container": {
791
+ "max-width": "45%",
792
+ tablet: {
793
+ "max-width": "100%",
794
+ },
795
+ },
796
+ cover: {
797
+ height: "100%",
798
+ width: "100%",
799
+ "object-fit": "cover",
800
+ tablet: {
801
+ "max-width": "100%",
802
+ },
803
+ },
804
+ cover_embed: {},
805
+ "testimonial-content-wrapper": {
806
+ display: "flex",
807
+ flex: "1",
808
+ "align-items": "center",
809
+ "row-gap": "7xl",
810
+ "column-gap": "7xl",
811
+ "border-top-right-radius": "3xl",
812
+ "border-bottom-right-radius": "3xl",
813
+ padding: "7xl",
814
+ tablet: {
815
+ flex: "unset",
816
+ padding: "4xl",
817
+ "border-top-right-radius": "0",
818
+ "border-bottom-left-radius": "3xl",
819
+ "border-bottom-right-radius": "3xl",
820
+ },
821
+ mobile: {
822
+ padding: "lg",
823
+ },
824
+ },
825
+ "testimonial-content": {
826
+ display: "flex",
827
+ flex: "1",
828
+ "align-items": "flex-start",
829
+ "row-gap": "xl",
830
+ "column-gap": "xl",
831
+ mobile: {
832
+ "column-gap": "sm",
833
+ },
834
+ },
835
+ icon: {
836
+ height: "auto",
837
+ width: "40px",
838
+ tablet: {
839
+ height: "auto",
840
+ width: "28px",
841
+ },
842
+ mobile: {
843
+ height: "auto",
844
+ width: "20px",
845
+ },
846
+ },
847
+ "testimonial-info": {
848
+ display: "flex",
849
+ flex: "1",
850
+ "flex-direction": "column",
851
+ "row-gap": "7xl",
852
+ tablet: {
853
+ "row-gap": "xl",
854
+ },
855
+ },
856
+ "testimonial-text": {
857
+ "font-weight": 600,
858
+ "font-size": "2xl",
859
+ },
860
+ "author-wrapper": {
861
+ display: "flex",
862
+ "flex-direction": "column",
863
+ "row-gap": "4xs",
864
+ },
865
+ "author-name": {
866
+ "font-weight": 700,
867
+ },
868
+ "author-position": {},
869
+ },
870
+ {
871
+ testimonial: {
872
+ display: "flex",
873
+ "box-shadow": "default",
874
+ "border-radius": "base",
875
+ "align-items": "stretch",
876
+ overflow: "hidden",
877
+ tablet: {
878
+ "flex-direction": "column",
879
+ },
880
+ },
881
+ "cover-container": {
882
+ "max-width": "45%",
883
+ tablet: {
884
+ "max-width": "100%",
885
+ },
886
+ },
887
+ cover: {
888
+ height: "100%",
889
+ width: "100%",
890
+ "object-fit": "cover",
891
+ tablet: {
892
+ "max-width": "100%",
893
+ },
894
+ },
895
+ cover_embed: {},
896
+ "testimonial-content-wrapper": {
897
+ display: "flex",
898
+ flex: "1",
899
+ "align-items": "center",
900
+ "row-gap": "7xl",
901
+ "column-gap": "7xl",
902
+ "border-top-right-radius": "3xl",
903
+ "border-bottom-right-radius": "3xl",
904
+ padding: "7xl",
905
+ tablet: {
906
+ flex: "unset",
907
+ padding: "4xl",
908
+ "border-top-right-radius": "0",
909
+ "border-bottom-left-radius": "3xl",
910
+ "border-bottom-right-radius": "3xl",
911
+ },
912
+ mobile: {
913
+ padding: "lg",
914
+ },
915
+ },
916
+ "testimonial-content": {
917
+ display: "flex",
918
+ flex: "1",
919
+ "align-items": "flex-start",
920
+ "row-gap": "xl",
921
+ "column-gap": "xl",
922
+ mobile: {
923
+ "column-gap": "sm",
924
+ },
925
+ },
926
+ icon: {
927
+ height: "auto",
928
+ width: "40px",
929
+ tablet: {
930
+ height: "auto",
931
+ width: "28px",
932
+ },
933
+ mobile: {
934
+ height: "auto",
935
+ width: "20px",
936
+ },
937
+ },
938
+ "testimonial-info": {
939
+ display: "flex",
940
+ flex: "1",
941
+ "flex-direction": "column",
942
+ "row-gap": "7xl",
943
+ tablet: {
944
+ "row-gap": "xl",
945
+ },
946
+ },
947
+ "testimonial-text": {
948
+ "font-weight": 600,
949
+ "font-size": "2xl",
950
+ },
951
+ "author-wrapper": {
952
+ display: "flex",
953
+ "flex-direction": "column",
954
+ "row-gap": "4xs",
955
+ },
956
+ "author-name": {
957
+ "font-weight": 700,
958
+ },
959
+ "author-position": {},
960
+ },
961
+ {
962
+ testimonial: {
963
+ display: "flex",
964
+ "box-shadow": "default",
965
+ "border-radius": "base",
966
+ "align-items": "stretch",
967
+ overflow: "hidden",
968
+ tablet: {
969
+ "flex-direction": "column",
970
+ },
971
+ },
972
+ "cover-container": {
973
+ "max-width": "45%",
974
+ tablet: {
975
+ "max-width": "100%",
976
+ },
977
+ },
978
+ cover: {
979
+ height: "100%",
980
+ width: "100%",
981
+ "object-fit": "cover",
982
+ tablet: {
983
+ "max-width": "100%",
984
+ },
985
+ },
986
+ cover_embed: {},
987
+ "testimonial-content-wrapper": {
988
+ display: "flex",
989
+ flex: "1",
990
+ "align-items": "center",
991
+ "row-gap": "7xl",
992
+ "column-gap": "7xl",
993
+ "border-top-right-radius": "3xl",
994
+ "border-bottom-right-radius": "3xl",
995
+ padding: "7xl",
996
+ tablet: {
997
+ flex: "unset",
998
+ padding: "4xl",
999
+ "border-top-right-radius": "0",
1000
+ "border-bottom-left-radius": "3xl",
1001
+ "border-bottom-right-radius": "3xl",
1002
+ },
1003
+ mobile: {
1004
+ padding: "lg",
1005
+ },
1006
+ },
1007
+ "testimonial-content": {
1008
+ display: "flex",
1009
+ flex: "1",
1010
+ "align-items": "flex-start",
1011
+ "row-gap": "xl",
1012
+ "column-gap": "xl",
1013
+ mobile: {
1014
+ "column-gap": "sm",
1015
+ },
1016
+ },
1017
+ icon: {
1018
+ height: "auto",
1019
+ width: "40px",
1020
+ tablet: {
1021
+ height: "auto",
1022
+ width: "28px",
1023
+ },
1024
+ mobile: {
1025
+ height: "auto",
1026
+ width: "20px",
1027
+ },
1028
+ },
1029
+ "testimonial-info": {
1030
+ display: "flex",
1031
+ flex: "1",
1032
+ "flex-direction": "column",
1033
+ "row-gap": "7xl",
1034
+ tablet: {
1035
+ "row-gap": "xl",
1036
+ },
1037
+ },
1038
+ "testimonial-text": {
1039
+ "font-weight": 600,
1040
+ "font-size": "2xl",
1041
+ },
1042
+ "author-wrapper": {
1043
+ display: "flex",
1044
+ "flex-direction": "column",
1045
+ "row-gap": "4xs",
1046
+ },
1047
+ "author-name": {
1048
+ "font-weight": 700,
1049
+ },
1050
+ "author-position": {},
1051
+ },
1052
+ {
1053
+ testimonial: {
1054
+ display: "flex",
1055
+ "box-shadow": "default",
1056
+ "border-radius": "base",
1057
+ "align-items": "stretch",
1058
+ overflow: "hidden",
1059
+ tablet: {
1060
+ "flex-direction": "column",
1061
+ },
1062
+ },
1063
+ "cover-container": {
1064
+ "max-width": "45%",
1065
+ tablet: {
1066
+ "max-width": "100%",
1067
+ },
1068
+ },
1069
+ cover: {
1070
+ height: "100%",
1071
+ width: "100%",
1072
+ "object-fit": "cover",
1073
+ tablet: {
1074
+ "max-width": "100%",
1075
+ },
1076
+ },
1077
+ cover_embed: {},
1078
+ "testimonial-content-wrapper": {
1079
+ display: "flex",
1080
+ flex: "1",
1081
+ "align-items": "center",
1082
+ "row-gap": "7xl",
1083
+ "column-gap": "7xl",
1084
+ "border-top-right-radius": "3xl",
1085
+ "border-bottom-right-radius": "3xl",
1086
+ padding: "7xl",
1087
+ tablet: {
1088
+ flex: "unset",
1089
+ padding: "4xl",
1090
+ "border-top-right-radius": "0",
1091
+ "border-bottom-left-radius": "3xl",
1092
+ "border-bottom-right-radius": "3xl",
1093
+ },
1094
+ mobile: {
1095
+ padding: "lg",
1096
+ },
1097
+ },
1098
+ "testimonial-content": {
1099
+ display: "flex",
1100
+ flex: "1",
1101
+ "align-items": "flex-start",
1102
+ "row-gap": "xl",
1103
+ "column-gap": "xl",
1104
+ mobile: {
1105
+ "column-gap": "sm",
1106
+ },
1107
+ },
1108
+ icon: {
1109
+ height: "auto",
1110
+ width: "40px",
1111
+ tablet: {
1112
+ height: "auto",
1113
+ width: "28px",
1114
+ },
1115
+ mobile: {
1116
+ height: "auto",
1117
+ width: "20px",
1118
+ },
1119
+ },
1120
+ "testimonial-info": {
1121
+ display: "flex",
1122
+ flex: "1",
1123
+ "flex-direction": "column",
1124
+ "row-gap": "7xl",
1125
+ tablet: {
1126
+ "row-gap": "xl",
1127
+ },
1128
+ },
1129
+ "testimonial-text": {
1130
+ "font-weight": 600,
1131
+ "font-size": "2xl",
1132
+ },
1133
+ "author-wrapper": {
1134
+ display: "flex",
1135
+ "flex-direction": "column",
1136
+ "row-gap": "4xs",
1137
+ },
1138
+ "author-name": {
1139
+ "font-weight": 700,
1140
+ },
1141
+ "author-position": {},
1142
+ },
1143
+ ],
1144
+ },
1145
+ content: DEFAULT_CONTENT,
1146
+ config: {
1147
+ testimonials_levoGroup: {
1148
+ carousel: {
1149
+ loop: true,
1150
+ },
1151
+ },
1152
+ "badge-text": {
1153
+ selectedVariants: {
1154
+ Typography_Variants: "Body",
1155
+ },
1156
+ },
1157
+ title: {
1158
+ selectedVariants: {
1159
+ Heading_Level: "H2",
1160
+ },
1161
+ },
1162
+ testimonials: [
1163
+ {
1164
+ "testimonial-text": {
1165
+ selectedVariants: {
1166
+ Typography_Variants: "Lead",
1167
+ },
1168
+ },
1169
+ "author-name": {
1170
+ heading: {
1171
+ level: "4",
1172
+ },
1173
+ selectedVariants: {
1174
+ Heading_Level: "H4",
1175
+ },
1176
+ },
1177
+ "author-position": {
1178
+ selectedVariants: {},
1179
+ },
1180
+ },
1181
+ {
1182
+ "testimonial-text": {
1183
+ selectedVariants: {
1184
+ Typography_Variants: "Lead",
1185
+ },
1186
+ },
1187
+ "author-name": {
1188
+ heading: {
1189
+ level: "4",
1190
+ },
1191
+ selectedVariants: {
1192
+ Heading_Level: "H4",
1193
+ },
1194
+ },
1195
+ },
1196
+ {
1197
+ "testimonial-text": {
1198
+ selectedVariants: {
1199
+ Typography_Variants: "Lead",
1200
+ },
1201
+ },
1202
+ "author-name": {
1203
+ heading: {
1204
+ level: "4",
1205
+ },
1206
+ selectedVariants: {
1207
+ Heading_Level: "H4",
1208
+ },
1209
+ },
1210
+ },
1211
+ {
1212
+ "testimonial-text": {
1213
+ selectedVariants: {
1214
+ Typography_Variants: "Lead",
1215
+ },
1216
+ },
1217
+ "author-name": {
1218
+ heading: {
1219
+ level: "4",
1220
+ },
1221
+ selectedVariants: {
1222
+ Heading_Level: "H4",
1223
+ },
1224
+ },
1225
+ },
1226
+ ],
1227
+ },
1228
+ },
1229
+ {
1230
+ title: "Bottom Navigation",
1231
+ key: "bottom-navigation",
1232
+ styles: {
1233
+ layout: {},
1234
+ container: {
1235
+ display: "flex",
1236
+ "flex-direction": "column",
1237
+ "row-gap": "7xl",
1238
+ tablet: {
1239
+ "row-gap": "3xl",
1240
+ },
1241
+ mobile: {
1242
+ "row-gap": "4xl",
1243
+ },
1244
+ },
1245
+ header: {
1246
+ position: "relative",
1247
+ display: "flex",
1248
+ width: "100%",
1249
+ "align-items": "center",
1250
+ "row-gap": "2xs",
1251
+ "column-gap": "2xs",
1252
+ mobile: {
1253
+ "flex-direction": "column",
1254
+ "row-gap": "md",
1255
+ },
1256
+ },
1257
+ "header-content": {
1258
+ display: "flex",
1259
+ flex: "1",
1260
+ "flex-direction": "column",
1261
+ "align-items": "center",
1262
+ "justify-content": "center",
1263
+ "row-gap": "2xs",
1264
+ "column-gap": "2xs",
1265
+ },
1266
+ "badge-container": {
1267
+ "border-radius": "2xl",
1268
+ "background-color": "brandSecondary",
1269
+ "padding-left": "lg",
1270
+ "padding-right": "lg",
1271
+ "padding-top": "4xs",
1272
+ "padding-bottom": "4xs",
1273
+ },
1274
+ "badge-text": {
1275
+ color: "brandSecondaryForeground",
1276
+ "font-weight": 500,
1277
+ },
1278
+ title: {
1279
+ "text-align": "center",
1280
+ },
1281
+ "carousel-navigation-top-container": {
1282
+ display: "none",
1283
+ },
1284
+ "carousel-navigation-bottom-container": {
1285
+ display: "flex",
1286
+ "justify-content": "center",
1287
+ "margin-top": "base",
1288
+ },
1289
+ "carousel-navigation": {
1290
+ display: "flex",
1291
+ "column-gap": "2xs",
1292
+ "align-items": "center",
1293
+ },
1294
+ "carousel-navigation-pill": {
1295
+ width: "8px",
1296
+ height: "8px",
1297
+ "border-radius": "8px",
1298
+ "background-color": "brandSecondary",
1299
+ },
1300
+ testimonials_levoGroup: {
1301
+ number_of_slides: 1,
1302
+ },
1303
+ testimonials: [
1304
+ {
1305
+ testimonial: {
1306
+ display: "flex",
1307
+ "box-shadow": "default",
1308
+ "border-radius": "base",
1309
+ "align-items": "stretch",
1310
+ overflow: "hidden",
1311
+ tablet: {
1312
+ "flex-direction": "column",
1313
+ },
1314
+ border: "1px solid",
1315
+ "border-color": "var(--color-border)",
1316
+ },
1317
+ "cover-container": {
1318
+ "max-width": "571px",
1319
+ tablet: {
1320
+ "max-width": "100%",
1321
+ },
1322
+ },
1323
+ cover: {
1324
+ height: "100%",
1325
+ width: "100%",
1326
+ "object-fit": "cover",
1327
+ tablet: {
1328
+ "max-width": "100%",
1329
+ },
1330
+ "max-width": "571px",
1331
+ },
1332
+ cover_embed: {},
1333
+ "testimonial-content-wrapper": {
1334
+ display: "flex",
1335
+ flex: "1",
1336
+ "align-items": "center",
1337
+ "row-gap": "7xl",
1338
+ "column-gap": "7xl",
1339
+ "border-top-right-radius": "3xl",
1340
+ "border-bottom-right-radius": "3xl",
1341
+ padding: "9xl",
1342
+ tablet: {
1343
+ flex: "unset",
1344
+ padding: "4xl",
1345
+ "border-top-right-radius": "0",
1346
+ "border-bottom-left-radius": "3xl",
1347
+ "border-bottom-right-radius": "3xl",
1348
+ },
1349
+ mobile: {
1350
+ padding: "lg",
1351
+ },
1352
+ },
1353
+ "testimonial-content": {
1354
+ display: "flex",
1355
+ flex: "1",
1356
+ "align-items": "flex-start",
1357
+ "row-gap": "xl",
1358
+ "column-gap": "xl",
1359
+ mobile: {
1360
+ "column-gap": "sm",
1361
+ },
1362
+ },
1363
+ icon: {
1364
+ height: "auto",
1365
+ width: "40px",
1366
+ tablet: {
1367
+ height: "auto",
1368
+ width: "28px",
1369
+ },
1370
+ mobile: {
1371
+ height: "auto",
1372
+ width: "20px",
1373
+ },
1374
+ },
1375
+ "testimonial-info": {
1376
+ display: "flex",
1377
+ flex: "1",
1378
+ "flex-direction": "column",
1379
+ "row-gap": "3xl",
1380
+ tablet: {
1381
+ "row-gap": "3xl",
1382
+ },
1383
+ },
1384
+ "testimonial-text": {
1385
+ "font-weight": 600,
1386
+ },
1387
+ "author-wrapper": {
1388
+ display: "flex",
1389
+ "flex-direction": "column",
1390
+ "row-gap": "5xs",
1391
+ },
1392
+ "author-name": {
1393
+ "font-weight": 700,
1394
+ },
1395
+ "author-position": {},
1396
+ },
1397
+ {
1398
+ testimonial: {
1399
+ display: "flex",
1400
+ "box-shadow": "default",
1401
+ "border-radius": "base",
1402
+ "align-items": "stretch",
1403
+ overflow: "hidden",
1404
+ tablet: {
1405
+ "flex-direction": "column",
1406
+ },
1407
+ border: "1px solid",
1408
+ "border-color": "var(--color-border)",
1409
+ },
1410
+ "cover-container": {
1411
+ "max-width": "571px",
1412
+ tablet: {
1413
+ "max-width": "100%",
1414
+ },
1415
+ },
1416
+ cover: {
1417
+ height: "100%",
1418
+ width: "100%",
1419
+ "object-fit": "cover",
1420
+ tablet: {
1421
+ "max-width": "100%",
1422
+ },
1423
+ "max-width": "571px",
1424
+ },
1425
+ cover_embed: {},
1426
+ "testimonial-content-wrapper": {
1427
+ display: "flex",
1428
+ flex: "1",
1429
+ "align-items": "center",
1430
+ "row-gap": "7xl",
1431
+ "column-gap": "7xl",
1432
+ "border-top-right-radius": "3xl",
1433
+ "border-bottom-right-radius": "3xl",
1434
+ padding: "9xl",
1435
+ tablet: {
1436
+ flex: "unset",
1437
+ padding: "4xl",
1438
+ "border-top-right-radius": "0",
1439
+ "border-bottom-left-radius": "3xl",
1440
+ "border-bottom-right-radius": "3xl",
1441
+ },
1442
+ mobile: {
1443
+ padding: "lg",
1444
+ },
1445
+ },
1446
+ "testimonial-content": {
1447
+ display: "flex",
1448
+ flex: "1",
1449
+ "align-items": "flex-start",
1450
+ "row-gap": "xl",
1451
+ "column-gap": "xl",
1452
+ mobile: {
1453
+ "column-gap": "sm",
1454
+ },
1455
+ },
1456
+ icon: {
1457
+ height: "auto",
1458
+ width: "40px",
1459
+ tablet: {
1460
+ height: "auto",
1461
+ width: "28px",
1462
+ },
1463
+ mobile: {
1464
+ height: "auto",
1465
+ width: "20px",
1466
+ },
1467
+ },
1468
+ "testimonial-info": {
1469
+ display: "flex",
1470
+ flex: "1",
1471
+ "flex-direction": "column",
1472
+ "row-gap": "3xl",
1473
+ tablet: {
1474
+ "row-gap": "3xl",
1475
+ },
1476
+ },
1477
+ "testimonial-text": {
1478
+ "font-weight": 600,
1479
+ },
1480
+ "author-wrapper": {
1481
+ display: "flex",
1482
+ "flex-direction": "column",
1483
+ "row-gap": "5xs",
1484
+ },
1485
+ "author-name": {
1486
+ "font-weight": 700,
1487
+ },
1488
+ "author-position": {},
1489
+ },
1490
+ {
1491
+ testimonial: {
1492
+ display: "flex",
1493
+ "box-shadow": "default",
1494
+ "border-radius": "base",
1495
+ "align-items": "stretch",
1496
+ overflow: "hidden",
1497
+ tablet: {
1498
+ "flex-direction": "column",
1499
+ },
1500
+ border: "1px solid",
1501
+ "border-color": "var(--color-border)",
1502
+ },
1503
+ "cover-container": {
1504
+ "max-width": "571px",
1505
+ tablet: {
1506
+ "max-width": "100%",
1507
+ },
1508
+ },
1509
+ cover: {
1510
+ height: "100%",
1511
+ width: "100%",
1512
+ "object-fit": "cover",
1513
+ tablet: {
1514
+ "max-width": "100%",
1515
+ },
1516
+ "max-width": "571px",
1517
+ },
1518
+ cover_embed: {},
1519
+ "testimonial-content-wrapper": {
1520
+ display: "flex",
1521
+ flex: "1",
1522
+ "align-items": "center",
1523
+ "row-gap": "7xl",
1524
+ "column-gap": "7xl",
1525
+ "border-top-right-radius": "3xl",
1526
+ "border-bottom-right-radius": "3xl",
1527
+ padding: "9xl",
1528
+ tablet: {
1529
+ flex: "unset",
1530
+ padding: "4xl",
1531
+ "border-top-right-radius": "0",
1532
+ "border-bottom-left-radius": "3xl",
1533
+ "border-bottom-right-radius": "3xl",
1534
+ },
1535
+ mobile: {
1536
+ padding: "lg",
1537
+ },
1538
+ },
1539
+ "testimonial-content": {
1540
+ display: "flex",
1541
+ flex: "1",
1542
+ "align-items": "flex-start",
1543
+ "row-gap": "xl",
1544
+ "column-gap": "xl",
1545
+ mobile: {
1546
+ "column-gap": "sm",
1547
+ },
1548
+ },
1549
+ icon: {
1550
+ height: "auto",
1551
+ width: "40px",
1552
+ tablet: {
1553
+ height: "auto",
1554
+ width: "28px",
1555
+ },
1556
+ mobile: {
1557
+ height: "auto",
1558
+ width: "20px",
1559
+ },
1560
+ },
1561
+ "testimonial-info": {
1562
+ display: "flex",
1563
+ flex: "1",
1564
+ "flex-direction": "column",
1565
+ "row-gap": "3xl",
1566
+ tablet: {
1567
+ "row-gap": "3xl",
1568
+ },
1569
+ },
1570
+ "testimonial-text": {
1571
+ "font-weight": 600,
1572
+ },
1573
+ "author-wrapper": {
1574
+ display: "flex",
1575
+ "flex-direction": "column",
1576
+ "row-gap": "5xs",
1577
+ },
1578
+ "author-name": {
1579
+ "font-weight": 700,
1580
+ },
1581
+ "author-position": {},
1582
+ },
1583
+ {
1584
+ testimonial: {
1585
+ display: "flex",
1586
+ "box-shadow": "default",
1587
+ "border-radius": "base",
1588
+ "align-items": "stretch",
1589
+ overflow: "hidden",
1590
+ tablet: {
1591
+ "flex-direction": "column",
1592
+ },
1593
+ border: "1px solid",
1594
+ "border-color": "var(--color-border)",
1595
+ },
1596
+ "cover-container": {
1597
+ "max-width": "571px",
1598
+ tablet: {
1599
+ "max-width": "100%",
1600
+ },
1601
+ },
1602
+ cover: {
1603
+ height: "100%",
1604
+ width: "100%",
1605
+ "object-fit": "cover",
1606
+ tablet: {
1607
+ "max-width": "100%",
1608
+ },
1609
+ "max-width": "571px",
1610
+ },
1611
+ cover_embed: {},
1612
+ "testimonial-content-wrapper": {
1613
+ display: "flex",
1614
+ flex: "1",
1615
+ "align-items": "center",
1616
+ "row-gap": "7xl",
1617
+ "column-gap": "7xl",
1618
+ "border-top-right-radius": "3xl",
1619
+ "border-bottom-right-radius": "3xl",
1620
+ padding: "9xl",
1621
+ tablet: {
1622
+ flex: "unset",
1623
+ padding: "4xl",
1624
+ "border-top-right-radius": "0",
1625
+ "border-bottom-left-radius": "3xl",
1626
+ "border-bottom-right-radius": "3xl",
1627
+ },
1628
+ mobile: {
1629
+ padding: "lg",
1630
+ },
1631
+ },
1632
+ "testimonial-content": {
1633
+ display: "flex",
1634
+ flex: "1",
1635
+ "align-items": "flex-start",
1636
+ "row-gap": "xl",
1637
+ "column-gap": "xl",
1638
+ mobile: {
1639
+ "column-gap": "sm",
1640
+ },
1641
+ },
1642
+ icon: {
1643
+ height: "auto",
1644
+ width: "40px",
1645
+ tablet: {
1646
+ height: "auto",
1647
+ width: "28px",
1648
+ },
1649
+ mobile: {
1650
+ height: "auto",
1651
+ width: "20px",
1652
+ },
1653
+ },
1654
+ "testimonial-info": {
1655
+ display: "flex",
1656
+ flex: "1",
1657
+ "flex-direction": "column",
1658
+ "row-gap": "3xl",
1659
+ tablet: {
1660
+ "row-gap": "3xl",
1661
+ },
1662
+ },
1663
+ "testimonial-text": {
1664
+ "font-weight": 600,
1665
+ },
1666
+ "author-wrapper": {
1667
+ display: "flex",
1668
+ "flex-direction": "column",
1669
+ "row-gap": "5xs",
1670
+ },
1671
+ "author-name": {
1672
+ "font-weight": 700,
1673
+ },
1674
+ "author-position": {},
1675
+ },
1676
+ ],
1677
+ description: {
1678
+ "text-align": "center",
1679
+ },
1680
+ },
1681
+ content: DEFAULT_CONTENT_VARIANT_2,
1682
+ config: {
1683
+ testimonials_levoGroup: {
1684
+ carousel: {
1685
+ loop: true,
1686
+ },
1687
+ },
1688
+ title: {
1689
+ selectedVariants: {
1690
+ Heading_Level: "H2",
1691
+ },
1692
+ },
1693
+ testimonials: [
1694
+ {
1695
+ "testimonial-text": {
1696
+ selectedVariants: {
1697
+ Typography_Variants: "Lead",
1698
+ },
1699
+ },
1700
+ "author-name": {
1701
+ heading: {
1702
+ level: "4",
1703
+ },
1704
+ selectedVariants: {
1705
+ Heading_Level: "H5",
1706
+ },
1707
+ },
1708
+ "author-position": {
1709
+ selectedVariants: {
1710
+ Typography_Variants: "Small",
1711
+ },
1712
+ },
1713
+ },
1714
+ {
1715
+ "testimonial-text": {
1716
+ selectedVariants: {
1717
+ Typography_Variants: "Lead",
1718
+ },
1719
+ },
1720
+ "author-name": {
1721
+ heading: {
1722
+ level: "4",
1723
+ },
1724
+ selectedVariants: {
1725
+ Heading_Level: "H5",
1726
+ },
1727
+ },
1728
+ "author-position": {
1729
+ selectedVariants: {
1730
+ Typography_Variants: "Small",
1731
+ },
1732
+ },
1733
+ },
1734
+ {
1735
+ "testimonial-text": {
1736
+ selectedVariants: {
1737
+ Typography_Variants: "Lead",
1738
+ },
1739
+ },
1740
+ "author-name": {
1741
+ heading: {
1742
+ level: "4",
1743
+ },
1744
+ selectedVariants: {
1745
+ Heading_Level: "H5",
1746
+ },
1747
+ },
1748
+ "author-position": {
1749
+ selectedVariants: {
1750
+ Typography_Variants: "Small",
1751
+ },
1752
+ },
1753
+ },
1754
+ {
1755
+ "testimonial-text": {
1756
+ selectedVariants: {
1757
+ Typography_Variants: "Lead",
1758
+ },
1759
+ },
1760
+ "author-name": {
1761
+ heading: {
1762
+ level: "4",
1763
+ },
1764
+ selectedVariants: {
1765
+ Heading_Level: "H5",
1766
+ },
1767
+ },
1768
+ "author-position": {
1769
+ selectedVariants: {
1770
+ Typography_Variants: "Small",
1771
+ },
1772
+ },
1773
+ },
1774
+ ],
813
1775
  },
814
1776
  },
815
1777
  ],