@levo-so/blocks 0.1.58 → 0.1.60

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 (191) hide show
  1. package/package.json +16 -15
  2. package/src/blocks/about-us/about-us-1.schema.ts +75 -58
  3. package/src/blocks/about-us/about-us-2.schema.ts +186 -39
  4. package/src/blocks/blogs/blog-listing-1.tsx +17 -15
  5. package/src/blocks/blogs/blog-listing-2.tsx +17 -15
  6. package/src/blocks/blogs/blog-listing-3.tsx +17 -15
  7. package/src/blocks/calendar/calendar-1.schema.ts +263 -181
  8. package/src/blocks/calendar/calendar-1.tsx +42 -11
  9. package/src/blocks/cards/cards-10.schema.ts +322 -313
  10. package/src/blocks/cards/cards-10.tsx +9 -1
  11. package/src/blocks/cards/cards-11.schema.ts +139 -248
  12. package/src/blocks/cards/cards-12.schema.ts +117 -196
  13. package/src/blocks/cards/cards-13.schema.ts +107 -56
  14. package/src/blocks/cards/cards-14.schema.ts +58 -154
  15. package/src/blocks/cards/cards-15.schema.ts +54 -31
  16. package/src/blocks/cards/cards-15.tsx +13 -2
  17. package/src/blocks/cards/cards-2.schema.ts +83 -88
  18. package/src/blocks/cards/cards-2.tsx +10 -2
  19. package/src/blocks/cards/cards-3.schema.ts +75 -70
  20. package/src/blocks/cards/cards-4.schema.ts +149 -91
  21. package/src/blocks/cards/cards-4.tsx +13 -2
  22. package/src/blocks/cards/cards-5.schema.ts +91 -68
  23. package/src/blocks/cards/cards-5.tsx +9 -1
  24. package/src/blocks/cards/cards-6.schema.ts +794 -972
  25. package/src/blocks/cards/cards-6.tsx +18 -2
  26. package/src/blocks/cards/cards-7.schema.ts +802 -2250
  27. package/src/blocks/cards/cards-7.tsx +14 -1
  28. package/src/blocks/cards/cards-8.schema.ts +166 -347
  29. package/src/blocks/cards/cards-8.tsx +14 -1
  30. package/src/blocks/cards/cards-9.schema.ts +300 -305
  31. package/src/blocks/cards/cards-9.tsx +27 -3
  32. package/src/blocks/carousel/carousel-1.schema.ts +479 -46
  33. package/src/blocks/carousel/carousel-1.tsx +2 -0
  34. package/src/blocks/carousel/carousel-2.schema.ts +170 -118
  35. package/src/blocks/carousel/carousel-2.tsx +10 -2
  36. package/src/blocks/community/community-1.schema.ts +566 -0
  37. package/src/blocks/community/community-1.tsx +690 -0
  38. package/src/blocks/community/community-post-1.schema.ts +417 -0
  39. package/src/blocks/community/community-post-1.tsx +155 -0
  40. package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
  41. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  42. package/src/blocks/contact-us/contact-us-2.tsx +1 -1
  43. package/src/blocks/content/content-1.schema.ts +184 -234
  44. package/src/blocks/content/content-1.tsx +48 -38
  45. package/src/blocks/content/content-2.schema.ts +143 -32
  46. package/src/blocks/content/content-2.tsx +15 -3
  47. package/src/blocks/content/content-3.schema.ts +215 -205
  48. package/src/blocks/content/content-3.tsx +13 -1
  49. package/src/blocks/content/content-4.schema.ts +124 -85
  50. package/src/blocks/content/content-4.tsx +2 -1
  51. package/src/blocks/content/content-5.schema.ts +296 -278
  52. package/src/blocks/content/content-5.tsx +23 -2
  53. package/src/blocks/content/content-6.schema.ts +474 -244
  54. package/src/blocks/content/content-6.tsx +23 -1
  55. package/src/blocks/content/content-7.schema.ts +173 -133
  56. package/src/blocks/content/content-7.tsx +27 -3
  57. package/src/blocks/content/content-8.schema.ts +27 -17
  58. package/src/blocks/content/content-9.schema.ts +64 -2208
  59. package/src/blocks/content/content-9.tsx +6 -3
  60. package/src/blocks/cta/cta-1.schema.ts +13 -108
  61. package/src/blocks/cta/cta-2.schema.ts +60 -69
  62. package/src/blocks/cta/cta-3.schema.ts +97 -66
  63. package/src/blocks/embed/embed-1.schema.ts +30 -52
  64. package/src/blocks/event/event-details.schema.ts +7 -0
  65. package/src/blocks/event/event-details.tsx +1 -0
  66. package/src/blocks/event/event-listing-2.tsx +17 -15
  67. package/src/blocks/event/event-listing-3.tsx +17 -15
  68. package/src/blocks/event/event-listing-4.tsx +17 -15
  69. package/src/blocks/event/event-listing.tsx +17 -15
  70. package/src/blocks/faq/faq-1.schema.ts +158 -112
  71. package/src/blocks/faq/faq-1.tsx +12 -3
  72. package/src/blocks/faq/faq-2.schema.ts +137 -74
  73. package/src/blocks/faq/faq-2.tsx +10 -1
  74. package/src/blocks/faq/faq-3.schema.ts +185 -105
  75. package/src/blocks/faq/faq-3.tsx +19 -3
  76. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  77. package/src/blocks/features/features-1/features-1.tsx +10 -1
  78. package/src/blocks/features/features-1/variants/default.ts +172 -54
  79. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  80. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  81. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  82. package/src/blocks/features/features-2.schema.ts +178 -45
  83. package/src/blocks/features/features-2.tsx +10 -2
  84. package/src/blocks/features/features-3.schema.ts +284 -65
  85. package/src/blocks/features/features-3.tsx +22 -3
  86. package/src/blocks/features/features-4.schema.ts +380 -185
  87. package/src/blocks/features/features-4.tsx +9 -1
  88. package/src/blocks/features/features-5.schema.ts +194 -198
  89. package/src/blocks/features/features-5.tsx +12 -1
  90. package/src/blocks/features/features-6.schema.ts +240 -193
  91. package/src/blocks/features/features-6.tsx +16 -2
  92. package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
  93. package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
  94. package/src/blocks/footer/footer-1.schema.ts +118 -48
  95. package/src/blocks/footer/footer-1.tsx +2 -1
  96. package/src/blocks/footer/footer-2.schema.ts +235 -31
  97. package/src/blocks/footer/footer-2.tsx +2 -1
  98. package/src/blocks/footer/footer-3.schema.ts +334 -57
  99. package/src/blocks/footer/footer-3.tsx +2 -1
  100. package/src/blocks/footer/footer-4.schema.ts +147 -76
  101. package/src/blocks/footer/footer-4.tsx +2 -1
  102. package/src/blocks/footer/footer-5.schema.ts +144 -52
  103. package/src/blocks/footer/footer-5.tsx +2 -1
  104. package/src/blocks/footer/footer-6.schema.ts +68 -140
  105. package/src/blocks/footer/footer-6.tsx +2 -1
  106. package/src/blocks/hero/hero-1.schema.ts +184 -87
  107. package/src/blocks/hero/hero-10.schema.ts +8 -29
  108. package/src/blocks/hero/hero-11.schema.ts +192 -89
  109. package/src/blocks/hero/hero-11.tsx +1 -1
  110. package/src/blocks/hero/hero-12.schema.ts +107 -170
  111. package/src/blocks/hero/hero-12.tsx +1 -1
  112. package/src/blocks/hero/hero-13.schema.ts +42 -28
  113. package/src/blocks/hero/hero-2.schema.ts +33 -58
  114. package/src/blocks/hero/hero-3.schema.ts +42 -34
  115. package/src/blocks/hero/hero-4.schema.ts +265 -70
  116. package/src/blocks/hero/hero-4.tsx +19 -2
  117. package/src/blocks/hero/hero-5.schema.ts +122 -44
  118. package/src/blocks/hero/hero-5.tsx +14 -2
  119. package/src/blocks/hero/hero-6.schema.ts +159 -255
  120. package/src/blocks/hero/hero-7.schema.ts +105 -34
  121. package/src/blocks/hero/hero-7.tsx +4 -1
  122. package/src/blocks/hero/hero-8.schema.ts +363 -133
  123. package/src/blocks/hero/hero-8.tsx +27 -3
  124. package/src/blocks/hero/hero-9.schema.ts +116 -83
  125. package/src/blocks/hero/hero-9.tsx +9 -1
  126. package/src/blocks/index.ts +7 -0
  127. package/src/blocks/logos/logos-1.schema.ts +424 -30
  128. package/src/blocks/polling/polling-1.schema.ts +1 -19
  129. package/src/blocks/pricing/pricing-1.schema.ts +296 -266
  130. package/src/blocks/pricing/pricing-1.tsx +16 -2
  131. package/src/blocks/products/products-listing-1.schema.ts +144 -33
  132. package/src/blocks/products/products-listing-1.tsx +9 -1
  133. package/src/blocks/products/products-listing-2.schema.ts +199 -213
  134. package/src/blocks/products/products-listing-2.tsx +25 -3
  135. package/src/blocks/products/products-listing-3.schema.ts +439 -154
  136. package/src/blocks/products/products-listing-3.tsx +43 -8
  137. package/src/blocks/profile/profile-1.schema.ts +67 -49
  138. package/src/blocks/profile/profile-1.tsx +3 -2
  139. package/src/blocks/profile/profile-2.schema.ts +73 -85
  140. package/src/blocks/profile/profile-2.tsx +2 -1
  141. package/src/blocks/profile/profile-3.schema.ts +162 -529
  142. package/src/blocks/profile/profile-3.tsx +2 -2
  143. package/src/blocks/services/service-1.schema.ts +204 -804
  144. package/src/blocks/services/service-1.tsx +15 -2
  145. package/src/blocks/services/service-2.schema.ts +95 -75
  146. package/src/blocks/services/service-2.tsx +9 -1
  147. package/src/blocks/services/service-3.schema.ts +73 -73
  148. package/src/blocks/services/service-3.tsx +40 -39
  149. package/src/blocks/stats/stats-1.schema.ts +225 -21
  150. package/src/blocks/stats/stats-1.tsx +4 -0
  151. package/src/blocks/stats/stats-2.schema.ts +13 -5
  152. package/src/blocks/stats/stats-2.tsx +9 -1
  153. package/src/blocks/stats/variants/default.ts +59 -41
  154. package/src/blocks/stats/variants/hero.ts +64 -31
  155. package/src/blocks/tabs/tab-1.schema.ts +105 -407
  156. package/src/blocks/tabs/tab-1.tsx +15 -4
  157. package/src/blocks/tabs/tab-2.schema.ts +208 -278
  158. package/src/blocks/tabs/tab-2.tsx +14 -2
  159. package/src/blocks/team/team-1.schema.ts +621 -76
  160. package/src/blocks/team/team-1.tsx +9 -1
  161. package/src/blocks/team/team-2.schema.ts +693 -1421
  162. package/src/blocks/team/team-2.tsx +4 -1
  163. package/src/blocks/team/team-3.schema.ts +147 -74
  164. package/src/blocks/team/team-3.tsx +1 -0
  165. package/src/blocks/team/team-4.schema.ts +216 -57
  166. package/src/blocks/team/team-4.tsx +10 -2
  167. package/src/blocks/team/team-5.schema.ts +67 -42
  168. package/src/blocks/team/team-5.tsx +12 -3
  169. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  170. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
  171. package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
  172. package/src/blocks/testimonial/testimonial-1.tsx +2 -4
  173. package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
  174. package/src/blocks/testimonial/testimonial-2.tsx +4 -1
  175. package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
  176. package/src/blocks/testimonial/testimonial-3.tsx +5 -2
  177. package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
  178. package/src/blocks/testimonial/testimonial-4.tsx +4 -1
  179. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
  180. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
  181. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
  182. package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
  183. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  184. package/src/blocks/testimonial/testimonial-7.tsx +2 -2
  185. package/src/blocks/timeline/timeline-1.schema.ts +196 -149
  186. package/src/blocks/timeline/timeline-1.tsx +4 -1
  187. package/src/blocks/users/edit-profile.schema.ts +56 -44
  188. package/src/blocks/users/edit-profile.tsx +13 -6
  189. package/src/constants/index.ts +19 -0
  190. package/src/schemas/blocks.ts +6 -0
  191. package/src/schemas/categories.ts +12 -0
