@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,57 +1,75 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const FIRST_MEDIA = {
4
- id: "sR8EajjddMUnZ",
5
- filename: "about-us-2-1.png",
4
+ id: "7452723754686312589",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM.png",
6
+ location: "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/about-us-2-1-A8sbL1Bvv2WzM-828w.webp 828w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
27
  const SECOND_MEDIA = {
22
- id: "PzNk2MN112zlG",
23
- filename: "about-us-2-2.png",
28
+ id: "7452723721213152136",
24
29
  kind: "image",
25
- location: "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw.png",
30
+ location: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg",
31
+ mimetype: "image/jpeg",
26
32
  srcset: {
27
- "1080w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-1080w.webp",
28
- "1200w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-1200w.webp",
29
- "1920w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-1920w.webp",
30
- "320w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-320w.webp",
31
- "640w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-640w.webp",
32
- "750w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-750w.webp",
33
- "828w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-828w.webp",
34
- path: "https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/about-us-2-2-hjBz1vKrrURpw-1920w.webp 1920w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
35
48
  },
36
- mimetype: "image/png",
37
49
  };
38
50
 
39
51
  const THIRD_MEDIA = {
40
- id: "vxm9pzMssJ4Dy",
41
- filename: "about-us-2-3.png",
52
+ id: "7452723818934279018",
42
53
  kind: "image",
43
- location: "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz.png",
54
+ location: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg",
55
+ mimetype: "image/jpeg",
44
56
  srcset: {
45
- "1080w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-1080w.webp",
46
- "1200w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-1200w.webp",
47
- "1920w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-1920w.webp",
48
- "320w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-320w.webp",
49
- "640w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-640w.webp",
50
- "750w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-750w.webp",
51
- "828w": "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-828w.webp",
52
- path: "https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/about-us-2-3-WT0AWrEuuwrXz-320w.webp 320w",
57
+ "320w":
58
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
53
72
  },
54
- mimetype: "image/png",
55
73
  };
56
74
 
57
75
  const DEFAULT_CONTENT = {
@@ -64,34 +82,15 @@ const DEFAULT_CONTENT = {
64
82
  secondMedia: SECOND_MEDIA,
65
83
  thirdMedia: THIRD_MEDIA,
66
84
  content_section: null,
67
- title: "About Me",
85
+ title: "Built by operators who've shipped payments at scale",
68
86
  description:
69
- "Guiding You Towards Healthier Living. With a passion for nutrition and evidence-based dietetics, I help individuals make sustainable lifestyle changes that improve health, energy, and overall well-being.",
87
+ "180 engineers, designers, and risk analysts in five offices building payment infrastructure for 4,000+ merchants across 60 markets, every transaction settled on our own ledger.",
70
88
  stats: [
71
- {
72
- stat_item: null,
73
- number: "200+",
74
- label: "Clients Guided",
75
- },
76
- {
77
- stat_item: null,
78
- number: "10+",
79
- label: "Years Experience",
80
- },
81
- {
82
- stat_item: null,
83
- number: "5+",
84
- label: "Organizations",
85
- },
86
- ],
87
- ctas: [
88
- {
89
- button: "Button 1",
90
- },
91
- {
92
- button: "Button 2",
93
- },
89
+ { stat_item: null, number: "4,000+", label: "Active merchants" },
90
+ { stat_item: null, number: "60+", label: "Markets covered" },
91
+ { stat_item: null, number: "99.99%", label: "Uptime SLA" },
94
92
  ],
93
+ ctas: [{ button: "Read trust report" }, { button: "Book a demo" }],
95
94
  };
96
95
 
97
96
  export type IAboutUs2Content = typeof DEFAULT_CONTENT;
@@ -104,51 +103,15 @@ export const AboutUs2: IBlock = {
104
103
  prompt_description:
105
104
  "About section with media gallery on left and content with stats on right. Features title, description and repeatable statistics with numbers and labels.",
106
105
  content_schema: [
107
- {
108
- key: "layout",
109
- label: "Layout",
110
- field_interface: "LayoutWidget",
111
- },
112
- {
113
- key: "container",
114
- label: "Container",
115
- field_interface: "ContainerWidget",
116
- },
117
- {
118
- key: "main_content",
119
- label: "Main Content",
120
- field_interface: "BoxWidget",
121
- },
122
- {
123
- key: "media_section",
124
- label: "Media Section",
125
- field_interface: "BoxWidget",
126
- },
127
- {
128
- key: "media_column",
129
- label: "Media Column",
130
- field_interface: "BoxWidget",
131
- },
132
- {
133
- key: "firstMedia",
134
- label: "Media 1",
135
- field_interface: "MediaWidget",
136
- },
137
- {
138
- key: "secondMedia",
139
- label: "Media 2",
140
- field_interface: "MediaWidget",
141
- },
142
- {
143
- key: "thirdMedia",
144
- label: "Media 3",
145
- field_interface: "MediaWidget",
146
- },
147
- {
148
- key: "content_section",
149
- label: "Content Section",
150
- field_interface: "BoxWidget",
151
- },
106
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
107
+ { key: "container", label: "Container", field_interface: "ContainerWidget" },
108
+ { key: "main_content", label: "Main Content", field_interface: "BoxWidget" },
109
+ { key: "media_section", label: "Media Section", field_interface: "BoxWidget" },
110
+ { key: "media_column", label: "Media Column", field_interface: "BoxWidget" },
111
+ { key: "firstMedia", label: "Media 1", field_interface: "MediaWidget" },
112
+ { key: "secondMedia", label: "Media 2", field_interface: "MediaWidget" },
113
+ { key: "thirdMedia", label: "Media 3", field_interface: "MediaWidget" },
114
+ { key: "content_section", label: "Content Section", field_interface: "BoxWidget" },
152
115
  {
153
116
  key: "title",
154
117
  label: "Title",
@@ -158,7 +121,7 @@ export const AboutUs2: IBlock = {
158
121
  "Main section heading that introduces the about section, typically personalized (e.g., 'About Me') or brand-focused (e.g., 'About Us').",
159
122
  usecase: "main_title",
160
123
  min_characters: 8,
161
- max_characters: 50,
124
+ max_characters: 70,
162
125
  },
163
126
  },
164
127
  {
@@ -179,11 +142,7 @@ export const AboutUs2: IBlock = {
179
142
  kind: "group",
180
143
  field_interface: "BoxWidget",
181
144
  fields: [
182
- {
183
- key: "stat_item",
184
- label: "Stat Item",
185
- field_interface: "BoxWidget",
186
- },
145
+ { key: "stat_item", label: "Stat Item", field_interface: "BoxWidget" },
187
146
  {
188
147
  key: "number",
189
148
  label: "Number",
@@ -249,54 +208,62 @@ export const AboutUs2: IBlock = {
249
208
  },
250
209
  media_section: {
251
210
  display: "flex",
252
- "column-gap": "xs",
211
+ "column-gap": "sm",
253
212
  width: "50%",
213
+ height: "520px",
254
214
  tablet: {
255
215
  width: "100%",
256
216
  "justify-content": "center",
217
+ height: "440px",
257
218
  },
258
219
  mobile: {
259
220
  "flex-direction": "column",
260
- "row-gap": "xs",
221
+ "row-gap": "sm",
222
+ height: "auto",
261
223
  },
262
224
  },
263
225
  firstMedia: {
264
226
  width: "60%",
227
+ height: "100%",
265
228
  "border-radius": "xl",
229
+ "object-fit": "cover",
266
230
  mobile: {
267
231
  width: "100%",
232
+ height: "260px",
268
233
  },
269
234
  },
270
235
  media_column: {
271
236
  display: "flex",
272
237
  "flex-direction": "column",
273
- "row-gap": "xs",
238
+ "row-gap": "sm",
274
239
  width: "40%",
240
+ height: "100%",
275
241
  mobile: {
276
242
  width: "100%",
277
243
  "flex-direction": "row",
278
- "column-gap": "xs",
244
+ "column-gap": "sm",
245
+ height: "180px",
279
246
  },
280
247
  },
281
248
  secondMedia: {
282
249
  "border-radius": "xl",
283
- mobile: {
284
- width: "50%",
285
- height: "auto",
286
- },
287
250
  height: "100%",
288
251
  width: "100%",
289
252
  "object-fit": "cover",
290
- },
291
- thirdMedia: {
292
- "border-radius": "xl",
293
253
  mobile: {
294
254
  width: "50%",
295
- height: "auto",
255
+ height: "100%",
296
256
  },
257
+ },
258
+ thirdMedia: {
259
+ "border-radius": "xl",
297
260
  height: "100%",
298
261
  width: "100%",
299
262
  "object-fit": "cover",
263
+ mobile: {
264
+ width: "50%",
265
+ height: "100%",
266
+ },
300
267
  },
301
268
  content_section: {
302
269
  width: "50%",
@@ -310,130 +277,168 @@ export const AboutUs2: IBlock = {
310
277
  },
311
278
  description: {
312
279
  "margin-bottom": "2xl",
280
+ color: "text-2",
313
281
  },
314
282
  stats_levoGroup: {
315
283
  display: "flex",
316
284
  "flex-direction": "row",
285
+ "column-gap": "xl",
317
286
  "row-gap": "lg",
318
- "justify-content": "space-between",
287
+ "justify-content": "flex-start",
288
+ "padding-top": "lg",
289
+ "padding-bottom": "lg",
290
+ "border-top-width": "1px",
291
+ "border-top-style": "solid",
292
+ "border-top-color": "border",
293
+ "border-bottom-width": "1px",
294
+ "border-bottom-style": "solid",
295
+ "border-bottom-color": "border",
296
+ tablet: {
297
+ "justify-content": "center",
298
+ },
319
299
  },
320
- stats: [
321
- {
322
- stat_item: {
323
- display: "flex",
300
+ stats_levoGroupItem: {
301
+ stat_item: {
302
+ display: "flex",
303
+ "align-items": "flex-start",
304
+ "row-gap": "3xs",
305
+ "flex-direction": "column",
306
+ tablet: {
324
307
  "align-items": "center",
325
- "column-gap": "base",
326
- "flex-direction": "column",
327
- tablet: {
328
- "justify-content": "center",
329
- },
330
- },
331
- number: {
332
- "font-weight": 700,
333
- },
334
- label: {
335
- "font-weight": 500,
336
308
  },
337
309
  },
338
- {
339
- stat_item: {
340
- display: "flex",
341
- "align-items": "center",
342
- "column-gap": "base",
343
- "flex-direction": "column",
344
- tablet: {
345
- "justify-content": "center",
346
- },
347
- },
348
- number: {
349
- "font-weight": 700,
350
- },
351
- label: {
352
- "font-size": "base",
353
- color: "text-2",
354
- "font-weight": "500",
355
- },
310
+ number: {
311
+ "font-weight": 700,
312
+ color: "text-1",
356
313
  },
357
- {
358
- stat_item: {
359
- display: "flex",
360
- "align-items": "center",
361
- "column-gap": "base",
362
- "flex-direction": "column",
363
- tablet: {
364
- "justify-content": "center",
365
- },
366
- },
367
- number: {
368
- "font-weight": 700,
369
- },
370
- label: {
371
- "font-size": "base",
372
- color: "text-2",
373
- "font-weight": "500",
374
- },
314
+ label: {
315
+ color: "text-2",
316
+ "font-weight": 500,
375
317
  },
376
- ],
318
+ },
319
+ stats: [{}, {}, {}],
377
320
  ctas_levoGroup: {
378
- "margin-top": "lg",
321
+ "margin-top": "xl",
379
322
  display: "flex",
380
323
  "align-items": "center",
381
324
  "column-gap": "base",
382
325
  },
383
- ctas: [
384
- {
385
- button: {},
326
+ ctas_levoGroupItem: { button: {} },
327
+ ctas: [{}, {}],
328
+ },
329
+ content: DEFAULT_CONTENT,
330
+ config: {
331
+ ctas: [{ button: {} }, { button: { selectedVariants: { Button_Variants: "Secondary" } } }],
332
+ stats: Array(3)
333
+ .fill(0)
334
+ .map(() => ({
335
+ stat_item: { selectedVariants: {} },
336
+ number: {
337
+ heading: { level: "3" },
338
+ selectedVariants: { Heading_Level: "H3" },
339
+ },
340
+ label: { selectedVariants: { Typography_Variants: "Body" } },
341
+ })),
342
+ },
343
+ },
344
+ {
345
+ key: "minimal_editorial",
346
+ title: "Minimal Editorial",
347
+ styles: {
348
+ layout: {
349
+ "background-color": "white",
350
+ "padding-top": "5xl",
351
+ "padding-bottom": "5xl",
352
+ },
353
+ container: {
354
+ "max-width": "1040px",
355
+ "margin-left": "auto",
356
+ "margin-right": "auto",
357
+ },
358
+ main_content: {
359
+ display: "flex",
360
+ "flex-direction": "column",
361
+ "row-gap": "3xl",
362
+ },
363
+ content_section: {
364
+ width: "100%",
365
+ "text-align": "left",
366
+ "max-width": "760px",
367
+ },
368
+ title: {
369
+ "margin-bottom": "md",
370
+ },
371
+ description: {
372
+ "margin-bottom": "xl",
373
+ color: "text-2",
374
+ "font-size": "lg",
375
+ },
376
+ stats_levoGroup: {
377
+ display: "flex",
378
+ "column-gap": "5xl",
379
+ "padding-top": "lg",
380
+ "padding-bottom": "lg",
381
+ "border-top-width": "1px",
382
+ "border-top-style": "solid",
383
+ "border-top-color": "border",
384
+ "border-bottom-width": "1px",
385
+ "border-bottom-style": "solid",
386
+ "border-bottom-color": "border",
387
+ "margin-bottom": "xl",
388
+ mobile: {
389
+ "column-gap": "xl",
386
390
  },
387
- {
388
- button: {},
391
+ },
392
+ stats_levoGroupItem: {
393
+ stat_item: {
394
+ display: "flex",
395
+ "flex-direction": "column",
396
+ "row-gap": "3xs",
389
397
  },
390
- ],
391
- stat_item: {
398
+ number: { "font-weight": 700, color: "text-1" },
399
+ label: {
400
+ color: "text-2",
401
+ "font-weight": 500,
402
+ "text-transform": "uppercase",
403
+ "letter-spacing": "0.06em",
404
+ "font-size": "sm",
405
+ },
406
+ },
407
+ stats: [{}, {}, {}],
408
+ ctas_levoGroup: {
392
409
  display: "flex",
393
- "align-items": "center",
394
410
  "column-gap": "base",
395
- tablet: {
396
- "justify-content": "center",
397
- },
398
411
  },
399
- number: {
400
- "font-size": "3xl",
401
- "font-weight": "700",
402
- color: "text-1",
403
- tablet: {
404
- "font-size": "2xl",
405
- },
412
+ ctas_levoGroupItem: { button: {} },
413
+ ctas: [{}, {}],
414
+ media_section: {
415
+ display: "flex",
416
+ "column-gap": "sm",
417
+ width: "100%",
406
418
  },
407
- label: {
408
- "font-size": "base",
409
- color: "text-2",
410
- "font-weight": "500",
419
+ firstMedia: {
420
+ width: "100%",
421
+ height: "420px",
422
+ "border-radius": "lg",
423
+ "object-fit": "cover",
411
424
  },
425
+ media_column: { display: "none" },
426
+ secondMedia: { display: "none" },
427
+ thirdMedia: { display: "none" },
412
428
  },
413
429
  content: DEFAULT_CONTENT,
414
430
  config: {
431
+ ctas: [{ button: {} }, { button: { selectedVariants: { Button_Variants: "Secondary" } } }],
415
432
  stats: Array(3)
416
433
  .fill(0)
417
- .map((v) => {
418
- return {
419
- stat_item: {
420
- selectedVariants: {},
421
- },
422
- number: {
423
- heading: {
424
- level: "3",
425
- },
426
- selectedVariants: {
427
- Heading_Level: "H3",
428
- },
429
- },
430
- label: {
431
- selectedVariants: {
432
- Typography_Variants: "Body",
433
- },
434
- },
435
- };
436
- }),
434
+ .map(() => ({
435
+ stat_item: { selectedVariants: {} },
436
+ number: {
437
+ heading: { level: "3" },
438
+ selectedVariants: { Heading_Level: "H3" },
439
+ },
440
+ label: { selectedVariants: { Typography_Variants: "Body" } },
441
+ })),
437
442
  },
438
443
  },
439
444
  ],