@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,67 +1,99 @@
1
1
  import type { IBlockLayouts } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
4
- kind: "icon",
5
- data: {
6
- id: "user",
7
- label: "User",
8
- tags: ["custom", "user", "users"],
9
- svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
11
- },
12
- };
13
-
14
3
  const MEDIA_AVATAR_1 = {
15
- id: "R6eXNbORkdbl",
16
- filename: "testimonial-5-avatar-1.png",
4
+ id: "7453467044215503634",
17
5
  kind: "image",
18
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL.png",
6
+ location: "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg",
7
+ mimetype: "image/jpeg",
19
8
  srcset: {
20
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp",
21
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp",
22
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp",
23
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp",
24
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp",
25
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp",
26
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp",
27
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp 1920w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
28
24
  },
29
- mimetype: "image/png",
30
25
  };
31
26
 
32
27
  const MEDIA_AVATAR_2 = {
33
- id: "6Hg6xxyV3ZKJ",
34
- filename: "testimonial-5-avatar-2.png",
28
+ id: "7453466992683468283",
35
29
  kind: "image",
36
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc.png",
30
+ location: "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg",
31
+ mimetype: "image/jpeg",
37
32
  srcset: {
38
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp",
39
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp",
40
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp",
41
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp",
42
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp",
43
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp",
44
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp",
45
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp 1200w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
46
48
  },
47
- mimetype: "image/png",
48
49
  };
50
+
49
51
  const MEDIA_AVATAR_3 = {
50
- id: "VbXFFm7BySJX9",
51
- filename: "testimonial-5-avatar-3.png",
52
+ id: "7453466992683390404",
53
+ kind: "image",
54
+ location: "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg",
55
+ mimetype: "image/jpeg",
56
+ srcset: {
57
+ "320w":
58
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
72
+ },
73
+ };
74
+
75
+ const MEDIA_AVATAR_4 = {
76
+ id: "7453466992683344285",
52
77
  kind: "image",
53
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY.png",
78
+ location: "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg",
79
+ mimetype: "image/jpeg",
54
80
  srcset: {
55
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp",
56
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp",
57
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp",
58
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp",
59
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp",
60
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp",
61
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp",
62
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp 750w",
81
+ "320w":
82
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
83
+ "640w":
84
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
85
+ "750w":
86
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
87
+ "828w":
88
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
89
+ "1080w":
90
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
91
+ "1200w":
92
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
93
+ "1920w":
94
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
95
+ path: "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
63
96
  },
64
- mimetype: "image/png",
65
97
  };
66
98
 
67
99
  const DEFAULT_TESTIMONIALS_CONTENT = [
@@ -70,40 +102,40 @@ const DEFAULT_TESTIMONIALS_CONTENT = [
70
102
  profileSection: null,
71
103
  avatar: MEDIA_AVATAR_1,
72
104
  clientInfo: null,
73
- name: "John Smith",
74
- position: "Director, Global Supply Chain",
105
+ name: "Marcus Bellamy",
106
+ position: "CFO, Northline Neobank",
75
107
  quote:
76
- "Partnering with SwiftLink, has completely transformed the way we manage our global supply chain. Their ability to provide real-time tracking, proactive communication, and adaptive logistics solutions has helped us reduce delays by over 30% and increase customer satisfaction across regions. What truly sets them apart is their commitment - they feel more like an extension of our internal team than an external vendor.",
108
+ "Settlement shrank from T+2 to same-day and our auth rate lifted 3.4 points after rolling out network tokenization. Their ledger reconciles down to the cent against Stripe and Plaid ACH, no manual journal entries.",
77
109
  },
78
110
  {
79
111
  card: null,
80
112
  profileSection: null,
81
- avatar: MEDIA_AVATAR_1,
113
+ avatar: MEDIA_AVATAR_2,
82
114
  clientInfo: null,
83
- name: "Sarah Chen",
84
- position: "VP of Operations",
115
+ name: "Priya Nair",
116
+ position: "Head of Payments, Stile Commerce",
85
117
  quote:
86
- "The platform's innovative approach to supply chain management has revolutionized our operations. The real-time visibility and predictive analytics have enabled us to make data-driven decisions that significantly improved our efficiency and customer satisfaction rates.",
118
+ "Chargebacks fell 42% in one quarter once we wired in their 3DS orchestration and device risk signals. Onboarding an acquirer used to take six weeks now it is a config flag and a PCI DSS attestation away.",
87
119
  },
88
120
  {
89
121
  card: null,
90
122
  profileSection: null,
91
- avatar: MEDIA_AVATAR_1,
123
+ avatar: MEDIA_AVATAR_3,
92
124
  clientInfo: null,
93
- name: "Michael Rodriguez",
94
- position: "Chief Technology Officer",
125
+ name: "Daniel Okafor",
126
+ position: "VP Engineering, PayTech Vault",
95
127
  quote:
96
- "Implementation was seamless and the results were immediate. The team's expertise and dedication to understanding our unique challenges made all the difference. We've seen remarkable improvements in our logistics performance metrics.",
128
+ "We moved 18 million cards into their tokenization vault without reissuing a single PAN. The KYC pipeline ingests from Alloy and Persona, and the SDK keeps us out of PCI scope on every client surface we ship.",
97
129
  },
98
130
  {
99
131
  card: null,
100
132
  profileSection: null,
101
- avatar: MEDIA_AVATAR_1,
133
+ avatar: MEDIA_AVATAR_4,
102
134
  clientInfo: null,
103
- name: "Emily Johnson",
104
- position: "Supply Chain Manager",
135
+ name: "Sofia Marchetti",
136
+ position: "Director of Risk, Lumen Lending",
105
137
  quote:
106
- "What impressed us most was their proactive approach to problem-solving. They don't just react to issues - they anticipate them. This forward-thinking methodology has saved us countless hours and resources.",
138
+ "Our fraud model shipped behind their decisioning layer in two sprints, not two quarters. Real-time rules, feature store, and auditable outcomes every underwriter can explain why a loan was flagged to a regulator.",
107
139
  },
108
140
  ];
