@levo-so/blocks 0.1.101 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,55 +1,75 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "ZnM7UkWOHJ8a",
5
- filename: "hero-defauly.png",
4
+ id: "7453077972412839722",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6.png",
6
+ location: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-defauly-qW3Y1jcCxtM6-1920w.webp 1920w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
26
+
20
27
  const MEDIA_2 = {
21
- id: "CISNrrDGAzAU",
22
- filename: "hero-4-2.png",
28
+ id: "7453077865650339678",
23
29
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi.png",
30
+ location: "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg",
31
+ mimetype: "image/jpeg",
25
32
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-4-2-w9fMJutqwfWi-320w.webp 320w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
48
  },
35
- mimetype: "image/png",
36
49
  };
50
+
37
51
  const MEDIA_3 = {
38
- id: "XZbtbcwEoYoF",
39
- filename: "hero-4-3.png",
52
+ id: "7453077975190548418",
40
53
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o.png",
54
+ location: "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg",
55
+ mimetype: "image/jpeg",
42
56
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-4-3-1d7MLgEXzj4o-1200w.webp 1200w",
57
+ "320w":
58
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
72
  },
52
- mimetype: "image/png",
53
73
  };
54
74
 
55
75
  const DEFAULT_CONTENT = {
@@ -60,43 +80,33 @@ const DEFAULT_CONTENT = {
60
80
  {
61
81
  wrapper: null,
62
82
  headerWrapper: null,
63
- title: "Your Trusted Partner in Financial Excellence",
83
+ header: null,
84
+ title: "Ship product, not process",
64
85
  description:
65
- "Your Trusted Partner in Financial Excellence Your Trusted Partner in Financial Excellence Your Trusted Partner in Financial Excellence Your Trusted Partner in Financial Excellence ",
66
- ctas_levoGroup: null,
67
- ctas: [{ cta: "Get Started" }, { cta: "Learn More" }],
86
+ "Operating System for fast-moving teams. Replace five disconnected tools with one workspace issues, docs, and sprints in real-time sync.",
87
+ ctas: [{ cta: "Start free trial" }, { cta: "Book a demo" }],
68
88
  image: MEDIA_1,
69
89
  },
70
90
  {
71
91
  wrapper: null,
72
92
  headerWrapper: null,
73
- title: "Smart Investment Solutions for Your Future",
93
+ header: null,
94
+ title: "Every workflow in one place",
74
95
  description:
75
- "Smart Investment Solutions for Your Future Smart Investment Solutions for Your Future Smart Investment Solutions for Your Future Smart Investment Solutions for Your Future ",
76
- ctas_levoGroup: null,
77
- ctas: [{ cta: "Invest Now" }, { cta: "Learn More" }],
96
+ "Automations, dashboards, and integrations wired together through a single API. 99.99% uptime, webhooks for everything, zero glue code to maintain.",
97
+ ctas: [{ cta: "See it live" }, { cta: "Read docs" }],
78
98
  image: MEDIA_2,
79
99
  },
80
100
  {
81
101
  wrapper: null,
82
102
  headerWrapper: null,
83
- title: "Secure Digital Banking at Your Fingertips",
103
+ header: null,
104
+ title: "Built for enterprise trust",
84
105
  description:
85
- "Secure Digital Banking at Your Fingertips Secure Digital Banking at Your Fingertips Secure Digital Banking at Your Fingertips Secure Digital Banking at Your Fingertips ",
86
- ctas_levoGroup: null,
87
- ctas: [{ cta: "Open Account" }, { cta: "Learn More" }],
106
+ "SOC 2 Type II, SSO, SCIM, and audit logs from day one. P1 SLA under an hour, data residency in three regions, no quiet backend changes.",
107
+ ctas: [{ cta: "View pricing" }, { cta: "Talk to sales" }],
88
108
  image: MEDIA_3,
89
109
  },
90
- {
91
- wrapper: null,
92
- headerWrapper: null,
93
- title: "Expert Financial Planning for Business Growth",
94
- description:
95
- "Expert Financial Planning for Business Growth Expert Financial Planning for Business Growth Expert Financial Planning for Business Growth Expert Financial Planning for Business Growth ",
96
- ctas_levoGroup: null,
97
- ctas: [{ cta: "Learn More" }, { cta: "Get Started" }],
98
- image: MEDIA_1,
99
- },
100
110
  ],
101
111
  };