@@ -1,5 +1,157 @@
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:
8
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed.png",
9
+ srcset: {
10
+ "1080w":
11
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1080w.webp",
12
+ "1200w":
13
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1200w.webp",
14
+ "1920w":
15
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-1920w.webp",
16
+ "320w":
17
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-320w.webp",
18
+ "640w":
19
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-640w.webp",
20
+ "750w":
21
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-750w.webp",
22
+ "828w":
23
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-1-VbXwlm7BPI1Ed-828w.webp",
24
+ 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",
25
+ },
26
+ mimetype: "image/png",
27
+ };
28
+ const MEDIA_DEFAULT_2 = {
29
+ id: "lDiUoGwM7dzZl",
30
+ filename: "cards-7-default-2.png",
31
+ kind: "image",
32
+ location:
33
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW.png",
34
+ srcset: {
35
+ "1080w":
36
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1080w.webp",
37
+ "1200w":
38
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1200w.webp",
39
+ "1920w":
40
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-1920w.webp",
41
+ "320w":
42
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-320w.webp",
43
+ "640w":
44
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-640w.webp",
45
+ "750w":
46
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-750w.webp",
47
+ "828w":
48
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-2-6HgFQxxyUl2HW-828w.webp",
49
+ 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",
50
+ },
51
+ mimetype: "image/png",
52
+ };
53
+ const MEDIA_DEFAULT_3 = {
54
+ id: "lDiU0GwM7dzZt",
55
+ filename: "cards-7-default-3.png",
56
+ kind: "image",
57
+ location:
58
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6.png",
59
+ srcset: {
60
+ "1080w":
61
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1080w.webp",
62
+ "1200w":
63
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1200w.webp",
64
+ "1920w":
65
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-1920w.webp",
66
+ "320w":
67
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-320w.webp",
68
+ "640w":
69
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-640w.webp",
70
+ "750w":
71
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-750w.webp",
72
+ "828w":
73
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-default-3-fF90RWpVa2Is6-828w.webp",
74
+ 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",
75
+ },
76
+ mimetype: "image/png",
77
+ };
78
+
79
+ const MEDIA_VARIANT_1_1 = {
80
+ id: "8eRw0UmW6gqM",
81
+ filename: "cards-7-variant-1-1.png",
82
+ kind: "image",
83
+ location:
84
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT.png",
85
+ srcset: {
86
+ "1080w":
87
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1080w.webp",
88
+ "1200w":
89
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1200w.webp",
90
+ "1920w":
91
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-1920w.webp",
92
+ "320w":
93
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-320w.webp",
94
+ "640w":
95
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-640w.webp",
96
+ "750w":
97
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-750w.webp",
98
+ "828w":
99
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-1-xloNCSMg9CfT-828w.webp",
100
+ 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",
101
+ },
102
+ mimetype: "image/png",
103
+ };
104
+ const MEDIA_VARIANT_1_2 = {
105
+ id: "uY2MYb6kKlIc",
106
+ filename: "cards-7-variant-1-2.png",
107
+ kind: "image",
108
+ location:
109
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1.png",
110
+ srcset: {
111
+ "1080w":
112
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1080w.webp",
113
+ "1200w":
114
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1200w.webp",
115
+ "1920w":
116
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-1920w.webp",
117
+ "320w":
118
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-320w.webp",
119
+ "640w":
120
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-640w.webp",
121
+ "750w":
122
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-750w.webp",
123
+ "828w":
124
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-2-BwjgoiMOXVZ1-828w.webp",
125
+ 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",
126
+ },
127
+ mimetype: "image/png",
128
+ };
129
+ const MEDIA_VARIANT_1_3 = {
130
+ id: "2EYr5YIeODoD",
131
+ filename: "cards-7-variant-1-3.png",
132
+ kind: "image",
133
+ location:
134
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ.png",
135
+ srcset: {
136
+ "1080w":
137
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1080w.webp",
138
+ "1200w":
139
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1200w.webp",
140
+ "1920w":
141
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-1920w.webp",
142
+ "320w":
143
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-320w.webp",
144
+ "640w":
145
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-640w.webp",
146
+ "750w":
147
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-750w.webp",
148
+ "828w":
149
+ "https://static.levocdn.com/WLZ1TXTD/cards-7-variant-1-3-JtagEUPixJlJ-828w.webp",
150
+ 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",
151
+ },
152
+ mimetype: "image/png",
153
+ };
154
+
3
155
  const DEFAULT_CONTENT = {
4
156
  layout: null,
5
157
  container: null,
@@ -30,31 +182,7 @@ const DEFAULT_CONTENT = {
30
182
  },
31
183
  },
