@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,101 +1,195 @@
1
1
  import type { IBlockLayouts } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_AVATAR_1 = {
4
- id: "XZbHmbcwZ2gNx",
5
- filename: "testimonial-5-variant-2-avatar-1.png",
4
+ id: "7453467044215503634",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY.png",
6
+ location: "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
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",
9
17
  "1080w":
10
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp",
18
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
11
19
  "1200w":
12
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp",
20
+ "https://images.pexels.com/photos/4057039/pexels-photo-4057039.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
13
21
  "1920w":
14
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp",
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",
24
+ },
25
+ };
26
+
27
+ const MEDIA_AVATAR_2 = {
28
+ id: "7453466992683468283",
29
+ kind: "image",
30
+ location: "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg",
31
+ mimetype: "image/jpeg",
32
+ srcset: {
15
33
  "320w":
16
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp",
34
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
17
35
  "640w":
18
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp",
36
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
19
37
  "750w":
20
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp",
38
+ "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
21
39
  "828w":
22
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp",
23
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp 750w",
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",
24
48
  },
25
- mimetype: "image/png",
26
49
  };
27
- const MEDIA_AVATAR_2 = {
28
- id: "yCrWP3F9YWc0q",
29
- filename: "testimonial-5-variant-2-avatar-2.png",
50
+
51
+ const MEDIA_AVATAR_3 = {
52
+ id: "7453466992683390404",
30
53
  kind: "image",
31
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC.png",
54
+ location: "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg",
55
+ mimetype: "image/jpeg",
32
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",
33
65
  "1080w":
34
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp",
66
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
35
67
  "1200w":
36
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp",
68
+ "https://images.pexels.com/photos/36733303/pexels-photo-36733303.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
37
69
  "1920w":
38
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp",
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",
77
+ kind: "image",
78
+ location: "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg",
79
+ mimetype: "image/jpeg",
80
+ srcset: {
39
81
  "320w":
40
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp",
82
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
41
83
  "640w":
42
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp",
84
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
43
85
  "750w":
44
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp",
86
+ "https://images.pexels.com/photos/8428101/pexels-photo-8428101.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
45
87
  "828w":
46
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp",
47
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp 1920w",
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",
48
96
  },
49
- mimetype: "image/png",
50
97
  };
51
98
 
52
99
  const MEDIA_LOGO_1 = {
53
- id: "Mqnbyg8fAtM0",
54
- filename: "testimonial-5-variant-3-logo-1.png",
100
+ id: "7453467232184976713",
55
101
  kind: "image",
56
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM.png",
102
+ location: "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg",
103
+ mimetype: "image/jpeg",
57
104
  srcset: {
105
+ "320w":
106
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
107
+ "640w":
108
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
109
+ "750w":
110
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
111
+ "828w":
112
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
58
113
  "1080w":
59
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1080w.webp",
114
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
60
115
  "1200w":
61
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1200w.webp",
116
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
62
117
  "1920w":
63
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1920w.webp",
118
+ "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
119
+ path: "https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/9577246/pexels-photo-9577246.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
120
+ },
121
+ };
122
+
123
+ const MEDIA_LOGO_2 = {
124
+ id: "7453467232182678675",
125
+ kind: "image",
126
+ location: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg",
127
+ mimetype: "image/jpeg",
128
+ srcset: {
64
129
  "320w":
65
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-320w.webp",
130
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
66
131
  "640w":
67
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-640w.webp",
132
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
68
133
  "750w":
69
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-750w.webp",
134
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
70
135
  "828w":
71
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-828w.webp",
72
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1080w.webp 1080w",
136
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
137
+ "1080w":
138
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
139
+ "1200w":
140
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
141
+ "1920w":
142
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
143
+ 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",
73
144
  },
74
- mimetype: "image/png",
75
145
  };
76
- const MEDIA_LOGO_2 = {
77
- id: "6HgOxxyVnYgs",
78
- filename: "testimonial-5-variant-3-logo-2.png",
146
+
147
+ const MEDIA_LOGO_3 = {
148
+ id: "7453467046890850390",
79
149
  kind: "image",
80
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE.png",
150
+ location: "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg",
151
+ mimetype: "image/jpeg",
81
152
  srcset: {
153
+ "320w":
154
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
155
+ "640w":
156
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
157
+ "750w":
158
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
159
+ "828w":
160
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
82
161
  "1080w":
83
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1080w.webp",
162
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
84
163
  "1200w":
85
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1200w.webp",
164
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
86
165
  "1920w":
87
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1920w.webp",
166
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
167
+ path: "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
168
+ },
169
+ };
170
+
171
+ const MEDIA_LOGO_4 = {
172
+ id: "7453467046891225296",
173
+ kind: "image",
174
+ location: "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg",
175
+ mimetype: "image/jpeg",
176
+ srcset: {
88
177
  "320w":
89
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-320w.webp",
178
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
90
179
  "640w":
91
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-640w.webp",
180
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
92
181
  "750w":
93
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-750w.webp",
182
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
94
183
  "828w":
95
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-828w.webp",
96
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-750w.webp 750w",
184
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
185
+ "1080w":
186
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
187
+ "1200w":
188
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
189
+ "1920w":
190
+ "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
191
+ path: "https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7654189/pexels-photo-7654189.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
97
192
  },
98
- mimetype: "image/png",
99
193
  };
100
194
 
101
195
  const TESTIMONIAL_WITH_LOGO = {
@@ -103,81 +197,57 @@ const TESTIMONIAL_WITH_LOGO = {
103
197
  container: null,
104
198
  header: null,
105
199
  textWrapper: null,
106
- title: "What Our Clients Say",
200
+ title: "Why finance teams trust the rails",
107
201
  description:
108
- "Hear from industry leaders about their experience with our innovative supply chain solutions.",
202
+ "Operators at neobanks, processors, and lenders on what changed after moving settlement, tokenization, and risk onto our infrastructure.",
109
203
  testimonials: [
110
204
  {
111
205
  card: null,
112
206
  profileSection: null,
113
- avatar: {
114
- kind: "custom",
115
- data: MEDIA_AVATAR_1,
116
- },
207
+ avatar: MEDIA_AVATAR_1,
117
208
  clientInfo: null,
118
- name: "John Smith",
119
- position: "Director, Global Supply Chain",
209
+ name: "Marcus Bellamy",
210
+ position: "CFO, Northline Neobank",
120
211
  quote:
121
- "<p>“The use of the Oracle NetSuite ERP in the cloud is very successful. It allows us to have management reports which are available in real-time which is necessary for us to make good business decisions that are essential for our growth and profitability.”</p>",
212
+ "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.",
122
213
  stars: [],
123
- org_logo: {
124
- kind: "custom",
125
- data: MEDIA_LOGO_1,
126
- },
214
+ org_logo: MEDIA_LOGO_1,
127
215
  },
128
216
  {
129
217
  card: null,
130
218
  profileSection: null,
131
- avatar: {
132
- kind: "custom",
133
- data: MEDIA_AVATAR_2,
134
- },
219
+ avatar: MEDIA_AVATAR_2,
135
220
  clientInfo: null,
136
- name: "John Smith",
137
- position: "Director, Global Supply Chain",
221
+ name: "Priya Nair",
222
+ position: "Head of Payments, Stile Commerce",
138
223
  quote:
139
- "<p>“The use of the Oracle NetSuite ERP in the cloud is very successful. It allows us to have management reports which are available in real-time which is necessary for us to make good business decisions that are essential for our growth and profitability.”</p>",
224
+ "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.",
140
225
  stars: [],
141
- org_logo: {
142
- kind: "custom",
143
- data: MEDIA_LOGO_2,
144
- },
226
+ org_logo: MEDIA_LOGO_2,
145
227
  },
146
228
  {
147
229
  card: null,
148
230
  profileSection: null,
149
- avatar: {
150
- kind: "custom",
151
- data: MEDIA_AVATAR_1,
152
- },
231
+ avatar: MEDIA_AVATAR_3,
153
232
  clientInfo: null,
154
- name: "John Smith",
155
- position: "Director, Global Supply Chain",
233
+ name: "Daniel Okafor",
234
+ position: "VP Engineering, PayTech Vault",
156
235
  quote:
157
- "<p>“The use of the Oracle NetSuite ERP in the cloud is very successful. It allows us to have management reports which are available in real-time which is necessary for us to make good business decisions that are essential for our growth and profitability.”</p>",
236
+ "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.",
158
237
  stars: [],
159
- org_logo: {
160
- kind: "custom",
161
- data: MEDIA_LOGO_1,
162
- },
238
+ org_logo: MEDIA_LOGO_3,
163
239
  },
164
240
  {
165
241
  card: null,
166
242
  profileSection: null,
167
- avatar: {
168
- kind: "custom",
169
- data: MEDIA_AVATAR_2,
170
- },
243
+ avatar: MEDIA_AVATAR_4,
171
244
  clientInfo: null,
172
- name: "John Smith",
173
- position: "Director, Global Supply Chain",
245
+ name: "Sofia Marchetti",
246
+ position: "Director of Risk, Lumen Lending",
174
247
  quote:
175
- "<p>“The use of the Oracle NetSuite ERP in the cloud is very successful. It allows us to have management reports which are available in real-time which is necessary for us to make good business decisions that are essential for our growth and profitability.”</p>",
248
+ "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.",
176
249
  stars: [],
177
- org_logo: {
178
- kind: "custom",
179
- data: MEDIA_LOGO_2,
180
- },
250
+ org_logo: MEDIA_LOGO_4,
181
251
  },
182
252
  ],
183
253
  "carousel-navigation-container": null,
@@ -186,32 +256,51 @@ const TESTIMONIAL_WITH_LOGO = {
186
256
  };
187
257
 
188
258
  export const testimonialWithLogo: IBlockLayouts = {
259
+ // NOTE: Pre-existing collision — testimonialWithRatings also uses key "reversed".
260
+ // The block studio layouts list would let only one of these render for a given
261
+ // `layout=reversed` URL. Not fixed here as content-only refresh per task scope.
189
262
  key: "reversed",
190
263
  title: "Reversed Layout with Logo",
191
264
  styles: {
192
265
  layout: {},
193
- container: {},
266
+ container: {
267
+ width: "100%",
268
+ display: "flex",
269
+ "flex-direction": "column",
270
+ "row-gap": "3xl",
271
+ tablet: {
272
+ "row-gap": "2xl",
273
+ },
274
+ mobile: {
275
+ "row-gap": "2xl",
276
+ },
277
+ },
194
278
  header: {
195
279
  display: "flex",
196
280
  "justify-content": "center",
197
- "margin-bottom": "3xl",
281
+ "margin-bottom": "2xl",
198
282
  tablet: {
199
- "margin-bottom": "2xl",
283
+ "margin-bottom": "xl",
200
284
  },
201
285
  },
202
286
  textWrapper: {
203
287
  display: "flex",
204
288
  "flex-direction": "row",
205
289
  "align-items": "center",
206
- "text-align": "center",
290
+ "column-gap": "2xl",
207
291
  "row-gap": "sm",
208
292
  width: "100%",
209
293
  "justify-content": "space-between",
294
+ tablet: {
295
+ "flex-direction": "column",
296
+ "align-items": "flex-start",
297
+ "text-align": "left",
298
+ },
210
299
  },
211
300
  title: {},
212
301
  description: {
213
302
  "text-align": "left",
214
- "max-width": "400px",
303
+ "max-width": "440px",
215
304
  },
216
305
  testimonials_levoGroup: {
217
306
  number_of_slides: 2,
@@ -222,252 +311,82 @@ export const testimonialWithLogo: IBlockLayouts = {
222
311
  number_of_slides: 1,
223
312
  },
224
313
  },
225
- testimonials: [
226
- {
227
- card: {
228
- display: "flex",
229
- "flex-direction": "column-reverse",
230
- "background-color": "var(--color-background)",
231
- "border-radius": "2xl",
232
- "box-shadow": "lg",
233
- padding: "2xl",
234
- "row-gap": "xl",
235
- border: "1px solid",
236
- mobile: {
237
- padding: "lg",
238
- "row-gap": "lg",
239
- },
240
- },
241
- profileSection: {
242
- display: "flex",
243
- "align-items": "center",
244
- "column-gap": "lg",
245
- mobile: {
246
- "column-gap": "sm",
247
- },
248
- "justify-content": "space-between",
249
- },
250
- avatar: {
251
- height: "64px",
252
- width: "64px",
253
- "border-radius": "50%",
254
- "object-fit": "cover",
255
- border: "2px solid",
256
- "border-color": "var(--color-border)",
257
- mobile: {
258
- height: "48px",
259
- width: "48px",
260
- },
261
- },
262
- clientInfo: {
263
- display: "flex",
264
- "flex-direction": "column",
265
- "row-gap": "4xs",
266
- },
267
- name: {
268
- "font-weight": 700,
269
- },
270
- position: {
271
- "font-weight": 500,
272
- },
273
- quote: {
274
- "font-style": "italic",
275
- },
276
- org_logo: {
277
- height: "80px",
278
- width: "80px",
279
- "font-size": "80px",
280
- "object-fit": "contain",
281
- },
282
- profileSection_content: {
283
- display: "flex",
284
- "column-gap": "xs",
314
+ testimonials_levoGroupItem: {
315
+ card: {
316
+ display: "flex",
317
+ "flex-direction": "column-reverse",
318
+ "background-color": "var(--color-background)",
319
+ "border-radius": "2xl",
320
+ "box-shadow": "lg",
321
+ padding: "2xl",
322
+ "row-gap": "xl",
323
+ border: "1px solid",
324
+ "border-color": "var(--color-border)",
325
+ height: "100%",
326
+ mobile: {
327
+ padding: "lg",
328
+ "row-gap": "lg",
285
329
  },
286
330
  },
287
- {
288
- card: {
289
- display: "flex",
290
- "flex-direction": "column-reverse",
291
- "background-color": "var(--color-background)",
292
- "border-radius": "2xl",
293
- "box-shadow": "lg",
294
- padding: "2xl",
295
- "row-gap": "xl",
296
- border: "1px solid",
297
- mobile: {
298
- padding: "lg",
299
- "row-gap": "lg",
300
- },
301
- },
302
- profileSection: {
303
- display: "flex",
304
- "align-items": "center",
305
- "column-gap": "lg",
306
- mobile: {
307
- "column-gap": "sm",
308
- },
309
- "justify-content": "space-between",
310
- },
311
- avatar: {
312
- height: "64px",
313
- width: "64px",
314
- "border-radius": "50%",
315
- "object-fit": "cover",
316
- border: "2px solid",
317
- "border-color": "var(--color-border)",
318
- mobile: {
319
- height: "48px",
320
- width: "48px",
321
- },
322
- },
323
- clientInfo: {
324
- display: "flex",
325
- "flex-direction": "column",
326
- "row-gap": "4xs",
327
- },
328
- name: {
329
- "font-weight": 700,
330
- },
331
- position: {
332
- "font-weight": 500,
333
- },
334
- quote: {
335
- "font-style": "italic",
336
- },
337
- org_logo: {
338
- height: "80px",
339
- width: "80px",
340
- "font-size": "80px",
341
- "object-fit": "contain",
342
- },
343
- profileSection_content: {
344
- display: "flex",
345
- "column-gap": "xs",
331
+ profileSection: {
332
+ display: "flex",
333
+ "align-items": "center",
334
+ "column-gap": "lg",
335
+ "justify-content": "space-between",
336
+ mobile: {
337
+ "column-gap": "sm",
346
338
  },
347
339
  },
348
- {
349
- card: {
350
- display: "flex",
351
- "flex-direction": "column-reverse",
352
- "background-color": "var(--color-background)",
353
- "border-radius": "2xl",
354
- "box-shadow": "lg",
355
- padding: "2xl",
356
- "row-gap": "xl",
357
- border: "1px solid",
358
- mobile: {
359
- padding: "lg",
360
- "row-gap": "lg",
361
- },
362
- },
363
- profileSection: {
364
- display: "flex",
365
- "align-items": "center",
366
- "column-gap": "lg",
367
- mobile: {
368
- "column-gap": "sm",
369
- },
370
- "justify-content": "space-between",
371
- },
372
- avatar: {
373
- height: "64px",
374
- width: "64px",
375
- "border-radius": "50%",
376
- "object-fit": "cover",
377
- border: "2px solid",
378
- "border-color": "var(--color-border)",
379
- mobile: {
380
- height: "48px",
381
- width: "48px",
382
- },
383
- },
384
- clientInfo: {
385
- display: "flex",
386
- "flex-direction": "column",
387
- "row-gap": "4xs",
388
- },
389
- name: {
390
- "font-weight": 700,
391
- },
392
- position: {
393
- "font-weight": 500,
394
- },
395
- quote: {
396
- "font-style": "italic",
397
- },
398
- org_logo: {
399
- height: "80px",
400
- width: "80px",
401
- "font-size": "80px",
402
- "object-fit": "contain",
403
- },
404
- profileSection_content: {
405
- display: "flex",
406
- "column-gap": "xs",
407
- },
340
+ profileSection_content: {
341
+ display: "flex",
342
+ "align-items": "center",
343
+ "column-gap": "base",
408
344
  },
409
- {
410
- card: {
411
- display: "flex",
412
- "flex-direction": "column-reverse",
413
- "background-color": "var(--color-background)",
414
- "border-radius": "2xl",
415
- "box-shadow": "lg",
416
- padding: "2xl",
417
- "row-gap": "xl",
418
- border: "1px solid",
419
- mobile: {
420
- padding: "lg",
421
- "row-gap": "lg",
422
- },
423
- },
424
- profileSection: {
425
- display: "flex",
426
- "align-items": "center",
427
- "column-gap": "lg",
428
- mobile: {
429
- "column-gap": "sm",
430
- },
431
- "justify-content": "space-between",
432
- },
433
- avatar: {
434
- height: "64px",
435
- width: "64px",
436
- "border-radius": "50%",
437
- "object-fit": "cover",
438
- border: "2px solid",
439
- "border-color": "var(--color-border)",
440
- mobile: {
441
- height: "48px",
442
- width: "48px",
443
- },
444
- },
445
- clientInfo: {
446
- display: "flex",
447
- "flex-direction": "column",
448
- "row-gap": "4xs",
449
- },
450
- name: {
451
- "font-weight": 700,
452
- },
453
- position: {
454
- "font-weight": 500,
455
- },
456
- quote: {
457
- "font-style": "italic",
458
- },
459
- org_logo: {
460
- height: "80px",
461
- width: "80px",
462
- "font-size": "80px",
463
- "object-fit": "contain",
464
- },
465
- profileSection_content: {
466
- display: "flex",
467
- "column-gap": "xs",
345
+ avatar: {
346
+ height: "56px",
347
+ width: "56px",
348
+ "font-size": "56px",
349
+ "border-radius": "50%",
350
+ "object-fit": "cover",
351
+ border: "2px solid",
352
+ "border-color": "var(--color-border)",
353
+ "flex-shrink": 0,
354
+ mobile: {
355
+ height: "48px",
356
+ width: "48px",
357
+ "font-size": "48px",
468
358
  },
469
359
  },
470
- ],
360
+ clientInfo: {
361
+ display: "flex",
362
+ "flex-direction": "column",
363
+ "row-gap": "4xs",
364
+ },
365
+ name: {
366
+ "font-weight": 700,
367
+ },
368
+ position: {
369
+ "font-weight": 500,
370
+ color: "var(--color-foreground-muted)",
371
+ },
372
+ quote: {
373
+ "font-style": "italic",
374
+ "line-height": "1.7",
375
+ },
376
+ org_logo: {
377
+ height: "48px",
378
+ width: "96px",
379
+ "font-size": "48px",
380
+ "border-radius": "base",
381
+ "object-fit": "cover",
382
+ "aspect-ratio": "2 / 1",
383
+ opacity: 0.85,
384
+ },
385
+ stars_wrapper: {
386
+ display: "none",
387
+ },
388
+ },
389
+ testimonials: [{}, {}, {}, {}],
471
390
  "carousel-navigation-container": {
472
391
  display: "flex",
473
392
  "justify-content": "center",
@@ -511,75 +430,35 @@ export const testimonialWithLogo: IBlockLayouts = {
511
430
  testimonials: [
512
431
  {
513
432
  name: {
514
- heading: {
515
- level: "4",
516
- },
517
- selectedVariants: {
518
- Heading_Level: "H6",
519
- },
520
- },
521
- position: {
522
- selectedVariants: {
523
- Typography_Variants: "Small",
524
- },
525
- },
526
- quote: {
527
- selectedVariants: {},
433
+ heading: { level: "4" },
434
+ selectedVariants: { Heading_Level: "H6" },
528
435
  },
436
+ position: { selectedVariants: { Typography_Variants: "Small" } },
437
+ quote: { selectedVariants: {} },
529
438
  },
530
439
  {
531
440
  name: {
532
- selectedVariants: {
533
- Heading_Level: "H6",
534
- },
535
- heading: {
536
- level: "4",
537
- },
538
- },
539
- position: {
540
- selectedVariants: {
541
- Typography_Variants: "Small",
542
- },
543
- },
544
- quote: {
545
- selectedVariants: {},
441
+ heading: { level: "4" },
442
+ selectedVariants: { Heading_Level: "H6" },
546
443
  },
444
+ position: { selectedVariants: { Typography_Variants: "Small" } },
445
+ quote: { selectedVariants: {} },
547
446
  },
548
447
  {
549
448
  name: {
550
- selectedVariants: {
551
- Heading_Level: "H6",
552
- },
553
- heading: {
554
- level: "4",
555
- },
556
- },
557
- position: {
558
- selectedVariants: {
559
- Typography_Variants: "Small",
560
- },
561
- },
562
- quote: {
563
- selectedVariants: {},
449
+ heading: { level: "4" },
450
+ selectedVariants: { Heading_Level: "H6" },
564
451
  },
452
+ position: { selectedVariants: { Typography_Variants: "Small" } },
453
+ quote: { selectedVariants: {} },
565
454
  },
566
455
  {
567
456
  name: {
568
- selectedVariants: {
569
- Heading_Level: "H6",
570
- },
571
- heading: {
572
- level: "4",
573
- },
574
- },
575
- position: {
576
- selectedVariants: {
577
- Typography_Variants: "Small",
578
- },
579
- },
580
- quote: {
581
- selectedVariants: {},
457
+ heading: { level: "4" },
458
+ selectedVariants: { Heading_Level: "H6" },
582
459
  },
460
+ position: { selectedVariants: { Typography_Variants: "Small" } },
461
+ quote: { selectedVariants: {} },
583
462
  },
584
463
  ],
585
464
  },