102
112
 
@@ -225,309 +235,341 @@ export const Hero4: IBlock = {
225
235
  width: "100%",
226
236
  height: "100%",
227
237
  },
228
- slides: [
229
- {
230
- headerWrapper: {
231
- display: "flex",
232
- "align-items": "start",
233
- "justify-content": "space-between",
234
- "margin-bottom": "lg",
235
- mobile: {
236
- "flex-direction": "column",
237
- "align-items": "center",
238
- "justify-content": "center",
239
- "padding-left": "sm",
240
- "padding-top": "sm",
241
- "padding-right": "sm",
242
- "row-gap": "md",
243
- "margin-bottom": "md",
244
- },
245
- tablet: {
246
- "flex-direction": "column",
247
- "align-items": "center",
248
- "row-gap": "lg",
249
- "margin-bottom": "lg",
250
- },
238
+ slides_levoGroupItem: {
239
+ wrapper: {
240
+ display: "flex",
241
+ "flex-direction": "column",
242
+ "row-gap": "lg",
243
+ padding: "lg",
244
+ mobile: {
245
+ padding: "md",
246
+ "row-gap": "sm",
251
247
  },
252
- title: {
253
- "margin-bottom": "md",
254
- tablet: {
255
- "text-align": "center",
256
- },
257
- },
258
- ctas_levoGroup: {
259
- display: "flex",
248
+ },
249
+ headerWrapper: {
250
+ display: "flex",
251
+ "align-items": "center",
252
+ "justify-content": "space-between",
253
+ "column-gap": "lg",
254
+ "margin-bottom": "lg",
255
+ mobile: {
256
+ "flex-direction": "column",
260
257
  "align-items": "center",
261
258
  "justify-content": "center",
262
- "column-gap": "sm",
263
- },
264
- ctas: Array(2)
265
- .fill(0)
266
- .map((v) => ({
267
- cta: {},
268
- })),
269
- image: {
270
- width: "100%",
271
- height: "100%",
272
- "object-fit": "cover",
273
- "object-position": "center",
274
- "border-radius": "base",
259
+ "padding-left": "sm",
260
+ "padding-top": "sm",
261
+ "padding-right": "sm",
262
+ "row-gap": "md",
263
+ "margin-bottom": "md",
275
264
  },
276
- wrapper: {
277
- display: "flex",
265
+ tablet: {
278
266
  "flex-direction": "column",
279
- "row-gap": "md",
280
- padding: "lg",
281
- mobile: {
282
- padding: "md",
283
- "row-gap": "sm",
284
- },
267
+ "align-items": "center",
268
+ "row-gap": "lg",
269
+ "margin-bottom": "lg",
285
270
  },
286
- header: {
287
- "max-width": "42rem",
271
+ },
272
+ header: {
273
+ "max-width": "36rem",
274
+ },
275
+ title: {
276
+ "margin-bottom": "sm",
277
+ tablet: {
278
+ "text-align": "center",
288
279
  },
289
- description: {
290
- tablet: {
291
- "text-align": "center",
292
- },
280
+ },
281
+ description: {
282
+ tablet: {
283
+ "text-align": "center",
293
284
  },
294
285
  },
295
- {
296
- ctas_levoGroup: {
297
- display: "flex",
298
- "align-items": "center",
286
+ ctas_levoGroup: {
287
+ display: "flex",
288
+ "align-items": "center",
289
+ "justify-content": "flex-end",
290
+ "column-gap": "sm",
291
+ "flex-shrink": "0",
292
+ tablet: {
299
293
  "justify-content": "center",
300
- "column-gap": "sm",
301
- },
302
- ctas: Array(2)
303
- .fill(0)
304
- .map((v) => ({
305
- cta: {},
306
- })),
307
- headerWrapper: {
308
- display: "flex",
309
- "align-items": "start",
310
- "justify-content": "space-between",
311
- "margin-bottom": "lg",
312
- mobile: {
313
- "flex-direction": "column",
314
- "align-items": "center",
315
- "justify-content": "center",
316
- "padding-left": "sm",
317
- "padding-top": "sm",
318
- "padding-right": "sm",
319
- "row-gap": "md",
320
- "margin-bottom": "md",
321
- },
322
- tablet: {
323
- "flex-direction": "column",
324
- "align-items": "center",
325
- "row-gap": "lg",
326
- "margin-bottom": "lg",
327
- },
328
294
  },
295
+ },
296
+ ctas_levoGroupItem: {
297
+ cta: {},
298
+ },
299
+ ctas: [{}, {}],
300
+ image: {
301
+ width: "100%",
302
+ height: "420px",
303
+ "object-fit": "cover",
304
+ "object-position": "center",
305
+ "border-radius": "base",
306
+ "aspect-ratio": "16 / 9",
307
+ mobile: {
308
+ height: "240px",
309
+ },
310
+ },
311
+ },
312
+ slides: [{}, {}, {}],
313
+ },
314
+ content: DEFAULT_CONTENT,
315
+ config: {
316
+ slides: Array(3)
317
+ .fill(0)
318
+ .map(() => ({
329
319
  title: {
330
- "margin-bottom": "md",
331
- tablet: {
332
- "text-align": "center",
320
+ heading: {
321
+ level: "1",
333
322
  },
334
- },
335
- image: {
336
- width: "100%",
337
- height: "100%",
338
- "object-fit": "cover",
339
- "object-position": "center",
340
- "border-radius": "base",
341
- },
342
- wrapper: {
343
- display: "flex",
344
- "flex-direction": "column",
345
- "row-gap": "md",
346
- padding: "lg",
347
- mobile: {
348
- padding: "md",
349
- "row-gap": "sm",
323
+ selectedVariants: {
324
+ Heading_Level: "H1",
350
325
  },
351
326
  },
352
327
  header: {
353
- "max-width": "42rem",
328
+ selectedVariants: {},
354
329
  },
355
330
  description: {
356
- tablet: {
357
- "text-align": "center",
358
- },
331
+ selectedVariants: {},
359
332
  },
333
+ ctas: [
334
+ { cta: { selectedVariants: {} } },
335
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
336
+ ],
337
+ })),
338
+ },
339
+ },
340
+ {
341
+ key: "compact_slider",
342
+ title: "Compact Slider",
343
+ styles: {
344
+ layout: {},
345
+ container: {
346
+ position: "relative",
347
+ },
348
+ slider_dots: {
349
+ position: "absolute",
350
+ bottom: "16px",
351
+ right: "24px",
352
+ display: "flex",
353
+ "column-gap": "xs",
354
+ "align-items": "center",
355
+ "z-index": "20",
356
+ "padding-top": "2xs",
357
+ "padding-right": "xs",
358
+ "padding-bottom": "2xs",
359
+ "padding-left": "xs",
360
+ "border-radius": "base",
361
+ tablet: {
362
+ bottom: "12px",
363
+ right: "16px",
360
364
  },
361
- {
362
- ctas_levoGroup: {
363
- display: "flex",
364
- "align-items": "center",
365
- "justify-content": "center",
366
- "column-gap": "sm",
367
- },
368
- ctas: Array(2)
369
- .fill(0)
370
- .map((v) => ({
371
- cta: {},
372
- })),
373
- headerWrapper: {
374
- display: "flex",
375
- "align-items": "start",
376
- "justify-content": "space-between",
377
- "margin-bottom": "lg",
378
- mobile: {
379
- "flex-direction": "column",
380
- "align-items": "center",
381
- "justify-content": "center",
382
- "padding-left": "sm",
383
- "padding-top": "sm",
384
- "padding-right": "sm",
385
- "row-gap": "md",
386
- "margin-bottom": "md",
387
- },
388
- tablet: {
389
- "flex-direction": "column",
390
- "align-items": "center",
391
- "row-gap": "lg",
392
- "margin-bottom": "lg",
393
- },
394
- },
395
- title: {
396
- "margin-bottom": "md",
397
- tablet: {
398
- "text-align": "center",
399
- },
400
- },
401
- image: {
402
- width: "100%",
403
- height: "100%",
404
- "object-fit": "cover",
405
- "object-position": "center",
406
- "border-radius": "base",
407
- },
408
- wrapper: {
409
- display: "flex",
365
+ mobile: {
366
+ bottom: "8px",
367
+ right: "12px",
368
+ },
369
+ },
370
+ slider_dot: {
371
+ width: "6px",
372
+ height: "6px",
373
+ "border-radius": "base",
374
+ "background-color": "text-1",
375
+ },
376
+ slides_levoGroup: {
377
+ width: "100%",
378
+ height: "100%",
379
+ },
380
+ slides_levoGroupItem: {
381
+ wrapper: {
382
+ display: "flex",
383
+ "flex-direction": "row",
384
+ "align-items": "center",
385
+ "column-gap": "xl",
386
+ padding: "md",
387
+ mobile: {
410
388
  "flex-direction": "column",
411
- "row-gap": "md",
412
- padding: "lg",
413
- mobile: {
414
- padding: "md",
415
- "row-gap": "sm",
416
- },
389
+ padding: "sm",
390
+ "row-gap": "sm",
417
391
  },
418
- header: {
419
- "max-width": "42rem",
420
- },
421
- description: {
422
- tablet: {
423
- "text-align": "center",
424
- },
392
+ },
393
+ headerWrapper: {
394
+ display: "flex",
395
+ "flex-direction": "column",
396
+ "align-items": "start",
397
+ flex: "1",
398
+ "row-gap": "md",
399
+ mobile: {
400
+ "align-items": "center",
425
401
  },
426
402
  },
427
- {
428
- headerWrapper: {
429
- display: "flex",
430
- "align-items": "start",
431
- "justify-content": "space-between",
432
- "margin-bottom": "lg",
433
- mobile: {
434
- "flex-direction": "column",
435
- "align-items": "center",
436
- "justify-content": "center",
437
- "padding-left": "sm",
438
- "padding-top": "sm",
439
- "padding-right": "sm",
440
- "row-gap": "md",
441
- "margin-bottom": "md",
442
- },
443
- tablet: {
444
- "flex-direction": "column",
445
- "align-items": "center",
446
- "row-gap": "lg",
447
- "margin-bottom": "lg",
448
- },
403
+ header: {
404
+ "max-width": "32rem",
405
+ },
406
+ title: {
407
+ "margin-bottom": "sm",
408
+ mobile: {
409
+ "text-align": "center",
449
410
  },
450
- title: {
451
- "margin-bottom": "md",
452
- tablet: {
453
- "text-align": "center",
454
- },
411
+ },
412
+ description: {
413
+ mobile: {
414
+ "text-align": "center",
455
415
  },
456
- ctas_levoGroup: {
457
- display: "flex",
458
- "align-items": "center",
459
- "justify-content": "center",
460
- "column-gap": "sm",
461
- },
462
- ctas: Array(2)
463
- .fill(0)
464
- .map((v) => ({
465
- cta: {},
466
- })),
467
- image: {
416
+ },
417
+ ctas_levoGroup: {
418
+ display: "flex",
419
+ "align-items": "center",
420
+ "column-gap": "sm",
421
+ "margin-top": "sm",
422
+ },
423
+ ctas_levoGroupItem: {
424
+ cta: {},
425
+ },
426
+ ctas: [{}, {}],
427
+ image: {
428
+ width: "50%",
429
+ height: "360px",
430
+ "object-fit": "cover",
431
+ "object-position": "center",
432
+ "border-radius": "base",
433
+ "flex-shrink": "0",
434
+ mobile: {
468
435
  width: "100%",
469
- height: "100%",
470
- "object-fit": "cover",
471
- "object-position": "center",
472
- "border-radius": "base",
436
+ height: "220px",
473
437
  },
474
- wrapper: {
475
- display: "flex",
476
- "flex-direction": "column",
477
- "row-gap": "md",
478
- padding: "lg",
479
- mobile: {
480
- padding: "md",
481
- "row-gap": "sm",
438
+ },
439
+ },
440
+ slides: [{}, {}, {}],
441
+ },
442
+ content: DEFAULT_CONTENT,
443
+ config: {
444
+ slides: Array(3)
445
+ .fill(0)
446
+ .map(() => ({
447
+ title: {
448
+ heading: {
449
+ level: "1",
450
+ },
451
+ selectedVariants: {
452
+ Heading_Level: "H1",
482
453
  },
483
454
  },
484
455
  header: {
485
- "max-width": "42rem",
456
+ selectedVariants: {},
486
457
  },
487
458
  description: {
488
- tablet: {
489
- "text-align": "center",
490
- },
459
+ selectedVariants: {},
491
460
  },
492
- },
493
- ],
461
+ ctas: [
462
+ { cta: { selectedVariants: {} } },
463
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
464
+ ],
465
+ })),
494
466
  },
495
- content: DEFAULT_CONTENT,
496
- config: {
497
- "slides.0.title": {
498
- heading: {
499
- level: 1,
467
+ },
468
+ {
469
+ key: "full_bleed",
470
+ title: "Full Bleed",
471
+ styles: {
472
+ layout: {},
473
+ container: {
474
+ position: "relative",
475
+ },
476
+ slider_dots: {
477
+ position: "absolute",
478
+ bottom: "30px",
479
+ left: "50%",
480
+ transform: "translateX(-50%)",
481
+ display: "flex",
482
+ "column-gap": "xs",
483
+ "align-items": "center",
484
+ "z-index": "20",
485
+ "padding-top": "xs",
486
+ "padding-right": "xs",
487
+ "padding-bottom": "xs",
488
+ "padding-left": "xs",
489
+ "border-radius": "base",
490
+ tablet: {
491
+ bottom: "20px",
500
492
  },
501
- selectedVariants: {
502
- Heading_Level: "H1",
493
+ mobile: {
494
+ bottom: "10px",
503
495
  },
504
496
  },
505
- "slides.1.title": {
506
- heading: {
507
- level: 1,
497
+ slider_dot: {
498
+ width: "8px",
499
+ height: "8px",
500
+ "border-radius": "base",
501
+ "background-color": "background-2",
502
+ },
503
+ slides_levoGroup: {
504
+ width: "100%",
505
+ height: "100%",
506
+ },
507
+ slides_levoGroupItem: {
508
+ wrapper: {
509
+ display: "flex",
510
+ "flex-direction": "column",
511
+ "justify-content": "flex-end",
512
+ position: "relative",
513
+ overflow: "hidden",
514
+ "min-height": "620px",
515
+ "border-radius": "base",
516
+ mobile: {
517
+ "min-height": "440px",
518
+ },
508
519
  },
509
- selectedVariants: {
510
- Heading_Level: "H1",
520
+ headerWrapper: {
521
+ display: "flex",
522
+ "flex-direction": "column",
523
+ "align-items": "start",
524
+ position: "relative",
525
+ "z-index": "10",
526
+ padding: "2xl",
527
+ "row-gap": "sm",
528
+ background:
529
+ "linear-gradient(to top, rgba(10,15,25,0.88) 0%, rgba(10,15,25,0.55) 55%, rgba(10,15,25,0) 100%)",
530
+ mobile: {
531
+ padding: "lg",
532
+ },
511
533
  },
512
- },
513
- "slides.2.title": {
514
- heading: {
515
- level: 1,
534
+ header: {
535
+ "max-width": "40rem",
516
536
  },
517
- selectedVariants: {
518
- Heading_Level: "H1",
537
+ title: {
538
+ "margin-bottom": "sm",
539
+ color: "background-2",
519
540
  },
520
- },
521
- "slides.3.title": {
522
- heading: {
523
- level: 1,
541
+ description: {
542
+ color: "background-2",
543
+ opacity: "0.92",
544
+ },
545
+ ctas_levoGroup: {
546
+ display: "flex",
547
+ "align-items": "center",
548
+ "column-gap": "sm",
549
+ "margin-top": "md",
550
+ },
551
+ ctas_levoGroupItem: {
552
+ cta: {},
524
553
  },
525
- selectedVariants: {
526
- Heading_Level: "H1",
554
+ ctas: [{}, {}],
555
+ image: {
556
+ position: "absolute",
557
+ top: "0",
558
+ left: "0",
559
+ width: "100%",
560
+ height: "100%",
561
+ "object-fit": "cover",
562
+ "object-position": "center",
563
+ "border-radius": "0",
527
564
  },
528
565
  },
529
- slides: [
530
- {
566
+ slides: [{}, {}, {}],
567
+ },
568
+ content: DEFAULT_CONTENT,
569
+ config: {
570
+ slides: Array(3)
571
+ .fill(0)
572
+ .map(() => ({
531
573
  title: {
532
574
  heading: {
533
575
  level: "1",
@@ -542,31 +584,140 @@ export const Hero4: IBlock = {
542
584
  description: {
543
585
  selectedVariants: {},
544
586
  },
587
+ ctas: [
588
+ { cta: { selectedVariants: {} } },
589
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
590
+ ],
591
+ })),
592
+ },
593
+ },
594
+ {
595
+ key: "side_panel",
596
+ title: "Side Panel",
597
+ styles: {
598
+ layout: {},
599
+ container: {
600
+ position: "relative",
601
+ },
602
+ slider_dots: {
603
+ position: "absolute",
604
+ bottom: "30px",
605
+ left: "50%",
606
+ transform: "translateX(-50%)",
607
+ display: "flex",
608
+ "column-gap": "xs",
609
+ "align-items": "center",
610
+ "z-index": "20",
611
+ "padding-top": "xs",
612
+ "padding-right": "xs",
613
+ "padding-bottom": "xs",
614
+ "padding-left": "xs",
615
+ "border-radius": "base",
616
+ tablet: {
617
+ bottom: "20px",
618
+ },
619
+ mobile: {
620
+ bottom: "10px",
621
+ },
622
+ },
623
+ slider_dot: {
624
+ width: "8px",
625
+ height: "8px",
626
+ "border-radius": "base",
627
+ "background-color": "text-1",
628
+ },
629
+ slides_levoGroup: {
630
+ width: "100%",
631
+ height: "100%",
632
+ },
633
+ slides_levoGroupItem: {
634
+ wrapper: {
635
+ display: "flex",
636
+ "flex-direction": "row",
637
+ "align-items": "stretch",
638
+ "min-height": "520px",
639
+ "border-radius": "base",
640
+ overflow: "hidden",
641
+ tablet: {
642
+ "flex-direction": "column",
643
+ },
644
+ mobile: {
645
+ "flex-direction": "column",
646
+ },
545
647
  },
546
- {
547
- title: {
548
- selectedVariants: {
549
- Heading_Level: "H1",
550
- },
551
- heading: {
552
- level: "1",
553
- },
648
+ headerWrapper: {
649
+ display: "flex",
650
+ "flex-direction": "column",
651
+ "align-items": "start",
652
+ "justify-content": "center",
653
+ "row-gap": "md",
654
+ width: "42%",
655
+ padding: "2xl",
656
+ tablet: {
657
+ width: "100%",
658
+ padding: "lg",
659
+ "align-items": "center",
554
660
  },
555
- header: {
556
- selectedVariants: {},
661
+ mobile: {
662
+ width: "100%",
663
+ padding: "md",
664
+ "align-items": "center",
557
665
  },
558
- description: {
559
- selectedVariants: {},
666
+ },
667
+ header: {
668
+ "max-width": "100%",
669
+ },
670
+ title: {
671
+ "margin-bottom": "sm",
672
+ tablet: {
673
+ "text-align": "center",
674
+ },
675
+ },
676
+ description: {
677
+ tablet: {
678
+ "text-align": "center",
560
679
  },
561
680
  },
562
- {
681
+ ctas_levoGroup: {
682
+ display: "flex",
683
+ "align-items": "center",
684
+ "column-gap": "sm",
685
+ "margin-top": "md",
686
+ },
687
+ ctas_levoGroupItem: {
688
+ cta: {},
689
+ },
690
+ ctas: [{}, {}],
691
+ image: {
692
+ width: "58%",
693
+ height: "520px",
694
+ "object-fit": "cover",
695
+ "object-position": "center",
696
+ "border-radius": "0",
697
+ tablet: {
698
+ width: "100%",
699
+ height: "320px",
700
+ },
701
+ mobile: {
702
+ width: "100%",
703
+ height: "240px",
704
+ },
705
+ },
706
+ },
707
+ slides: [{}, {}, {}],
708
+ },
709
+ content: DEFAULT_CONTENT,
710
+ config: {
711
+ slides: Array(3)
712
+ .fill(0)
713
+ .map(() => ({
563
714
  title: {
564
- selectedVariants: {
565
- Heading_Level: "H1",
566
- },
567
715
  heading: {
568
716
  level: "1",
569
717
  },
718
+ selectedVariants: {
719
+ Heading_Level: "H1",
720
+ },
570
721
  },
571
722
  header: {
572
723
  selectedVariants: {},
@@ -574,15 +725,128 @@ export const Hero4: IBlock = {
574
725
  description: {
575
726
  selectedVariants: {},
576
727
  },
728
+ ctas: [
729
+ { cta: { selectedVariants: {} } },
730
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
731
+ ],
732
+ })),
733
+ },
734
+ },
735
+ {
736
+ key: "minimal_cards",
737
+ title: "Minimal Cards",
738
+ styles: {
739
+ layout: {},
740
+ container: {
741
+ position: "relative",
742
+ },
743
+ slider_dots: {
744
+ position: "absolute",
745
+ bottom: "30px",
746
+ left: "50%",
747
+ transform: "translateX(-50%)",
748
+ display: "flex",
749
+ "column-gap": "xs",
750
+ "align-items": "center",
751
+ "z-index": "20",
752
+ "padding-top": "xs",
753
+ "padding-right": "xs",
754
+ "padding-bottom": "xs",
755
+ "padding-left": "xs",
756
+ "border-radius": "base",
757
+ tablet: {
758
+ bottom: "20px",
759
+ },
760
+ mobile: {
761
+ bottom: "10px",
762
+ },
763
+ },
764
+ slider_dot: {
765
+ width: "8px",
766
+ height: "8px",
767
+ "border-radius": "base",
768
+ "background-color": "text-1",
769
+ },
770
+ slides_levoGroup: {
771
+ width: "100%",
772
+ height: "100%",
773
+ },
774
+ slides_levoGroupItem: {
775
+ wrapper: {
776
+ display: "flex",
777
+ "flex-direction": "column",
778
+ "row-gap": "lg",
779
+ padding: "xl",
780
+ "background-color": "background-2",
781
+ "border-width": "1px",
782
+ "border-style": "solid",
783
+ "border-color": "stroke-1",
784
+ "border-radius": "lg",
785
+ "box-shadow": "0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06)",
786
+ mobile: {
787
+ padding: "lg",
788
+ "row-gap": "md",
789
+ },
790
+ },
791
+ headerWrapper: {
792
+ display: "flex",
793
+ "flex-direction": "column",
794
+ "align-items": "start",
795
+ "row-gap": "sm",
796
+ mobile: {
797
+ "align-items": "center",
798
+ },
577
799
  },
578
- {
800
+ header: {
801
+ "max-width": "42rem",
802
+ },
803
+ title: {
804
+ "margin-bottom": "sm",
805
+ mobile: {
806
+ "text-align": "center",
807
+ },
808
+ },
809
+ description: {
810
+ mobile: {
811
+ "text-align": "center",
812
+ },
813
+ },
814
+ ctas_levoGroup: {
815
+ display: "flex",
816
+ "align-items": "center",
817
+ "column-gap": "sm",
818
+ "margin-top": "md",
819
+ },
820
+ ctas_levoGroupItem: {
821
+ cta: {},
822
+ },
823
+ ctas: [{}, {}],
824
+ image: {
825
+ width: "100%",
826
+ height: "380px",
827
+ "object-fit": "cover",
828
+ "object-position": "center",
829
+ "border-radius": "md",
830
+ "aspect-ratio": "16 / 9",
831
+ mobile: {
832
+ height: "220px",
833
+ },
834
+ },
835
+ },
836
+ slides: [{}, {}, {}],
837
+ },
838
+ content: DEFAULT_CONTENT,
839
+ config: {
840
+ slides: Array(3)
841
+ .fill(0)
842
+ .map(() => ({
579
843
  title: {
580
- selectedVariants: {
581
- Heading_Level: "H1",
582
- },
583
844
  heading: {
584
845
  level: "1",
585
846
  },
847
+ selectedVariants: {
848
+ Heading_Level: "H1",
849
+ },
586
850
  },
587
851
  header: {
588
852
  selectedVariants: {},
@@ -590,8 +854,11 @@ export const Hero4: IBlock = {
590
854
  description: {
591
855
  selectedVariants: {},
592
856
  },
593
- },
594
- ],
857
+ ctas: [
858
+ { cta: { selectedVariants: {} } },
859
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
860
+ ],
861
+ })),
595
862
  },
596
863
  },
597
864
  ],