32
184
  "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
- },
185
+ image: MEDIA_DEFAULT_1,
58
186
  "content-container": null,
59
187
  "header-container": null,
60
188
  "card-title": "Enterprise Analytics Platform",
@@ -77,7 +205,8 @@ const DEFAULT_CONTENT = {
77
205
  label: "Support",
78
206
  },
79
207
  ],
80
- cta: "Learn More",
208
+ ctas_levoGroup: null,
209
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
81
210
  },
82
211
  {
83
212
  card: null,
@@ -93,31 +222,47 @@ const DEFAULT_CONTENT = {
93
222
  },
94
223
  },
95
224
  "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",
225
+ image: MEDIA_DEFAULT_2,
226
+ "content-container": null,
227
+ "header-container": null,
228
+ "card-title": "Enterprise Analytics Platform",
229
+ "card-description":
230
+ "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
231
+ stats: [
232
+ {
233
+ stat_card: null,
234
+ number: "99.9%",
235
+ label: "Uptime",
236
+ },
237
+ {
238
+ stat_card: null,
239
+ number: "500K+",
240
+ label: "Data Points",
241
+ },
242
+ {
243
+ stat_card: null,
244
+ number: "24/7",
245
+ label: "Support",
246
+ },
247
+ ],
248
+ ctas_levoGroup: null,
249
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
250
+ },
251
+ {
252
+ card: null,
253
+ "image-container": null,
254
+ label: "<p>Boston</p>",
255
+ "label-icon": {
256
+ kind: "icon",
257
+ data: {
258
+ id: "location",
259
+ label: "Location",
260
+ tags: ["custom", "location"],
261
+ svgCode:
262
+ '<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>',
263
+ },
120
264
  },
265
+ image: MEDIA_DEFAULT_3,
121
266
  "content-container": null,
122
267
  "header-container": null,
123
268
  "card-title": "Enterprise Analytics Platform",
@@ -140,11 +285,110 @@ const DEFAULT_CONTENT = {
140
285
  label: "Support",
141
286
  },
142
287
  ],
