@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,85 +1,108 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "FUGzXfuqLJcO",
5
- filename: "content-4-1.png",
4
+ id: "7452730548060178532",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD.png",
6
+ location:
7
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-4-1-WT0prEuNWdrD-1920w.webp 1920w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ 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
25
  },
18
- mimetype: "image/png",
19
26
  };
20
27
  const MEDIA_2 = {
21
- id: "n3qKfSsUBdOV",
22
- filename: "content-4-2.png",
28
+ id: "7452730575922081163",
23
29
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr.png",
30
+ location:
31
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg",
32
+ mimetype: "image/jpeg",
25
33
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-4-2-c2uLaNTV0Lsr-750w.webp 750w",
34
+ "320w":
35
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
36
+ "640w":
37
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
38
+ "750w":
39
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
40
+ "828w":
41
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
42
+ "1080w":
43
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
44
+ "1200w":
45
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
46
+ "1920w":
47
+ "https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
48
+ 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
49
  },
35
- mimetype: "image/png",
36
50
  };
37
51
  const MEDIA_3 = {
38
- id: "74ddDI5SHVXv",
39
- filename: "content-4-3.png",
52
+ id: "7452730558657121298",
40
53
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I.png",
54
+ location:
55
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
56
+ mimetype: "image/jpeg",
42
57
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-4-3-MqnFyg8y4T3I-1200w.webp 1200w",
58
+ "320w":
59
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
60
+ "640w":
61
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
62
+ "750w":
63
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
64
+ "828w":
65
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
66
+ "1080w":
67
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
68
+ "1200w":
69
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
70
+ "1920w":
71
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
72
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
73
  },
52
- mimetype: "image/png",
53
74
  };
54
75
 