109
141
 
@@ -112,9 +144,9 @@ export const DEFAULT_CONTENT = {
112
144
  container: null,
113
145
  header: null,
114
146
  textWrapper: null,
115
- title: "What Our Clients Say",
147
+ title: "Why finance teams trust the rails",
116
148
  description:
117
- "Hear from industry leaders about their experience with our innovative supply chain solutions.",
149
+ "Operators at neobanks, processors, and lenders on what changed after moving settlement, tokenization, and risk onto our infrastructure.",
118
150
  testimonials: DEFAULT_TESTIMONIALS_CONTENT,
119
151
  "carousel-navigation-container": null,
120
152
  "carousel-navigation": null,
@@ -130,20 +162,20 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
130
162
  width: "100%",
131
163
  display: "flex",
132
164
  "flex-direction": "column",
133
- "row-gap": "7xl",
165
+ "row-gap": "3xl",
134
166
  tablet: {
135
167
  "row-gap": "3xl",
136
168
  },
137
169
  mobile: {
138
- "row-gap": "4xl",
170
+ "row-gap": "2xl",
139
171
  },
140
172
  },
141
173
  header: {
142
174
  display: "flex",
143
175
  "justify-content": "center",
144
- "margin-bottom": "3xl",
176
+ "margin-bottom": "2xl",
145
177
  tablet: {
146
- "margin-bottom": "2xl",
178
+ "margin-bottom": "xl",
147
179
  },
148
180
  },
149
181
  textWrapper: {
@@ -152,7 +184,7 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
152
184
  "align-items": "center",
153
185
  "text-align": "center",
154
186
  "row-gap": "sm",
155
- "max-width": "600px",
187
+ "max-width": "640px",
156
188
  },
157
189
  title: {},
158
190
  description: {},
@@ -165,216 +197,75 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
165
197
  number_of_slides: 1,
166
198
  },
167
199
  },
