@levo-so/blocks 0.1.100 → 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 +5 -4
  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: "tryvTJ6VolRPx",
5
- filename: "content-1-1.png",
4
+ id: "7452730548060178532",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU.png",
6
+ location: "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-1-eg6jl4GZpVbU-1920w.webp 1920w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.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: "zuc3KwW4YGdBD",
22
- filename: "content-1-2.png",
28
+ id: "7452730575922081163",
23
29
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6.png",
30
+ location: "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg",
31
+ mimetype: "image/jpeg",
25
32
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-2-1d7ILgEXmYN6-1920w.webp 1920w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5380597/pexels-photo-5380597.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: "zuc3uwW4YGdBS",
39
- filename: "content-1-3.png",
52
+ id: "7452730558656420642",
40
53
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp.png",
54
+ location: "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg",
55
+ mimetype: "image/jpeg",
42
56
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-1-3-SvIrsjxiZChp-828w.webp 828w",
57
+ "320w":
58
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.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 = {
@@ -57,22 +77,22 @@ const DEFAULT_CONTENT = {
57
77
  container: null,
58
78
  header_wrapper: null,
59
79
  header_content: null,
60
- title: "Career Platform Overview",
80
+ title: "Money infrastructure that just works",
61
81
  description:
62
- "<p>A fair platform for every student. Our AI-powered network matches college students and freshers with top employers based on skills and interests. Get your first job and kickstart your career with equal opportunity.</p>",
82
+ "<p>One API for card acceptance, payouts, and reconciliation across 135 currencies tokenized on PCI DSS Level 1 infrastructure with 99.99% uptime.</p>",
63
83
  sections: [
64
84
  {
65
85
  section: null,
66
86
  container: null,
67
87
  content_wrapper: null,
68
88
  section_content: null,
69
- tag: "Colleges",
89
+ tag: "Acceptance",
70
90
  text_content: null,
71
- title: "Connect with Verified Employers Instantly",
91
+ title: "Accept any payment, anywhere",
72
92
  description:
73
- "<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
93
+ "<p>Route cards, UPI, wallets, and bank transfers through a single checkout. Smart retries recover 23% of failed authorizations automatically across 40+ acquirers.</p>",
74
94
  buttons_levoGroup: null,
75
- buttons: [{ button: "Learn More" }, { button: "Get Started" }],
95
+ buttons: [{ button: "Read docs" }, { button: "Book a demo" }],
76
96
  image_wrapper: null,
77
97
  image_desktop: MEDIA_1,
78
98
  image_mobile: MEDIA_1,
@@ -82,13 +102,13 @@ const DEFAULT_CONTENT = {
82
102
  container: null,
83
103
  content_wrapper: null,
84
104
  section_content: null,
85
- tag: "Colleges",
105
+ tag: "Risk & KYC",
86
106
  text_content: null,
87
- title: "Connect with Verified Employers Instantly",
107
+ title: "Stop fraud before settlement",
88
108
  description:
89
- "<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
109
+ "<p>Device fingerprinting, velocity rules, and ML-scored risk signals block chargebacks in under 80ms. KYC and sanctions screening run inline against 200+ global watchlists.</p>",
90
110
  buttons_levoGroup: null,
91
- buttons: [{ button: "Learn More" }, { button: "Get Started" }],
111
+ buttons: [{ button: "See risk engine" }],
92
112
  image_wrapper: null,
93
113
  image_desktop: MEDIA_2,
94
114
  image_mobile: MEDIA_2,
@@ -98,13 +118,13 @@ const DEFAULT_CONTENT = {
98
118
  container: null,
99
119
  content_wrapper: null,
100
120
  section_content: null,
101
- tag: "Colleges",
121
+ tag: "Ledger",
102
122
  text_content: null,
103
- title: "Connect with Verified Employers Instantly",
123
+ title: "Reconcile books the same day",
104
124
  description:
105
- "<p>Provide your students an upskilling platform and diverse job board to increase their hiring opportunities.</p>",
125
+ "<p>Double-entry ledger with immutable postings maps every authorization, capture, fee, and refund to a settlement batch — auto-matched to bank files before month-end close.</p>",
106
126
  buttons_levoGroup: null,
107
- buttons: [{ button: "Learn More" }, { button: "Get Started" }],
127
+ buttons: [{ button: "View ledger" }, { button: "Talk to sales" }],
108
128
  image_wrapper: null,
109
129
  image_desktop: MEDIA_3,
110
130
  image_mobile: MEDIA_3,
@@ -340,404 +360,790 @@ export const Content1: IBlock = {
340
360
  header_content: {
341
361
  "margin-left": "auto",
342
362
  "margin-right": "auto",
343
- "margin-bottom": "base",
363
+ "margin-bottom": "3xl",
344
364
  display: "flex",
345
- "max-width": "768px",
365
+ "max-width": "820px",
346
366
  "flex-direction": "column",
347
367
  "align-items": "center",
348
368
  "justify-content": "center",
349
- "row-gap": "xl",
350
- "media:min:768px": {
351
- "margin-bottom": "3xl",
352
- },
369
+ "row-gap": "base",
353
370
  "media:min:1024px": {
354
- "margin-bottom": "8xl",
371
+ "margin-bottom": "4xl",
355
372
  },
356
373
  },
357
- title: {},
374
+ title: {
375
+ "text-align": "center",
376
+ },
358
377
  description: {
359
378
  "text-align": "center",
379
+ "max-width": "620px",
380
+ color: "text-2",
360
381
  },
361
382
  sections_levoGroup: {
362
- "margin-top": "3xl",
363
383
  display: "flex",
364
384
  width: "100%",
365
385
  "flex-direction": "column",
366
- "row-gap": "5xl",
386
+ "row-gap": "2xl",
367
387
  "media:min:768px": {
368
- "margin-top": "3xl",
369
- "row-gap": "0",
388
+ "row-gap": "3xl",
389
+ },
390
+ },
391
+ sections_levoGroupItem: {
392
+ section: {
393
+ "padding-left": "none",
394
+ "padding-right": "none",
395
+ "padding-top": "2xl",
396
+ "padding-bottom": "2xl",
397
+ tablet: {
398
+ "padding-top": "xl",
399
+ "padding-bottom": "xl",
400
+ },
401
+ mobile: {
402
+ "padding-top": "base",
403
+ "padding-bottom": "base",
404
+ },
405
+ },
406
+ container: {
407
+ width: "100%",
408
+ "max-width": "1120px",
409
+ "margin-left": "auto",
410
+ "margin-right": "auto",
411
+ "padding-right": "base",
412
+ "padding-left": "base",
413
+ display: "flex",
414
+ "align-items": "center",
415
+ "column-gap": "2xl",
416
+ "row-gap": "2xl",
417
+ "media:min:768px": {
418
+ "column-gap": "5xl",
419
+ "row-gap": "5xl",
420
+ "padding-left": "xl",
421
+ "padding-right": "xl",
422
+ },
423
+ mobile: {
424
+ "flex-direction": "column-reverse",
425
+ },
426
+ },
427
+ content_wrapper: {
428
+ width: "100%",
429
+ "max-width": "50%",
430
+ flex: "1",
431
+ },
432
+ section_content: {
433
+ display: "flex",
434
+ "flex-direction": "column",
435
+ "row-gap": "lg",
436
+ "media:min:768px": {
437
+ "row-gap": "lg",
438
+ },
439
+ },
440
+ tag: {
441
+ color: "brand",
442
+ "font-weight": "600",
443
+ "text-transform": "uppercase",
444
+ "letter-spacing": "0.08em",
445
+ "font-size": "xs",
446
+ "max-width": "fit-content",
447
+ },
448
+ text_content: {
449
+ display: "flex",
450
+ "flex-direction": "column",
451
+ "column-gap": "2xs",
452
+ "row-gap": "2xs",
453
+ },
454
+ title: {},
455
+ buttons_levoGroup: {
456
+ display: "flex",
457
+ "flex-direction": "row",
458
+ "align-items": "center",
459
+ "column-gap": "sm",
460
+ gap: "sm",
461
+ "max-width": "fit-content",
462
+ },
463
+ buttons: [
464
+ { "max-width": "max-content" },
465
+ { "max-width": "max-content" },
466
+ ],
467
+ image_wrapper: {
468
+ width: "100%",
469
+ "max-width": "50%",
470
+ height: "100%",
471
+ flex: "1",
472
+ },
473
+ image_desktop: {
474
+ height: "100%",
475
+ width: "100%",
476
+ "border-radius": "xl",
477
+ "object-fit": "cover",
478
+ display: "none",
479
+ "media:min:640px": {
480
+ display: "block",
481
+ },
482
+ },
483
+ image_mobile: {
484
+ height: "100%",
485
+ width: "100%",
486
+ "border-radius": "xl",
487
+ "object-fit": "cover",
488
+ display: "block",
489
+ "media:min:640px": {
490
+ display: "none",
491
+ },
370
492
  },
371
493
  },
372
494
  sections: [
373
495
  {
374
- section: {
375
- "padding-left": "9xl",
376
- "padding-right": "9xl",
377
- "padding-top": "9xl",
378
- "padding-bottom": "9xl",
379
- tablet: {
380
- "padding-left": "3xl",
381
- "padding-right": "3xl",
382
- "padding-top": "3xl",
383
- "padding-bottom": "3xl",
384
- },
385
- mobile: {
386
- "padding-left": "base",
387
- "padding-right": "base",
388
- "padding-top": "base",
389
- "padding-bottom": "base",
390
- },
496
+ container: {
497
+ "flex-direction": "row",
391
498
  },
499
+ description: {},
500
+ buttons: [{}, {}],
501
+ },
502
+ {
503
+ container: {
504
+ "flex-direction": "row-reverse",
505
+ },
506
+ description: {
507
+ "font-size": "base",
508
+ "font-weight": 400,
509
+ color: "text-2",
510
+ },
511
+ buttons: [{}],
512
+ },
513
+ {
392
514
  container: {
393
- width: "100%",
394
- "margin-left": "auto",
395
- "margin-right": "auto",
396
- "padding-right": "3xl",
397
- "padding-left": "3xl",
398
- display: "flex",
399
- "align-items": "center",
400
- "column-gap": "sm",
401
- "row-gap": "sm",
402
515
  "flex-direction": "row",
403
- "media:min:1536px": {
404
- "padding-right": "12xl",
405
- "padding-left": "12xl",
516
+ },
517
+ description: {
518
+ "font-size": "base",
519
+ "font-weight": 400,
520
+ color: "text-2",
521
+ },
522
+ buttons: [{}, {}],
523
+ },
524
+ ],
525
+ },
526
+ content: DEFAULT_CONTENT,
527
+ config: {
528
+ title: {
529
+ heading: {
530
+ level: "2",
531
+ },
532
+ selectedVariants: {
533
+ Heading_Level: "H2",
534
+ },
535
+ },
536
+ sections: [
537
+ {
538
+ tag: {
539
+ selectedVariants: {},
540
+ },
541
+ title: {
542
+ heading: {
543
+ level: "3",
406
544
  },
407
- "media:min:768px": {
408
- "column-gap": "12xl",
409
- "row-gap": "12xl",
410
- "padding-left": "10xl",
411
- "padding-right": "10xl",
545
+ selectedVariants: {
546
+ Heading_Level: "H3",
412
547
  },
413
- mobile: {
414
- "flex-direction": "column-reverse",
548
+ },
549
+ buttons: [
550
+ { button: { selectedVariants: {} } },
551
+ {
552
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
415
553
  },
554
+ ],
555
+ },
556
+ {
557
+ tag: {
558
+ selectedVariants: {},
416
559
  },
417
- content_wrapper: {
418
- width: "100%",
419
- "max-width": "50%",
420
- flex: "1",
421
- },
422
- section_content: {
423
- "margin-top": "sm",
424
- "margin-bottom": "sm",
425
- display: "flex",
426
- "flex-direction": "column",
427
- "column-gap": "base",
428
- "row-gap": "base",
429
- "media:min:768px": {
430
- display: "flex",
431
- "max-width": "448px",
432
- "column-gap": "3xl",
433
- "row-gap": "3xl",
560
+ title: {
561
+ selectedVariants: {
562
+ Heading_Level: "H3",
434
563
  },
435
564
  },
565
+ buttons: [{ button: { selectedVariants: {} } }],
566
+ },
567
+ {
436
568
  tag: {
437
- "border-radius": "base",
438
- border: "1px solid",
439
- "border-color": "border",
440
- "background-color": "background-1",
569
+ selectedVariants: {},
570
+ },
571
+ title: {
572
+ selectedVariants: {
573
+ Heading_Level: "H3",
574
+ },
575
+ },
576
+ buttons: [
577
+ { button: { selectedVariants: {} } },
578
+ {
579
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
580
+ },
581
+ ],
582
+ },
583
+ ],
584
+ },
585
+ },
586
+ {
587
+ key: "all_left",
588
+ title: "All Left",
589
+ styles: {
590
+ layout: {},
591
+ container: {},
592
+ header_wrapper: {
593
+ display: "flex",
594
+ width: "100%",
595
+ "flex-direction": "column",
596
+ },
597
+ header_content: {
598
+ "margin-left": "auto",
599
+ "margin-right": "auto",
600
+ "margin-bottom": "base",
601
+ display: "flex",
602
+ "max-width": "820px",
603
+ "flex-direction": "column",
604
+ "align-items": "center",
605
+ "justify-content": "center",
606
+ "row-gap": "base",
607
+ "media:min:1024px": {
608
+ "margin-bottom": "4xl",
609
+ },
610
+ },
611
+ title: {
612
+ "text-align": "center",
613
+ },
614
+ description: {
615
+ "text-align": "center",
616
+ "max-width": "620px",
617
+ color: "text-2",
618
+ },
619
+ sections_levoGroup: {
620
+ display: "flex",
621
+ width: "100%",
622
+ "flex-direction": "column",
623
+ "row-gap": "2xl",
624
+ "media:min:768px": {
625
+ "row-gap": "3xl",
626
+ },
627
+ },
628
+ sections_levoGroupItem: {
629
+ section: {
630
+ "padding-top": "2xl",
631
+ "padding-bottom": "2xl",
632
+ tablet: {
633
+ "padding-left": "3xl",
634
+ "padding-right": "3xl",
635
+ "padding-top": "3xl",
636
+ "padding-bottom": "3xl",
637
+ },
638
+ mobile: {
441
639
  "padding-left": "base",
442
640
  "padding-right": "base",
443
- "padding-top": "2xs",
444
- "padding-bottom": "2xs",
445
- color: "text-1",
446
- "max-width": "fit-content",
447
- },
448
- text_content: {
449
- display: "flex",
450
- "flex-direction": "column",
451
- "column-gap": "2xs",
452
- "row-gap": "2xs",
453
- },
454
- title: {},
455
- description: {},
456
- buttons_levoGroup: {
457
- display: "flex",
458
- "flex-direction": "row",
459
- "align-items": "center",
460
- gap: "sm",
461
- "max-width": "fit-content",
462
- },
463
- buttons: Array(2).map(() => ({
464
- "max-width": "max-content",
465
- })),
466
- image_wrapper: {
467
- width: "100%",
468
- "max-width": "50%",
469
- height: "100%",
470
- flex: "1",
471
- },
472
- image_desktop: {
473
- height: "100%",
474
- width: "100%",
475
- "border-radius": "xl",
476
- "object-fit": "cover",
477
- display: "none",
478
- "media:min:640px": {
479
- display: "block",
480
- },
641
+ "padding-top": "base",
642
+ "padding-bottom": "base",
643
+ },
644
+ },
645
+ container: {
646
+ width: "100%",
647
+ "margin-left": "auto",
648
+ "margin-right": "auto",
649
+ "padding-right": "3xl",
650
+ "padding-left": "3xl",
651
+ display: "flex",
652
+ "align-items": "center",
653
+ "column-gap": "sm",
654
+ "row-gap": "sm",
655
+ "flex-direction": "row",
656
+ "media:min:768px": {
657
+ "column-gap": "5xl",
658
+ "row-gap": "5xl",
659
+ "padding-left": "xl",
660
+ "padding-right": "xl",
661
+ },
662
+ mobile: {
663
+ "flex-direction": "column-reverse",
664
+ },
665
+ },
666
+ content_wrapper: {
667
+ width: "100%",
668
+ "max-width": "50%",
669
+ flex: "1",
670
+ },
671
+ section_content: {
672
+ "margin-top": "sm",
673
+ "margin-bottom": "sm",
674
+ display: "flex",
675
+ "flex-direction": "column",
676
+ "column-gap": "base",
677
+ "row-gap": "base",
678
+ "media:min:768px": {
679
+ "row-gap": "lg",
481
680
  },
482
- image_mobile: {
483
- height: "100%",
484
- width: "100%",
485
- "border-radius": "xl",
486
- "object-fit": "cover",
681
+ },
682
+ tag: {
683
+ color: "brand",
684
+ "font-weight": "600",
685
+ "text-transform": "uppercase",
686
+ "letter-spacing": "0.08em",
687
+ "font-size": "xs",
688
+ "max-width": "fit-content",
689
+ },
690
+ text_content: {
691
+ display: "flex",
692
+ "flex-direction": "column",
693
+ "column-gap": "2xs",
694
+ "row-gap": "2xs",
695
+ },
696
+ title: {},
697
+ description: {},
698
+ buttons_levoGroup: {
699
+ display: "flex",
700
+ "flex-direction": "row",
701
+ "align-items": "center",
702
+ "column-gap": "sm",
703
+ gap: "sm",
704
+ "max-width": "fit-content",
705
+ },
706
+ buttons: [
707
+ { "max-width": "max-content" },
708
+ { "max-width": "max-content" },
709
+ ],
710
+ image_wrapper: {
711
+ width: "100%",
712
+ "max-width": "50%",
713
+ height: "100%",
714
+ flex: "1",
715
+ },
716
+ image_desktop: {
717
+ height: "100%",
718
+ width: "100%",
719
+ "border-radius": "xl",
720
+ "object-fit": "cover",
721
+ display: "none",
722
+ "media:min:640px": {
487
723
  display: "block",
488
- "media:min:640px": {
489
- display: "none",
490
- },
491
724
  },
492
725
  },
726
+ image_mobile: {
727
+ height: "100%",
728
+ width: "100%",
729
+ "border-radius": "xl",
730
+ "object-fit": "cover",
731
+ display: "block",
732
+ "media:min:640px": {
733
+ display: "none",
734
+ },
735
+ },
736
+ },
737
+ sections: [
738
+ { buttons: [{}, {}] },
739
+ { buttons: [{}] },
740
+ { buttons: [{}, {}] },
741
+ ],
742
+ },
743
+ content: DEFAULT_CONTENT,
744
+ config: {
745
+ title: {
746
+ heading: {
747
+ level: "2",
748
+ },
749
+ selectedVariants: {
750
+ Heading_Level: "H2",
751
+ },
752
+ },
753
+ sections: [
493
754
  {
494
- section: {
495
- "padding-left": "9xl",
496
- "padding-right": "9xl",
497
- "padding-top": "9xl",
498
- "padding-bottom": "9xl",
499
- tablet: {
500
- "padding-left": "3xl",
501
- "padding-right": "3xl",
502
- "padding-top": "3xl",
503
- "padding-bottom": "3xl",
504
- },
505
- mobile: {
506
- "padding-left": "base",
507
- "padding-right": "base",
508
- "padding-top": "base",
509
- "padding-bottom": "base",
510
- },
755
+ tag: {
756
+ selectedVariants: {},
511
757
  },
512
- container: {
513
- width: "100%",
514
- "margin-left": "auto",
515
- "margin-right": "auto",
516
- "padding-right": "3xl",
517
- "padding-left": "3xl",
518
- display: "flex",
519
- "align-items": "center",
520
- "column-gap": "sm",
521
- "row-gap": "sm",
522
- "flex-direction": "row-reverse",
523
- "media:min:1536px": {
524
- "padding-right": "12xl",
525
- "padding-left": "12xl",
758
+ title: {
759
+ heading: {
760
+ level: "3",
526
761
  },
527
- "media:min:768px": {
528
- "column-gap": "12xl",
529
- "row-gap": "12xl",
530
- "padding-left": "10xl",
531
- "padding-right": "10xl",
762
+ selectedVariants: {
763
+ Heading_Level: "H3",
532
764
  },
533
- mobile: {
534
- "flex-direction": "column-reverse",
765
+ },
766
+ buttons: [
767
+ { button: { selectedVariants: {} } },
768
+ {
769
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
535
770
  },
771
+ ],
772
+ },
773
+ {
774
+ tag: {
775
+ selectedVariants: {},
536
776
  },
537
- content_wrapper: {
538
- width: "100%",
539
- "max-width": "50%",
540
- flex: "1",
541
- },
542
- section_content: {
543
- "margin-top": "sm",
544
- "margin-bottom": "sm",
545
- display: "flex",
546
- "flex-direction": "column",
547
- "column-gap": "base",
548
- "row-gap": "base",
549
- "media:min:768px": {
550
- display: "flex",
551
- "max-width": "448px",
552
- "column-gap": "3xl",
553
- "row-gap": "3xl",
777
+ title: {
778
+ selectedVariants: {
779
+ Heading_Level: "H3",
554
780
  },
555
781
  },
782
+ buttons: [{ button: { selectedVariants: {} } }],
783
+ },
784
+ {
556
785
  tag: {
557
- "border-radius": "base",
558
- border: "1px solid",
559
- "border-color": "border",
560
- "background-color": "background-1",
786
+ selectedVariants: {},
787
+ },
788
+ title: {
789
+ selectedVariants: {
790
+ Heading_Level: "H3",
791
+ },
792
+ },
793
+ buttons: [
794
+ { button: { selectedVariants: {} } },
795
+ {
796
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
797
+ },
798
+ ],
799
+ },
800
+ ],
801
+ },
802
+ },
803
+ {
804
+ key: "stacked",
805
+ title: "Stacked",
806
+ styles: {
807
+ layout: {},
808
+ container: {},
809
+ header_wrapper: {
810
+ display: "flex",
811
+ width: "100%",
812
+ "flex-direction": "column",
813
+ },
814
+ header_content: {
815
+ "margin-left": "auto",
816
+ "margin-right": "auto",
817
+ "margin-bottom": "base",
818
+ display: "flex",
819
+ "max-width": "820px",
820
+ "flex-direction": "column",
821
+ "align-items": "center",
822
+ "justify-content": "center",
823
+ "row-gap": "base",
824
+ "media:min:1024px": {
825
+ "margin-bottom": "4xl",
826
+ },
827
+ },
828
+ title: {
829
+ "text-align": "center",
830
+ },
831
+ description: {
832
+ "text-align": "center",
833
+ "max-width": "620px",
834
+ color: "text-2",
835
+ },
836
+ sections_levoGroup: {
837
+ "margin-top": "3xl",
838
+ display: "flex",
839
+ width: "100%",
840
+ "flex-direction": "column",
841
+ "row-gap": "5xl",
842
+ "media:min:768px": {
843
+ "margin-top": "3xl",
844
+ "row-gap": "5xl",
845
+ },
846
+ },
847
+ sections_levoGroupItem: {
848
+ section: {
849
+ "padding-left": "3xl",
850
+ "padding-right": "3xl",
851
+ "padding-top": "3xl",
852
+ "padding-bottom": "3xl",
853
+ mobile: {
561
854
  "padding-left": "base",
562
855
  "padding-right": "base",
563
- "padding-top": "2xs",
564
- "padding-bottom": "2xs",
565
- color: "text-1",
566
- "max-width": "fit-content",
567
- },
568
- text_content: {
569
- display: "flex",
570
- "flex-direction": "column",
571
- "column-gap": "2xs",
572
- "row-gap": "2xs",
573
- },
574
- title: {},
575
- description: {
576
- "font-size": "base",
577
- "font-weight": 400,
578
- color: "text-2",
856
+ "padding-top": "base",
857
+ "padding-bottom": "base",
579
858
  },
580
- buttons_levoGroup: {
581
- display: "flex",
582
- "flex-direction": "row",
583
- "align-items": "center",
584
- gap: "sm",
585
- "max-width": "fit-content",
586
- },
587
- buttons: Array(2).map(() => ({
588
- "max-width": "max-content",
589
- })),
590
- image_wrapper: {
591
- width: "100%",
592
- "max-width": "50%",
593
- height: "100%",
594
- flex: "1",
595
- },
596
- image_desktop: {
597
- height: "100%",
598
- width: "100%",
599
- "border-radius": "xl",
600
- "object-fit": "cover",
601
- display: "none",
602
- "media:min:640px": {
603
- display: "block",
604
- },
859
+ },
860
+ container: {
861
+ width: "100%",
862
+ "max-width": "768px",
863
+ "margin-left": "auto",
864
+ "margin-right": "auto",
865
+ display: "flex",
866
+ "flex-direction": "column",
867
+ "row-gap": "xl",
868
+ },
869
+ content_wrapper: {
870
+ width: "100%",
871
+ },
872
+ section_content: {
873
+ display: "flex",
874
+ "flex-direction": "column",
875
+ "row-gap": "base",
876
+ "media:min:768px": {
877
+ "row-gap": "xl",
605
878
  },
606
- image_mobile: {
607
- height: "100%",
608
- width: "100%",
609
- "border-radius": "xl",
610
- "object-fit": "cover",
879
+ },
880
+ tag: {
881
+ color: "brand",
882
+ "font-weight": "600",
883
+ "text-transform": "uppercase",
884
+ "letter-spacing": "0.08em",
885
+ "font-size": "xs",
886
+ "max-width": "fit-content",
887
+ },
888
+ text_content: {
889
+ display: "flex",
890
+ "flex-direction": "column",
891
+ "column-gap": "2xs",
892
+ "row-gap": "2xs",
893
+ },
894
+ title: {},
895
+ description: {},
896
+ buttons_levoGroup: {
897
+ display: "flex",
898
+ "flex-direction": "row",
899
+ "align-items": "center",
900
+ "column-gap": "sm",
901
+ gap: "sm",
902
+ "max-width": "fit-content",
903
+ },
904
+ buttons: [
905
+ { "max-width": "max-content" },
906
+ { "max-width": "max-content" },
907
+ ],
908
+ image_wrapper: {
909
+ width: "100%",
910
+ },
911
+ image_desktop: {
912
+ height: "auto",
913
+ width: "100%",
914
+ "border-radius": "xl",
915
+ "object-fit": "cover",
916
+ display: "none",
917
+ "media:min:640px": {
611
918
  display: "block",
612
- "media:min:640px": {
613
- display: "none",
614
- },
615
919
  },
616
920
  },
921
+ image_mobile: {
922
+ height: "auto",
923
+ width: "100%",
924
+ "border-radius": "xl",
925
+ "object-fit": "cover",
926
+ display: "block",
927
+ "media:min:640px": {
928
+ display: "none",
929
+ },
930
+ },
931
+ },
932
+ sections: [
933
+ { buttons: [{}, {}] },
934
+ { buttons: [{}] },
935
+ { buttons: [{}, {}] },
936
+ ],
937
+ },
938
+ content: DEFAULT_CONTENT,
939
+ config: {
940
+ title: {
941
+ heading: {
942
+ level: "2",
943
+ },
944
+ selectedVariants: {
945
+ Heading_Level: "H2",
946
+ },
947
+ },
948
+ sections: [
617
949
  {
618
- section: {
619
- "padding-left": "9xl",
620
- "padding-right": "9xl",
621
- "padding-top": "9xl",
622
- "padding-bottom": "9xl",
623
- tablet: {
624
- "padding-left": "3xl",
625
- "padding-right": "3xl",
626
- "padding-top": "3xl",
627
- "padding-bottom": "3xl",
628
- },
629
- mobile: {
630
- "padding-left": "base",
631
- "padding-right": "base",
632
- "padding-top": "base",
633
- "padding-bottom": "base",
634
- },
950
+ tag: {
951
+ selectedVariants: {},
635
952
  },
636
- container: {
637
- width: "100%",
638
- "margin-left": "auto",
639
- "margin-right": "auto",
640
- "padding-right": "3xl",
641
- "padding-left": "3xl",
642
- display: "flex",
643
- "align-items": "center",
644
- "column-gap": "sm",
645
- "row-gap": "sm",
646
- "flex-direction": "row",
647
- "media:min:1536px": {
648
- "padding-right": "12xl",
649
- "padding-left": "12xl",
953
+ title: {
954
+ heading: {
955
+ level: "3",
650
956
  },
651
- "media:min:768px": {
652
- "column-gap": "12xl",
653
- "row-gap": "12xl",
654
- "padding-left": "10xl",
655
- "padding-right": "10xl",
957
+ selectedVariants: {
958
+ Heading_Level: "H3",
656
959
  },
657
- mobile: {
658
- "flex-direction": "column-reverse",
960
+ },
961
+ buttons: [
962
+ { button: { selectedVariants: {} } },
963
+ {
964
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
659
965
  },
966
+ ],
967
+ },
968
+ {
969
+ tag: {
970
+ selectedVariants: {},
660
971
  },
661
- content_wrapper: {
662
- width: "100%",
663
- "max-width": "50%",
664
- flex: "1",
665
- },
666
- section_content: {
667
- "margin-top": "sm",
668
- "margin-bottom": "sm",
669
- display: "flex",
670
- "flex-direction": "column",
671
- "column-gap": "base",
672
- "row-gap": "base",
673
- "media:min:768px": {
674
- display: "flex",
675
- "max-width": "448px",
676
- "column-gap": "3xl",
677
- "row-gap": "3xl",
972
+ title: {
973
+ selectedVariants: {
974
+ Heading_Level: "H3",
678
975
  },
679
976
  },
977
+ buttons: [{ button: { selectedVariants: {} } }],
978
+ },
979
+ {
680
980
  tag: {
681
- "border-radius": "base",
682
- border: "1px solid",
683
- "border-color": "border",
684
- "background-color": "background-1",
981
+ selectedVariants: {},
982
+ },
983
+ title: {
984
+ selectedVariants: {
985
+ Heading_Level: "H3",
986
+ },
987
+ },
988
+ buttons: [
989
+ { button: { selectedVariants: {} } },
990
+ {
991
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
992
+ },
993
+ ],
994
+ },
995
+ ],
996
+ },
997
+ },
998
+ {
999
+ key: "card_sections",
1000
+ title: "Card Sections",
1001
+ styles: {
1002
+ layout: {},
1003
+ container: {},
1004
+ header_wrapper: {
1005
+ display: "flex",
1006
+ width: "100%",
1007
+ "flex-direction": "column",
1008
+ },
1009
+ header_content: {
1010
+ "margin-left": "auto",
1011
+ "margin-right": "auto",
1012
+ "margin-bottom": "base",
1013
+ display: "flex",
1014
+ "max-width": "820px",
1015
+ "flex-direction": "column",
1016
+ "align-items": "center",
1017
+ "justify-content": "center",
1018
+ "row-gap": "base",
1019
+ "media:min:1024px": {
1020
+ "margin-bottom": "4xl",
1021
+ },
1022
+ },
1023
+ title: {
1024
+ "text-align": "center",
1025
+ },
1026
+ description: {
1027
+ "text-align": "center",
1028
+ "max-width": "620px",
1029
+ color: "text-2",
1030
+ },
1031
+ sections_levoGroup: {
1032
+ "margin-top": "3xl",
1033
+ display: "flex",
1034
+ width: "100%",
1035
+ "flex-direction": "column",
1036
+ "row-gap": "3xl",
1037
+ "media:min:768px": {
1038
+ "margin-top": "3xl",
1039
+ "row-gap": "3xl",
1040
+ },
1041
+ },
1042
+ sections_levoGroupItem: {
1043
+ section: {
1044
+ "background-color": "background-1",
1045
+ "border-radius": "xl",
1046
+ "box-shadow": "0 1px 3px 0 rgba(0,0,0,0.1)",
1047
+ "padding-left": "5xl",
1048
+ "padding-right": "5xl",
1049
+ "padding-top": "5xl",
1050
+ "padding-bottom": "5xl",
1051
+ height: "100%",
1052
+ overflow: "hidden",
1053
+ mobile: {
685
1054
  "padding-left": "base",
686
1055
  "padding-right": "base",
687
- "padding-top": "2xs",
688
- "padding-bottom": "2xs",
689
- color: "text-1",
690
- "max-width": "fit-content",
691
- },
692
- text_content: {
693
- display: "flex",
694
- "flex-direction": "column",
695
- "column-gap": "2xs",
696
- "row-gap": "2xs",
697
- },
698
- title: {},
699
- description: {
700
- "font-size": "base",
701
- "font-weight": 400,
702
- color: "text-2",
1056
+ "padding-top": "base",
1057
+ "padding-bottom": "base",
703
1058
  },
704
- buttons_levoGroup: {
705
- display: "flex",
706
- "flex-direction": "row",
707
- "align-items": "center",
708
- gap: "sm",
709
- "max-width": "fit-content",
710
- },
711
- buttons: Array(2).map(() => ({
712
- "max-width": "max-content",
713
- })),
714
- image_wrapper: {
715
- width: "100%",
716
- "max-width": "50%",
717
- height: "100%",
718
- flex: "1",
719
- },
720
- image_desktop: {
721
- height: "100%",
722
- width: "100%",
723
- "border-radius": "xl",
724
- "object-fit": "cover",
725
- display: "none",
726
- "media:min:640px": {
727
- display: "block",
728
- },
1059
+ },
1060
+ container: {
1061
+ width: "100%",
1062
+ "margin-left": "auto",
1063
+ "margin-right": "auto",
1064
+ display: "flex",
1065
+ "align-items": "center",
1066
+ "column-gap": "3xl",
1067
+ "row-gap": "xl",
1068
+ "flex-direction": "row",
1069
+ mobile: {
1070
+ "flex-direction": "column-reverse",
729
1071
  },
730
- image_mobile: {
731
- height: "100%",
732
- width: "100%",
733
- "border-radius": "xl",
734
- "object-fit": "cover",
1072
+ },
1073
+ content_wrapper: {
1074
+ width: "100%",
1075
+ "max-width": "50%",
1076
+ flex: "1",
1077
+ },
1078
+ section_content: {
1079
+ display: "flex",
1080
+ "flex-direction": "column",
1081
+ "row-gap": "base",
1082
+ "media:min:768px": {
1083
+ "row-gap": "xl",
1084
+ "max-width": "448px",
1085
+ },
1086
+ },
1087
+ tag: {
1088
+ color: "brand",
1089
+ "font-weight": "600",
1090
+ "text-transform": "uppercase",
1091
+ "letter-spacing": "0.08em",
1092
+ "font-size": "xs",
1093
+ "max-width": "fit-content",
1094
+ },
1095
+ text_content: {
1096
+ display: "flex",
1097
+ "flex-direction": "column",
1098
+ "column-gap": "2xs",
1099
+ "row-gap": "2xs",
1100
+ },
1101
+ title: {},
1102
+ description: {},
1103
+ buttons_levoGroup: {
1104
+ display: "flex",
1105
+ "flex-direction": "row",
1106
+ "align-items": "center",
1107
+ "column-gap": "sm",
1108
+ gap: "sm",
1109
+ "margin-top": "auto",
1110
+ "max-width": "fit-content",
1111
+ },
1112
+ buttons: [
1113
+ { "max-width": "max-content" },
1114
+ { "max-width": "max-content" },
1115
+ ],
1116
+ image_wrapper: {
1117
+ width: "100%",
1118
+ "max-width": "50%",
1119
+ height: "100%",
1120
+ flex: "1",
1121
+ },
1122
+ image_desktop: {
1123
+ height: "100%",
1124
+ width: "100%",
1125
+ "border-radius": "xl",
1126
+ "object-fit": "cover",
1127
+ display: "none",
1128
+ "media:min:640px": {
735
1129
  display: "block",
736
- "media:min:640px": {
737
- display: "none",
738
- },
739
1130
  },
740
1131
  },
1132
+ image_mobile: {
1133
+ height: "100%",
1134
+ width: "100%",
1135
+ "border-radius": "xl",
1136
+ "object-fit": "cover",
1137
+ display: "block",
1138
+ "media:min:640px": {
1139
+ display: "none",
1140
+ },
1141
+ },
1142
+ },
1143
+ sections: [
1144
+ { buttons: [{}, {}] },
1145
+ { buttons: [{}] },
1146
+ { buttons: [{}, {}] },
741
1147
  ],
742
1148
  },
743
1149
  content: DEFAULT_CONTENT,
@@ -763,6 +1169,12 @@ export const Content1: IBlock = {
763
1169
  Heading_Level: "H3",
764
1170
  },
765
1171
  },
1172
+ buttons: [
1173
+ { button: { selectedVariants: {} } },
1174
+ {
1175
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
1176
+ },
1177
+ ],
766
1178
  },
767
1179
  {
768
1180
  tag: {
@@ -773,6 +1185,7 @@ export const Content1: IBlock = {
773
1185
  Heading_Level: "H3",
774
1186
  },
775
1187
  },
1188
+ buttons: [{ button: { selectedVariants: {} } }],
776
1189
  },
777
1190
  {
778
1191
  tag: {
@@ -783,6 +1196,12 @@ export const Content1: IBlock = {
783
1196
  Heading_Level: "H3",
784
1197
  },
785
1198
  },
1199
+ buttons: [
1200
+ { button: { selectedVariants: {} } },
1201
+ {
1202
+ button: { selectedVariants: { Button_Variants: "Secondary" } },
1203
+ },
1204
+ ],
786
1205
  },
787
1206
  ],
788
1207
  },