@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
@@ -1,5 +1,109 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const MEDIA_DEFAULT_1 = {
4
+ id: "zucDqwW4YQGr5",
5
+ filename: "cards-7-default-1.png",
6
+ kind: "image",
7
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed.png",
8
+ srcset: {
9
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1080w.webp",
10
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1200w.webp",
11
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1920w.webp",
12
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-320w.webp",
13
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-640w.webp",
14
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-750w.webp",
15
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-828w.webp",
16
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-640w.webp 640w",
17
+ },
18
+ mimetype: "image/png",
19
+ };
20
+ const MEDIA_DEFAULT_2 = {
21
+ id: "lDiUoGwM7dzZl",
22
+ filename: "cards-7-default-2.png",
23
+ kind: "image",
24
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW.png",
25
+ srcset: {
26
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1080w.webp",
27
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1200w.webp",
28
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1920w.webp",
29
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-320w.webp",
30
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-640w.webp",
31
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-750w.webp",
32
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-828w.webp",
33
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1080w.webp 1080w",
34
+ },
35
+ mimetype: "image/png",
36
+ };
37
+ const MEDIA_DEFAULT_3 = {
38
+ id: "lDiU0GwM7dzZt",
39
+ filename: "cards-7-default-3.png",
40
+ kind: "image",
41
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6.png",
42
+ srcset: {
43
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1080w.webp",
44
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1200w.webp",
45
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1920w.webp",
46
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-320w.webp",
47
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-640w.webp",
48
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-750w.webp",
49
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-828w.webp",
50
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-640w.webp 640w",
51
+ },
52
+ mimetype: "image/png",
53
+ };
54
+
55
+ const MEDIA_VARIANT_1_1 = {
56
+ id: "8eRw0UmW6gqM",
57
+ filename: "cards-7-variant-1-1.png",
58
+ kind: "image",
59
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT.png",
60
+ srcset: {
61
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1080w.webp",
62
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1200w.webp",
63
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1920w.webp",
64
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-320w.webp",
65
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-640w.webp",
66
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-750w.webp",
67
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-828w.webp",
68
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-320w.webp 320w",
69
+ },
70
+ mimetype: "image/png",
71
+ };
72
+ const MEDIA_VARIANT_1_2 = {
73
+ id: "uY2MYb6kKlIc",
74
+ filename: "cards-7-variant-1-2.png",
75
+ kind: "image",
76
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1.png",
77
+ srcset: {
78
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1080w.webp",
79
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1200w.webp",
80
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1920w.webp",
81
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-320w.webp",
82
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-640w.webp",
83
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-750w.webp",
84
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-828w.webp",
85
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-640w.webp 640w",
86
+ },
87
+ mimetype: "image/png",
88
+ };
89
+ const MEDIA_VARIANT_1_3 = {
90
+ id: "2EYr5YIeODoD",
91
+ filename: "cards-7-variant-1-3.png",
92
+ kind: "image",
93
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ.png",
94
+ srcset: {
95
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1080w.webp",
96
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1200w.webp",
97
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1920w.webp",
98
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-320w.webp",
99
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-640w.webp",
100
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-750w.webp",
101
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-828w.webp",
102
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-750w.webp 750w",
103
+ },
104
+ mimetype: "image/png",
105
+ };
106
+
3
107
  const DEFAULT_CONTENT = {
4
108
  layout: null,
5
109
  container: null,
@@ -30,31 +134,7 @@ const DEFAULT_CONTENT = {
30
134
  },
31
135
  },
32
136
  "image-container": null,
33
- image: {
34
- id: "hjB4vGY2wTjw",
35
- filename: "image.png",
36
- kind: "image",
37
- location:
38
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
39
- srcset: {
40
- "1080w":
41
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
42
- "1200w":
43
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
44
- "1920w":
45
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
46
- "320w":
47
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
48
- "640w":
49
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
50
- "750w":
51
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
52
- "828w":
53
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
54
- path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
55
- },
56
- mimetype: "image/png",
57
- },
137
+ image: MEDIA_DEFAULT_1,
58
138
  "content-container": null,
59
139
  "header-container": null,
60
140
  "card-title": "Enterprise Analytics Platform",
@@ -77,7 +157,8 @@ const DEFAULT_CONTENT = {
77
157
  label: "Support",
78
158
  },
79
159
  ],
80
- cta: "Learn More",
160
+ ctas_levoGroup: null,
161
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
81
162
  },
82
163
  {
83
164
  card: null,
@@ -93,31 +174,47 @@ const DEFAULT_CONTENT = {
93
174
  },
94
175
  },
95
176
  "image-container": null,
96
- image: {
97
- id: "hjB4vGY2wTjw",
98
- filename: "image.png",
99
- kind: "image",
100
- location:
101
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
102
- srcset: {
103
- "1080w":
104
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
105
- "1200w":
106
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
107
- "1920w":
108
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
109
- "320w":
110
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
111
- "640w":
112
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
113
- "750w":
114
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
115
- "828w":
116
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
117
- path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
118
- },
119
- mimetype: "image/png",
177
+ image: MEDIA_DEFAULT_2,
178
+ "content-container": null,
179
+ "header-container": null,
180
+ "card-title": "Enterprise Analytics Platform",
181
+ "card-description":
182
+ "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
183
+ stats: [
184
+ {
185
+ stat_card: null,
186
+ number: "99.9%",
187
+ label: "Uptime",
188
+ },
189
+ {
190
+ stat_card: null,
191
+ number: "500K+",
192
+ label: "Data Points",
193
+ },
194
+ {
195
+ stat_card: null,
196
+ number: "24/7",
197
+ label: "Support",
198
+ },
199
+ ],
200
+ ctas_levoGroup: null,
201
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
202
+ },
203
+ {
204
+ card: null,
205
+ "image-container": null,
206
+ label: "<p>Boston</p>",
207
+ "label-icon": {
208
+ kind: "icon",
209
+ data: {
210
+ id: "location",
211
+ label: "Location",
212
+ tags: ["custom", "location"],
213
+ svgCode:
214
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
215
+ },
120
216
  },
217
+ image: MEDIA_DEFAULT_3,
121
218
  "content-container": null,
122
219
  "header-container": null,
123
220
  "card-title": "Enterprise Analytics Platform",
@@ -140,11 +237,110 @@ const DEFAULT_CONTENT = {
140
237
  label: "Support",
141
238
  },
142
239
  ],
143
- cta: "Learn More",
240
+ ctas_levoGroup: null,
241
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
242
+ },
243
+ ],
244
+ "carousel-navigation-arrow-left_leftIcon": {
245
+ kind: "icon",
246
+ data: {
247
+ id: "arrow-left",
248
+ label: "Arrow Left",
249
+ tags: ["arrow", "custom", "directional", "left"],
250
+ svgCode:
251
+ '<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>',
252
+ },
253
+ },
254
+ "carousel-navigation-arrow-right_rightIcon": {
255
+ kind: "icon",
256
+ data: {
257
+ id: "arrow-right-1",
258
+ label: "Arrow Right 1",
259
+ tags: ["arrow", "custom", "directional", "right"],
260
+ svgCode:
261
+ '<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>',
262
+ },
263
+ },
264
+ "carousel-navigation-arrow-left-bottom_leftIcon": {
265
+ kind: "icon",
266
+ data: {
267
+ id: "arrow-left",
268
+ label: "Arrow Left",
269
+ tags: ["arrow", "custom", "directional", "left"],
270
+ svgCode:
271
+ '<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>',
272
+ },
273
+ },
274
+ "carousel-navigation-arrow-right-bottom_rightIcon": {
275
+ kind: "icon",
276
+ data: {
277
+ id: "arrow-right-1",
278
+ label: "Arrow Right 1",
279
+ tags: ["arrow", "custom", "directional", "right"],
280
+ svgCode:
281
+ '<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>',
144
282
  },
283
+ },
284
+ };
285
+
286
+ const DEFAULT_CONTENT_VARIANT_1 = {
287
+ layout: null,
288
+ container: null,
289
+ header: null,
290
+ "header-content": null,
291
+ title: "Featured Solutions Overview",
292
+ description:
293
+ "Discover comprehensive business solutions designed to accelerate growth and streamline operations across multiple industries.",
294
+ "carousel-container": null,
295
+ "carousel-navigation-arrow-left": " ",
296
+ "carousel-navigation-arrow-right": " ",
297
+ "carousel-navigation-bottom-container": null,
298
+ "carousel-navigation-bottom": null,
299
+ "carousel-navigation-arrow-left-bottom": " ",
300
+ "carousel-navigation-arrow-right-bottom": " ",
301
+ cards: [
145
302
  {
146
303
  card: null,
304
+ label: "<p>Boston</p>",
305
+ "label-icon": {
306
+ kind: "icon",
307
+ data: {
308
+ id: "location",
309
+ label: "Location",
310
+ tags: ["custom", "location"],
311
+ svgCode:
312
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
313
+ },
314
+ },
147
315
  "image-container": null,
316
+ image: MEDIA_VARIANT_1_1,
317
+ "content-container": null,
318
+ "header-container": null,
319
+ "card-title": "Enterprise Analytics Platform",
320
+ "card-description":
321
+ "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
322
+ stats: [
323
+ {
324
+ stat_card: null,
325
+ number: "99.9%",
326
+ label: "Uptime",
327
+ },
328
+ {
329
+ stat_card: null,
330
+ number: "500K+",
331
+ label: "Data Points",
332
+ },
333
+ {
334
+ stat_card: null,
335
+ number: "24/7",
336
+ label: "Support",
337
+ },
338
+ ],
339
+ ctas_levoGroup: null,
340
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
341
+ },
342
+ {
343
+ card: null,
148
344
  label: "<p>Boston</p>",
149
345
  "label-icon": {
150
346
  kind: "icon",
@@ -156,31 +352,48 @@ const DEFAULT_CONTENT = {
156
352
  '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
157
353
  },
158
354
  },
159
- image: {
160
- id: "hjB4vGY2wTjw",
161
- filename: "image.png",
162
- kind: "image",
163
- location:
164
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
165
- srcset: {
166
- "1080w":
167
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
168
- "1200w":
169
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
170
- "1920w":
171
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
172
- "320w":
173
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
174
- "640w":
175
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
176
- "750w":
177
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
178
- "828w":
179
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
180
- path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
181
- },
182
- mimetype: "image/png",
355
+ "image-container": null,
356
+ image: MEDIA_VARIANT_1_2,
357
+ "content-container": null,
358
+ "header-container": null,
359
+ "card-title": "Enterprise Analytics Platform",
360
+ "card-description":
361
+ "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
362
+ stats: [
363
+ {
364
+ stat_card: null,
365
+ number: "99.9%",
366
+ label: "Uptime",
367
+ },
368
+ {
369
+ stat_card: null,
370
+ number: "500K+",
371
+ label: "Data Points",
372
+ },
373
+ {
374
+ stat_card: null,
375
+ number: "24/7",
376
+ label: "Support",
377
+ },
378
+ ],
379
+ ctas_levoGroup: null,
380
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
381
+ },
382
+ {
383
+ card: null,
384
+ "image-container": null,
385
+ label: "<p>Boston</p>",
386
+ "label-icon": {
387
+ kind: "icon",
388
+ data: {
389
+ id: "location",
390
+ label: "Location",
391
+ tags: ["custom", "location"],
392
+ svgCode:
393
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
394
+ },
183
395
  },
396
+ image: MEDIA_VARIANT_1_3,
184
397
  "content-container": null,
185
398
  "header-container": null,
186
399
  "card-title": "Enterprise Analytics Platform",
@@ -203,7 +416,8 @@ const DEFAULT_CONTENT = {
203
416
  label: "Support",
204
417
  },
205
418
  ],
206
- cta: "Learn More",
419
+ ctas_levoGroup: null,
420
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
207
421
  },
208
422
  ],
209
423
  "carousel-navigation-arrow-left_leftIcon": {
@@ -558,13 +772,21 @@ export const Cards7: IBlock = {
558
772
  },
559
773
  },
560
774
  {
561
- key: "cta",
562
- label: "CTA Button",
563
- field_interface: "ButtonWidget",
564
- hint: {
565
- prompt_description:
566
- "Call-to-action button encouraging users to learn more or engage with the featured solution.",
567
- },
775
+ key: "ctas",
776
+ label: "CTA Buttons",
777
+ field_interface: "BoxWidget",
778
+ kind: "group",
779
+ fields: [
780
+ {
781
+ key: "cta",
782
+ label: "CTA Button",
783
+ field_interface: "ButtonWidget",
784
+ hint: {
785
+ prompt_description:
786
+ "Call-to-action button encouraging users to learn more or engage with the featured solution.",
787
+ },
788
+ },
789
+ ],
568
790
  },
569
791
  ],