168
- testimonials: [
169
- {
170
- card: {
171
- display: "flex",
172
- "flex-direction": "column-reverse",
173
- "background-color": "var(--color-background)",
174
- "border-radius": "2xl",
175
- "box-shadow": "lg",
176
- padding: "2xl",
177
- "row-gap": "xl",
178
- border: "1px solid",
179
- "border-color": "var(--color-border)",
180
- height: "100%",
181
- mobile: {
182
- padding: "lg",
183
- "row-gap": "lg",
184
- },
185
- },
186
- profileSection: {
187
- display: "flex",
188
- "align-items": "center",
189
- "column-gap": "lg",
190
- mobile: {
191
- "column-gap": "sm",
192
- },
193
- },
194
- avatar: {
195
- height: "64px",
196
- width: "64px",
197
- "border-radius": "50%",
198
- "object-fit": "cover",
199
- border: "2px solid",
200
- "border-color": "var(--color-border)",
201
- mobile: {
202
- height: "48px",
203
- width: "48px",
204
- },
205
- },
206
- clientInfo: {
207
- display: "flex",
208
- "flex-direction": "column",
209
- "row-gap": "4xs",
210
- },
211
- name: {
212
- "font-weight": 700,
213
- },
214
- position: {
215
- "font-weight": 500,
216
- },
217
- quote: {
218
- "font-style": "italic",
200
+ testimonials_levoGroupItem: {
201
+ card: {
202
+ display: "flex",
203
+ "flex-direction": "column-reverse",
204
+ "background-color": "var(--color-background)",
205
+ "border-radius": "2xl",
206
+ "box-shadow": "lg",
207
+ padding: "2xl",
208
+ "row-gap": "xl",
209
+ border: "1px solid",
210
+ "border-color": "var(--color-border)",
211
+ height: "100%",
212
+ mobile: {
213
+ padding: "lg",
214
+ "row-gap": "lg",
219
215
  },
220
216
  },
221
- {
222
- card: {
223
- display: "flex",
224
- "flex-direction": "column-reverse",
225
- "background-color": "var(--color-background)",
226
- "border-radius": "2xl",
227
- "box-shadow": "lg",
228
- padding: "2xl",
229
- "row-gap": "xl",
230
- border: "1px solid",
231
- "border-color": "var(--color-border)",
232
- height: "100%",
233
- mobile: {
234
- padding: "lg",
235
- "row-gap": "lg",
236
- },
237
- },
238
- profileSection: {
239
- display: "flex",
240
- "align-items": "center",
241
- "column-gap": "lg",
242
- mobile: {
243
- "column-gap": "sm",
244
- },
245
- },
246
- avatar: {
247
- height: "64px",
248
- width: "64px",
249
- "border-radius": "50%",
250
- "object-fit": "cover",
251
- border: "2px solid",
252
- "border-color": "var(--color-border)",
253
- mobile: {
254
- height: "48px",
255
- width: "48px",
256
- },
257
- },
258
- clientInfo: {
259
- display: "flex",
260
- "flex-direction": "column",
261
- "row-gap": "4xs",
262
- },
263
- name: {
264
- "font-weight": 700,
265
- },
266
- position: {
267
- "font-weight": 500,
268
- },
269
- quote: {
270
- "font-style": "italic",
217
+ profileSection: {
218
+ display: "flex",
219
+ "align-items": "center",
220
+ "column-gap": "lg",
221
+ mobile: {
222
+ "column-gap": "sm",
271
223
  },
272
224
  },
273
- {
274
- card: {
275
- display: "flex",
276
- "flex-direction": "column-reverse",
277
- "background-color": "var(--color-background)",
278
- "border-radius": "2xl",
279
- "box-shadow": "lg",
280
- padding: "2xl",
281
- "row-gap": "xl",
282
- border: "1px solid",
283
- "border-color": "var(--color-border)",
284
- height: "100%",
285
- mobile: {
286
- padding: "lg",
287
- "row-gap": "lg",
288
- },
289
- },
290
- profileSection: {
291
- display: "flex",
292
- "align-items": "center",
293
- "column-gap": "lg",
294
- mobile: {
295
- "column-gap": "sm",
296
- },
297
- },
298
- avatar: {
299
- height: "64px",
300
- width: "64px",
301
- "border-radius": "50%",
302
- "object-fit": "cover",
303
- border: "2px solid",
304
- "border-color": "var(--color-border)",
305
- mobile: {
306
- height: "48px",
307
- width: "48px",
308
- },
309
- },
310
- clientInfo: {
311
- display: "flex",
312
- "flex-direction": "column",
313
- "row-gap": "4xs",
314
- },
315
- name: {
316
- "font-weight": 700,
317
- },
318
- position: {
319
- "font-weight": 500,
320
- },
321
- quote: {
322
- "font-style": "italic",
323
- },
225
+ profileSection_content: {
226
+ display: "flex",
227
+ "align-items": "center",
228
+ "column-gap": "base",
324
229
  },
325
- {
326
- card: {
327
- display: "flex",
328
- "flex-direction": "column-reverse",
329
- "background-color": "var(--color-background)",
330
- "border-radius": "2xl",
331
- "box-shadow": "lg",
332
- padding: "2xl",
333
- "row-gap": "xl",
334
- border: "1px solid",
335
- "border-color": "var(--color-border)",
336
- height: "100%",
337
- mobile: {
338
- padding: "lg",
339
- "row-gap": "lg",
340
- },
341
- },
342
- profileSection: {
343
- display: "flex",
344
- "align-items": "center",
345
- "column-gap": "lg",
346
- mobile: {
347
- "column-gap": "sm",
348
- },
349
- },
350
- avatar: {
351
- height: "64px",
352
- width: "64px",
353
- "border-radius": "50%",
354
- "object-fit": "cover",
355
- border: "2px solid",
356
- "border-color": "var(--color-border)",
357
- mobile: {
358
- height: "48px",
359
- width: "48px",
360
- },
361
- },
362
- clientInfo: {
363
- display: "flex",
364
- "flex-direction": "column",
365
- "row-gap": "4xs",
366
- },
367
- name: {
368
- "font-weight": 700,
369
- },
370
- position: {
371
- "font-weight": 500,
372
- },
373
- quote: {
374
- "font-style": "italic",
230
+ avatar: {
231
+ height: "56px",
232
+ width: "56px",
233
+ "font-size": "56px",
234
+ "border-radius": "50%",
235
+ "object-fit": "cover",
236
+ border: "2px solid",
237
+ "border-color": "var(--color-border)",
238
+ "flex-shrink": 0,
239
+ mobile: {
240
+ height: "48px",
241
+ width: "48px",
242
+ "font-size": "48px",
375
243
  },
376
244
  },
377
- ],
245
+ clientInfo: {
246
+ display: "flex",
247
+ "flex-direction": "column",
248
+ "row-gap": "4xs",
249
+ },
250
+ name: {
251
+ "font-weight": 700,
252
+ },
253
+ position: {
254
+ "font-weight": 500,
255
+ color: "var(--color-foreground-muted)",
256
+ },
257
+ quote: {
258
+ "font-style": "italic",
259
+ "line-height": "1.7",
260
+ },
261
+ org_logo: {
262
+ display: "none",
263
+ },
264
+ stars_wrapper: {
265
+ display: "none",
266
+ },
267
+ },
268
+ testimonials: [{}, {}, {}, {}],
378
269
  "carousel-navigation-container": {
379
270
  display: "flex",
380
271
  "justify-content": "center",
@@ -418,75 +309,35 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
418
309
  testimonials: [
419
310
  {
420
311
  name: {
421
- heading: {
422
- level: "4",
423
- },
424
- selectedVariants: {
425
- Heading_Level: "H5",
426
- },
427
- },
428
- position: {
429
- selectedVariants: {
430
- Typography_Variants: "Small",
431
- },
432
- },
433
- quote: {
434
- selectedVariants: {},
312
+ heading: { level: "4" },
313
+ selectedVariants: { Heading_Level: "H5" },
435
314
  },
315
+ position: { selectedVariants: { Typography_Variants: "Small" } },
316
+ quote: { selectedVariants: {} },
436
317
  },
437
318
  {
438
319
  name: {
439
- selectedVariants: {
440
- Heading_Level: "H5",
441
- },
442
- heading: {
443
- level: "4",
444
- },
445
- },
446
- quote: {
447
- selectedVariants: {},
448
- },
449
- position: {
450
- selectedVariants: {
451
- Typography_Variants: "Small",
452
- },
320
+ heading: { level: "4" },
321
+ selectedVariants: { Heading_Level: "H5" },
453
322
  },
323
+ position: { selectedVariants: { Typography_Variants: "Small" } },
324
+ quote: { selectedVariants: {} },
454
325
  },
455
326
  {
456
327
  name: {
457
- selectedVariants: {
458
- Heading_Level: "H5",
459
- },
460
- heading: {
461
- level: "4",
462
- },
463
- },
464
- quote: {
465
- selectedVariants: {},
466
- },
467
- position: {
468
- selectedVariants: {
469
- Typography_Variants: "Small",
470
- },
328
+ heading: { level: "4" },
329
+ selectedVariants: { Heading_Level: "H5" },
471
330
  },
331
+ position: { selectedVariants: { Typography_Variants: "Small" } },
332
+ quote: { selectedVariants: {} },
472
333
  },
473
334
  {
474
335
  name: {
475
- selectedVariants: {
476
- Heading_Level: "H5",
477
- },
478
- heading: {
479
- level: "4",
480
- },
481
- },
482
- quote: {
483
- selectedVariants: {},
484
- },
485
- position: {
486
- selectedVariants: {
487
- Typography_Variants: "Small",
488
- },
336
+ heading: { level: "4" },
337
+ selectedVariants: { Heading_Level: "H5" },
489
338
  },
339
+ position: { selectedVariants: { Typography_Variants: "Small" } },
340
+ quote: { selectedVariants: {} },
490
341
  },
491
342
  ],
492
343
  },
@@ -1,4 +1,12 @@
1
1
  import { DEFAULT_CONTENT, defaultTestimonial5Variant } from "./default";
2
+ import { testimonialCentered } from "./testimonialCentered";
3
+ import { testimonialCompact } from "./testimonialCompact";
2
4
  import { testimonialWithRatings } from "./testimonialWithRatings";
3
5
 
4
- export { defaultTestimonial5Variant, testimonialWithRatings, DEFAULT_CONTENT };
6
+ export {
7
+ defaultTestimonial5Variant,
8
+ testimonialWithRatings,
9
+ testimonialCentered,
10
+ testimonialCompact,
11
+ DEFAULT_CONTENT,
12
+ };