@levo-so/blocks 0.1.59 → 0.1.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -11,11 +11,124 @@ const DUMMY_IMAGE = {
11
11
  },
12
12
  };
13
13
 
14
+ const MEDIA_VARIANT_1_1 = {
15
+ id: "rSCEklLkX4sD4",
16
+ filename: "cards-6-variant-1-1.png",
17
+ kind: "image",
18
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX.png",
19
+ srcset: {
20
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1080w.webp",
21
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1200w.webp",
22
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1920w.webp",
23
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-320w.webp",
24
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-640w.webp",
25
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-750w.webp",
26
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-828w.webp",
27
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-1-xloNUCSMDRiNX-1920w.webp 1920w",
28
+ },
29
+ mimetype: "image/png",
30
+ };
31
+ const MEDIA_VARIANT_1_2 = {
32
+ id: "8eRfu0Um9RtXi",
33
+ filename: "cards-6-variant-1-2.png",
34
+ kind: "image",
35
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ.png",
36
+ srcset: {
37
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1080w.webp",
38
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1200w.webp",
39
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1920w.webp",
40
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-320w.webp",
41
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-640w.webp",
42
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-750w.webp",
43
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-828w.webp",
44
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-2-qW3F61jcniufZ-750w.webp 750w",
45
+ },
46
+ mimetype: "image/png",
47
+ };
48
+ const MEDIA_VARIANT_1_3 = {
49
+ id: "1d7sFLgEaxqlC",
50
+ filename: "cards-6-variant-1-3.png",
51
+ kind: "image",
52
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4.png",
53
+ srcset: {
54
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1080w.webp",
55
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1200w.webp",
56
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1920w.webp",
57
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-320w.webp",
58
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-640w.webp",
59
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-750w.webp",
60
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-828w.webp",
61
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-3-n3q3qfSscxgv4-828w.webp 828w",
62
+ },
63
+ mimetype: "image/png",
64
+ };
65
+ const MEDIA_VARIANT_1_4 = {
66
+ id: "yCrPb3F9Cnkvm",
67
+ filename: "cards-6-variant-1-4.png",
68
+ kind: "image",
69
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA.png",
70
+ srcset: {
71
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1080w.webp",
72
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1200w.webp",
73
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1920w.webp",
74
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-320w.webp",
75
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-640w.webp",
76
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-750w.webp",
77
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-828w.webp",
78
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-4-R6ewpNbO12VEA-1200w.webp 1200w",
79
+ },
80
+ mimetype: "image/png",
81
+ };
82
+ const MEDIA_VARIANT_1_5 = {
83
+ id: "KQ5FNQXeVFzMv",
84
+ filename: "cards-6-variant-1-5.png",
85
+ kind: "image",
86
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv.png",
87
+ srcset: {
88
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1080w.webp",
89
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1200w.webp",
90
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1920w.webp",
91
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-320w.webp",
92
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-640w.webp",
93
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-750w.webp",
94
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-828w.webp",
95
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-1-5-YhEG6TcDBG2Zv-1920w.webp 1920w",
96
+ },
97
+ mimetype: "image/png",
98
+ };
99
+
100
+ const MEDIA_VARIANT_1_ARR = [
101
+ MEDIA_VARIANT_1_1,
102
+ MEDIA_VARIANT_1_2,
103
+ MEDIA_VARIANT_1_3,
104
+ MEDIA_VARIANT_1_4,
105
+ MEDIA_VARIANT_1_5,
106
+ ];
107
+
108
+ const MEDIA_VARIANT_2 = {
109
+ id: "qW3Fs1jcni2bs",
110
+ filename: "cards-6-variant-2-1.png",
111
+ kind: "image",
112
+ location: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR.png",
113
+ srcset: {
114
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1080w.webp",
115
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1200w.webp",
116
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1920w.webp",
117
+ "320w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-320w.webp",
118
+ "640w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-640w.webp",
119
+ "750w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-750w.webp",
120
+ "828w": "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-828w.webp",
121
+ path: "https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-6-variant-2-1-lDiKaGwM8TrWR-640w.webp 640w",
122
+ },
123
+ mimetype: "image/png",
124
+ };
125
+
14
126
  const DEFAULT_CONTENT = {
15
127
  layout: null,
16
128
  container: null,
17
129
  header: null,
18
130
  title: "Explore Our Program",
131
+ description: "Explore Our Program Explore Our Program Explore Our Program Explore Our Program",
19
132
  "carousel-navigation-container": null,
20
133
  "carousel-navigation": null,
21
134
  "carousel-navigation-arrow-left": " ",
@@ -29,7 +142,15 @@ const DEFAULT_CONTENT = {
29
142
  card_title: "Cardio",
30
143
  description:
31
144
  "This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
32
- cta: "Explore More",
145
+ ctas_levoGroup: null,
146
+ ctas: [
147
+ {
148
+ cta: "Explore More",
149
+ },
150
+ {
151
+ cta: "Learn More",
152
+ },
153
+ ],
33
154
  },
34
155
  {
35
156
  card: null,
@@ -39,7 +160,15 @@ const DEFAULT_CONTENT = {
39
160
  card_title: "Fat Burn",
40
161
  description:
41
162
  "This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
42
- cta: "Explore More",
163
+ ctas_levoGroup: null,
164
+ ctas: [
165
+ {
166
+ cta: "Explore More",
167
+ },
168
+ {
169
+ cta: "Learn More",
170
+ },
171
+ ],
43
172
  },
44
173
  {
45
174
  card: null,
@@ -49,7 +178,15 @@ const DEFAULT_CONTENT = {
49
178
  card_title: "Muscle Gain",
50
179
  description:
51
180
  "This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
52
- cta: "Explore More",
181
+ ctas_levoGroup: null,
182
+ ctas: [
183
+ {
184
+ cta: "Explore More",
185
+ },
186
+ {
187
+ cta: "Learn More",
188
+ },
189
+ ],
53
190
  },
54
191
  {
55
192
  card: null,
@@ -59,7 +196,15 @@ const DEFAULT_CONTENT = {
59
196
  card_title: "Weight Gain",
60
197
  description:
61
198
  "This class introduces the fundamental principles of Pilates, focusing on controlled movement...",
62
- cta: "Explore More",
199
+ ctas_levoGroup: null,
200
+ ctas: [
201
+ {
202
+ cta: "Explore More",
203
+ },
204
+ {
205
+ cta: "Learn More",
206
+ },
207
+ ],
63
208
  },
64
209
  ],
65
210
  "carousel-navigation-arrow-left_leftIcon": {
@@ -110,7 +255,227 @@ const DEFAULT_CONTENT_VARIANT_1 = {
110
255
  content: null,
111
256
  card_title: "Cardio",
112
257
  description: "<p>Early Childhood Education</p>",
113
- cta: " ",
258
+ ctas_levoGroup: null,
259
+ ctas: [
260
+ {
261
+ cta: "Learn More",
262
+ },
263
+ {
264
+ cta: "Get Started",
265
+ },
266
+ ],
267
+ cta_rightIcon: {
268
+ kind: "icon",
269
+ data: {
270
+ id: "arrow-right-1",
271
+ label: "Arrow Right 1",
272
+ tags: ["arrow", "custom", "directional", "right"],
273
+ svgCode:
274
+ '<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>',
275
+ },
276
+ },
277
+ },
278
+ {
279
+ card: null,
280
+ header: null,
281
+ icon: {
282
+ kind: "icon",
283
+ data: {
284
+ id: "archive-minus",
285
+ label: "Archive Minus",
286
+ tags: ["archive", "custom", "directional", "minus"],
287
+ svgCode:
288
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
289
+ },
290
+ },
291
+ content: null,
292
+ card_title: "Cardio",
293
+ description: "<p>Early Childhood Education</p>",
294
+ ctas_levoGroup: null,
295
+ ctas: [
296
+ {
297
+ cta: "Learn More",
298
+ },
299
+ {
300
+ cta: "Get Started",
301
+ },
302
+ ],
303
+ cta_rightIcon: {
304
+ kind: "icon",
305
+ data: {
306
+ id: "arrow-right-1",
307
+ label: "Arrow Right 1",
308
+ tags: ["arrow", "custom", "directional", "right"],
309
+ svgCode:
310
+ '<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>',
311
+ },
312
+ },
313
+ },
314
+ {
315
+ card: null,
316
+ header: null,
317
+ icon: {
318
+ kind: "icon",
319
+ data: {
320
+ id: "archive-minus",
321
+ label: "Archive Minus",
322
+ tags: ["archive", "custom", "directional", "minus"],
323
+ svgCode:
324
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
325
+ },
326
+ },
327
+ content: null,
328
+ card_title: "Cardio",
329
+ description: "<p>Early Childhood Education</p>",
330
+ ctas_levoGroup: null,
331
+ ctas: [
332
+ {
333
+ cta: "Learn More",
334
+ },
335
+ {
336
+ cta: "Get Started",
337
+ },
338
+ ],
339
+ cta_rightIcon: {
340
+ kind: "icon",
341
+ data: {
342
+ id: "arrow-right-1",
343
+ label: "Arrow Right 1",
344
+ tags: ["arrow", "custom", "directional", "right"],
345
+ svgCode:
346
+ '<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>',
347
+ },
348
+ },
349
+ },
350
+ {
351
+ card: null,
352
+ header: null,
353
+ icon: {
354
+ kind: "icon",
355
+ data: {
356
+ id: "archive-minus",
357
+ label: "Archive Minus",
358
+ tags: ["archive", "custom", "directional", "minus"],
359
+ svgCode:
360
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
361
+ },
362
+ },
363
+ content: null,
364
+ card_title: "Cardio",
365
+ description: "<p>Early Childhood Education</p>",
366
+ ctas_levoGroup: null,
367
+ ctas: [
368
+ {
369
+ cta: "Learn More",
370
+ },
371
+ {
372
+ cta: "Get Started",
373
+ },
374
+ ],
375
+ cta_rightIcon: {
376
+ kind: "icon",
377
+ data: {
378
+ id: "arrow-right-1",
379
+ label: "Arrow Right 1",
380
+ tags: ["arrow", "custom", "directional", "right"],
381
+ svgCode:
382
+ '<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>',
383
+ },
384
+ },
385
+ },
386
+ {
387
+ card: null,
388
+ header: null,
389
+ icon: {
390
+ kind: "icon",
391
+ data: {
392
+ id: "archive-minus",
393
+ label: "Archive Minus",
394
+ tags: ["archive", "custom", "directional", "minus"],
395
+ svgCode:
396
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
397
+ },
398
+ },
399
+ content: null,
400
+ card_title: "Cardio",
401
+ description: "<p>Early Childhood Education</p>",
402
+ ctas_levoGroup: null,
403
+ ctas: [
404
+ {
405
+ cta: "Learn More",
406
+ },
407
+ {
408
+ cta: "Get Started",
409
+ },
410
+ ],
411
+ cta_rightIcon: {
412
+ kind: "icon",
413
+ data: {
414
+ id: "arrow-right-1",
415
+ label: "Arrow Right 1",
416
+ tags: ["arrow", "custom", "directional", "right"],
417
+ svgCode:
418
+ '<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>',
419
+ },
420
+ },
421
+ },
422
+ ],
423
+ "carousel-navigation-arrow-left_leftIcon": {
424
+ kind: "icon",
425
+ data: {
426
+ id: "arrow-left",
427
+ label: "Arrow Left",
428
+ tags: ["arrow", "custom", "directional", "left"],
429
+ svgCode:
430
+ '<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>',
431
+ },
432
+ },
433
+ "carousel-navigation-arrow-right_rightIcon": {
434
+ kind: "icon",
435
+ data: {
436
+ id: "arrow-right-1",
437
+ label: "Arrow Right 1",
438
+ tags: ["arrow", "custom", "directional", "right"],
439
+ svgCode:
440
+ '<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>',
441
+ },
442
+ },
443
+ };
444
+ const DEFAULT_CONTENT_VARIANT_2 = {
445
+ layout: null,
446
+ container: null,
447
+ header: null,
448
+ title: "Explore Our Program",
449
+ "carousel-navigation-container": null,
450
+ "carousel-navigation": null,
451
+ "carousel-navigation-arrow-left": " ",
452
+ "carousel-navigation-arrow-right": " ",
453
+ cards: [
454
+ {
455
+ card: null,
456
+ header: null,
457
+ icon: {
458
+ kind: "icon",
459
+ data: {
460
+ id: "archive-minus",
461
+ label: "Archive Minus",
462
+ tags: ["archive", "custom", "directional", "minus"],
463
+ svgCode:
464
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
465
+ },
466
+ },
467
+ content: null,
468
+ card_title: "Cardio",
469
+ description: "<p>Early Childhood Education</p>",
470
+ ctas_levoGroup: null,
471
+ ctas: [
472
+ {
473
+ cta: "Learn More",
474
+ },
475
+ {
476
+ cta: "Get Started",
477
+ },
478
+ ],
114
479
  cta_rightIcon: {
115
480
  kind: "icon",
116
481
  data: {
@@ -138,7 +503,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
138
503
  content: null,
139
504
  card_title: "Cardio",
140
505
  description: "<p>Early Childhood Education</p>",
141
- cta: " ",
506
+ ctas_levoGroup: null,
507
+ ctas: [
508
+ {
509
+ cta: "Learn More",
510
+ },
511
+ {
512
+ cta: "Get Started",
513
+ },
514
+ ],
142
515
  cta_rightIcon: {
143
516
  kind: "icon",
144
517
  data: {
@@ -166,7 +539,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
166
539
  content: null,
167
540
  card_title: "Cardio",
168
541
  description: "<p>Early Childhood Education</p>",
169
- cta: " ",
542
+ ctas_levoGroup: null,
543
+ ctas: [
544
+ {
545
+ cta: "Learn More",
546
+ },
547
+ {
548
+ cta: "Get Started",
549
+ },
550
+ ],
170
551
  cta_rightIcon: {
171
552
  kind: "icon",
172
553
  data: {
@@ -194,7 +575,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
194
575
  content: null,
195
576
  card_title: "Cardio",
196
577
  description: "<p>Early Childhood Education</p>",
197
- cta: " ",
578
+ ctas_levoGroup: null,
579
+ ctas: [
580
+ {
581
+ cta: "Learn More",
582
+ },
583
+ {
584
+ cta: "Get Started",
585
+ },
586
+ ],
198
587
  cta_rightIcon: {
199
588
  kind: "icon",
200
589
  data: {
@@ -222,7 +611,15 @@ const DEFAULT_CONTENT_VARIANT_1 = {
222
611
  content: null,
223
612
  card_title: "Cardio",
224
613
  description: "<p>Early Childhood Education</p>",
225
- cta: " ",
614
+ ctas_levoGroup: null,
615
+ ctas: [
616
+ {
617
+ cta: "Learn More",
618
+ },
619
+ {
620
+ cta: "Get Started",
621
+ },
622
+ ],
226
623
  cta_rightIcon: {
227
624
  kind: "icon",
228
625
  data: {
@@ -294,6 +691,11 @@ export const Cards6: IBlock = {
294
691
  "Header section containing the main title and navigation controls, positioned above the carousel.",
295
692
  },
296
693
  },
694
+ {
695
+ key: "title_container",
696
+ label: "Title Container",
697
+ field_interface: "BoxWidget",
698
+ },
297
699
  {
298
700
  key: "title",
299
701
  label: "Title",
@@ -305,6 +707,11 @@ export const Cards6: IBlock = {
305
707
  max_characters: 35,
306
708
  },
307
709
  },
710
+ {
711
+ key: "description",
712
+ label: "Description",
713
+ field_interface: "TypographyWidget",
714
+ },
308
715
  {
309
716
  key: "carousel-navigation-container",
310
717
  label: "Carousel Navigation Container",
@@ -328,8 +735,7 @@ export const Cards6: IBlock = {
328
735
  label: "Carousel Navigation Pills Container",
329
736
  field_interface: "BoxWidget",
330
737
  hint: {
331
- prompt_description:
332
- "Container for the navigation pills, positioned below the carousel.",
738
+ prompt_description: "Container for the navigation pills, positioned below the carousel.",
333
739
  },
334
740
  },
335
741
  {
@@ -364,8 +770,7 @@ export const Cards6: IBlock = {
364
770
  label: "Carousel Navigation Pill",
365
771
  field_interface: "BoxWidget",
366
772
  hint: {
367
- prompt_description:
368
- "Individual navigation pill indicating the current slide.",
773
+ prompt_description: "Individual navigation pill indicating the current slide.",
369
774
  },
370
775
  },
371
776
  {
@@ -393,8 +798,7 @@ export const Cards6: IBlock = {
393
798
  label: "Header",
394
799
  field_interface: "BoxWidget",
395
800
  hint: {
396
- prompt_description:
397
- "Header container that holds the icon and title in a flex layout.",
801
+ prompt_description: "Header container that holds the icon and title in a flex layout.",
398
802
  },
399
803
  },
400
804
  {
@@ -441,13 +845,21 @@ export const Cards6: IBlock = {
441
845
  },
442
846
  },
443
847
  {
444
- key: "cta",
445
- label: "CTA Button",
446
- field_interface: "ButtonWidget",
447
- hint: {
448
- prompt_description:
449
- "Call-to-action button for users to learn more or sign up for the program.",
450
- },
848
+ key: "ctas",
849
+ label: "CTA Buttons Group",
850
+ field_interface: "BoxWidget",
851
+ kind: "group",
852
+ fields: [
853
+ {
854
+ key: "cta",
855
+ label: "CTA Button",
856
+ field_interface: "ButtonWidget",
857
+ hint: {
858
+ prompt_description:
859
+ "Call-to-action button for users to learn more or sign up for the program.",
860
+ },
861
+ },
862
+ ],
451
863
  },
452
864
  ],
453
865
  hint: {
@@ -463,17 +875,8 @@ export const Cards6: IBlock = {
463
875
  key: "default",
464
876
  title: "Default",
465
877
  styles: {
466
- layout: {
467
- "padding-top": "3xl",
468
- "padding-bottom": "3xl",
469
- },
470
- container: {
471
- "max-width": "1280px",
472
- "margin-left": "auto",
473
- "margin-right": "auto",
474
- "padding-left": "lg",
475
- "padding-right": "lg",
476
- },
878
+ layout: {},
879
+ container: {},
477
880
  header: {
478
881
  display: "flex",
479
882
  "justify-content": "space-between",
@@ -486,7 +889,6 @@ export const Cards6: IBlock = {
486
889
  },
487
890
  },
488
891
  title: {
489
- color: "text-1",
490
892
  mobile: {
491
893
  "text-align": "center",
492
894
  },
@@ -605,10 +1007,10 @@ export const Cards6: IBlock = {
605
1007
  },
606
1008
  header: {
607
1009
  display: "flex",
608
- "align-items": "center",
1010
+ "align-items": "start",
609
1011
  "column-gap": "sm",
610
1012
  width: "100%",
611
- "justify-content": "center",
1013
+ "justify-content": "start",
612
1014
  },
613
1015
  icon: {
614
1016
  width: "24px",
@@ -626,21 +1028,26 @@ export const Cards6: IBlock = {
626
1028
  "align-items": "flex-start",
627
1029
  "row-gap": "none",
628
1030
  },
629
- card_title: {
630
- "text-align": "left",
631
- "margin-bottom": "none",
632
- flex: "1",
633
- },
1031
+ card_title: {},
634
1032
  description: {
635
- color: "text-2",
636
- "text-align": "left",
637
1033
  "margin-bottom": "lg",
638
- "line-height": "1.6",
639
1034
  mobile: {
640
1035
  "margin-bottom": "base",
641
1036
  },
642
1037
  },
643
- cta: {},
1038
+ ctas_levoGroup: {
1039
+ display: "flex",
1040
+ "flex-direction": "row",
1041
+ "column-gap": "xs",
1042
+ "row-gap": "xs",
1043
+ "flex-wrap": "wrap",
1044
+ "align-items": "center",
1045
+ },
1046
+ ctas: Array(2)
1047
+ .fill(0)
1048
+ .map(() => ({
1049
+ cta: {},
1050
+ })),
644
1051
  },
645
1052
  {
646
1053
  icon: {
@@ -686,15 +1093,25 @@ export const Cards6: IBlock = {
686
1093
  "row-gap": "none",
687
1094
  },
688
1095
  description: {
689
- color: "text-2",
690
- "text-align": "left",
691
1096
  "margin-bottom": "lg",
692
- "line-height": "1.6",
693
1097
  mobile: {
694
1098
  "margin-bottom": "base",
695
1099
  },
696
1100
  },
697
- cta: {},
1101
+ ctas_levoGroup: {
1102
+ display: "flex",
1103
+ "flex-direction": "row",
1104
+ "column-gap": "xs",
1105
+ "row-gap": "xs",
1106
+ "flex-wrap": "wrap",
1107
+ "align-items": "center",
1108
+ },
1109
+ ctas: Array(2)
1110
+ .fill(0)
1111
+ .map(() => ({
1112
+ cta: {},
1113
+ })),
1114
+ card_title: {},
698
1115
  },
699
1116
  {
700
1117
  icon: {
@@ -740,15 +1157,25 @@ export const Cards6: IBlock = {
740
1157
  "row-gap": "none",
741
1158
  },
742
1159
  description: {
743
- color: "text-2",
744
- "text-align": "left",
745
1160
  "margin-bottom": "lg",
746
- "line-height": "1.6",
747
1161
  mobile: {
748
1162
  "margin-bottom": "base",
749
1163
  },
750
1164
  },
751
- cta: {},
1165
+ ctas_levoGroup: {
1166
+ display: "flex",
1167
+ "flex-direction": "row",
1168
+ "column-gap": "xs",
1169
+ "row-gap": "xs",
1170
+ "flex-wrap": "wrap",
1171
+ "align-items": "center",
1172
+ },
1173
+ ctas: Array(2)
1174
+ .fill(0)
1175
+ .map(() => ({
1176
+ cta: {},
1177
+ })),
1178
+ card_title: {},
752
1179
  },
753
1180
  {
754
1181
  icon: {
@@ -794,15 +1221,25 @@ export const Cards6: IBlock = {
794
1221
  "row-gap": "none",
795
1222
  },
796
1223
  description: {
797
- color: "text-2",
798
- "text-align": "left",
799
1224
  "margin-bottom": "lg",
800
- "line-height": "1.6",
801
1225
  mobile: {
802
1226
  "margin-bottom": "base",
803
1227
  },
804
1228
  },
805
- cta: {},
1229
+ ctas_levoGroup: {
1230
+ display: "flex",
1231
+ "flex-direction": "row",
1232
+ "column-gap": "xs",
1233
+ "row-gap": "xs",
1234
+ "flex-wrap": "wrap",
1235
+ "align-items": "center",
1236
+ },
1237
+ ctas: Array(2)
1238
+ .fill(0)
1239
+ .map(() => ({
1240
+ cta: {},
1241
+ })),
1242
+ card_title: {},
806
1243
  },
807
1244
  ],
808
1245
  "carousel-navigation-arrow-left_leftIcon": {
@@ -842,6 +1279,40 @@ export const Cards6: IBlock = {
842
1279
  Heading_Level: "H2",
843
1280
  },
844
1281
  },
1282
+ cards: [
1283
+ {
1284
+ description: {
1285
+ selectedVariants: {},
1286
+ },
1287
+ card_title: {
1288
+ selectedVariants: {},
1289
+ },
1290
+ },
1291
+ {
1292
+ description: {
1293
+ selectedVariants: {},
1294
+ },
1295
+ card_title: {
1296
+ selectedVariants: {},
1297
+ },
1298
+ },
1299
+ {
1300
+ description: {
1301
+ selectedVariants: {},
1302
+ },
1303
+ card_title: {
1304
+ selectedVariants: {},
1305
+ },
1306
+ },
1307
+ {
1308
+ description: {
1309
+ selectedVariants: {},
1310
+ },
1311
+ card_title: {
1312
+ selectedVariants: {},
1313
+ },
1314
+ },
1315
+ ],
845
1316
  },
846
1317
  content: DEFAULT_CONTENT,
847
1318
  },
@@ -849,17 +1320,8 @@ export const Cards6: IBlock = {
849
1320
  key: "variant-1",
850
1321
  title: "Variant 1",
851
1322
  styles: {
852
- layout: {
853
- "padding-top": "3xl",
854
- "padding-bottom": "3xl",
855
- },
856
- container: {
857
- "max-width": "1280px",
858
- "margin-left": "auto",
859
- "margin-right": "auto",
860
- "padding-left": "lg",
861
- "padding-right": "lg",
862
- },
1323
+ layout: {},
1324
+ container: {},
863
1325
  header: {
864
1326
  display: "flex",
865
1327
  "justify-content": "space-between",
@@ -872,7 +1334,6 @@ export const Cards6: IBlock = {
872
1334
  },
873
1335
  },
874
1336
  title: {
875
- color: "text-1",
876
1337
  mobile: {
877
1338
  "text-align": "center",
878
1339
  },
@@ -968,8 +1429,9 @@ export const Cards6: IBlock = {
968
1429
  number_of_slides: 2,
969
1430
  },
970
1431
  },
971
- cards: [
972
- {
1432
+ cards: Array(5)
1433
+ .fill(0)
1434
+ .map((v, index) => ({
973
1435
  card: {
974
1436
  "border-radius": "base",
975
1437
  "padding-top": "xl",
@@ -987,8 +1449,7 @@ export const Cards6: IBlock = {
987
1449
  "padding-right": "base",
988
1450
  "row-gap": "base",
989
1451
  },
990
- "background-image":
991
- 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1452
+ "background-image": `url("${MEDIA_VARIANT_1_ARR[index]}")`,
992
1453
  "background-position": "50% 50%",
993
1454
  "background-size": "cover",
994
1455
  height: "450px",
@@ -1020,6 +1481,7 @@ export const Cards6: IBlock = {
1020
1481
  "padding-bottom": "none",
1021
1482
  height: "100%",
1022
1483
  "padding-top": "22xl",
1484
+ "column-gap": "base",
1023
1485
  },
1024
1486
  card_title: {
1025
1487
  "text-align": "left",
@@ -1029,610 +1491,203 @@ export const Cards6: IBlock = {
1029
1491
  description: {
1030
1492
  color: "white",
1031
1493
  "text-align": "left",
1494
+ "font-size": "2xl",
1495
+ "font-weight": 600,
1032
1496
  "margin-bottom": "lg",
1033
- "line-height": "1.6",
1034
1497
  mobile: {
1035
1498
  "margin-bottom": "base",
1036
1499
  },
1037
- "font-size": "2xl",
1038
- "font-weight": 600,
1039
1500
  },
1040
- cta: {
1041
- "padding-top": "2xs",
1042
- "padding-left": "2xs",
1043
- "padding-right": "2xs",
1044
- "padding-bottom": "2xs",
1045
- "border-radius": "3xl",
1501
+ ctas_levoGroup: {
1502
+ display: "flex",
1503
+ "flex-direction": "row",
1504
+ "column-gap": "xs",
1505
+ "row-gap": "xs",
1506
+ "flex-wrap": "wrap",
1507
+ "align-items": "center",
1046
1508
  },
1509
+ ctas: Array(2)
1510
+ .fill(0)
1511
+ .map(() => ({
1512
+ cta: {},
1513
+ })),
1047
1514
  cta_rightIcon: {
1048
1515
  height: "22px",
1049
1516
  width: "22px",
1050
1517
  "font-size": "22px",
1051
1518
  },
1519
+ })),
1520
+ "carousel-navigation-arrow-left_leftIcon": {
1521
+ height: "24px",
1522
+ width: "24px",
1523
+ },
1524
+ "carousel-navigation-arrow-right_rightIcon": {
1525
+ height: "24px",
1526
+ width: "24px",
1527
+ },
1528
+ },
1529
+ config: {
1530
+ cards_levoGroup: {
1531
+ carousel: {
1532
+ loop: true,
1533
+ },
1534
+ },
1535
+ "carousel-navigation-arrow-left": {
1536
+ button_icons: {
1537
+ left: {
1538
+ enabled: true,
1539
+ },
1540
+ },
1541
+ },
1542
+ "carousel-navigation-arrow-right": {
1543
+ button_icons: {
1544
+ right: {
1545
+ enabled: true,
1546
+ },
1547
+ },
1548
+ },
1549
+ title: {
1550
+ heading: {
1551
+ level: 2,
1552
+ },
1553
+ selectedVariants: {
1554
+ Heading_Level: "H2",
1052
1555
  },
1556
+ },
1557
+ cards: [
1053
1558
  {
1054
- card: {
1055
- "border-radius": "base",
1056
- "padding-top": "xl",
1057
- "padding-bottom": "xl",
1058
- "padding-left": "lg",
1059
- "padding-right": "lg",
1060
- display: "flex",
1061
- "flex-direction": "column",
1062
- "align-items": "flex-start",
1063
- "row-gap": "lg",
1064
- mobile: {
1065
- "padding-top": "lg",
1066
- "padding-bottom": "lg",
1067
- "padding-left": "base",
1068
- "padding-right": "base",
1069
- "row-gap": "base",
1559
+ ctas: [
1560
+ {
1561
+ cta: {
1562
+ button_icons: {
1563
+ right: {
1564
+ enabled: true,
1565
+ },
1566
+ },
1567
+ selectedVariants: {
1568
+ Button_Variants: "Default",
1569
+ },
1570
+ },
1070
1571
  },
1071
- "background-image":
1072
- 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1073
- "background-position": "50% 50%",
1074
- "background-size": "cover",
1075
- height: "450px",
1572
+ {
1573
+ cta: {
1574
+ selectedVariants: {},
1575
+ },
1576
+ },
1577
+ ],
1578
+ description: {
1579
+ selectedVariants: {},
1076
1580
  },
1077
- header: {
1078
- display: "none",
1079
- "align-items": "center",
1080
- "column-gap": "sm",
1081
- width: "100%",
1082
- "justify-content": "center",
1581
+ content: {
1582
+ selectedVariants: {},
1083
1583
  },
1084
- icon: {
1085
- width: "24px",
1086
- height: "24px",
1087
- "border-radius": "base",
1088
- "flex-shrink": "0",
1089
- mobile: {
1090
- width: "20px",
1091
- height: "20px",
1584
+ },
1585
+ {
1586
+ ctas: [
1587
+ {
1588
+ cta: {
1589
+ button_icons: {
1590
+ right: {
1591
+ enabled: true,
1592
+ },
1593
+ },
1594
+ selectedVariants: {
1595
+ Button_Variants: "Default",
1596
+ },
1597
+ },
1598
+ },
1599
+ {
1600
+ cta: {
1601
+ selectedVariants: {},
1602
+ },
1092
1603
  },
1604
+ ],
1605
+ description: {
1606
+ selectedVariants: {},
1093
1607
  },
1094
1608
  content: {
1095
- display: "flex",
1096
- "flex-direction": "row",
1097
- "align-items": "start",
1098
- "row-gap": "none",
1099
- "justify-content": "space-between",
1100
- width: "100%",
1101
- "padding-bottom": "none",
1102
- height: "100%",
1103
- "padding-top": "22xl",
1104
- },
1105
- card_title: {
1106
- "text-align": "left",
1107
- "margin-bottom": "none",
1108
- flex: "1",
1609
+ selectedVariants: {},
1109
1610
  },
1110
- description: {
1111
- color: "white",
1112
- "text-align": "left",
1113
- "margin-bottom": "lg",
1114
- "line-height": "1.6",
1115
- mobile: {
1116
- "margin-bottom": "base",
1611
+ },
1612
+ {
1613
+ ctas: [
1614
+ {
1615
+ cta: {
1616
+ button_icons: {
1617
+ right: {
1618
+ enabled: true,
1619
+ },
1620
+ },
1621
+ selectedVariants: {
1622
+ Button_Variants: "Default",
1623
+ },
1624
+ },
1117
1625
  },
1118
- "font-size": "2xl",
1119
- "font-weight": 600,
1120
- },
1121
- cta: {
1122
- "padding-top": "2xs",
1123
- "padding-left": "2xs",
1124
- "padding-right": "2xs",
1125
- "padding-bottom": "2xs",
1126
- "border-radius": "3xl",
1626
+ {
1627
+ cta: {
1628
+ selectedVariants: {},
1629
+ },
1630
+ },
1631
+ ],
1632
+ description: {
1633
+ selectedVariants: {},
1127
1634
  },
1128
- cta_rightIcon: {
1129
- height: "22px",
1130
- width: "22px",
1131
- "font-size": "22px",
1635
+ content: {
1636
+ selectedVariants: {},
1132
1637
  },
1133
1638
  },
1134
1639
  {
1135
- card: {
1136
- "border-radius": "base",
1137
- "padding-top": "xl",
1138
- "padding-bottom": "xl",
1139
- "padding-left": "lg",
1140
- "padding-right": "lg",
1141
- display: "flex",
1142
- "flex-direction": "column",
1143
- "align-items": "flex-start",
1144
- "row-gap": "lg",
1145
- mobile: {
1146
- "padding-top": "lg",
1147
- "padding-bottom": "lg",
1148
- "padding-left": "base",
1149
- "padding-right": "base",
1150
- "row-gap": "base",
1640
+ ctas: [
1641
+ {
1642
+ cta: {
1643
+ button_icons: {
1644
+ right: {
1645
+ enabled: true,
1646
+ },
1647
+ },
1648
+ selectedVariants: {
1649
+ Button_Variants: "Default",
1650
+ },
1651
+ },
1151
1652
  },
1152
- "background-image":
1153
- 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1154
- "background-position": "50% 50%",
1155
- "background-size": "cover",
1156
- height: "450px",
1653
+ {
1654
+ cta: {
1655
+ selectedVariants: {},
1656
+ },
1657
+ },
1658
+ ],
1659
+ description: {
1660
+ selectedVariants: {},
1157
1661
  },
1158
- header: {
1159
- display: "none",
1160
- "align-items": "center",
1161
- "column-gap": "sm",
1162
- width: "100%",
1163
- "justify-content": "center",
1662
+ content: {
1663
+ selectedVariants: {},
1164
1664
  },
1165
- icon: {
1166
- width: "24px",
1167
- height: "24px",
1168
- "border-radius": "base",
1169
- "flex-shrink": "0",
1170
- mobile: {
1171
- width: "20px",
1172
- height: "20px",
1665
+ },
1666
+ {
1667
+ ctas: [
1668
+ {
1669
+ cta: {
1670
+ button_icons: {
1671
+ right: {
1672
+ enabled: true,
1673
+ },
1674
+ },
1675
+ selectedVariants: {
1676
+ Button_Variants: "Default",
1677
+ },
1678
+ },
1679
+ },
1680
+ {
1681
+ cta: {
1682
+ selectedVariants: {},
1683
+ },
1173
1684
  },
1685
+ ],
1686
+ description: {
1687
+ selectedVariants: {},
1174
1688
  },
1175
1689
  content: {
1176
- display: "flex",
1177
- "flex-direction": "row",
1178
- "align-items": "start",
1179
- "row-gap": "none",
1180
- "justify-content": "space-between",
1181
- width: "100%",
1182
- "padding-bottom": "none",
1183
- height: "100%",
1184
- "padding-top": "22xl",
1185
- },
1186
- card_title: {
1187
- "text-align": "left",
1188
- "margin-bottom": "none",
1189
- flex: "1",
1190
- },
1191
- description: {
1192
- color: "white",
1193
- "text-align": "left",
1194
- "margin-bottom": "lg",
1195
- "line-height": "1.6",
1196
- mobile: {
1197
- "margin-bottom": "base",
1198
- },
1199
- "font-size": "2xl",
1200
- "font-weight": 600,
1201
- },
1202
- cta: {
1203
- "padding-top": "2xs",
1204
- "padding-left": "2xs",
1205
- "padding-right": "2xs",
1206
- "padding-bottom": "2xs",
1207
- "border-radius": "3xl",
1208
- },
1209
- cta_rightIcon: {
1210
- height: "22px",
1211
- width: "22px",
1212
- "font-size": "22px",
1213
- },
1214
- },
1215
- {
1216
- card: {
1217
- "border-radius": "base",
1218
- "padding-top": "xl",
1219
- "padding-bottom": "xl",
1220
- "padding-left": "lg",
1221
- "padding-right": "lg",
1222
- display: "flex",
1223
- "flex-direction": "column",
1224
- "align-items": "flex-start",
1225
- "row-gap": "lg",
1226
- mobile: {
1227
- "padding-top": "lg",
1228
- "padding-bottom": "lg",
1229
- "padding-left": "base",
1230
- "padding-right": "base",
1231
- "row-gap": "base",
1232
- },
1233
- "background-image":
1234
- 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1235
- "background-position": "50% 50%",
1236
- "background-size": "cover",
1237
- height: "450px",
1238
- },
1239
- header: {
1240
- display: "none",
1241
- "align-items": "center",
1242
- "column-gap": "sm",
1243
- width: "100%",
1244
- "justify-content": "center",
1245
- },
1246
- icon: {
1247
- width: "24px",
1248
- height: "24px",
1249
- "border-radius": "base",
1250
- "flex-shrink": "0",
1251
- mobile: {
1252
- width: "20px",
1253
- height: "20px",
1254
- },
1255
- },
1256
- content: {
1257
- display: "flex",
1258
- "flex-direction": "row",
1259
- "align-items": "start",
1260
- "row-gap": "none",
1261
- "justify-content": "space-between",
1262
- width: "100%",
1263
- "padding-bottom": "none",
1264
- height: "100%",
1265
- "padding-top": "22xl",
1266
- },
1267
- card_title: {
1268
- "text-align": "left",
1269
- "margin-bottom": "none",
1270
- flex: "1",
1271
- },
1272
- description: {
1273
- color: "white",
1274
- "text-align": "left",
1275
- "margin-bottom": "lg",
1276
- "line-height": "1.6",
1277
- mobile: {
1278
- "margin-bottom": "base",
1279
- },
1280
- "font-size": "2xl",
1281
- "font-weight": 600,
1282
- },
1283
- cta: {
1284
- "padding-top": "2xs",
1285
- "padding-left": "2xs",
1286
- "padding-right": "2xs",
1287
- "padding-bottom": "2xs",
1288
- "border-radius": "3xl",
1289
- },
1290
- cta_rightIcon: {
1291
- height: "22px",
1292
- width: "22px",
1293
- "font-size": "22px",
1294
- },
1295
- },
1296
- {
1297
- card: {
1298
- "border-radius": "base",
1299
- "padding-top": "xl",
1300
- "padding-bottom": "xl",
1301
- "padding-left": "lg",
1302
- "padding-right": "lg",
1303
- display: "flex",
1304
- "flex-direction": "column",
1305
- "align-items": "flex-start",
1306
- "row-gap": "lg",
1307
- mobile: {
1308
- "padding-top": "lg",
1309
- "padding-bottom": "lg",
1310
- "padding-left": "base",
1311
- "padding-right": "base",
1312
- "row-gap": "base",
1313
- },
1314
- "background-image":
1315
- 'url("https://static.levostg.online/W6OEVMW8/b59724808edd5416666720a40885d720acf4d507-HXVLytiYezAY2.jpg")',
1316
- "background-position": "50% 50%",
1317
- "background-size": "cover",
1318
- height: "450px",
1319
- },
1320
- header: {
1321
- display: "none",
1322
- "align-items": "center",
1323
- "column-gap": "sm",
1324
- width: "100%",
1325
- "justify-content": "center",
1326
- },
1327
- icon: {
1328
- width: "24px",
1329
- height: "24px",
1330
- "border-radius": "base",
1331
- "flex-shrink": "0",
1332
- mobile: {
1333
- width: "20px",
1334
- height: "20px",
1335
- },
1336
- },
1337
- content: {
1338
- display: "flex",
1339
- "flex-direction": "row",
1340
- "align-items": "start",
1341
- "row-gap": "none",
1342
- "justify-content": "space-between",
1343
- width: "100%",
1344
- "padding-bottom": "none",
1345
- height: "100%",
1346
- "padding-top": "22xl",
1347
- },
1348
- card_title: {
1349
- "text-align": "left",
1350
- "margin-bottom": "none",
1351
- flex: "1",
1352
- },
1353
- description: {
1354
- color: "white",
1355
- "text-align": "left",
1356
- "margin-bottom": "lg",
1357
- "line-height": "1.6",
1358
- mobile: {
1359
- "margin-bottom": "base",
1360
- },
1361
- "font-size": "2xl",
1362
- "font-weight": 600,
1363
- },
1364
- cta: {
1365
- "padding-top": "2xs",
1366
- "padding-left": "2xs",
1367
- "padding-right": "2xs",
1368
- "padding-bottom": "2xs",
1369
- "border-radius": "3xl",
1370
- },
1371
- cta_rightIcon: {
1372
- height: "22px",
1373
- width: "22px",
1374
- "font-size": "22px",
1375
- },
1376
- },
1377
- {
1378
- icon: {
1379
- width: "24px",
1380
- height: "24px",
1381
- "border-radius": "base",
1382
- "flex-shrink": "0",
1383
- mobile: {
1384
- width: "20px",
1385
- height: "20px",
1386
- },
1387
- },
1388
- header: {
1389
- display: "flex",
1390
- "align-items": "start",
1391
- "column-gap": "sm",
1392
- width: "100%",
1393
- "justify-content": "start",
1394
- },
1395
- card: {
1396
- "background-color": "brandSecondary",
1397
- "border-radius": "base",
1398
- "padding-top": "xl",
1399
- "padding-bottom": "xl",
1400
- "padding-left": "lg",
1401
- "padding-right": "lg",
1402
- display: "flex",
1403
- "flex-direction": "column",
1404
- "align-items": "flex-start",
1405
- "row-gap": "lg",
1406
- mobile: {
1407
- "padding-top": "lg",
1408
- "padding-bottom": "lg",
1409
- "padding-left": "base",
1410
- "padding-right": "base",
1411
- "row-gap": "base",
1412
- },
1413
- },
1414
- content: {
1415
- display: "flex",
1416
- "flex-direction": "column",
1417
- "align-items": "flex-start",
1418
- "row-gap": "none",
1419
- },
1420
- description: {
1421
- color: "text-2",
1422
- "text-align": "left",
1423
- "margin-bottom": "lg",
1424
- "line-height": "1.6",
1425
- mobile: {
1426
- "margin-bottom": "base",
1427
- },
1428
- },
1429
- cta: {},
1430
- },
1431
- {
1432
- icon: {
1433
- width: "24px",
1434
- height: "24px",
1435
- "border-radius": "base",
1436
- "flex-shrink": "0",
1437
- mobile: {
1438
- width: "20px",
1439
- height: "20px",
1440
- },
1441
- },
1442
- header: {
1443
- display: "flex",
1444
- "align-items": "start",
1445
- "column-gap": "sm",
1446
- width: "100%",
1447
- "justify-content": "start",
1448
- },
1449
- card: {
1450
- "background-color": "brandSecondary",
1451
- "border-radius": "base",
1452
- "padding-top": "xl",
1453
- "padding-bottom": "xl",
1454
- "padding-left": "lg",
1455
- "padding-right": "lg",
1456
- display: "flex",
1457
- "flex-direction": "column",
1458
- "align-items": "flex-start",
1459
- "row-gap": "lg",
1460
- mobile: {
1461
- "padding-top": "lg",
1462
- "padding-bottom": "lg",
1463
- "padding-left": "base",
1464
- "padding-right": "base",
1465
- "row-gap": "base",
1466
- },
1467
- },
1468
- content: {
1469
- display: "flex",
1470
- "flex-direction": "column",
1471
- "align-items": "flex-start",
1472
- "row-gap": "none",
1473
- },
1474
- description: {
1475
- color: "text-2",
1476
- "text-align": "left",
1477
- "margin-bottom": "lg",
1478
- "line-height": "1.6",
1479
- mobile: {
1480
- "margin-bottom": "base",
1481
- },
1482
- },
1483
- cta: {},
1484
- },
1485
- {
1486
- icon: {
1487
- width: "24px",
1488
- height: "24px",
1489
- "border-radius": "base",
1490
- "flex-shrink": "0",
1491
- mobile: {
1492
- width: "20px",
1493
- height: "20px",
1494
- },
1495
- },
1496
- header: {
1497
- display: "flex",
1498
- "align-items": "start",
1499
- "column-gap": "sm",
1500
- width: "100%",
1501
- "justify-content": "start",
1502
- },
1503
- card: {
1504
- "background-color": "brandSecondary",
1505
- "border-radius": "base",
1506
- "padding-top": "xl",
1507
- "padding-bottom": "xl",
1508
- "padding-left": "lg",
1509
- "padding-right": "lg",
1510
- display: "flex",
1511
- "flex-direction": "column",
1512
- "align-items": "flex-start",
1513
- "row-gap": "lg",
1514
- mobile: {
1515
- "padding-top": "lg",
1516
- "padding-bottom": "lg",
1517
- "padding-left": "base",
1518
- "padding-right": "base",
1519
- "row-gap": "base",
1520
- },
1521
- },
1522
- content: {
1523
- display: "flex",
1524
- "flex-direction": "column",
1525
- "align-items": "flex-start",
1526
- "row-gap": "none",
1527
- },
1528
- description: {
1529
- color: "text-2",
1530
- "text-align": "left",
1531
- "margin-bottom": "lg",
1532
- "line-height": "1.6",
1533
- mobile: {
1534
- "margin-bottom": "base",
1535
- },
1536
- },
1537
- cta: {},
1538
- },
1539
- ],
1540
- "carousel-navigation-arrow-left_leftIcon": {
1541
- height: "24px",
1542
- width: "24px",
1543
- },
1544
- "carousel-navigation-arrow-right_rightIcon": {
1545
- height: "24px",
1546
- width: "24px",
1547
- },
1548
- },
1549
- config: {
1550
- cards_levoGroup: {
1551
- carousel: {
1552
- loop: true,
1553
- },
1554
- },
1555
- "carousel-navigation-arrow-left": {
1556
- button_icons: {
1557
- left: {
1558
- enabled: true,
1559
- },
1560
- },
1561
- },
1562
- "carousel-navigation-arrow-right": {
1563
- button_icons: {
1564
- right: {
1565
- enabled: true,
1566
- },
1567
- },
1568
- },
1569
- title: {
1570
- heading: {
1571
- level: 2,
1572
- },
1573
- selectedVariants: {
1574
- Heading_Level: "H2",
1575
- },
1576
- },
1577
- cards: [
1578
- {
1579
- cta: {
1580
- button_icons: {
1581
- right: {
1582
- enabled: true,
1583
- },
1584
- },
1585
- selectedVariants: {
1586
- Button_Variants: "Default",
1587
- },
1588
- },
1589
- },
1590
- {
1591
- cta: {
1592
- button_icons: {
1593
- right: {
1594
- enabled: true,
1595
- },
1596
- },
1597
- selectedVariants: {
1598
- Button_Variants: "Default",
1599
- },
1600
- },
1601
- },
1602
- {
1603
- cta: {
1604
- button_icons: {
1605
- right: {
1606
- enabled: true,
1607
- },
1608
- },
1609
- selectedVariants: {
1610
- Button_Variants: "Default",
1611
- },
1612
- },
1613
- },
1614
- {
1615
- cta: {
1616
- button_icons: {
1617
- right: {
1618
- enabled: true,
1619
- },
1620
- },
1621
- selectedVariants: {
1622
- Button_Variants: "Default",
1623
- },
1624
- },
1625
- },
1626
- {
1627
- cta: {
1628
- button_icons: {
1629
- right: {
1630
- enabled: true,
1631
- },
1632
- },
1633
- selectedVariants: {
1634
- Button_Variants: "Default",
1635
- },
1690
+ selectedVariants: {},
1636
1691
  },
1637
1692
  },
1638
1693
  ],
@@ -1643,17 +1698,8 @@ export const Cards6: IBlock = {
1643
1698
  key: "variant-2",
1644
1699
  title: "Variant 2",
1645
1700
  styles: {
1646
- layout: {
1647
- "padding-top": "3xl",
1648
- "padding-bottom": "3xl",
1649
- },
1650
- container: {
1651
- "max-width": "1280px",
1652
- "margin-left": "auto",
1653
- "margin-right": "auto",
1654
- "padding-left": "lg",
1655
- "padding-right": "lg",
1656
- },
1701
+ layout: {},
1702
+ container: {},
1657
1703
  header: {
1658
1704
  display: "flex",
1659
1705
  "justify-content": "space-between",
@@ -1666,7 +1712,6 @@ export const Cards6: IBlock = {
1666
1712
  },
1667
1713
  },
1668
1714
  title: {
1669
- color: "text-1",
1670
1715
  mobile: {
1671
1716
  "text-align": "center",
1672
1717
  },
@@ -1747,85 +1792,10 @@ export const Cards6: IBlock = {
1747
1792
  tablet: {
1748
1793
  number_of_slides: 2,
1749
1794
  },
1750
- },
1751
- cards: [
1752
- {
1753
- card: {
1754
- "border-radius": "base",
1755
- "padding-top": "10xl",
1756
- "padding-bottom": "10xl",
1757
- "padding-left": "lg",
1758
- "padding-right": "lg",
1759
- display: "flex",
1760
- "flex-direction": "column",
1761
- "align-items": "end",
1762
- "row-gap": "lg",
1763
- mobile: {
1764
- "padding-top": "lg",
1765
- "padding-bottom": "lg",
1766
- "padding-left": "base",
1767
- "padding-right": "base",
1768
- "row-gap": "base",
1769
- },
1770
- "background-image":
1771
- 'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
1772
- "background-position": "50% 50%",
1773
- "background-size": "cover",
1774
- "justify-content": "end",
1775
- },
1776
- header: {
1777
- display: "flex",
1778
- "align-items": "start",
1779
- "column-gap": "sm",
1780
- width: "100%",
1781
- "justify-content": "start",
1782
- "flex-direction": "column",
1783
- },
1784
- icon: {
1785
- width: "24px",
1786
- height: "24px",
1787
- "border-radius": "base",
1788
- "flex-shrink": "0",
1789
- mobile: {
1790
- width: "20px",
1791
- height: "20px",
1792
- },
1793
- },
1794
- content: {
1795
- display: "flex",
1796
- "flex-direction": "column",
1797
- "align-items": "flex-start",
1798
- "row-gap": "none",
1799
- },
1800
- card_title: {
1801
- "text-align": "left",
1802
- "margin-bottom": "none",
1803
- flex: "1",
1804
- color: "text-1",
1805
- "font-size": "2xl",
1806
- "font-weight": 600,
1807
- },
1808
- description: {
1809
- color: "text-2",
1810
- "text-align": "left",
1811
- "margin-bottom": "lg",
1812
- "line-height": "1.6",
1813
- mobile: {
1814
- "margin-bottom": "base",
1815
- },
1816
- },
1817
- cta: {},
1818
- "content-container": {
1819
- "background-color": "white",
1820
- "max-width": "350px",
1821
- "padding-top": "md",
1822
- "padding-bottom": "md",
1823
- "padding-left": "md",
1824
- "padding-right": "md",
1825
- "border-radius": "2xl",
1826
- },
1827
- },
1828
- {
1795
+ },
1796
+ cards: Array(4)
1797
+ .fill(0)
1798
+ .map((v) => ({
1829
1799
  card: {
1830
1800
  "border-radius": "base",
1831
1801
  "padding-top": "10xl",
@@ -1843,8 +1813,7 @@ export const Cards6: IBlock = {
1843
1813
  "padding-right": "base",
1844
1814
  "row-gap": "base",
1845
1815
  },
1846
- "background-image":
1847
- 'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
1816
+ "background-image": `url("${MEDIA_VARIANT_2?.location}")`,
1848
1817
  "background-position": "50% 50%",
1849
1818
  "background-size": "cover",
1850
1819
  "justify-content": "end",
@@ -1875,98 +1844,29 @@ export const Cards6: IBlock = {
1875
1844
  },
1876
1845
  card_title: {
1877
1846
  "text-align": "left",
1878
- "margin-bottom": "none",
1879
1847
  flex: "1",
1880
- color: "text-1",
1881
1848
  "font-size": "2xl",
1882
1849
  "font-weight": 600,
1883
1850
  },
1884
1851
  description: {
1885
- color: "text-2",
1886
- "text-align": "left",
1887
1852
  "margin-bottom": "lg",
1888
- "line-height": "1.6",
1889
1853
  mobile: {
1890
1854
  "margin-bottom": "base",
1891
1855
  },
1892
1856
  },
1893
- cta: {},
1894
- "content-container": {
1895
- "background-color": "white",
1896
- "max-width": "350px",
1897
- "padding-top": "md",
1898
- "padding-bottom": "md",
1899
- "padding-left": "md",
1900
- "padding-right": "md",
1901
- "border-radius": "2xl",
1902
- },
1903
- },
1904
- {
1905
- card: {
1906
- "border-radius": "base",
1907
- "padding-top": "10xl",
1908
- "padding-bottom": "10xl",
1909
- "padding-left": "lg",
1910
- "padding-right": "lg",
1911
- display: "flex",
1912
- "flex-direction": "column",
1913
- "align-items": "end",
1914
- "row-gap": "lg",
1915
- mobile: {
1916
- "padding-top": "lg",
1917
- "padding-bottom": "lg",
1918
- "padding-left": "base",
1919
- "padding-right": "base",
1920
- "row-gap": "base",
1921
- },
1922
- "background-image":
1923
- 'url("https://static.levostg.online/W6OEVMW8/f33762a4520d38e062217be87bfc8390eb26750e-dO4GwFMbEUTS.png")',
1924
- "background-position": "50% 50%",
1925
- "background-size": "cover",
1926
- "justify-content": "end",
1927
- },
1928
- header: {
1929
- display: "flex",
1930
- "align-items": "start",
1931
- "column-gap": "sm",
1932
- width: "100%",
1933
- "justify-content": "start",
1934
- "flex-direction": "column",
1935
- },
1936
- icon: {
1937
- width: "24px",
1938
- height: "24px",
1939
- "border-radius": "base",
1940
- "flex-shrink": "0",
1941
- mobile: {
1942
- width: "20px",
1943
- height: "20px",
1944
- },
1945
- },
1946
- content: {
1857
+ ctas_levoGroup: {
1947
1858
  display: "flex",
1948
- "flex-direction": "column",
1949
- "align-items": "flex-start",
1950
- "row-gap": "none",
1951
- },
1952
- card_title: {
1953
- "text-align": "left",
1954
- "margin-bottom": "none",
1955
- flex: "1",
1956
- color: "text-1",
1957
- "font-size": "2xl",
1958
- "font-weight": 600,
1959
- },
1960
- description: {
1961
- color: "text-2",
1962
- "text-align": "left",
1963
- "margin-bottom": "lg",
1964
- "line-height": "1.6",
1965
- mobile: {
1966
- "margin-bottom": "base",
1967
- },
1859
+ "flex-direction": "row",
1860
+ "column-gap": "xs",
1861
+ "row-gap": "xs",
1862
+ "flex-wrap": "wrap",
1863
+ "align-items": "center",
1968
1864
  },
1969
- cta: {},
1865
+ ctas: Array(2)
1866
+ .fill(0)
1867
+ .map(() => ({
1868
+ cta: {},
1869
+ })),
1970
1870
  "content-container": {
1971
1871
  "background-color": "white",
1972
1872
  "max-width": "350px",
@@ -1976,170 +1876,7 @@ export const Cards6: IBlock = {
1976
1876
  "padding-right": "md",
1977
1877
  "border-radius": "2xl",
1978
1878
  },
1979
- },
1980
- {
1981
- icon: {
1982
- width: "24px",
1983
- height: "24px",
1984
- "border-radius": "base",
1985
- "flex-shrink": "0",
1986
- mobile: {
1987
- width: "20px",
1988
- height: "20px",
1989
- },
1990
- },
1991
- header: {
1992
- display: "flex",
1993
- "align-items": "start",
1994
- "column-gap": "sm",
1995
- width: "100%",
1996
- "justify-content": "start",
1997
- },
1998
- card: {
1999
- "background-color": "brandSecondary",
2000
- "border-radius": "base",
2001
- "padding-top": "xl",
2002
- "padding-bottom": "xl",
2003
- "padding-left": "lg",
2004
- "padding-right": "lg",
2005
- display: "flex",
2006
- "flex-direction": "column",
2007
- "align-items": "flex-start",
2008
- "row-gap": "lg",
2009
- mobile: {
2010
- "padding-top": "lg",
2011
- "padding-bottom": "lg",
2012
- "padding-left": "base",
2013
- "padding-right": "base",
2014
- "row-gap": "base",
2015
- },
2016
- },
2017
- content: {
2018
- display: "flex",
2019
- "flex-direction": "column",
2020
- "align-items": "flex-start",
2021
- "row-gap": "none",
2022
- },
2023
- description: {
2024
- color: "text-2",
2025
- "text-align": "left",
2026
- "margin-bottom": "lg",
2027
- "line-height": "1.6",
2028
- mobile: {
2029
- "margin-bottom": "base",
2030
- },
2031
- },
2032
- cta: {},
2033
- },
2034
- {
2035
- icon: {
2036
- width: "24px",
2037
- height: "24px",
2038
- "border-radius": "base",
2039
- "flex-shrink": "0",
2040
- mobile: {
2041
- width: "20px",
2042
- height: "20px",
2043
- },
2044
- },
2045
- header: {
2046
- display: "flex",
2047
- "align-items": "start",
2048
- "column-gap": "sm",
2049
- width: "100%",
2050
- "justify-content": "start",
2051
- },
2052
- card: {
2053
- "background-color": "brandSecondary",
2054
- "border-radius": "base",
2055
- "padding-top": "xl",
2056
- "padding-bottom": "xl",
2057
- "padding-left": "lg",
2058
- "padding-right": "lg",
2059
- display: "flex",
2060
- "flex-direction": "column",
2061
- "align-items": "flex-start",
2062
- "row-gap": "lg",
2063
- mobile: {
2064
- "padding-top": "lg",
2065
- "padding-bottom": "lg",
2066
- "padding-left": "base",
2067
- "padding-right": "base",
2068
- "row-gap": "base",
2069
- },
2070
- },
2071
- content: {
2072
- display: "flex",
2073
- "flex-direction": "column",
2074
- "align-items": "flex-start",
2075
- "row-gap": "none",
2076
- },
2077
- description: {
2078
- color: "text-2",
2079
- "text-align": "left",
2080
- "margin-bottom": "lg",
2081
- "line-height": "1.6",
2082
- mobile: {
2083
- "margin-bottom": "base",
2084
- },
2085
- },
2086
- cta: {},
2087
- },
2088
- {
2089
- icon: {
2090
- width: "24px",
2091
- height: "24px",
2092
- "border-radius": "base",
2093
- "flex-shrink": "0",
2094
- mobile: {
2095
- width: "20px",
2096
- height: "20px",
2097
- },
2098
- },
2099
- header: {
2100
- display: "flex",
2101
- "align-items": "start",
2102
- "column-gap": "sm",
2103
- width: "100%",
2104
- "justify-content": "start",
2105
- },
2106
- card: {
2107
- "background-color": "brandSecondary",
2108
- "border-radius": "base",
2109
- "padding-top": "xl",
2110
- "padding-bottom": "xl",
2111
- "padding-left": "lg",
2112
- "padding-right": "lg",
2113
- display: "flex",
2114
- "flex-direction": "column",
2115
- "align-items": "flex-start",
2116
- "row-gap": "lg",
2117
- mobile: {
2118
- "padding-top": "lg",
2119
- "padding-bottom": "lg",
2120
- "padding-left": "base",
2121
- "padding-right": "base",
2122
- "row-gap": "base",
2123
- },
2124
- },
2125
- content: {
2126
- display: "flex",
2127
- "flex-direction": "column",
2128
- "align-items": "flex-start",
2129
- "row-gap": "none",
2130
- },
2131
- description: {
2132
- color: "text-2",
2133
- "text-align": "left",
2134
- "margin-bottom": "lg",
2135
- "line-height": "1.6",
2136
- mobile: {
2137
- "margin-bottom": "base",
2138
- },
2139
- },
2140
- cta: {},
2141
- },
2142
- ],
1879
+ })),
2143
1880
  "carousel-navigation-arrow-left_leftIcon": {
2144
1881
  height: "24px",
2145
1882
  width: "24px",
@@ -2177,9 +1914,42 @@ export const Cards6: IBlock = {
2177
1914
  Heading_Level: "H2",
2178
1915
  },
2179
1916
  },
2180
- cards: [{}, {}],
1917
+ cards: [
1918
+ {
1919
+ description: {
1920
+ selectedVariants: {},
1921
+ },
1922
+ card_title: {
1923
+ selectedVariants: {},
1924
+ },
1925
+ },
1926
+ {
1927
+ description: {
1928
+ selectedVariants: {},
1929
+ },
1930
+ card_title: {
1931
+ selectedVariants: {},
1932
+ },
1933
+ },
1934
+ {
1935
+ description: {
1936
+ selectedVariants: {},
1937
+ },
1938
+ card_title: {
1939
+ selectedVariants: {},
1940
+ },
1941
+ },
1942
+ {
1943
+ description: {
1944
+ selectedVariants: {},
1945
+ },
1946
+ card_title: {
1947
+ selectedVariants: {},
1948
+ },
1949
+ },
1950
+ ],
2181
1951
  },
2182
- content: DEFAULT_CONTENT,
1952
+ content: DEFAULT_CONTENT_VARIANT_2,
2183
1953
  },
2184
1954
  ],
2185
1955
  };