143
- cta: "Learn More",
288
+ ctas_levoGroup: null,
289
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
290
+ },
291
+ ],
292
+ "carousel-navigation-arrow-left_leftIcon": {
293
+ kind: "icon",
294
+ data: {
295
+ id: "arrow-left",
296
+ label: "Arrow Left",
297
+ tags: ["arrow", "custom", "directional", "left"],
298
+ svgCode:
299
+ '<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>',
300
+ },
301
+ },
302
+ "carousel-navigation-arrow-right_rightIcon": {
303
+ kind: "icon",
304
+ data: {
305
+ id: "arrow-right-1",
306
+ label: "Arrow Right 1",
307
+ tags: ["arrow", "custom", "directional", "right"],
308
+ svgCode:
309
+ '<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>',
310
+ },
311
+ },
312
+ "carousel-navigation-arrow-left-bottom_leftIcon": {
313
+ kind: "icon",
314
+ data: {
315
+ id: "arrow-left",
316
+ label: "Arrow Left",
317
+ tags: ["arrow", "custom", "directional", "left"],
318
+ svgCode:
319
+ '<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>',
320
+ },
321
+ },
322
+ "carousel-navigation-arrow-right-bottom_rightIcon": {
323
+ kind: "icon",
324
+ data: {
325
+ id: "arrow-right-1",
326
+ label: "Arrow Right 1",
327
+ tags: ["arrow", "custom", "directional", "right"],
328
+ svgCode:
329
+ '<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
330
  },
331
+ },
332
+ };
333
+
334
+ const DEFAULT_CONTENT_VARIANT_1 = {
335
+ layout: null,
336
+ container: null,
337
+ header: null,
338
+ "header-content": null,
339
+ title: "Featured Solutions Overview",
340
+ description:
341
+ "Discover comprehensive business solutions designed to accelerate growth and streamline operations across multiple industries.",
342
+ "carousel-container": null,
343
+ "carousel-navigation-arrow-left": " ",
344
+ "carousel-navigation-arrow-right": " ",
345
+ "carousel-navigation-bottom-container": null,
346
+ "carousel-navigation-bottom": null,
347
+ "carousel-navigation-arrow-left-bottom": " ",
348
+ "carousel-navigation-arrow-right-bottom": " ",
349
+ cards: [
145
350
  {
146
351
  card: null,
352
+ label: "<p>Boston</p>",
353
+ "label-icon": {
354
+ kind: "icon",
355
+ data: {
356
+ id: "location",
357
+ label: "Location",
358
+ tags: ["custom", "location"],
359
+ svgCode:
360
+ '<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>',
361
+ },
362
+ },
147
363
  "image-container": null,
364
+ image: MEDIA_VARIANT_1_1,
365
+ "content-container": null,
366
+ "header-container": null,
367
+ "card-title": "Enterprise Analytics Platform",
368
+ "card-description":
369
+ "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
370
+ stats: [
371
+ {
372
+ stat_card: null,
373
+ number: "99.9%",
374
+ label: "Uptime",
375
+ },
376
+ {
377
+ stat_card: null,
378
+ number: "500K+",
379
+ label: "Data Points",
380
+ },
381
+ {
382
+ stat_card: null,
383
+ number: "24/7",
384
+ label: "Support",
385
+ },
386
+ ],
387
+ ctas_levoGroup: null,
388
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
389
+ },
390
+ {
391
+ card: null,
148
392
  label: "<p>Boston</p>",
149
393
  "label-icon": {
150
394
  kind: "icon",
@@ -156,31 +400,48 @@ const DEFAULT_CONTENT = {
156
400
  '<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
401
  },
158
402
  },
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",
403
+ "image-container": null,
404
+ image: MEDIA_VARIANT_1_2,
405
+ "content-container": null,
406
+ "header-container": null,
407
+ "card-title": "Enterprise Analytics Platform",
408
+ "card-description":
409
+ "Advanced data analytics and business intelligence solutions for enterprise-level decision making.",
410
+ stats: [
411
+ {
412
+ stat_card: null,
413
+ number: "99.9%",
414
+ label: "Uptime",
415
+ },
416
+ {
417
+ stat_card: null,
418
+ number: "500K+",
419
+ label: "Data Points",
420
+ },
421
+ {
422
+ stat_card: null,
423
+ number: "24/7",
424
+ label: "Support",
425
+ },
426
+ ],
427
+ ctas_levoGroup: null,
428
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
429
+ },
430
+ {
431
+ card: null,
432
+ "image-container": null,
433
+ label: "<p>Boston</p>",
434
+ "label-icon": {
435
+ kind: "icon",
436
+ data: {
437
+ id: "location",
438
+ label: "Location",
439
+ tags: ["custom", "location"],
440
+ svgCode:
441
+ '<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>',
442
+ },
183
443
  },
444
+ image: MEDIA_VARIANT_1_3,
184
445
  "content-container": null,
185
446
  "header-container": null,
186
447
  "card-title": "Enterprise Analytics Platform",
@@ -203,7 +464,8 @@ const DEFAULT_CONTENT = {
203
464
  label: "Support",
204
465
  },
205
466
  ],
206
- cta: "Learn More",
467
+ ctas_levoGroup: null,
468
+ ctas: [{ cta: "Learn More" }, { cta: "Learn More" }],
207
469
  },
208
470
  ],
209
471
  "carousel-navigation-arrow-left_leftIcon": {
@@ -558,13 +820,21 @@ export const Cards7: IBlock = {
558
820
  },
559
821
  },