570
792
  hint: {
@@ -580,34 +802,8 @@ export const Cards7: IBlock = {
580
802
  key: "default",
581
803
  title: "Default",
582
804
  styles: {
583
- layout: {
584
- "padding-top": "7xl",
585
- "padding-bottom": "7xl",
586
- "padding-left": "lg",
587
- "padding-right": "lg",
588
- mobile: {
589
- "padding-top": "4xl",
590
- "padding-bottom": "4xl",
591
- "padding-left": "base",
592
- "padding-right": "base",
593
- },
594
- tablet: {
595
- "padding-left": "none",
596
- "padding-right": "none",
597
- "padding-top": "none",
598
- "padding-bottom": "none",
599
- },
600
- },
601
- container: {
602
- "margin-left": "auto",
603
- "margin-right": "auto",
604
- "max-width": "none",
605
- tablet: {
606
- "margin-left": "auto",
607
- "padding-left": "xl",
608
- "padding-right": "xl",
609
- },
610
- },
805
+ layout: {},
806
+ container: {},
611
807
  header: {
612
808
  "text-align": "center",
613
809
  "margin-bottom": "4xl",
@@ -621,12 +817,9 @@ export const Cards7: IBlock = {
621
817
  "margin-right": "auto",
622
818
  },
623
819
  title: {
624
- color: "text-1",
625
820
  "margin-bottom": "lg",
626
821
  },
627
- description: {
628
- color: "text-2",
629
- },
822
+ description: {},
630
823
  "carousel-container": {
631
824
  display: "flex",
632
825
  "align-items": "center",
@@ -782,12 +975,8 @@ export const Cards7: IBlock = {
782
975
  },
783
976
  "card-title": {
784
977
  "margin-bottom": "sm",
785
- tablet: {
786
- "font-size": "xl",
787
- },
788
978
  },
789
979
  "card-description": {
790
- color: "text-2",
791
980
  tablet: {
792
981
  "max-width": "600px",
793
982
  },
@@ -822,38 +1011,43 @@ export const Cards7: IBlock = {
822
1011
  label: {
823
1012
  color: "text-2",
824
1013
  },
825
- cta: {
1014
+ ctas_levoGroup: {
826
1015
  "align-self": "flex-start",
827
- "border-color": "border",
828
- "padding-top": "sm",
829
- "padding-bottom": "sm",
830
- "padding-left": "lg",
831
- "padding-right": "lg",
1016
+ display: "flex",
1017
+ "flex-direction": "row",
1018
+ "align-items": "center",
1019
+ gap: "sm",
832
1020
  },
1021
+ ctas: Array(2).map(() => ({
1022
+ cta: {},
1023
+ })),
833
1024
  stats: [
834
1025
  {
835
1026
  number: {
836
1027
  tablet: {
837
1028
  "font-size": "2xl",
838
1029
  },
839
- "font-size": "3xl",
1030
+ "font-weight": 700,
840
1031
  },
1032
+ label: {},
841
1033
  },
842
1034
  {
843
1035
  number: {
844
- "font-size": "3xl",
845
1036
  tablet: {
846
1037
  "font-size": "2xl",
847
1038
  },
1039
+ "font-weight": 700,
848
1040
  },
1041
+ label: {},
849
1042
  },
850
1043
  {
851
1044
  number: {
852
- "font-size": "3xl",
853
1045
  tablet: {
854
1046
  "font-size": "2xl",
855
1047
  },
1048
+ "font-weight": 700,
856
1049
  },
1050
+ label: {},
857
1051
  },
858
1052
  ],
859
1053
  },
@@ -922,12 +1116,8 @@ export const Cards7: IBlock = {
922
1116
  },
923
1117
  "card-title": {
924
1118
  "margin-bottom": "sm",
925
- tablet: {
926
- "font-size": "xl",
927
- },
928
1119
  },
929
1120
  "card-description": {
930
- color: "text-2",
931
1121
  tablet: {
932
1122
  "max-width": "600px",
933
1123
  },
@@ -962,38 +1152,41 @@ export const Cards7: IBlock = {
962
1152
  label: {
963
1153
  color: "text-2",
964
1154
  },
965
- cta: {
1155
+ ctas_levoGroup: {
966
1156
  "align-self": "flex-start",
967
- "border-color": "border",
968
- "padding-top": "sm",
969
- "padding-bottom": "sm",
970
- "padding-left": "lg",
971
- "padding-right": "lg",
1157
+ display: "flex",
1158
+ "flex-direction": "row",
1159
+ "align-items": "center",
1160
+ gap: "sm",
972
1161
  },
1162
+ ctas: Array(2).map(() => ({})),
973
1163
  stats: [
974
1164
  {
975
1165
  number: {
976
1166
  tablet: {
977
1167
  "font-size": "2xl",
978
1168
  },
979
- "font-size": "3xl",
1169
+ "font-weight": 700,
980
1170
  },
1171
+ label: {},
981
1172
  },
982
1173
  {
983
1174
  number: {
984
- "font-size": "3xl",
985
1175
  tablet: {
986
1176
  "font-size": "2xl",
987
1177
  },
1178
+ "font-weight": 700,
988
1179
  },
1180
+ label: {},
989
1181
  },
990
1182
  {
991
1183
  number: {
992
- "font-size": "3xl",
993
1184
  tablet: {
994
1185
  "font-size": "2xl",
995
1186
  },
1187
+ "font-weight": 700,
996
1188
  },
1189
+ label: {},
997
1190
  },
998
1191
  ],
999
1192
  },
@@ -1062,12 +1255,8 @@ export const Cards7: IBlock = {
1062
1255
  },
1063
1256
  "card-title": {
1064
1257
  "margin-bottom": "sm",
1065
- tablet: {
1066
- "font-size": "xl",
1067
- },
1068
1258
  },
1069
1259
  "card-description": {
1070
- color: "text-2",
1071
1260
  tablet: {
1072
1261
  "max-width": "600px",
1073
1262
  },
@@ -1102,2011 +1291,390 @@ export const Cards7: IBlock = {
1102
1291
  label: {
1103
1292
  color: "text-2",
1104
1293
  },
1105
- cta: {
1294
+ ctas_levoGroup: {
1106
1295
  "align-self": "flex-start",
1107
- "border-color": "border",
1108
- "padding-top": "sm",
1109
- "padding-bottom": "sm",
1110
- "padding-left": "lg",
1111
- "padding-right": "lg",
1296
+ display: "flex",
1297
+ "flex-direction": "row",
1298
+ "align-items": "center",
1299
+ gap: "sm",
1112
1300
  },
1301
+ ctas: Array(2).map(() => ({})),
1113
1302
  stats: [
1114
1303
  {
1115
1304
  number: {
1116
1305
  tablet: {
1117
1306
  "font-size": "2xl",
1118
1307
  },
1119
- "font-size": "3xl",
1308
+ "font-weight": 700,
1120
1309
  },
1310
+ label: {},
1121
1311
  },
1122
1312
  {
1123
1313
  number: {
1124
- "font-size": "3xl",
1125
1314
  tablet: {
1126
1315
  "font-size": "2xl",
1127
1316
  },
1317
+ "font-weight": 700,
1128
1318
  },
1319
+ label: {},
1129
1320
  },
1130
1321
  {
1131
1322
  number: {
1132
- "font-size": "3xl",
1133
1323
  tablet: {
1134
1324
  "font-size": "2xl",
1135
1325
  },
1326
+ "font-weight": 700,
1136
1327
  },
1328
+ label: {},
1137
1329
  },
1138
1330
  ],
1139
1331
  },
1140
- {
1141
- card: {
1142
- display: "flex",
1143
- "background-color": "white",
1144
- "border-radius": "base",
1145
- "box-shadow": "lg",
1146
- overflow: "hidden",
1147
- "align-items": "stretch",
1148
- mobile: {
1149
- "flex-direction": "column",
1150
- "min-height": "auto",
1151
- "row-gap": "base",
1152
- },
1153
- "border-style": "solid",
1154
- "border-width": "1px",
1155
- "padding-left": "base",
1156
- "padding-right": "base",
1157
- "padding-top": "base",
1158
- "padding-bottom": "base",
1159
- tablet: {
1160
- "flex-direction": "column",
1161
- "align-items": "start",
1162
- },
1163
- },
1164
- "image-container": {
1165
- flex: "0 0 40%",
1166
- mobile: {
1167
- flex: "none",
1168
- width: "100%",
1169
- height: "100%",
1170
- },
1171
- tablet: {
1172
- width: "100%",
1173
- },
1174
- },
1175
- image: {
1176
- width: "100%",
1177
- height: "100%",
1178
- "object-fit": "cover",
1179
- },
1180
- "content-container": {
1181
- flex: "1",
1182
- padding: "2xl",
1183
- display: "flex",
1184
- "flex-direction": "column",
1185
- "justify-content": "space-between",
1186
- mobile: {
1187
- padding: "lg",
1188
- "padding-left": "none",
1189
- "padding-right": "none",
1190
- "padding-bottom": "none",
1191
- "padding-top": "none",
1192
- },
1193
- tablet: {
1194
- "flex-direction": "column",
1195
- },
1196
- },
1197
- "header-container": {
1198
- "margin-bottom": "lg",
1199
- },
1200
- "card-title": {
1201
- "margin-bottom": "sm",
1202
- tablet: {
1203
- "font-size": "xl",
1204
- },
1205
- },
1206
- "card-description": {
1207
- color: "text-2",
1208
- tablet: {
1209
- "max-width": "600px",
1210
- },
1211
- },
1212
- stats_levoGroup: {
1213
- display: "grid",
1214
- "column-gap": "lg",
1215
- "margin-bottom": "lg",
1216
- mobile: {
1217
- "flex-wrap": "wrap",
1218
- "row-gap": "sm",
1219
- "column-gap": "sm",
1220
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1221
- },
1222
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1223
- tablet: {
1224
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1225
- },
1226
- },
1227
- stat_card: {
1228
- "text-align": "center",
1229
- mobile: {
1230
- flex: "1 1 calc(50% - 4px)",
1231
- "min-width": "80px",
1232
- },
1233
- },
1234
- number: {
1235
- color: "text-1",
1236
- "margin-bottom": "xs",
1237
- },
1238
- label: {
1239
- color: "text-2",
1240
- },
1241
- cta: {
1242
- "align-self": "flex-start",
1243
- "border-color": "border",
1244
- "padding-top": "sm",
1245
- "padding-bottom": "sm",
1246
- "padding-left": "lg",
1247
- "padding-right": "lg",
1248
- },
1249
- stats: [
1250
- {
1251
- number: {
1252
- tablet: {
1253
- "font-size": "base",
1254
- },
1255
- "font-size": "3xl",
1256
- },
1257
- },
1258
- {
1259
- number: {
1260
- "font-size": "3xl",
1261
- },
1262
- },
1263
- {
1264
- number: {
1265
- "font-size": "3xl",
1266
- },
1267
- },
1268
- ],
1332
+ ],
1333
+ "carousel-navigation-arrow-left_leftIcon": {
1334
+ height: "22px",
1335
+ width: "22px",
1336
+ "font-size": "22px",
1337
+ },
1338
+ "carousel-navigation-arrow-right_rightIcon": {
1339
+ height: "24px",
1340
+ width: "24px",
1341
+ },
1342
+ "carousel-navigation-bottom-container": {
1343
+ display: "none",
1344
+ "justify-content": "center",
1345
+ "margin-top": "2xl",
1346
+ tablet: {
1347
+ display: "flex",
1269
1348
  },
1270
- {
1271
- card: {
1272
- display: "flex",
1273
- "background-color": "white",
1274
- "border-radius": "base",
1275
- "box-shadow": "lg",
1276
- overflow: "hidden",
1277
- "align-items": "stretch",
1278
- mobile: {
1279
- "flex-direction": "column",
1280
- "min-height": "auto",
1281
- "row-gap": "base",
1282
- },
1283
- "border-style": "solid",
1284
- "border-width": "1px",
1285
- "padding-left": "base",
1286
- "padding-right": "base",
1287
- "padding-top": "base",
1288
- "padding-bottom": "base",
1289
- tablet: {
1290
- "flex-direction": "column",
1291
- "align-items": "start",
1292
- },
1293
- },
1294
- "image-container": {
1295
- flex: "0 0 40%",
1296
- mobile: {
1297
- flex: "none",
1298
- width: "100%",
1299
- height: "100%",
1300
- },
1301
- tablet: {
1302
- width: "100%",
1303
- },
1304
- },
1305
- image: {
1306
- width: "100%",
1307
- height: "100%",
1308
- "object-fit": "cover",
1309
- },
1310
- "content-container": {
1311
- flex: "1",
1312
- padding: "2xl",
1313
- display: "flex",
1314
- "flex-direction": "column",
1315
- "justify-content": "space-between",
1316
- mobile: {
1317
- padding: "lg",
1318
- "padding-left": "none",
1319
- "padding-top": "none",
1320
- "padding-right": "none",
1321
- "padding-bottom": "none",
1322
- },
1323
- tablet: {
1324
- "flex-direction": "column",
1325
- },
1326
- },
1327
- "header-container": {
1328
- "margin-bottom": "lg",
1329
- },
1330
- "card-title": {
1331
- "margin-bottom": "sm",
1332
- tablet: {
1333
- "font-size": "xl",
1334
- },
1335
- },
1336
- "card-description": {
1337
- color: "text-2",
1338
- tablet: {
1339
- "max-width": "600px",
1340
- },
1341
- },
1342
- stats_levoGroup: {
1343
- display: "grid",
1344
- "column-gap": "lg",
1345
- "margin-bottom": "lg",
1346
- mobile: {
1347
- "flex-wrap": "wrap",
1348
- "row-gap": "sm",
1349
- "column-gap": "sm",
1350
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1351
- },
1352
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1353
- tablet: {
1354
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1355
- },
1356
- },
1357
- stat_card: {
1358
- "text-align": "center",
1359
- mobile: {
1360
- flex: "1 1 calc(50% - 4px)",
1361
- "min-width": "80px",
1362
- },
1363
- },
1364
- number: {
1365
- color: "text-1",
1366
- "margin-bottom": "xs",
1367
- },
1368
- label: {
1369
- color: "text-2",
1370
- },
1371
- cta: {
1372
- "align-self": "flex-start",
1373
- "border-color": "border",
1374
- "padding-top": "sm",
1375
- "padding-bottom": "sm",
1376
- "padding-left": "lg",
1377
- "padding-right": "lg",
1378
- },
1379
- stats: [
1380
- {
1381
- number: {
1382
- "font-size": "3xl",
1383
- },
1384
- },
1385
- {
1386
- number: {
1387
- "font-size": "3xl",
1388
- },
1389
- },
1390
- {
1391
- number: {
1392
- "font-size": "3xl",
1393
- },
1394
- },
1395
- ],
1349
+ mobile: {
1350
+ display: "flex",
1396
1351
  },
1397
- {
1398
- card: {
1399
- display: "flex",
1400
- "background-color": "white",
1401
- "border-radius": "base",
1402
- "box-shadow": "lg",
1403
- overflow: "hidden",
1404
- "align-items": "stretch",
1405
- mobile: {
1406
- "flex-direction": "column",
1407
- "min-height": "auto",
1408
- "row-gap": "base",
1409
- },
1410
- "border-style": "solid",
1411
- "border-width": "1px",
1412
- "padding-left": "base",
1413
- "padding-right": "base",
1414
- "padding-top": "base",
1415
- "padding-bottom": "base",
1416
- tablet: {
1417
- "flex-direction": "column",
1418
- "align-items": "start",
1419
- width: "fit-content",
1420
- },
1421
- },
1422
- "image-container": {
1423
- flex: "0 0 40%",
1424
- mobile: {
1425
- flex: "none",
1426
- width: "100%",
1427
- height: "100%",
1428
- },
1429
- tablet: {},
1430
- },
1431
- image: {
1432
- width: "100%",
1433
- height: "100%",
1434
- "object-fit": "cover",
1435
- },
1436
- "content-container": {
1437
- flex: "1",
1438
- padding: "2xl",
1439
- display: "flex",
1440
- "flex-direction": "column",
1441
- "justify-content": "space-between",
1442
- mobile: {
1443
- padding: "lg",
1444
- "padding-left": "none",
1445
- "padding-right": "none",
1446
- "padding-bottom": "none",
1447
- "padding-top": "none",
1448
- },
1449
- },
1450
- "header-container": {
1451
- "margin-bottom": "lg",
1452
- },
1453
- "card-title": {
1454
- "margin-bottom": "sm",
1455
- },
1456
- "card-description": {
1457
- color: "text-2",
1458
- },
1459
- stats_levoGroup: {
1460
- display: "flex",
1461
- "column-gap": "lg",
1462
- "margin-bottom": "lg",
1463
- mobile: {
1464
- "flex-wrap": "wrap",
1465
- "row-gap": "sm",
1466
- "column-gap": "sm",
1467
- },
1468
- },
1469
- stat_card: {
1470
- "text-align": "center",
1471
- mobile: {
1472
- flex: "1 1 calc(50% - 4px)",
1473
- "min-width": "80px",
1474
- },
1475
- },
1476
- number: {
1477
- color: "text-1",
1478
- "margin-bottom": "xs",
1479
- },
1480
- label: {
1481
- color: "text-2",
1482
- },
1483
- cta: {
1484
- "align-self": "flex-start",
1485
- "border-color": "border",
1486
- "padding-top": "sm",
1487
- "padding-bottom": "sm",
1488
- "padding-left": "lg",
1489
- "padding-right": "lg",
1490
- },
1491
- },
1492
- {
1493
- card: {
1494
- display: "flex",
1495
- "background-color": "white",
1496
- "border-radius": "base",
1497
- "box-shadow": "lg",
1498
- overflow: "hidden",
1499
- "align-items": "stretch",
1500
- mobile: {
1501
- "flex-direction": "column",
1502
- "min-height": "auto",
1503
- "row-gap": "base",
1504
- },
1505
- "border-style": "solid",
1506
- "border-width": "1px",
1507
- "padding-left": "base",
1508
- "padding-right": "base",
1509
- "padding-top": "base",
1510
- "padding-bottom": "base",
1511
- tablet: {
1512
- "flex-direction": "column",
1513
- "align-items": "start",
1514
- width: "fit-content",
1515
- },
1516
- },
1517
- "image-container": {
1518
- flex: "0 0 40%",
1519
- mobile: {
1520
- flex: "none",
1521
- width: "100%",
1522
- height: "100%",
1523
- },
1524
- tablet: {},
1525
- },
1526
- image: {
1527
- width: "100%",
1528
- height: "100%",
1529
- "object-fit": "cover",
1530
- },
1531
- "content-container": {
1532
- flex: "1",
1533
- padding: "2xl",
1534
- display: "flex",
1535
- "flex-direction": "column",
1536
- "justify-content": "space-between",
1537
- mobile: {
1538
- padding: "lg",
1539
- "padding-left": "none",
1540
- "padding-top": "none",
1541
- "padding-right": "none",
1542
- "padding-bottom": "none",
1543
- },
1544
- },
1545
- "header-container": {
1546
- "margin-bottom": "lg",
1547
- },
1548
- "card-title": {
1549
- "margin-bottom": "sm",
1550
- },
1551
- "card-description": {
1552
- color: "text-2",
1553
- },
1554
- stats_levoGroup: {
1555
- display: "flex",
1556
- "column-gap": "lg",
1557
- "margin-bottom": "lg",
1558
- mobile: {
1559
- "flex-wrap": "wrap",
1560
- "row-gap": "sm",
1561
- "column-gap": "sm",
1562
- },
1563
- },
1564
- stat_card: {
1565
- "text-align": "center",
1566
- mobile: {
1567
- flex: "1 1 calc(50% - 4px)",
1568
- "min-width": "80px",
1569
- },
1570
- },
1571
- number: {
1572
- color: "text-1",
1573
- "margin-bottom": "xs",
1574
- },
1575
- label: {
1576
- color: "text-2",
1577
- },
1578
- cta: {
1579
- "align-self": "flex-start",
1580
- "border-color": "border",
1581
- "padding-top": "sm",
1582
- "padding-bottom": "sm",
1583
- "padding-left": "lg",
1584
- "padding-right": "lg",
1585
- },
1586
- },
1587
- {
1588
- card: {
1589
- display: "flex",
1590
- "background-color": "white",
1591
- "border-radius": "base",
1592
- "box-shadow": "lg",
1593
- overflow: "hidden",
1594
- "align-items": "stretch",
1595
- mobile: {
1596
- "flex-direction": "column",
1597
- "min-height": "auto",
1598
- "row-gap": "base",
1599
- },
1600
- "border-style": "solid",
1601
- "border-width": "1px",
1602
- "padding-left": "base",
1603
- "padding-right": "base",
1604
- "padding-top": "base",
1605
- "padding-bottom": "base",
1606
- tablet: {
1607
- "flex-direction": "column",
1608
- "align-items": "start",
1609
- width: "fit-content",
1610
- },
1611
- },
1612
- "content-container": {
1613
- flex: "1",
1614
- padding: "2xl",
1615
- display: "flex",
1616
- "flex-direction": "column",
1617
- "justify-content": "space-between",
1618
- mobile: {
1619
- padding: "lg",
1620
- "padding-left": "none",
1621
- "padding-right": "none",
1622
- "padding-bottom": "none",
1623
- "padding-top": "none",
1624
- },
1625
- },
1626
- "image-container": {
1627
- flex: "0 0 40%",
1628
- mobile: {
1629
- flex: "none",
1630
- width: "100%",
1631
- height: "100%",
1632
- },
1633
- tablet: {},
1634
- },
1635
- "header-container": {
1636
- "margin-bottom": "lg",
1637
- },
1638
- stats_levoGroup: {
1639
- display: "flex",
1640
- "column-gap": "lg",
1641
- "margin-bottom": "lg",
1642
- mobile: {
1643
- "flex-wrap": "wrap",
1644
- "row-gap": "sm",
1645
- "column-gap": "sm",
1646
- },
1647
- },
1648
- cta: {
1649
- "align-self": "flex-start",
1650
- "border-color": "border",
1651
- "padding-top": "sm",
1652
- "padding-bottom": "sm",
1653
- "padding-left": "lg",
1654
- "padding-right": "lg",
1655
- },
1656
- "card-title": {
1657
- "margin-bottom": "sm",
1658
- },
1659
- image: {
1660
- mobile: {
1661
- width: "100%",
1662
- height: "100%",
1663
- "object-fit": "cover",
1664
- },
1665
- },
1666
- },
1667
- {
1668
- card: {
1669
- display: "flex",
1670
- "background-color": "white",
1671
- "border-radius": "base",
1672
- "box-shadow": "lg",
1673
- overflow: "hidden",
1674
- "align-items": "stretch",
1675
- mobile: {
1676
- "flex-direction": "column",
1677
- "min-height": "auto",
1678
- "row-gap": "base",
1679
- },
1680
- "border-style": "solid",
1681
- "border-width": "1px",
1682
- "padding-left": "base",
1683
- "padding-right": "base",
1684
- "padding-top": "base",
1685
- "padding-bottom": "base",
1686
- tablet: {
1687
- "flex-direction": "column",
1688
- "align-items": "start",
1689
- width: "fit-content",
1690
- },
1691
- },
1692
- "content-container": {
1693
- flex: "1",
1694
- padding: "2xl",
1695
- display: "flex",
1696
- "flex-direction": "column",
1697
- "justify-content": "space-between",
1698
- mobile: {
1699
- padding: "lg",
1700
- "padding-left": "none",
1701
- "padding-top": "none",
1702
- "padding-right": "none",
1703
- "padding-bottom": "none",
1704
- },
1705
- },
1706
- "image-container": {
1707
- flex: "0 0 40%",
1708
- mobile: {
1709
- flex: "none",
1710
- },
1711
- tablet: {},
1712
- },
1713
- "header-container": {
1714
- "margin-bottom": "lg",
1715
- },
1716
- stats_levoGroup: {
1717
- display: "flex",
1718
- "column-gap": "lg",
1719
- "margin-bottom": "lg",
1720
- mobile: {
1721
- "flex-wrap": "wrap",
1722
- "row-gap": "sm",
1723
- "column-gap": "sm",
1724
- },
1725
- },
1726
- cta: {
1727
- "align-self": "flex-start",
1728
- "border-color": "border",
1729
- "padding-top": "sm",
1730
- "padding-bottom": "sm",
1731
- "padding-left": "lg",
1732
- "padding-right": "lg",
1733
- },
1734
- "card-title": {
1735
- "margin-bottom": "sm",
1736
- },
1737
- image: {
1738
- mobile: {
1739
- "object-fit": "cover",
1740
- width: "100%",
1741
- height: "100%",
1742
- },
1743
- },
1744
- },
1745
- ],
1746
- "carousel-navigation-arrow-left_leftIcon": {
1747
- height: "22px",
1748
- width: "22px",
1749
- "font-size": "22px",
1750
- },
1751
- "carousel-navigation-arrow-right_rightIcon": {
1752
- height: "24px",
1753
- width: "24px",
1754
- },
1755
- "carousel-navigation-bottom-container": {
1756
- display: "none",
1757
- "justify-content": "center",
1758
- "margin-top": "2xl",
1759
- tablet: {
1760
- display: "flex",
1761
- },
1762
- mobile: {
1763
- display: "flex",
1764
- },
1765
- },
1766
- "carousel-navigation-bottom": {
1767
- display: "flex",
1768
- "column-gap": "sm",
1769
- "align-items": "center",
1770
- },
1771
- "carousel-navigation-arrow-left-bottom": {
1772
- display: "flex",
1773
- "align-items": "center",
1774
- "justify-content": "center",
1775
- "border-radius": "50%",
1776
- "background-color": "white",
1777
- color: "text-2",
1778
- cursor: "pointer",
1779
- "font-size": "lg",
1780
- "font-weight": "500",
1781
- "padding-top": "none",
1782
- "padding-bottom": "none",
1783
- "padding-left": "none",
1784
- "padding-right": "none",
1785
- "border-color": "transparent",
1786
- "border-width": "0px",
1787
- "border-style": "solid",
1788
- _hover: {
1789
- opacity: "0.9",
1790
- },
1791
- width: "48px",
1792
- height: "48px",
1793
- border: "1px solid var(--color-border)",
1794
- transition: "opacity 0.3s ease, cursor 0.3s ease",
1795
- "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1796
- mobile: {
1797
- width: "40px",
1798
- height: "40px",
1799
- },
1800
- },
1801
- "carousel-navigation-arrow-right-bottom": {
1802
- width: "48px",
1803
- height: "48px",
1804
- "border-radius": "50%",
1805
- "background-color": "white",
1806
- border: "1px solid var(--color-border)",
1807
- cursor: "pointer",
1808
- display: "flex",
1809
- "align-items": "center",
1810
- "justify-content": "center",
1811
- transition: "opacity 0.3s ease, cursor 0.3s ease",
1812
- "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1813
- "padding-top": "none",
1814
- "padding-bottom": "none",
1815
- "padding-left": "none",
1816
- "padding-right": "none",
1817
- color: "text-2",
1818
- mobile: {
1819
- width: "40px",
1820
- height: "40px",
1821
- },
1822
- },
1823
- "carousel-navigation-arrow-left-bottom_leftIcon": {
1824
- height: "22px",
1825
- width: "22px",
1826
- "font-size": "22px",
1827
- },
1828
- "carousel-navigation-arrow-right-bottom_rightIcon": {
1829
- height: "22px",
1830
- width: "22px",
1831
- "font-size": "22px",
1832
- },
1833
- },
1834
- config: {
1835
- cards_levoGroup: {
1836
- carousel: {
1837
- loop: false,
1838
- },
1839
- },
1840
- "carousel-navigation-arrow-left": {
1841
- button_icons: {
1842
- left: {
1843
- enabled: true,
1844
- },
1845
- },
1846
- },
1847
- "carousel-navigation-arrow-right": {
1848
- button_icons: {
1849
- right: {
1850
- enabled: true,
1851
- },
1852
- },
1853
- },
1854
- "carousel-navigation-arrow-left-bottom": {
1855
- button_icons: {
1856
- left: {
1857
- enabled: true,
1858
- },
1859
- },
1860
- },
1861
- "carousel-navigation-arrow-right-bottom": {
1862
- button_icons: {
1863
- right: {
1864
- enabled: true,
1865
- },
1866
- },
1867
- },
1868
- title: {
1869
- heading: {
1870
- level: 2,
1871
- },
1872
- selectedVariants: {
1873
- Heading_Level: "H2",
1874
- },
1875
- },
1876
- "card-title": {
1877
- heading: {
1878
- level: 3,
1879
- },
1880
- selectedVariants: {
1881
- Heading_Level: "H3",
1882
- },
1883
- },
1884
- number: {
1885
- heading: {
1886
- level: 4,
1887
- },
1888
- selectedVariants: {
1889
- Heading_Level: "H4",
1890
- },
1891
- },
1892
- },
1893
- content: DEFAULT_CONTENT,
1894
- },
1895
- {
1896
- key: "variant-1",
1897
- title: "Variant 1",
1898
- styles: {
1899
- layout: {
1900
- "padding-top": "7xl",
1901
- "padding-bottom": "7xl",
1902
- "padding-left": "lg",
1903
- "padding-right": "lg",
1904
- mobile: {
1905
- "padding-top": "4xl",
1906
- "padding-bottom": "4xl",
1907
- "padding-left": "base",
1908
- "padding-right": "base",
1909
- },
1910
- tablet: {
1911
- "padding-left": "none",
1912
- "padding-right": "none",
1913
- "padding-top": "none",
1914
- "padding-bottom": "none",
1915
- },
1916
- },
1917
- container: {
1918
- "margin-left": "auto",
1919
- "margin-right": "auto",
1920
- "max-width": "none",
1921
- tablet: {
1922
- "margin-left": "auto",
1923
- "padding-left": "xl",
1924
- "padding-right": "xl",
1925
- },
1926
- },
1927
- header: {
1928
- "text-align": "center",
1929
- "margin-bottom": "4xl",
1930
- mobile: {
1931
- "margin-bottom": "2xl",
1932
- },
1933
- },
1934
- "header-content": {
1935
- "max-width": "800px",
1936
- "margin-left": "auto",
1937
- "margin-right": "auto",
1938
- },
1939
- title: {
1940
- color: "text-1",
1941
- "margin-bottom": "lg",
1942
- },
1943
- description: {
1944
- color: "text-2",
1945
- },
1946
- "carousel-container": {
1947
- display: "flex",
1948
- "align-items": "center",
1949
- "column-gap": "lg",
1950
- position: "relative",
1951
- mobile: {
1952
- "flex-direction": "column",
1953
- "row-gap": "lg",
1954
- },
1955
- tablet: {
1956
- "padding-left": "none",
1957
- "padding-right": "none",
1958
- },
1959
- },
1960
- "carousel-navigation-arrow-left": {
1961
- display: "none",
1962
- "align-items": "center",
1963
- "justify-content": "center",
1964
- "border-radius": "50%",
1965
- "background-color": "white",
1966
- color: "text-2",
1967
- cursor: "pointer",
1968
- "font-size": "lg",
1969
- "font-weight": "500",
1970
- "padding-top": "none",
1971
- "padding-bottom": "none",
1972
- "padding-left": "none",
1973
- "padding-right": "none",
1974
- "border-color": "transparent",
1975
- "border-width": "0px",
1976
- "border-style": "solid",
1977
- _hover: {
1978
- opacity: "0.9",
1979
- },
1980
- width: "48px",
1981
- height: "48px",
1982
- border: "1px solid var(--color-border)",
1983
- transition: "opacity 0.3s ease, cursor 0.3s ease",
1984
- mobile: {
1985
- width: "40px",
1986
- height: "40px",
1987
- filter: "none",
1988
- "padding-top": "none",
1989
- "padding-bottom": "none",
1990
- "padding-left": "none",
1991
- "padding-right": "none",
1992
- },
1993
- tablet: {
1994
- display: "none",
1995
- },
1996
- },
1997
- "carousel-navigation-arrow-right": {
1998
- width: "48px",
1999
- height: "48px",
2000
- "border-radius": "50%",
2001
- "background-color": "white",
2002
- border: "1px solid var(--color-border)",
2003
- cursor: "pointer",
2004
- display: "none",
2005
- "align-items": "center",
2006
- "justify-content": "center",
2007
- mobile: {
2008
- width: "40px",
2009
- height: "40px",
2010
- filter: "none",
2011
- "font-size": "xs",
2012
- },
2013
- "padding-top": "none",
2014
- "padding-bottom": "none",
2015
- "padding-left": "none",
2016
- "padding-right": "none",
2017
- "column-gap": "none",
2018
- color: "text-3",
2019
- tablet: {
2020
- filter: "none",
2021
- display: "none",
2022
- },
2023
- },
2024
- cards_levoGroup: {
2025
- flex: "1",
2026
- mobile: {
2027
- "max-width": "100%",
2028
- order: "1",
2029
- },
2030
- number_of_slides: 1,
2031
- tablet: {
2032
- number_of_slides: 1,
2033
- },
2034
- },
2035
- cards: [
2036
- {
2037
- card: {
2038
- display: "flex",
2039
- "background-color": "white",
2040
- "border-radius": "base",
2041
- "box-shadow": "lg",
2042
- overflow: "hidden",
2043
- "align-items": "stretch",
2044
- mobile: {
2045
- "flex-direction": "column",
2046
- "min-height": "auto",
2047
- "row-gap": "base",
2048
- },
2049
- "border-style": "solid",
2050
- "border-width": "1px",
2051
- "padding-left": "base",
2052
- "padding-right": "base",
2053
- "padding-top": "base",
2054
- "padding-bottom": "base",
2055
- tablet: {
2056
- "flex-direction": "column",
2057
- "align-items": "start",
2058
- },
2059
- },
2060
- "image-container": {
2061
- flex: "0 0 40%",
2062
- mobile: {
2063
- flex: "none",
2064
- width: "100%",
2065
- height: "100%",
2066
- },
2067
- tablet: {
2068
- width: "100%",
2069
- },
2070
- },
2071
- image: {
2072
- width: "100%",
2073
- height: "100%",
2074
- "object-fit": "cover",
2075
- },
2076
- "content-container": {
2077
- flex: "1",
2078
- padding: "2xl",
2079
- display: "flex",
2080
- "flex-direction": "column",
2081
- "justify-content": "space-between",
2082
- mobile: {
2083
- padding: "lg",
2084
- "padding-left": "none",
2085
- "padding-right": "none",
2086
- "padding-bottom": "none",
2087
- "padding-top": "none",
2088
- },
2089
- tablet: {
2090
- "flex-direction": "column",
2091
- },
2092
- },
2093
- "header-container": {
2094
- "margin-bottom": "lg",
2095
- },
2096
- "card-title": {
2097
- "margin-bottom": "sm",
2098
- tablet: {
2099
- "font-size": "xl",
2100
- },
2101
- },
2102
- "card-description": {
2103
- color: "text-2",
2104
- tablet: {
2105
- "max-width": "600px",
2106
- },
2107
- },
2108
- stats_levoGroup: {
2109
- display: "none",
2110
- "column-gap": "lg",
2111
- "margin-bottom": "lg",
2112
- mobile: {
2113
- "flex-wrap": "wrap",
2114
- "row-gap": "sm",
2115
- "column-gap": "sm",
2116
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2117
- },
2118
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2119
- tablet: {
2120
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2121
- "row-gap": "lg",
2122
- },
2123
- },
2124
- stat_card: {
2125
- "text-align": "center",
2126
- mobile: {
2127
- flex: "1 1 calc(50% - 4px)",
2128
- "min-width": "80px",
2129
- },
2130
- },
2131
- number: {
2132
- color: "text-1",
2133
- "margin-bottom": "xs",
2134
- },
2135
- label: {
2136
- color: "white",
2137
- },
2138
- cta: {
2139
- "align-self": "flex-start",
2140
- "border-color": "border",
2141
- "padding-top": "sm",
2142
- "padding-bottom": "sm",
2143
- "padding-left": "lg",
2144
- "padding-right": "lg",
2145
- },
2146
- stats: [
2147
- {
2148
- number: {
2149
- tablet: {
2150
- "font-size": "2xl",
2151
- },
2152
- "font-size": "3xl",
2153
- },
2154
- },
2155
- {
2156
- number: {
2157
- "font-size": "3xl",
2158
- tablet: {
2159
- "font-size": "2xl",
2160
- },
2161
- },
2162
- },
2163
- {
2164
- number: {
2165
- "font-size": "3xl",
2166
- tablet: {
2167
- "font-size": "2xl",
2168
- },
2169
- },
2170
- },
2171
- ],
2172
- "label-container": {
2173
- display: "flex",
2174
- "align-items": "center",
2175
- "column-gap": "2xs",
2176
- "background-color": "background-1",
2177
- width: "fit-content",
2178
- "border-radius": "3xl",
2179
- "padding-left": "xs",
2180
- "padding-right": "xs",
2181
- "padding-top": "4xs",
2182
- "padding-bottom": "4xs",
2183
- },
2184
- },
2185
- {
2186
- card: {
2187
- display: "flex",
2188
- "background-color": "white",
2189
- "border-radius": "base",
2190
- "box-shadow": "lg",
2191
- overflow: "hidden",
2192
- "align-items": "stretch",
2193
- mobile: {
2194
- "flex-direction": "column",
2195
- "min-height": "auto",
2196
- "row-gap": "base",
2197
- },
2198
- "border-style": "solid",
2199
- "border-width": "1px",
2200
- "padding-left": "base",
2201
- "padding-right": "base",
2202
- "padding-top": "base",
2203
- "padding-bottom": "base",
2204
- tablet: {
2205
- "flex-direction": "column",
2206
- "align-items": "start",
2207
- },
2208
- },
2209
- "image-container": {
2210
- flex: "0 0 40%",
2211
- mobile: {
2212
- flex: "none",
2213
- width: "100%",
2214
- height: "100%",
2215
- },
2216
- tablet: {
2217
- width: "100%",
2218
- },
2219
- },
2220
- image: {
2221
- width: "100%",
2222
- height: "100%",
2223
- "object-fit": "cover",
2224
- },
2225
- "content-container": {
2226
- flex: "1",
2227
- padding: "2xl",
2228
- display: "flex",
2229
- "flex-direction": "column",
2230
- "justify-content": "space-between",
2231
- mobile: {
2232
- padding: "lg",
2233
- "padding-left": "none",
2234
- "padding-right": "none",
2235
- "padding-bottom": "none",
2236
- "padding-top": "none",
2237
- },
2238
- tablet: {
2239
- "flex-direction": "column",
2240
- },
2241
- },
2242
- "header-container": {
2243
- "margin-bottom": "lg",
2244
- },
2245
- "card-title": {
2246
- "margin-bottom": "sm",
2247
- tablet: {
2248
- "font-size": "xl",
2249
- },
2250
- },
2251
- "card-description": {
2252
- color: "text-2",
2253
- tablet: {
2254
- "max-width": "600px",
2255
- },
2256
- },
2257
- stats_levoGroup: {
2258
- display: "none",
2259
- "column-gap": "lg",
2260
- "margin-bottom": "lg",
2261
- mobile: {
2262
- "flex-wrap": "wrap",
2263
- "row-gap": "sm",
2264
- "column-gap": "sm",
2265
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2266
- },
2267
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2268
- tablet: {
2269
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2270
- "row-gap": "lg",
2271
- },
2272
- },
2273
- stat_card: {
2274
- "text-align": "center",
2275
- mobile: {
2276
- flex: "1 1 calc(50% - 4px)",
2277
- "min-width": "80px",
2278
- },
2279
- },
2280
- number: {
2281
- color: "text-1",
2282
- "margin-bottom": "xs",
2283
- },
2284
- label: {
2285
- color: "white",
2286
- },
2287
- cta: {
2288
- "align-self": "flex-start",
2289
- "border-color": "border",
2290
- "padding-top": "sm",
2291
- "padding-bottom": "sm",
2292
- "padding-left": "lg",
2293
- "padding-right": "lg",
2294
- },
2295
- stats: [
2296
- {
2297
- number: {
2298
- tablet: {
2299
- "font-size": "2xl",
2300
- },
2301
- "font-size": "3xl",
2302
- },
2303
- },
2304
- {
2305
- number: {
2306
- "font-size": "3xl",
2307
- tablet: {
2308
- "font-size": "2xl",
2309
- },
2310
- },
2311
- },
2312
- {
2313
- number: {
2314
- "font-size": "3xl",
2315
- tablet: {
2316
- "font-size": "2xl",
2317
- },
2318
- },
2319
- },
2320
- ],
2321
- "label-container": {
2322
- display: "flex",
2323
- "align-items": "center",
2324
- "column-gap": "2xs",
2325
- "background-color": "background-1",
2326
- width: "fit-content",
2327
- "border-radius": "3xl",
2328
- "padding-left": "xs",
2329
- "padding-right": "xs",
2330
- "padding-top": "4xs",
2331
- "padding-bottom": "4xs",
2332
- },
2333
- },
2334
- {
2335
- card: {
2336
- display: "flex",
2337
- "background-color": "white",
2338
- "border-radius": "base",
2339
- "box-shadow": "lg",
2340
- overflow: "hidden",
2341
- "align-items": "stretch",
2342
- mobile: {
2343
- "flex-direction": "column",
2344
- "min-height": "auto",
2345
- "row-gap": "base",
2346
- },
2347
- "border-style": "solid",
2348
- "border-width": "1px",
2349
- "padding-left": "base",
2350
- "padding-right": "base",
2351
- "padding-top": "base",
2352
- "padding-bottom": "base",
2353
- tablet: {
2354
- "flex-direction": "column",
2355
- "align-items": "start",
2356
- },
2357
- },
2358
- "image-container": {
2359
- flex: "0 0 40%",
2360
- mobile: {
2361
- flex: "none",
2362
- width: "100%",
2363
- height: "100%",
2364
- },
2365
- tablet: {
2366
- width: "100%",
2367
- },
2368
- },
2369
- image: {
2370
- width: "100%",
2371
- height: "100%",
2372
- "object-fit": "cover",
2373
- },
2374
- "content-container": {
2375
- flex: "1",
2376
- padding: "2xl",
2377
- display: "flex",
2378
- "flex-direction": "column",
2379
- "justify-content": "space-between",
2380
- mobile: {
2381
- padding: "lg",
2382
- "padding-left": "none",
2383
- "padding-right": "none",
2384
- "padding-bottom": "none",
2385
- "padding-top": "none",
2386
- },
2387
- tablet: {
2388
- "flex-direction": "column",
2389
- },
2390
- },
2391
- "header-container": {
2392
- "margin-bottom": "lg",
2393
- },
2394
- "card-title": {
2395
- "margin-bottom": "sm",
2396
- tablet: {
2397
- "font-size": "xl",
2398
- },
2399
- },
2400
- "card-description": {
2401
- color: "text-2",
2402
- tablet: {
2403
- "max-width": "600px",
2404
- },
2405
- },
2406
- stats_levoGroup: {
2407
- display: "none",
2408
- "column-gap": "lg",
2409
- "margin-bottom": "lg",
2410
- mobile: {
2411
- "flex-wrap": "wrap",
2412
- "row-gap": "sm",
2413
- "column-gap": "sm",
2414
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2415
- },
2416
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2417
- tablet: {
2418
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2419
- "row-gap": "lg",
2420
- },
2421
- },
2422
- stat_card: {
2423
- "text-align": "center",
2424
- mobile: {
2425
- flex: "1 1 calc(50% - 4px)",
2426
- "min-width": "80px",
2427
- },
2428
- },
2429
- number: {
2430
- color: "text-1",
2431
- "margin-bottom": "xs",
2432
- },
2433
- label: {
2434
- color: "white",
2435
- },
2436
- cta: {
2437
- "align-self": "flex-start",
2438
- "border-color": "border",
2439
- "padding-top": "sm",
2440
- "padding-bottom": "sm",
2441
- "padding-left": "lg",
2442
- "padding-right": "lg",
2443
- },
2444
- stats: [
2445
- {
2446
- number: {
2447
- tablet: {
2448
- "font-size": "2xl",
2449
- },
2450
- "font-size": "3xl",
2451
- },
2452
- },
2453
- {
2454
- number: {
2455
- "font-size": "3xl",
2456
- tablet: {
2457
- "font-size": "2xl",
2458
- },
2459
- },
2460
- },
2461
- {
2462
- number: {
2463
- "font-size": "3xl",
2464
- tablet: {
2465
- "font-size": "2xl",
2466
- },
2467
- },
2468
- },
2469
- ],
2470
- "label-container": {
2471
- display: "flex",
2472
- "align-items": "center",
2473
- "column-gap": "2xs",
2474
- "background-color": "background-1",
2475
- width: "fit-content",
2476
- "border-radius": "3xl",
2477
- "padding-left": "xs",
2478
- "padding-right": "xs",
2479
- "padding-top": "4xs",
2480
- "padding-bottom": "4xs",
2481
- },
2482
- },
2483
- {
2484
- card: {
2485
- display: "flex",
2486
- "background-color": "white",
2487
- "border-radius": "base",
2488
- "box-shadow": "lg",
2489
- overflow: "hidden",
2490
- "align-items": "stretch",
2491
- mobile: {
2492
- "flex-direction": "column",
2493
- "min-height": "auto",
2494
- "row-gap": "base",
2495
- },
2496
- "border-style": "solid",
2497
- "border-width": "1px",
2498
- "padding-left": "base",
2499
- "padding-right": "base",
2500
- "padding-top": "base",
2501
- "padding-bottom": "base",
2502
- tablet: {
2503
- "flex-direction": "column",
2504
- "align-items": "start",
2505
- },
2506
- },
2507
- "image-container": {
2508
- flex: "0 0 40%",
2509
- mobile: {
2510
- flex: "none",
2511
- width: "100%",
2512
- height: "100%",
2513
- },
2514
- tablet: {
2515
- width: "100%",
2516
- },
2517
- },
2518
- image: {
2519
- width: "100%",
2520
- height: "100%",
2521
- "object-fit": "cover",
2522
- },
2523
- "content-container": {
2524
- flex: "1",
2525
- padding: "2xl",
2526
- display: "flex",
2527
- "flex-direction": "column",
2528
- "justify-content": "space-between",
2529
- mobile: {
2530
- padding: "lg",
2531
- "padding-left": "none",
2532
- "padding-right": "none",
2533
- "padding-bottom": "none",
2534
- "padding-top": "none",
2535
- },
2536
- tablet: {
2537
- "flex-direction": "column",
2538
- },
2539
- },
2540
- "header-container": {
2541
- "margin-bottom": "lg",
2542
- },
2543
- "card-title": {
2544
- "margin-bottom": "sm",
2545
- tablet: {
2546
- "font-size": "xl",
2547
- },
2548
- },
2549
- "card-description": {
2550
- color: "text-2",
2551
- tablet: {
2552
- "max-width": "600px",
2553
- },
2554
- },
2555
- stats_levoGroup: {
2556
- display: "grid",
2557
- "column-gap": "lg",
2558
- "margin-bottom": "lg",
2559
- mobile: {
2560
- "flex-wrap": "wrap",
2561
- "row-gap": "sm",
2562
- "column-gap": "sm",
2563
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2564
- },
2565
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2566
- tablet: {
2567
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2568
- "row-gap": "lg",
2569
- },
2570
- },
2571
- stat_card: {
2572
- "text-align": "center",
2573
- mobile: {
2574
- flex: "1 1 calc(50% - 4px)",
2575
- "min-width": "80px",
2576
- },
2577
- },
2578
- number: {
2579
- color: "text-1",
2580
- "margin-bottom": "xs",
2581
- },
2582
- label: {
2583
- color: "text-2",
2584
- },
2585
- cta: {
2586
- "align-self": "flex-start",
2587
- "border-color": "border",
2588
- "padding-top": "sm",
2589
- "padding-bottom": "sm",
2590
- "padding-left": "lg",
2591
- "padding-right": "lg",
2592
- },
2593
- stats: [
2594
- {
2595
- number: {
2596
- tablet: {
2597
- "font-size": "2xl",
2598
- },
2599
- "font-size": "3xl",
2600
- },
2601
- },
2602
- {
2603
- number: {
2604
- "font-size": "3xl",
2605
- tablet: {
2606
- "font-size": "2xl",
2607
- },
2608
- },
2609
- },
2610
- {
2611
- number: {
2612
- "font-size": "3xl",
2613
- tablet: {
2614
- "font-size": "2xl",
2615
- },
2616
- },
2617
- },
2618
- ],
2619
- },
2620
- {
2621
- card: {
2622
- display: "flex",
2623
- "background-color": "white",
2624
- "border-radius": "base",
2625
- "box-shadow": "lg",
2626
- overflow: "hidden",
2627
- "align-items": "stretch",
2628
- mobile: {
2629
- "flex-direction": "column",
2630
- "min-height": "auto",
2631
- "row-gap": "base",
2632
- },
2633
- "border-style": "solid",
2634
- "border-width": "1px",
2635
- "padding-left": "base",
2636
- "padding-right": "base",
2637
- "padding-top": "base",
2638
- "padding-bottom": "base",
2639
- tablet: {
2640
- "flex-direction": "column",
2641
- "align-items": "start",
2642
- },
2643
- },
2644
- "image-container": {
2645
- flex: "0 0 40%",
2646
- mobile: {
2647
- flex: "none",
2648
- width: "100%",
2649
- height: "100%",
2650
- },
2651
- tablet: {
2652
- width: "100%",
2653
- },
2654
- },
2655
- image: {
2656
- width: "100%",
2657
- height: "100%",
2658
- "object-fit": "cover",
2659
- },
2660
- "content-container": {
2661
- flex: "1",
2662
- padding: "2xl",
2663
- display: "flex",
2664
- "flex-direction": "column",
2665
- "justify-content": "space-between",
2666
- mobile: {
2667
- padding: "lg",
2668
- "padding-left": "none",
2669
- "padding-right": "none",
2670
- "padding-bottom": "none",
2671
- "padding-top": "none",
2672
- },
2673
- tablet: {
2674
- "flex-direction": "column",
2675
- },
2676
- },
2677
- "header-container": {
2678
- "margin-bottom": "lg",
2679
- },
2680
- "card-title": {
2681
- "margin-bottom": "sm",
2682
- tablet: {
2683
- "font-size": "xl",
2684
- },
2685
- },
2686
- "card-description": {
2687
- color: "text-2",
2688
- tablet: {
2689
- "max-width": "600px",
2690
- },
2691
- },
2692
- stats_levoGroup: {
2693
- display: "grid",
2694
- "column-gap": "lg",
2695
- "margin-bottom": "lg",
2696
- mobile: {
2697
- "flex-wrap": "wrap",
2698
- "row-gap": "sm",
2699
- "column-gap": "sm",
2700
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2701
- },
2702
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2703
- tablet: {
2704
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2705
- "row-gap": "lg",
2706
- },
2707
- },
2708
- stat_card: {
2709
- "text-align": "center",
2710
- mobile: {
2711
- flex: "1 1 calc(50% - 4px)",
2712
- "min-width": "80px",
2713
- },
2714
- },
2715
- number: {
2716
- color: "text-1",
2717
- "margin-bottom": "xs",
2718
- },
2719
- label: {
2720
- color: "text-2",
2721
- },
2722
- cta: {
2723
- "align-self": "flex-start",
2724
- "border-color": "border",
2725
- "padding-top": "sm",
2726
- "padding-bottom": "sm",
2727
- "padding-left": "lg",
2728
- "padding-right": "lg",
2729
- },
2730
- stats: [
2731
- {
2732
- number: {
2733
- tablet: {
2734
- "font-size": "2xl",
2735
- },
2736
- "font-size": "3xl",
2737
- },
2738
- },
2739
- {
2740
- number: {
2741
- "font-size": "3xl",
2742
- tablet: {
2743
- "font-size": "2xl",
2744
- },
2745
- },
2746
- },
2747
- {
2748
- number: {
2749
- "font-size": "3xl",
2750
- tablet: {
2751
- "font-size": "2xl",
2752
- },
2753
- },
2754
- },
2755
- ],
1352
+ },
1353
+ "carousel-navigation-bottom": {
1354
+ display: "flex",
1355
+ "column-gap": "sm",
1356
+ "align-items": "center",
1357
+ },
1358
+ "carousel-navigation-arrow-left-bottom": {
1359
+ display: "flex",
1360
+ "align-items": "center",
1361
+ "justify-content": "center",
1362
+ "border-radius": "50%",
1363
+ "background-color": "white",
1364
+ color: "text-2",
1365
+ cursor: "pointer",
1366
+ "font-size": "lg",
1367
+ "font-weight": "500",
1368
+ "padding-top": "none",
1369
+ "padding-bottom": "none",
1370
+ "padding-left": "none",
1371
+ "padding-right": "none",
1372
+ "border-color": "transparent",
1373
+ "border-width": "0px",
1374
+ "border-style": "solid",
1375
+ _hover: {
1376
+ opacity: "0.9",
2756
1377
  },
2757
- {
2758
- card: {
2759
- display: "flex",
2760
- "background-color": "white",
2761
- "border-radius": "base",
2762
- "box-shadow": "lg",
2763
- overflow: "hidden",
2764
- "align-items": "stretch",
2765
- mobile: {
2766
- "flex-direction": "column",
2767
- "min-height": "auto",
2768
- "row-gap": "base",
2769
- },
2770
- "border-style": "solid",
2771
- "border-width": "1px",
2772
- "padding-left": "base",
2773
- "padding-right": "base",
2774
- "padding-top": "base",
2775
- "padding-bottom": "base",
2776
- tablet: {
2777
- "flex-direction": "column",
2778
- "align-items": "start",
2779
- },
2780
- },
2781
- "image-container": {
2782
- flex: "0 0 40%",
2783
- mobile: {
2784
- flex: "none",
2785
- width: "100%",
2786
- height: "100%",
2787
- },
2788
- tablet: {
2789
- width: "100%",
2790
- },
2791
- },
2792
- image: {
2793
- width: "100%",
2794
- height: "100%",
2795
- "object-fit": "cover",
2796
- },
2797
- "content-container": {
2798
- flex: "1",
2799
- padding: "2xl",
2800
- display: "flex",
2801
- "flex-direction": "column",
2802
- "justify-content": "space-between",
2803
- mobile: {
2804
- padding: "lg",
2805
- "padding-left": "none",
2806
- "padding-right": "none",
2807
- "padding-bottom": "none",
2808
- "padding-top": "none",
2809
- },
2810
- tablet: {
2811
- "flex-direction": "column",
2812
- },
2813
- },
2814
- "header-container": {
2815
- "margin-bottom": "lg",
2816
- },
2817
- "card-title": {
2818
- "margin-bottom": "sm",
2819
- tablet: {
2820
- "font-size": "xl",
2821
- },
2822
- },
2823
- "card-description": {
2824
- color: "text-2",
2825
- tablet: {
2826
- "max-width": "600px",
2827
- },
2828
- },
2829
- stats_levoGroup: {
2830
- display: "grid",
2831
- "column-gap": "lg",
2832
- "margin-bottom": "lg",
2833
- mobile: {
2834
- "flex-wrap": "wrap",
2835
- "row-gap": "sm",
2836
- "column-gap": "sm",
2837
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2838
- },
2839
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2840
- tablet: {
2841
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2842
- },
2843
- },
2844
- stat_card: {
2845
- "text-align": "center",
2846
- mobile: {
2847
- flex: "1 1 calc(50% - 4px)",
2848
- "min-width": "80px",
2849
- },
2850
- },
2851
- number: {
2852
- color: "text-1",
2853
- "margin-bottom": "xs",
2854
- },
2855
- label: {
2856
- color: "text-2",
2857
- },
2858
- cta: {
2859
- "align-self": "flex-start",
2860
- "border-color": "border",
2861
- "padding-top": "sm",
2862
- "padding-bottom": "sm",
2863
- "padding-left": "lg",
2864
- "padding-right": "lg",
2865
- },
2866
- stats: [
2867
- {
2868
- number: {
2869
- tablet: {
2870
- "font-size": "base",
2871
- },
2872
- "font-size": "3xl",
2873
- },
2874
- },
2875
- {
2876
- number: {
2877
- "font-size": "3xl",
2878
- },
2879
- },
2880
- {
2881
- number: {
2882
- "font-size": "3xl",
2883
- },
2884
- },
2885
- ],
1378
+ width: "48px",
1379
+ height: "48px",
1380
+ border: "1px solid var(--color-border)",
1381
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1382
+ "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1383
+ mobile: {
1384
+ width: "40px",
1385
+ height: "40px",
2886
1386
  },
2887
- {
2888
- card: {
2889
- display: "flex",
2890
- "background-color": "white",
2891
- "border-radius": "base",
2892
- "box-shadow": "lg",
2893
- overflow: "hidden",
2894
- "align-items": "stretch",
2895
- mobile: {
2896
- "flex-direction": "column",
2897
- "min-height": "auto",
2898
- "row-gap": "base",
2899
- },
2900
- "border-style": "solid",
2901
- "border-width": "1px",
2902
- "padding-left": "base",
2903
- "padding-right": "base",
2904
- "padding-top": "base",
2905
- "padding-bottom": "base",
2906
- tablet: {
2907
- "flex-direction": "column",
2908
- "align-items": "start",
2909
- },
2910
- },
2911
- "image-container": {
2912
- flex: "0 0 40%",
2913
- mobile: {
2914
- flex: "none",
2915
- width: "100%",
2916
- height: "100%",
2917
- },
2918
- tablet: {
2919
- width: "100%",
2920
- },
2921
- },
2922
- image: {
2923
- width: "100%",
2924
- height: "100%",
2925
- "object-fit": "cover",
1387
+ },
1388
+ "carousel-navigation-arrow-right-bottom": {
1389
+ width: "48px",
1390
+ height: "48px",
1391
+ "border-radius": "50%",
1392
+ "background-color": "white",
1393
+ border: "1px solid var(--color-border)",
1394
+ cursor: "pointer",
1395
+ display: "flex",
1396
+ "align-items": "center",
1397
+ "justify-content": "center",
1398
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1399
+ "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1400
+ "padding-top": "none",
1401
+ "padding-bottom": "none",
1402
+ "padding-left": "none",
1403
+ "padding-right": "none",
1404
+ color: "text-2",
1405
+ mobile: {
1406
+ width: "40px",
1407
+ height: "40px",
1408
+ },
1409
+ },
1410
+ "carousel-navigation-arrow-left-bottom_leftIcon": {
1411
+ height: "22px",
1412
+ width: "22px",
1413
+ "font-size": "22px",
1414
+ },
1415
+ "carousel-navigation-arrow-right-bottom_rightIcon": {
1416
+ height: "22px",
1417
+ width: "22px",
1418
+ "font-size": "22px",
1419
+ },
1420
+ },
1421
+ config: {
1422
+ cards_levoGroup: {
1423
+ carousel: {
1424
+ loop: false,
1425
+ },
1426
+ },
1427
+ "carousel-navigation-arrow-left": {
1428
+ button_icons: {
1429
+ left: {
1430
+ enabled: true,
2926
1431
  },
2927
- "content-container": {
2928
- flex: "1",
2929
- padding: "2xl",
2930
- display: "flex",
2931
- "flex-direction": "column",
2932
- "justify-content": "space-between",
2933
- mobile: {
2934
- padding: "lg",
2935
- "padding-left": "none",
2936
- "padding-top": "none",
2937
- "padding-right": "none",
2938
- "padding-bottom": "none",
2939
- },
2940
- tablet: {
2941
- "flex-direction": "column",
2942
- },
1432
+ },
1433
+ },
1434
+ "carousel-navigation-arrow-right": {
1435
+ button_icons: {
1436
+ right: {
1437
+ enabled: true,
2943
1438
  },
2944
- "header-container": {
2945
- "margin-bottom": "lg",
1439
+ },
1440
+ },
1441
+ "carousel-navigation-arrow-left-bottom": {
1442
+ button_icons: {
1443
+ left: {
1444
+ enabled: true,
1445
+ },
1446
+ },
1447
+ },
1448
+ "carousel-navigation-arrow-right-bottom": {
1449
+ button_icons: {
1450
+ right: {
1451
+ enabled: true,
2946
1452
  },
1453
+ },
1454
+ },
1455
+ title: {
1456
+ heading: {
1457
+ level: 2,
1458
+ },
1459
+ selectedVariants: {
1460
+ Heading_Level: "H2",
1461
+ },
1462
+ },
1463
+ "card-title": {
1464
+ heading: {
1465
+ level: 3,
1466
+ },
1467
+ selectedVariants: {
1468
+ Heading_Level: "H3",
1469
+ },
1470
+ },
1471
+ number: {
1472
+ heading: {
1473
+ level: 4,
1474
+ },
1475
+ selectedVariants: {
1476
+ Heading_Level: "H4",
1477
+ },
1478
+ },
1479
+ cards: [
1480
+ {
2947
1481
  "card-title": {
2948
- "margin-bottom": "sm",
2949
- tablet: {
2950
- "font-size": "xl",
1482
+ selectedVariants: {
1483
+ Heading_Level: "H3",
2951
1484
  },
2952
1485
  },
2953
1486
  "card-description": {
2954
- color: "text-2",
2955
- tablet: {
2956
- "max-width": "600px",
2957
- },
2958
- },
2959
- stats_levoGroup: {
2960
- display: "grid",
2961
- "column-gap": "lg",
2962
- "margin-bottom": "lg",
2963
- mobile: {
2964
- "flex-wrap": "wrap",
2965
- "row-gap": "sm",
2966
- "column-gap": "sm",
2967
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2968
- },
2969
- "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2970
- tablet: {
2971
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2972
- },
2973
- },
2974
- stat_card: {
2975
- "text-align": "center",
2976
- mobile: {
2977
- flex: "1 1 calc(50% - 4px)",
2978
- "min-width": "80px",
2979
- },
2980
- },
2981
- number: {
2982
- color: "text-1",
2983
- "margin-bottom": "xs",
2984
- },
2985
- label: {
2986
- color: "text-2",
2987
- },
2988
- cta: {
2989
- "align-self": "flex-start",
2990
- "border-color": "border",
2991
- "padding-top": "sm",
2992
- "padding-bottom": "sm",
2993
- "padding-left": "lg",
2994
- "padding-right": "lg",
1487
+ selectedVariants: {},
2995
1488
  },
2996
1489
  stats: [
2997
1490
  {
2998
1491
  number: {
2999
- "font-size": "3xl",
1492
+ heading: {
1493
+ level: "4",
1494
+ },
1495
+ selectedVariants: {
1496
+ Heading_Level: "H4",
1497
+ },
1498
+ },
1499
+ label: {
1500
+ selectedVariants: {},
3000
1501
  },
3001
1502
  },
3002
1503
  {
3003
1504
  number: {
3004
- "font-size": "3xl",
1505
+ selectedVariants: {
1506
+ Heading_Level: "H4",
1507
+ },
1508
+ },
1509
+ label: {
1510
+ selectedVariants: {},
3005
1511
  },
3006
1512
  },
3007
1513
  {
3008
1514
  number: {
3009
- "font-size": "3xl",
1515
+ selectedVariants: {
1516
+ Heading_Level: "H4",
1517
+ },
1518
+ },
1519
+ label: {
1520
+ selectedVariants: {},
3010
1521
  },
3011
1522
  },
3012
1523
  ],
3013
- },
3014
- {
3015
- card: {
3016
- display: "flex",
3017
- "background-color": "white",
3018
- "border-radius": "base",
3019
- "box-shadow": "lg",
3020
- overflow: "hidden",
3021
- "align-items": "stretch",
3022
- mobile: {
3023
- "flex-direction": "column",
3024
- "min-height": "auto",
3025
- "row-gap": "base",
3026
- },
3027
- "border-style": "solid",
3028
- "border-width": "1px",
3029
- "padding-left": "base",
3030
- "padding-right": "base",
3031
- "padding-top": "base",
3032
- "padding-bottom": "base",
3033
- tablet: {
3034
- "flex-direction": "column",
3035
- "align-items": "start",
3036
- width: "fit-content",
3037
- },
3038
- },
3039
- "image-container": {
3040
- flex: "0 0 40%",
3041
- mobile: {
3042
- flex: "none",
3043
- width: "100%",
3044
- height: "100%",
3045
- },
3046
- tablet: {},
3047
- },
3048
- image: {
3049
- width: "100%",
3050
- height: "100%",
3051
- "object-fit": "cover",
3052
- },
3053
- "content-container": {
3054
- flex: "1",
3055
- padding: "2xl",
3056
- display: "flex",
3057
- "flex-direction": "column",
3058
- "justify-content": "space-between",
3059
- mobile: {
3060
- padding: "lg",
3061
- "padding-left": "none",
3062
- "padding-right": "none",
3063
- "padding-bottom": "none",
3064
- "padding-top": "none",
1524
+ cta: {
1525
+ selectedVariants: {
1526
+ Button_Sizes: "Large",
3065
1527
  },
3066
1528
  },
3067
- "header-container": {
3068
- "margin-bottom": "lg",
3069
- },
1529
+ },
1530
+ {
3070
1531
  "card-title": {
3071
- "margin-bottom": "sm",
1532
+ selectedVariants: {
1533
+ Heading_Level: "H3",
1534
+ },
3072
1535
  },
3073
1536
  "card-description": {
3074
- color: "text-2",
1537
+ selectedVariants: {},
3075
1538
  },
3076
- stats_levoGroup: {
3077
- display: "flex",
3078
- "column-gap": "lg",
3079
- "margin-bottom": "lg",
3080
- mobile: {
3081
- "flex-wrap": "wrap",
3082
- "row-gap": "sm",
3083
- "column-gap": "sm",
1539
+ cta: {
1540
+ selectedVariants: {
1541
+ Button_Sizes: "Large",
3084
1542
  },
3085
1543
  },
3086
- stat_card: {
3087
- "text-align": "center",
3088
- mobile: {
3089
- flex: "1 1 calc(50% - 4px)",
3090
- "min-width": "80px",
1544
+ },
1545
+ {
1546
+ "card-title": {
1547
+ selectedVariants: {
1548
+ Heading_Level: "H3",
3091
1549
  },
3092
1550
  },
3093
- number: {
3094
- color: "text-1",
3095
- "margin-bottom": "xs",
3096
- },
3097
- label: {
3098
- color: "text-2",
1551
+ "card-description": {
1552
+ selectedVariants: {},
3099
1553
  },
3100
1554
  cta: {
3101
- "align-self": "flex-start",
3102
- "border-color": "border",
3103
- "padding-top": "sm",
3104
- "padding-bottom": "sm",
3105
- "padding-left": "lg",
3106
- "padding-right": "lg",
1555
+ selectedVariants: {
1556
+ Button_Sizes: "Large",
1557
+ },
3107
1558
  },
3108
1559
  },
3109
- {
1560
+ ],
1561
+ },
1562
+ content: DEFAULT_CONTENT,
1563
+ },
1564
+ {
1565
+ key: "variant-1",
1566
+ title: "Variant 1",
1567
+ styles: {
1568
+ layout: {},
1569
+ container: {},
1570
+ header: {
1571
+ "text-align": "center",
1572
+ "margin-bottom": "4xl",
1573
+ mobile: {
1574
+ "margin-bottom": "2xl",
1575
+ },
1576
+ },
1577
+ "header-content": {
1578
+ "max-width": "800px",
1579
+ "margin-left": "auto",
1580
+ "margin-right": "auto",
1581
+ },
1582
+ title: {
1583
+ "margin-bottom": "lg",
1584
+ },
1585
+ description: {},
1586
+ "carousel-container": {
1587
+ display: "flex",
1588
+ "align-items": "center",
1589
+ "column-gap": "lg",
1590
+ position: "relative",
1591
+ mobile: {
1592
+ "flex-direction": "column",
1593
+ "row-gap": "lg",
1594
+ },
1595
+ tablet: {
1596
+ "padding-left": "none",
1597
+ "padding-right": "none",
1598
+ },
1599
+ },
1600
+ "carousel-navigation-arrow-left": {
1601
+ display: "none",
1602
+ "align-items": "center",
1603
+ "justify-content": "center",
1604
+ "border-radius": "50%",
1605
+ "background-color": "white",
1606
+ color: "text-2",
1607
+ cursor: "pointer",
1608
+ "font-size": "lg",
1609
+ "font-weight": "500",
1610
+ "padding-top": "none",
1611
+ "padding-bottom": "none",
1612
+ "padding-left": "none",
1613
+ "padding-right": "none",
1614
+ "border-color": "transparent",
1615
+ "border-width": "0px",
1616
+ "border-style": "solid",
1617
+ _hover: {
1618
+ opacity: "0.9",
1619
+ },
1620
+ width: "48px",
1621
+ height: "48px",
1622
+ border: "1px solid var(--color-border)",
1623
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1624
+ mobile: {
1625
+ width: "40px",
1626
+ height: "40px",
1627
+ filter: "none",
1628
+ "padding-top": "none",
1629
+ "padding-bottom": "none",
1630
+ "padding-left": "none",
1631
+ "padding-right": "none",
1632
+ },
1633
+ tablet: {
1634
+ display: "none",
1635
+ },
1636
+ },
1637
+ "carousel-navigation-arrow-right": {
1638
+ width: "48px",
1639
+ height: "48px",
1640
+ "border-radius": "50%",
1641
+ "background-color": "white",
1642
+ border: "1px solid var(--color-border)",
1643
+ cursor: "pointer",
1644
+ display: "none",
1645
+ "align-items": "center",
1646
+ "justify-content": "center",
1647
+ mobile: {
1648
+ width: "40px",
1649
+ height: "40px",
1650
+ filter: "none",
1651
+ "font-size": "xs",
1652
+ },
1653
+ "padding-top": "none",
1654
+ "padding-bottom": "none",
1655
+ "padding-left": "none",
1656
+ "padding-right": "none",
1657
+ "column-gap": "none",
1658
+ color: "text-3",
1659
+ tablet: {
1660
+ filter: "none",
1661
+ display: "none",
1662
+ },
1663
+ },
1664
+ cards_levoGroup: {
1665
+ flex: "1",
1666
+ mobile: {
1667
+ "max-width": "100%",
1668
+ order: "1",
1669
+ },
1670
+ number_of_slides: 1,
1671
+ tablet: {
1672
+ number_of_slides: 1,
1673
+ },
1674
+ },
1675
+ cards: Array(3)
1676
+ .fill(0)
1677
+ .map((v) => ({
3110
1678
  card: {
3111
1679
  display: "flex",
3112
1680
  "background-color": "white",
@@ -3128,7 +1696,6 @@ export const Cards7: IBlock = {
3128
1696
  tablet: {
3129
1697
  "flex-direction": "column",
3130
1698
  "align-items": "start",
3131
- width: "fit-content",
3132
1699
  },
3133
1700
  },
3134
1701
  "image-container": {
@@ -3138,7 +1705,9 @@ export const Cards7: IBlock = {
3138
1705
  width: "100%",
3139
1706
  height: "100%",
3140
1707
  },
3141
- tablet: {},
1708
+ tablet: {
1709
+ width: "100%",
1710
+ },
3142
1711
  },
3143
1712
  image: {
3144
1713
  width: "100%",
@@ -3154,9 +1723,12 @@ export const Cards7: IBlock = {
3154
1723
  mobile: {
3155
1724
  padding: "lg",
3156
1725
  "padding-left": "none",
3157
- "padding-top": "none",
3158
1726
  "padding-right": "none",
3159
1727
  "padding-bottom": "none",
1728
+ "padding-top": "none",
1729
+ },
1730
+ tablet: {
1731
+ "flex-direction": "column",
3160
1732
  },
3161
1733
  },
3162
1734
  "header-container": {
@@ -3166,16 +1738,24 @@ export const Cards7: IBlock = {
3166
1738
  "margin-bottom": "sm",
3167
1739
  },
3168
1740
  "card-description": {
3169
- color: "text-2",
1741
+ tablet: {
1742
+ "max-width": "600px",
1743
+ },
3170
1744
  },
3171
1745
  stats_levoGroup: {
3172
- display: "flex",
1746
+ display: "none",
3173
1747
  "column-gap": "lg",
3174
1748
  "margin-bottom": "lg",
3175
1749
  mobile: {
3176
1750
  "flex-wrap": "wrap",
3177
1751
  "row-gap": "sm",
3178
1752
  "column-gap": "sm",
1753
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1754
+ },
1755
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1756
+ tablet: {
1757
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1758
+ "row-gap": "lg",
3179
1759
  },
3180
1760
  },
3181
1761
  stat_card: {
@@ -3190,176 +1770,60 @@ export const Cards7: IBlock = {
3190
1770
  "margin-bottom": "xs",
3191
1771
  },
3192
1772
  label: {
3193
- color: "text-2",
1773
+ color: "brandSecondaryForeground",
3194
1774
  },
3195
- cta: {
1775
+
1776
+ ctas_levoGroup: {
3196
1777
  "align-self": "flex-start",
3197
- "border-color": "border",
3198
- "padding-top": "sm",
3199
- "padding-bottom": "sm",
3200
- "padding-left": "lg",
3201
- "padding-right": "lg",
3202
- },
3203
- },
3204
- {
3205
- card: {
3206
- display: "flex",
3207
- "background-color": "white",
3208
- "border-radius": "base",
3209
- "box-shadow": "lg",
3210
- overflow: "hidden",
3211
- "align-items": "stretch",
3212
- mobile: {
3213
- "flex-direction": "column",
3214
- "min-height": "auto",
3215
- "row-gap": "base",
3216
- },
3217
- "border-style": "solid",
3218
- "border-width": "1px",
3219
- "padding-left": "base",
3220
- "padding-right": "base",
3221
- "padding-top": "base",
3222
- "padding-bottom": "base",
3223
- tablet: {
3224
- "flex-direction": "column",
3225
- "align-items": "start",
3226
- width: "fit-content",
3227
- },
3228
- },
3229
- "content-container": {
3230
- flex: "1",
3231
- padding: "2xl",
3232
- display: "flex",
3233
- "flex-direction": "column",
3234
- "justify-content": "space-between",
3235
- mobile: {
3236
- padding: "lg",
3237
- "padding-left": "none",
3238
- "padding-right": "none",
3239
- "padding-bottom": "none",
3240
- "padding-top": "none",
3241
- },
3242
- },
3243
- "image-container": {
3244
- flex: "0 0 40%",
3245
- mobile: {
3246
- flex: "none",
3247
- width: "100%",
3248
- height: "100%",
3249
- },
3250
- tablet: {},
3251
- },
3252
- "header-container": {
3253
- "margin-bottom": "lg",
3254
- },
3255
- stats_levoGroup: {
3256
1778
  display: "flex",
3257
- "column-gap": "lg",
3258
- "margin-bottom": "lg",
3259
- mobile: {
3260
- "flex-wrap": "wrap",
3261
- "row-gap": "sm",
3262
- "column-gap": "sm",
3263
- },
3264
- },
3265
- cta: {
3266
- "align-self": "flex-start",
3267
- "border-color": "border",
3268
- "padding-top": "sm",
3269
- "padding-bottom": "sm",
3270
- "padding-left": "lg",
3271
- "padding-right": "lg",
3272
- },
3273
- "card-title": {
3274
- "margin-bottom": "sm",
3275
- },
3276
- image: {
3277
- mobile: {
3278
- width: "100%",
3279
- height: "100%",
3280
- "object-fit": "cover",
3281
- },
1779
+ "flex-direction": "row",
1780
+ "align-items": "center",
1781
+ gap: "sm",
3282
1782
  },
3283
- },
3284
- {
3285
- card: {
3286
- display: "flex",
3287
- "background-color": "white",
3288
- "border-radius": "base",
3289
- "box-shadow": "lg",
3290
- overflow: "hidden",
3291
- "align-items": "stretch",
3292
- mobile: {
3293
- "flex-direction": "column",
3294
- "min-height": "auto",
3295
- "row-gap": "base",
1783
+ ctas: Array(2).map(() => ({
1784
+ cta: {
1785
+ "align-self": "flex-start",
3296
1786
  },
3297
- "border-style": "solid",
3298
- "border-width": "1px",
3299
- "padding-left": "base",
3300
- "padding-right": "base",
3301
- "padding-top": "base",
3302
- "padding-bottom": "base",
3303
- tablet: {
3304
- "flex-direction": "column",
3305
- "align-items": "start",
3306
- width: "fit-content",
1787
+ })),
1788
+ stats: [
1789
+ {
1790
+ number: {
1791
+ tablet: {
1792
+ "font-size": "2xl",
1793
+ },
1794
+ "font-size": "3xl",
1795
+ },
3307
1796
  },
3308
- },
3309
- "content-container": {
3310
- flex: "1",
3311
- padding: "2xl",
3312
- display: "flex",
3313
- "flex-direction": "column",
3314
- "justify-content": "space-between",
3315
- mobile: {
3316
- padding: "lg",
3317
- "padding-left": "none",
3318
- "padding-top": "none",
3319
- "padding-right": "none",
3320
- "padding-bottom": "none",
1797
+ {
1798
+ number: {
1799
+ "font-size": "3xl",
1800
+ tablet: {
1801
+ "font-size": "2xl",
1802
+ },
1803
+ },
3321
1804
  },
3322
- },
3323
- "image-container": {
3324
- flex: "0 0 40%",
3325
- mobile: {
3326
- flex: "none",
1805
+ {
1806
+ number: {
1807
+ "font-size": "3xl",
1808
+ tablet: {
1809
+ "font-size": "2xl",
1810
+ },
1811
+ },
3327
1812
  },
3328
- tablet: {},
3329
- },
3330
- "header-container": {
3331
- "margin-bottom": "lg",
3332
- },
3333
- stats_levoGroup: {
1813
+ ],
1814
+ "label-container": {
3334
1815
  display: "flex",
3335
- "column-gap": "lg",
3336
- "margin-bottom": "lg",
3337
- mobile: {
3338
- "flex-wrap": "wrap",
3339
- "row-gap": "sm",
3340
- "column-gap": "sm",
3341
- },
3342
- },
3343
- cta: {
3344
- "align-self": "flex-start",
3345
- "border-color": "border",
3346
- "padding-top": "sm",
3347
- "padding-bottom": "sm",
3348
- "padding-left": "lg",
3349
- "padding-right": "lg",
3350
- },
3351
- "card-title": {
3352
- "margin-bottom": "sm",
3353
- },
3354
- image: {
3355
- mobile: {
3356
- "object-fit": "cover",
3357
- width: "100%",
3358
- height: "100%",
3359
- },
1816
+ "align-items": "center",
1817
+ "column-gap": "2xs",
1818
+ "background-color": "brandSecondary",
1819
+ width: "fit-content",
1820
+ "border-radius": "3xl",
1821
+ "padding-left": "xs",
1822
+ "padding-right": "xs",
1823
+ "padding-top": "4xs",
1824
+ "padding-bottom": "4xs",
3360
1825
  },
3361
- },
3362
- ],
1826
+ })),
3363
1827
  "carousel-navigation-arrow-left_leftIcon": {
3364
1828
  height: "22px",
3365
1829
  width: "22px",
@@ -3531,8 +1995,48 @@ export const Cards7: IBlock = {
3531
1995
  Heading_Level: "H4",
3532
1996
  },
3533
1997
  },
1998
+ cards: [
1999
+ {
2000
+ "card-title": {
2001
+ heading: {
2002
+ level: "3",
2003
+ },
2004
+ selectedVariants: {
2005
+ Heading_Level: "H3",
2006
+ },
2007
+ },
2008
+ cta: {
2009
+ selectedVariants: {
2010
+ Button_Sizes: "Large",
2011
+ },
2012
+ },
2013
+ "card-description": {
2014
+ selectedVariants: {},
2015
+ },
2016
+ },
2017
+ {
2018
+ "card-title": {
2019
+ selectedVariants: {
2020
+ Heading_Level: "H3",
2021
+ },
2022
+ },
2023
+ "card-description": {
2024
+ selectedVariants: {},
2025
+ },
2026
+ },
2027
+ {
2028
+ "card-title": {
2029
+ selectedVariants: {
2030
+ Heading_Level: "H3",
2031
+ },
2032
+ },
2033
+ "card-description": {
2034
+ selectedVariants: {},
2035
+ },
2036
+ },
2037
+ ],
3534
2038
  },
3535
- content: DEFAULT_CONTENT,
2039
+ content: DEFAULT_CONTENT_VARIANT_1,
3536
2040
  },
3537
2041
  ],
3538
2042
  };