55
76
  const DEFAULT_CONTENT = {
56
77
  layout: null,
57
78
  container: null,
58
79
  header_section: null,
59
- title: "Why Choose Our Platform",
80
+ title: "Why fintechs switch to us",
60
81
  description:
61
- "Why Choose Our Platform Why Choose Our Platform Why Choose Our Platform Why Choose Our Platform",
82
+ "One API for acceptance, risk, and settlement PCI DSS Level 1 by default, live in under two weeks, with a real on-call team behind every transaction.",
62
83
  items: [
63
84
  {
64
85
  wrapper: null,
65
86
  text_container: null,
66
- item_title: "Personalized Training Plans",
67
- description: "No one-size-fits-all workouts here. Your goals, your body, your pace.",
87
+ item_title: "Global acceptance",
88
+ description:
89
+ "Route across 180+ currencies and 40 local methods with smart retries that recover 8% of declined authorizations automatically.",
68
90
  image: MEDIA_1,
69
91
  },
70
92
  {
71
93
  wrapper: null,
72
94
  text_container: null,
73
- item_title: "Real Accountability",
95
+ item_title: "Built-in risk",
74
96
  description:
75
- "Get the support and motivation you need to stay on track with your fitness journey.",
97
+ "Device-graph signals and behavioral models cut fraud by 42% while keeping 3-D Secure challenges under 4% of approved volume.",
76
98
  image: MEDIA_2,
77
99
  },
78
100
  {
79
101
  wrapper: null,
80
102
  text_container: null,
81
- item_title: "Train Anywhere, Anytime",
82
- description: "Access your workouts from anywhere with our mobile-first platform design.",
103
+ item_title: "Live ledger",
104
+ description:
105
+ "Double-entry books update per authorization with tokenized IDs, so reconciliation, reporting, and payouts clear within the same minute.",
83
106
  image: MEDIA_3,
84
107
  },
85
108
  ],
@@ -161,99 +184,65 @@ export const Content4: IBlock = {
161
184
  layout: {},
162
185
  container: {},
163
186
  header_section: {
164
- "margin-bottom": "2xl",
165
- "text-align": "center",
166
- },
167
- items_levoGroup: {
168
187
  display: "flex",
169
188
  "flex-direction": "column",
170
- "row-gap": "xl",
171
- },
172
- "items.*.wrapper": {
173
- display: "flex",
174
189
  "align-items": "center",
175
- "column-gap": "xl",
176
- "border-bottom": "1px solid",
177
- "border-color": "border",
178
- "padding-bottom": "xl",
179
- "padding-top": "xl",
180
- mobile: {
181
- "flex-direction": "column",
182
- "row-gap": "lg",
183
- "text-align": "center",
184
- },
185
- },
186
- "items.*.wrapper:last-child": {
187
- "border-bottom": "none",
188
- },
189
- "items.*.text_container": {
190
- display: "flex",
191
- "flex-direction": "column",
192
- "row-gap": "sm",
193
- flex: "1",
190
+ "row-gap": "base",
191
+ "margin-bottom": "4xl",
192
+ "margin-left": "auto",
193
+ "margin-right": "auto",
194
+ "max-width": "720px",
195
+ "text-align": "center",
194
196
  },
195
- "items.*.item_title": {
196
- "font-size": "xl",
197
- "font-weight": "600",
198
- color: "text-1",
199
- "margin-bottom": "none",
197
+ title: {
198
+ "text-align": "center",
200
199
  },
201
- "items.*.description": {
202
- "font-size": "base",
200
+ description: {
201
+ "text-align": "center",
202
+ "max-width": "620px",
203
203
  color: "text-2",
204
- "line-height": "1.6",
205
- "margin-bottom": "none",
206
204
  },
207
- "items.*.image": {
208
- width: "300px",
209
- height: "200px",
210
- "object-fit": "cover",
211
- "border-radius": "lg",
212
- "flex-shrink": "0",
213
- mobile: {
214
- width: "100%",
215
- height: "250px",
216
- },
205
+ items_levoGroup: {
206
+ display: "flex",
207
+ "flex-direction": "column",
208
+ "row-gap": "3xl",
217
209
  },
218
- items: [
219
- {
220
- wrapper: {
221
- display: "flex",
222
- "justify-content": "space-between",
223
- },
224
- item_title: {
225
- "padding-bottom": "2xs",
210
+ items_levoGroupItem: {
211
+ wrapper: {
212
+ display: "flex",
213
+ "align-items": "center",
214
+ "column-gap": "3xl",
215
+ tablet: {
216
+ "column-gap": "xl",
226
217
  },
227
- image: {
228
- width: "300px",
218
+ mobile: {
219
+ "flex-direction": "column",
220
+ "row-gap": "base",
229
221
  },
230
222
  },
231
- {
232
- wrapper: {
233
- display: "flex",
234
- "justify-content": "space-between",
235
- },
236
- text_container: {},
237
- item_title: {
238
- "padding-bottom": "2xs",
239
- },
240
- image: {
241
- width: "300px",
242
- },
223
+ text_container: {
224
+ flex: "1",
225
+ display: "flex",
226
+ "flex-direction": "column",
227
+ "row-gap": "sm",
243
228
  },
244
- {
245
- wrapper: {
246
- display: "flex",
247
- "justify-content": "space-between",
248
- },
249
- item_title: {
250
- "padding-bottom": "2xs",
251
- },
252
- image: {
253
- width: "300px",
229
+ item_title: {},
230
+ description: {
231
+ color: "text-2",
232
+ },
233
+ image: {
234
+ width: "360px",
235
+ height: "220px",
236
+ "object-fit": "cover",
237
+ "border-radius": "xl",
238
+ "flex-shrink": "0",
239
+ mobile: {
240
+ width: "100%",
241
+ height: "200px",
254
242
  },
255
243
  },
256
- ],
244
+ },
245
+ items: [{}, {}, {}],
257
246
  },
258
247
  content: DEFAULT_CONTENT,
259
248
  config: {
@@ -299,5 +288,271 @@ export const Content4: IBlock = {
299
288
  ],
300
289
  },
301
290
  },
291
+ {
292
+ key: "grid",
293
+ title: "Grid",
294
+ styles: {
295
+ layout: {},
296
+ container: {},
297
+ header_section: {
298
+ display: "flex",
299
+ "flex-direction": "column",
300
+ "align-items": "center",
301
+ "row-gap": "base",
302
+ "margin-bottom": "4xl",
303
+ "margin-left": "auto",
304
+ "margin-right": "auto",
305
+ "max-width": "720px",
306
+ "text-align": "center",
307
+ },
308
+ title: {
309
+ "text-align": "center",
310
+ },
311
+ description: {
312
+ "text-align": "center",
313
+ "max-width": "620px",
314
+ color: "text-2",
315
+ },
316
+ items_levoGroup: {
317
+ display: "grid",
318
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
319
+ "column-gap": "xl",
320
+ "row-gap": "2xl",
321
+ tablet: {
322
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
323
+ },
324
+ mobile: {
325
+ "grid-template-columns": "1fr",
326
+ },
327
+ },
328
+ items_levoGroupItem: {
329
+ wrapper: {
330
+ display: "flex",
331
+ "flex-direction": "column",
332
+ "row-gap": "base",
333
+ height: "100%",
334
+ },
335
+ image: {
336
+ width: "100%",
337
+ height: "220px",
338
+ "object-fit": "cover",
339
+ "border-radius": "xl",
340
+ "margin-bottom": "xs",
341
+ },
342
+ text_container: {
343
+ display: "flex",
344
+ "flex-direction": "column",
345
+ "row-gap": "xs",
346
+ },
347
+ item_title: {},
348
+ description: {
349
+ color: "text-2",
350
+ },
351
+ },
352
+ items: [{}, {}, {}],
353
+ },
354
+ content: DEFAULT_CONTENT,
355
+ config: {
356
+ title: {
357
+ selectedVariants: {
358
+ Heading_Level: "H2",
359
+ },
360
+ },
361
+ items: [
362
+ {
363
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
364
+ description: { selectedVariants: {} },
365
+ },
366
+ {
367
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
368
+ description: { selectedVariants: {} },
369
+ },
370
+ {
371
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
372
+ description: { selectedVariants: {} },
373
+ },
374
+ ],
375
+ },
376
+ },
377
+ {
378
+ key: "reversed",
379
+ title: "Reversed",
380
+ styles: {
381
+ layout: {},
382
+ container: {},
383
+ header_section: {
384
+ display: "flex",
385
+ "flex-direction": "column",
386
+ "align-items": "center",
387
+ "row-gap": "base",
388
+ "margin-bottom": "4xl",
389
+ "margin-left": "auto",
390
+ "margin-right": "auto",
391
+ "max-width": "720px",
392
+ "text-align": "center",
393
+ },
394
+ title: {
395
+ "text-align": "center",
396
+ },
397
+ description: {
398
+ "text-align": "center",
399
+ "max-width": "620px",
400
+ color: "text-2",
401
+ },
402
+ items_levoGroup: {
403
+ display: "flex",
404
+ "flex-direction": "column",
405
+ "row-gap": "3xl",
406
+ },
407
+ items_levoGroupItem: {
408
+ wrapper: {
409
+ display: "flex",
410
+ "flex-direction": "row-reverse",
411
+ "align-items": "center",
412
+ "column-gap": "3xl",
413
+ tablet: {
414
+ "column-gap": "xl",
415
+ },
416
+ mobile: {
417
+ "flex-direction": "column",
418
+ "row-gap": "base",
419
+ },
420
+ },
421
+ text_container: {
422
+ flex: "1",
423
+ display: "flex",
424
+ "flex-direction": "column",
425
+ "row-gap": "sm",
426
+ },
427
+ item_title: {},
428
+ description: {
429
+ color: "text-2",
430
+ },
431
+ image: {
432
+ width: "360px",
433
+ height: "220px",
434
+ "object-fit": "cover",
435
+ "border-radius": "xl",
436
+ "flex-shrink": "0",
437
+ mobile: {
438
+ width: "100%",
439
+ height: "200px",
440
+ },
441
+ },
442
+ },
443
+ items: [{}, {}, {}],
444
+ },
445
+ content: DEFAULT_CONTENT,
446
+ config: {
447
+ title: {
448
+ selectedVariants: {
449
+ Heading_Level: "H2",
450
+ },
451
+ },
452
+ items: [
453
+ {
454
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
455
+ description: { selectedVariants: {} },
456
+ },
457
+ {
458
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
459
+ description: { selectedVariants: {} },
460
+ },
461
+ {
462
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
463
+ description: { selectedVariants: {} },
464
+ },
465
+ ],
466
+ },
467
+ },
468
+ {
469
+ key: "centered",
470
+ title: "Centered",
471
+ styles: {
472
+ layout: {},
473
+ container: {},
474
+ header_section: {
475
+ display: "flex",
476
+ "flex-direction": "column",
477
+ "align-items": "center",
478
+ "row-gap": "base",
479
+ "margin-bottom": "4xl",
480
+ "margin-left": "auto",
481
+ "margin-right": "auto",
482
+ "max-width": "720px",
483
+ "text-align": "center",
484
+ },
485
+ title: {
486
+ "text-align": "center",
487
+ },
488
+ description: {
489
+ "text-align": "center",
490
+ "max-width": "620px",
491
+ color: "text-2",
492
+ },
493
+ items_levoGroup: {
494
+ display: "flex",
495
+ "flex-direction": "column",
496
+ "row-gap": "3xl",
497
+ },
498
+ items_levoGroupItem: {
499
+ wrapper: {
500
+ display: "flex",
501
+ "flex-direction": "column",
502
+ "align-items": "center",
503
+ "text-align": "center",
504
+ "row-gap": "base",
505
+ "max-width": "720px",
506
+ "margin-left": "auto",
507
+ "margin-right": "auto",
508
+ },
509
+ text_container: {
510
+ display: "flex",
511
+ "flex-direction": "column",
512
+ "align-items": "center",
513
+ "text-align": "center",
514
+ "row-gap": "xs",
515
+ "max-width": "620px",
516
+ },
517
+ item_title: {
518
+ "text-align": "center",
519
+ },
520
+ description: {
521
+ "text-align": "center",
522
+ color: "text-2",
523
+ },
524
+ image: {
525
+ width: "100%",
526
+ "max-width": "560px",
527
+ height: "280px",
528
+ "object-fit": "cover",
529
+ "border-radius": "xl",
530
+ },
531
+ },
532
+ items: [{}, {}, {}],
533
+ },
534
+ content: DEFAULT_CONTENT,
535
+ config: {
536
+ title: {
537
+ selectedVariants: {
538
+ Heading_Level: "H2",
539
+ },
540
+ },
541
+ items: [
542
+ {
543
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
544
+ description: { selectedVariants: {} },
545
+ },
546
+ {
547
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
548
+ description: { selectedVariants: {} },
549
+ },
550
+ {
551
+ item_title: { selectedVariants: { Heading_Level: "H3" } },
552
+ description: { selectedVariants: {} },
553
+ },
554
+ ],
555
+ },
556
+ },
302
557
  ],
303
558
  };