560
822
  {
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
- },
823
+ key: "ctas",
824
+ label: "CTA Buttons",
825
+ field_interface: "BoxWidget",
826
+ kind: "group",
827
+ fields: [
828
+ {
829
+ key: "cta",
830
+ label: "CTA Button",
831
+ field_interface: "ButtonWidget",
832
+ hint: {
833
+ prompt_description:
834
+ "Call-to-action button encouraging users to learn more or engage with the featured solution.",
835
+ },
836
+ },
837
+ ],
568
838
  },
569
839
  ],
570
840
  hint: {
@@ -580,34 +850,8 @@ export const Cards7: IBlock = {
580
850
  key: "default",
581
851
  title: "Default",
582
852
  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
- },
853
+ layout: {},
854
+ container: {},
611
855
  header: {
612
856
  "text-align": "center",
613
857
  "margin-bottom": "4xl",
@@ -621,12 +865,9 @@ export const Cards7: IBlock = {
621
865
  "margin-right": "auto",
622
866
  },
623
867
  title: {
624
- color: "text-1",
625
868
  "margin-bottom": "lg",
626
869
  },
627
- description: {
628
- color: "text-2",
629
- },
870
+ description: {},
630
871
  "carousel-container": {
631
872
  display: "flex",
632
873
  "align-items": "center",
@@ -782,12 +1023,8 @@ export const Cards7: IBlock = {
782
1023
  },
783
1024
  "card-title": {
784
1025
  "margin-bottom": "sm",
785
- tablet: {
786
- "font-size": "xl",
787
- },
788
1026
  },
789
1027
  "card-description": {
790
- color: "text-2",
791
1028
  tablet: {
792
1029
  "max-width": "600px",
793
1030
  },
@@ -822,38 +1059,43 @@ export const Cards7: IBlock = {
822
1059
  label: {
823
1060
  color: "text-2",
824
1061
  },
825
- cta: {
1062
+ ctas_levoGroup: {
826
1063
  "align-self": "flex-start",
827
- "border-color": "border",
828
- "padding-top": "sm",
829
- "padding-bottom": "sm",
830
- "padding-left": "lg",
831
- "padding-right": "lg",
1064
+ display: "flex",
1065
+ "flex-direction": "row",
1066
+ "align-items": "center",
1067
+ gap: "sm",
832
1068
  },
1069
+ ctas: Array(2).map(() => ({
1070
+ cta: {},
1071
+ })),
833
1072
  stats: [
834
1073
  {
835
1074
  number: {
836
1075
  tablet: {
837
1076
  "font-size": "2xl",
838
1077
  },
839
- "font-size": "3xl",
1078
+ "font-weight": 700,
840
1079
  },
1080
+ label: {},
841
1081
  },
842
1082
  {
843
1083
  number: {
844
- "font-size": "3xl",
845
1084
  tablet: {
846
1085
  "font-size": "2xl",
847
1086
  },
1087
+ "font-weight": 700,
848
1088
  },
1089
+ label: {},
849
1090
  },
850
1091
  {
851
1092
  number: {
852
- "font-size": "3xl",
853
1093
  tablet: {
854
1094
  "font-size": "2xl",
855
1095
  },
1096
+ "font-weight": 700,
856
1097
  },
1098
+ label: {},
857
1099
  },
858
1100
  ],
859
1101
  },
@@ -922,12 +1164,8 @@ export const Cards7: IBlock = {
922
1164
  },
923
1165
  "card-title": {
924
1166
  "margin-bottom": "sm",
925
- tablet: {
926
- "font-size": "xl",
927
- },
928
1167
  },
929
1168
  "card-description": {
930
- color: "text-2",
931
1169
  tablet: {
932
1170
  "max-width": "600px",
933
1171
  },
@@ -962,38 +1200,41 @@ export const Cards7: IBlock = {
962
1200
  label: {
963
1201
  color: "text-2",
964
1202
  },
965
- cta: {
1203
+ ctas_levoGroup: {
966
1204
  "align-self": "flex-start",
967
- "border-color": "border",
968
- "padding-top": "sm",
969
- "padding-bottom": "sm",
970
- "padding-left": "lg",
971
- "padding-right": "lg",
1205
+ display: "flex",
1206
+ "flex-direction": "row",
1207
+ "align-items": "center",
1208
+ gap: "sm",
972
1209
  },
1210
+ ctas: Array(2).map(() => ({})),
973
1211
  stats: [
974
1212
  {
975
1213
  number: {
976
1214
  tablet: {
977
1215
  "font-size": "2xl",
978
1216
  },
979
- "font-size": "3xl",
1217
+ "font-weight": 700,
980
1218
  },
1219
+ label: {},
981
1220
  },
982
1221
  {
983
1222
  number: {
984
- "font-size": "3xl",
985
1223
  tablet: {
986
1224
  "font-size": "2xl",
987
1225
  },
1226
+ "font-weight": 700,
988
1227
  },
1228
+ label: {},
989
1229
  },
990
1230
  {
991
1231
  number: {
992
- "font-size": "3xl",
993
1232
  tablet: {
994
1233
  "font-size": "2xl",
995
1234
  },
1235
+ "font-weight": 700,
996
1236
  },
1237
+ label: {},
997
1238
  },
998
1239
  ],
999
1240
  },
@@ -1062,12 +1303,8 @@ export const Cards7: IBlock = {
1062
1303
  },
1063
1304
  "card-title": {
1064
1305
  "margin-bottom": "sm",
1065
- tablet: {
1066
- "font-size": "xl",
1067
- },
1068
1306
  },
1069
1307
  "card-description": {
1070
- color: "text-2",
1071
1308
  tablet: {
1072
1309
  "max-width": "600px",
1073
1310
  },
@@ -1102,2011 +1339,390 @@ export const Cards7: IBlock = {
1102
1339
  label: {
1103
1340
  color: "text-2",
1104
1341
  },
1105
- cta: {
1342
+ ctas_levoGroup: {
1106
1343
  "align-self": "flex-start",
1107
- "border-color": "border",
1108
- "padding-top": "sm",
1109
- "padding-bottom": "sm",
1110
- "padding-left": "lg",
1111
- "padding-right": "lg",
1344
+ display: "flex",
1345
+ "flex-direction": "row",
1346
+ "align-items": "center",
1347
+ gap: "sm",
1112
1348
  },
1349
+ ctas: Array(2).map(() => ({})),
1113
1350
  stats: [
1114
1351
  {
1115
1352
  number: {
1116
1353
  tablet: {
1117
1354
  "font-size": "2xl",
1118
1355
  },
1119
- "font-size": "3xl",
1356
+ "font-weight": 700,
1120
1357
  },
1358
+ label: {},
1121
1359
  },
1122
1360
  {
1123
1361
  number: {
1124
- "font-size": "3xl",
1125
1362
  tablet: {
1126
1363
  "font-size": "2xl",
1127
1364
  },
1365
+ "font-weight": 700,
1128
1366
  },
1367
+ label: {},
1129
1368
  },
1130
1369
  {
1131
1370
  number: {
1132
- "font-size": "3xl",
1133
1371
  tablet: {
1134
1372
  "font-size": "2xl",
1135
1373
  },
1374
+ "font-weight": 700,
1136
1375
  },
1376
+ label: {},
1137
1377
  },
1138
1378
  ],
1139
1379
  },
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
- ],
1380
+ ],
1381
+ "carousel-navigation-arrow-left_leftIcon": {
1382
+ height: "22px",
1383
+ width: "22px",
1384
+ "font-size": "22px",
1385
+ },
1386
+ "carousel-navigation-arrow-right_rightIcon": {
1387
+ height: "24px",
1388
+ width: "24px",
1389
+ },
1390
+ "carousel-navigation-bottom-container": {
1391
+ display: "none",
1392
+ "justify-content": "center",
1393
+ "margin-top": "2xl",
1394
+ tablet: {
1395
+ display: "flex",
1269
1396
  },
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
- ],
1397
+ mobile: {
1398
+ display: "flex",
1396
1399
  },
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
- ],
1400
+ },
1401
+ "carousel-navigation-bottom": {
1402
+ display: "flex",
1403
+ "column-gap": "sm",
1404
+ "align-items": "center",
1405
+ },
1406
+ "carousel-navigation-arrow-left-bottom": {
1407
+ display: "flex",
1408
+ "align-items": "center",
1409
+ "justify-content": "center",
1410
+ "border-radius": "50%",
1411
+ "background-color": "white",
1412
+ color: "text-2",
1413
+ cursor: "pointer",
1414
+ "font-size": "lg",
1415
+ "font-weight": "500",
1416
+ "padding-top": "none",
1417
+ "padding-bottom": "none",
1418
+ "padding-left": "none",
1419
+ "padding-right": "none",
1420
+ "border-color": "transparent",
1421
+ "border-width": "0px",
1422
+ "border-style": "solid",
1423
+ _hover: {
1424
+ opacity: "0.9",
2756
1425
  },
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
- ],
1426
+ width: "48px",
1427
+ height: "48px",
1428
+ border: "1px solid var(--color-border)",
1429
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1430
+ "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1431
+ mobile: {
1432
+ width: "40px",
1433
+ height: "40px",
2886
1434
  },
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",
1435
+ },
1436
+ "carousel-navigation-arrow-right-bottom": {
1437
+ width: "48px",
1438
+ height: "48px",
1439
+ "border-radius": "50%",
1440
+ "background-color": "white",
1441
+ border: "1px solid var(--color-border)",
1442
+ cursor: "pointer",
1443
+ display: "flex",
1444
+ "align-items": "center",
1445
+ "justify-content": "center",
1446
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1447
+ "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
1448
+ "padding-top": "none",
1449
+ "padding-bottom": "none",
1450
+ "padding-left": "none",
1451
+ "padding-right": "none",
1452
+ color: "text-2",
1453
+ mobile: {
1454
+ width: "40px",
1455
+ height: "40px",
1456
+ },
1457
+ },
1458
+ "carousel-navigation-arrow-left-bottom_leftIcon": {
1459
+ height: "22px",
1460
+ width: "22px",
1461
+ "font-size": "22px",
1462
+ },
1463
+ "carousel-navigation-arrow-right-bottom_rightIcon": {
1464
+ height: "22px",
1465
+ width: "22px",
1466
+ "font-size": "22px",
1467
+ },
1468
+ },
1469
+ config: {
1470
+ cards_levoGroup: {
1471
+ carousel: {
1472
+ loop: false,
1473
+ },
1474
+ },
1475
+ "carousel-navigation-arrow-left": {
1476
+ button_icons: {
1477
+ left: {
1478
+ enabled: true,
2926
1479
  },
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
- },
1480
+ },
1481
+ },
1482
+ "carousel-navigation-arrow-right": {
1483
+ button_icons: {
1484
+ right: {
1485
+ enabled: true,
2943
1486
  },
2944
- "header-container": {
2945
- "margin-bottom": "lg",
1487
+ },
1488
+ },
1489
+ "carousel-navigation-arrow-left-bottom": {
1490
+ button_icons: {
1491
+ left: {
1492
+ enabled: true,
1493
+ },
1494
+ },
1495
+ },
1496
+ "carousel-navigation-arrow-right-bottom": {
1497
+ button_icons: {
1498
+ right: {
1499
+ enabled: true,
2946
1500
  },
1501
+ },
1502
+ },
1503
+ title: {
1504
+ heading: {
1505
+ level: 2,
1506
+ },
1507
+ selectedVariants: {
1508
+ Heading_Level: "H2",
1509
+ },
1510
+ },
1511
+ "card-title": {
1512
+ heading: {
1513
+ level: 3,
1514
+ },
1515
+ selectedVariants: {
1516
+ Heading_Level: "H3",
1517
+ },
1518
+ },
1519
+ number: {
1520
+ heading: {
1521
+ level: 4,
1522
+ },
1523
+ selectedVariants: {
1524
+ Heading_Level: "H4",
1525
+ },
1526
+ },
1527
+ cards: [
1528
+ {
2947
1529
  "card-title": {
2948
- "margin-bottom": "sm",
2949
- tablet: {
2950
- "font-size": "xl",
1530
+ selectedVariants: {
1531
+ Heading_Level: "H3",
2951
1532
  },
2952
1533
  },
2953
1534
  "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",
1535
+ selectedVariants: {},
2995
1536
  },
2996
1537
  stats: [
2997
1538
  {
2998
1539
  number: {
2999
- "font-size": "3xl",
1540
+ heading: {
1541
+ level: "4",
1542
+ },
1543
+ selectedVariants: {
1544
+ Heading_Level: "H4",
1545
+ },
1546
+ },
1547
+ label: {
1548
+ selectedVariants: {},
3000
1549
  },
3001
1550
  },
3002
1551
  {
3003
1552
  number: {
3004
- "font-size": "3xl",
1553
+ selectedVariants: {
1554
+ Heading_Level: "H4",
1555
+ },
1556
+ },
1557
+ label: {
1558
+ selectedVariants: {},
3005
1559
  },
3006
1560
  },
3007
1561
  {
3008
1562
  number: {
3009
- "font-size": "3xl",
1563
+ selectedVariants: {
1564
+ Heading_Level: "H4",
1565
+ },
1566
+ },
1567
+ label: {
1568
+ selectedVariants: {},
3010
1569
  },
3011
1570
  },
3012
1571
  ],
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",
1572
+ cta: {
1573
+ selectedVariants: {
1574
+ Button_Sizes: "Large",
3065
1575
  },
3066
1576
  },
3067
- "header-container": {
3068
- "margin-bottom": "lg",
3069
- },
1577
+ },
1578
+ {
3070
1579
  "card-title": {
3071
- "margin-bottom": "sm",
1580
+ selectedVariants: {
1581
+ Heading_Level: "H3",
1582
+ },
3072
1583
  },
3073
1584
  "card-description": {
3074
- color: "text-2",
1585
+ selectedVariants: {},
3075
1586
  },
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",
1587
+ cta: {
1588
+ selectedVariants: {
1589
+ Button_Sizes: "Large",
3084
1590
  },
3085
1591
  },
3086
- stat_card: {
3087
- "text-align": "center",
3088
- mobile: {
3089
- flex: "1 1 calc(50% - 4px)",
3090
- "min-width": "80px",
1592
+ },
1593
+ {
1594
+ "card-title": {
1595
+ selectedVariants: {
1596
+ Heading_Level: "H3",
3091
1597
  },
3092
1598
  },
3093
- number: {
3094
- color: "text-1",
3095
- "margin-bottom": "xs",
3096
- },
3097
- label: {
3098
- color: "text-2",
1599
+ "card-description": {
1600
+ selectedVariants: {},
3099
1601
  },
3100
1602
  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",
1603
+ selectedVariants: {
1604
+ Button_Sizes: "Large",
1605
+ },
3107
1606
  },
3108
1607
  },
3109
- {
1608
+ ],
1609
+ },
1610
+ content: DEFAULT_CONTENT,
1611
+ },
1612
+ {
1613
+ key: "variant-1",
1614
+ title: "Variant 1",
1615
+ styles: {
1616
+ layout: {},
1617
+ container: {},
1618
+ header: {
1619
+ "text-align": "center",
1620
+ "margin-bottom": "4xl",
1621
+ mobile: {
1622
+ "margin-bottom": "2xl",
1623
+ },
1624
+ },
1625
+ "header-content": {
1626
+ "max-width": "800px",
1627
+ "margin-left": "auto",
1628
+ "margin-right": "auto",
1629
+ },
1630
+ title: {
1631
+ "margin-bottom": "lg",
1632
+ },
1633
+ description: {},
1634
+ "carousel-container": {
1635
+ display: "flex",
1636
+ "align-items": "center",
1637
+ "column-gap": "lg",
1638
+ position: "relative",
1639
+ mobile: {
1640
+ "flex-direction": "column",
1641
+ "row-gap": "lg",
1642
+ },
1643
+ tablet: {
1644
+ "padding-left": "none",
1645
+ "padding-right": "none",
1646
+ },
1647
+ },
1648
+ "carousel-navigation-arrow-left": {
1649
+ display: "none",
1650
+ "align-items": "center",
1651
+ "justify-content": "center",
1652
+ "border-radius": "50%",
1653
+ "background-color": "white",
1654
+ color: "text-2",
1655
+ cursor: "pointer",
1656
+ "font-size": "lg",
1657
+ "font-weight": "500",
1658
+ "padding-top": "none",
1659
+ "padding-bottom": "none",
1660
+ "padding-left": "none",
1661
+ "padding-right": "none",
1662
+ "border-color": "transparent",
1663
+ "border-width": "0px",
1664
+ "border-style": "solid",
1665
+ _hover: {
1666
+ opacity: "0.9",
1667
+ },
1668
+ width: "48px",
1669
+ height: "48px",
1670
+ border: "1px solid var(--color-border)",
1671
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1672
+ mobile: {
1673
+ width: "40px",
1674
+ height: "40px",
1675
+ filter: "none",
1676
+ "padding-top": "none",
1677
+ "padding-bottom": "none",
1678
+ "padding-left": "none",
1679
+ "padding-right": "none",
1680
+ },
1681
+ tablet: {
1682
+ display: "none",
1683
+ },
1684
+ },
1685
+ "carousel-navigation-arrow-right": {
1686
+ width: "48px",
1687
+ height: "48px",
1688
+ "border-radius": "50%",
1689
+ "background-color": "white",
1690
+ border: "1px solid var(--color-border)",
1691
+ cursor: "pointer",
1692
+ display: "none",
1693
+ "align-items": "center",
1694
+ "justify-content": "center",
1695
+ mobile: {
1696
+ width: "40px",
1697
+ height: "40px",
1698
+ filter: "none",
1699
+ "font-size": "xs",
1700
+ },
1701
+ "padding-top": "none",
1702
+ "padding-bottom": "none",
1703
+ "padding-left": "none",
1704
+ "padding-right": "none",
1705
+ "column-gap": "none",
1706
+ color: "text-3",
1707
+ tablet: {
1708
+ filter: "none",
1709
+ display: "none",
1710
+ },
1711
+ },
1712
+ cards_levoGroup: {
1713
+ flex: "1",
1714
+ mobile: {
1715
+ "max-width": "100%",
1716
+ order: "1",
1717
+ },
1718
+ number_of_slides: 1,
1719
+ tablet: {
1720
+ number_of_slides: 1,
1721
+ },
1722
+ },
1723
+ cards: Array(3)
1724
+ .fill(0)
1725
+ .map((v) => ({
3110
1726
  card: {
3111
1727
  display: "flex",
3112
1728
  "background-color": "white",
@@ -3128,7 +1744,6 @@ export const Cards7: IBlock = {
3128
1744
  tablet: {
3129
1745
  "flex-direction": "column",
3130
1746
  "align-items": "start",
3131
- width: "fit-content",
3132
1747
  },
3133
1748
  },
3134
1749
  "image-container": {
@@ -3138,7 +1753,9 @@ export const Cards7: IBlock = {
3138
1753
  width: "100%",
3139
1754
  height: "100%",
3140
1755
  },
3141
- tablet: {},
1756
+ tablet: {
1757
+ width: "100%",
1758
+ },
3142
1759
  },
3143
1760
  image: {
3144
1761
  width: "100%",
@@ -3154,9 +1771,12 @@ export const Cards7: IBlock = {
3154
1771
  mobile: {
3155
1772
  padding: "lg",
3156
1773
  "padding-left": "none",
3157
- "padding-top": "none",
3158
1774
  "padding-right": "none",
3159
1775
  "padding-bottom": "none",
1776
+ "padding-top": "none",
1777
+ },
1778
+ tablet: {
1779
+ "flex-direction": "column",
3160
1780
  },
3161
1781
  },
3162
1782
  "header-container": {
@@ -3166,16 +1786,24 @@ export const Cards7: IBlock = {
3166
1786
  "margin-bottom": "sm",
3167
1787
  },
3168
1788
  "card-description": {
3169
- color: "text-2",
1789
+ tablet: {
1790
+ "max-width": "600px",
1791
+ },
3170
1792
  },
3171
1793
  stats_levoGroup: {
3172
- display: "flex",
1794
+ display: "none",
3173
1795
  "column-gap": "lg",
3174
1796
  "margin-bottom": "lg",
3175
1797
  mobile: {
3176
1798
  "flex-wrap": "wrap",
3177
1799
  "row-gap": "sm",
3178
1800
  "column-gap": "sm",
1801
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1802
+ },
1803
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1804
+ tablet: {
1805
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1806
+ "row-gap": "lg",
3179
1807
  },
3180
1808
  },
3181
1809
  stat_card: {
@@ -3190,176 +1818,60 @@ export const Cards7: IBlock = {
3190
1818
  "margin-bottom": "xs",
3191
1819
  },
3192
1820
  label: {
3193
- color: "text-2",
1821
+ color: "brandSecondaryForeground",
3194
1822
  },
3195
- cta: {
1823
+
1824
+ ctas_levoGroup: {
3196
1825
  "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
1826
  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
- },
1827
+ "flex-direction": "row",
1828
+ "align-items": "center",
1829
+ gap: "sm",
3282
1830
  },
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",
1831
+ ctas: Array(2).map(() => ({
1832
+ cta: {
1833
+ "align-self": "flex-start",
3296
1834
  },
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",
1835
+ })),
1836
+ stats: [
1837
+ {
1838
+ number: {
1839
+ tablet: {
1840
+ "font-size": "2xl",
1841
+ },
1842
+ "font-size": "3xl",
1843
+ },
3307
1844
  },
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",
1845
+ {
1846
+ number: {
1847
+ "font-size": "3xl",
1848
+ tablet: {
1849
+ "font-size": "2xl",
1850
+ },
1851
+ },
3321
1852
  },
3322
- },
3323
- "image-container": {
3324
- flex: "0 0 40%",
3325
- mobile: {
3326
- flex: "none",
1853
+ {
1854
+ number: {
1855
+ "font-size": "3xl",
1856
+ tablet: {
1857
+ "font-size": "2xl",
1858
+ },
1859
+ },
3327
1860
  },
3328
- tablet: {},
3329
- },
3330
- "header-container": {
3331
- "margin-bottom": "lg",
3332
- },
3333
- stats_levoGroup: {
1861
+ ],
1862
+ "label-container": {
3334
1863
  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
- },
1864
+ "align-items": "center",
1865
+ "column-gap": "2xs",
1866
+ "background-color": "brandSecondary",
1867
+ width: "fit-content",
1868
+ "border-radius": "3xl",
1869
+ "padding-left": "xs",
1870
+ "padding-right": "xs",
1871
+ "padding-top": "4xs",
1872
+ "padding-bottom": "4xs",
3360
1873
  },
3361
- },
3362
- ],
1874
+ })),
3363
1875
  "carousel-navigation-arrow-left_leftIcon": {
3364
1876
  height: "22px",
3365
1877
  width: "22px",
@@ -3531,8 +2043,48 @@ export const Cards7: IBlock = {
3531
2043
  Heading_Level: "H4",
3532
2044
  },
3533
2045
  },
2046
+ cards: [
2047
+ {
2048
+ "card-title": {
2049
+ heading: {
2050
+ level: "3",
2051
+ },
2052
+ selectedVariants: {
2053
+ Heading_Level: "H3",
2054
+ },
2055
+ },
2056
+ cta: {
2057
+ selectedVariants: {
2058
+ Button_Sizes: "Large",
2059
+ },
2060
+ },
2061
+ "card-description": {
2062
+ selectedVariants: {},
2063
+ },
2064
+ },
2065
+ {
2066
+ "card-title": {
2067
+ selectedVariants: {
2068
+ Heading_Level: "H3",
2069
+ },
2070
+ },
2071
+ "card-description": {
2072
+ selectedVariants: {},
2073
+ },
2074
+ },
2075
+ {
2076
+ "card-title": {
2077
+ selectedVariants: {
2078
+ Heading_Level: "H3",
2079
+ },
2080
+ },
2081
+ "card-description": {
2082
+ selectedVariants: {},
2083
+ },
2084
+ },
2085
+ ],
3534
2086
  },
3535
- content: DEFAULT_CONTENT,
2087
+ content: DEFAULT_CONTENT_VARIANT_1,
3536
2088
  },
3537
2089
  ],
3538
2090
  };