@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,322 +1,175 @@
1
1
  import type { IBlockLayouts } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_AVATAR_1 = {
4
- id: "R6eXNbORkdbl",
5
- filename: "testimonial-5-avatar-1.png",
4
+ id: "7453467044215503634",
6
5
  kind: "image",
7
- 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",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp",
16
- 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",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
27
  const MEDIA_AVATAR_2 = {
22
- id: "6Hg6xxyV3ZKJ",
23
- filename: "testimonial-5-avatar-2.png",
28
+ id: "7453466992683468283",
24
29
  kind: "image",
25
- 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",
26
32
  srcset: {
27
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp",
28
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp",
29
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp",
30
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp",
31
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp",
32
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp",
33
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp",
34
- 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",
35
48
  },
36
- mimetype: "image/png",
37
49
  };
50
+
38
51
  const MEDIA_AVATAR_3 = {
39
- id: "VbXFFm7BySJX9",
40
- 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",
41
77
  kind: "image",
42
- 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",
43
80
  srcset: {
44
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp",
45
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp",
46
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp",
47
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp",
48
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp",
49
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp",
50
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp",
51
- 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",
52
96
  },
53
- mimetype: "image/png",
54
97
  };
55
98
 
99
+ const STAR_ICON = {
100
+ kind: "icon",
101
+ data: {
102
+ id: "star",
103
+ label: "Star",
104
+ svgCode:
105
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="#F59E0B"/>\n</svg>',
106
+ },
107
+ };
108
+
109
+ const FIVE_STARS = [
110
+ { star: STAR_ICON },
111
+ { star: STAR_ICON },
112
+ { star: STAR_ICON },
113
+ { star: STAR_ICON },
114
+ { star: STAR_ICON },
115
+ ];
116
+
56
117
  const TESTIMONIAL_WITH_RATINGS_CONTENT = {
57
118
  layout: null,
58
119
  container: null,
59
120
  header: null,
60
121
  textWrapper: null,
61
- title: "What Our Clients Say",
122
+ title: "Why finance teams trust the rails",
62
123
  description:
63
- "Hear from industry leaders about their experience with our innovative supply chain solutions.",
124
+ "Operators at neobanks, processors, and lenders on what changed after moving settlement, tokenization, and risk onto our infrastructure.",
64
125
  testimonials: [
65
126
  {
66
127
  card: null,
67
128
  stars_wrapper: null,
68
- stars: [
69
- {
70
- star: {
71
- kind: "icon",
72
- data: {
73
- id: "star",
74
- label: "Star",
75
- tags: ["custom", "directional", "star", "support-like-question"],
76
- svgCode:
77
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
78
- },
79
- },
80
- },
81
- {
82
- star: {
83
- kind: "icon",
84
- data: {
85
- id: "star",
86
- label: "Star",
87
- tags: ["custom", "directional", "star", "support-like-question"],
88
- svgCode:
89
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
90
- },
91
- },
92
- },
93
- {
94
- star: {
95
- kind: "icon",
96
- data: {
97
- id: "star",
98
- label: "Star",
99
- tags: ["custom", "directional", "star", "support-like-question"],
100
- svgCode:
101
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
102
- },
103
- },
104
- },
105
- {
106
- star: {
107
- kind: "icon",
108
- data: {
109
- id: "star",
110
- label: "Star",
111
- tags: ["custom", "directional", "star", "support-like-question"],
112
- svgCode:
113
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
114
- },
115
- },
116
- },
117
- ],
129
+ stars: FIVE_STARS,
118
130
  quote:
119
- "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
131
+ "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.",
120
132
  profileSection: null,
121
- avatar: {
122
- kind: "custom",
123
- data: MEDIA_AVATAR_1,
124
- },
133
+ avatar: MEDIA_AVATAR_1,
125
134
  clientInfo: null,
126
- name: "John Smith",
127
- position: "Freelance Designer",
135
+ name: "Marcus Bellamy",
136
+ position: "CFO, Northline Neobank",
128
137
  },
129
138
  {
130
139
  card: null,
131
140
  stars_wrapper: null,
132
- stars: [
133
- {
134
- star: {
135
- kind: "icon",
136
- data: {
137
- id: "star",
138
- label: "Star",
139
- tags: ["custom", "directional", "star", "support-like-question"],
140
- svgCode:
141
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
142
- },
143
- },
144
- },
145
- {
146
- star: {
147
- kind: "icon",
148
- data: {
149
- id: "star",
150
- label: "Star",
151
- tags: ["custom", "directional", "star", "support-like-question"],
152
- svgCode:
153
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
154
- },
155
- },
156
- },
157
- {
158
- star: {
159
- kind: "icon",
160
- data: {
161
- id: "star",
162
- label: "Star",
163
- tags: ["custom", "directional", "star", "support-like-question"],
164
- svgCode:
165
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
166
- },
167
- },
168
- },
169
- {
170
- star: {
171
- kind: "icon",
172
- data: {
173
- id: "star",
174
- label: "Star",
175
- tags: ["custom", "directional", "star", "support-like-question"],
176
- svgCode:
177
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
178
- },
179
- },
180
- },
181
- ],
141
+ stars: FIVE_STARS,
182
142
  quote:
183
- "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
143
+ "Chargebacks fell 42% in one quarter once we wired in their 3DS orchestration and device risk signals. Onboarding an acquirer is now a config flag and a PCI DSS attestation away.",
184
144
  profileSection: null,
185
- avatar: {
186
- kind: "custom",
187
- data: MEDIA_AVATAR_2,
188
- },
145
+ avatar: MEDIA_AVATAR_2,
189
146
  clientInfo: null,
190
- name: "John Smith",
191
- position: "Freelance Designer",
147
+ name: "Priya Nair",
148
+ position: "Head of Payments, Stile Commerce",
192
149
  },
193
150
  {
194
151
  card: null,
195
152
  stars_wrapper: null,
196
- stars: [
197
- {
198
- star: {
199
- kind: "icon",
200
- data: {
201
- id: "star",
202
- label: "Star",
203
- tags: ["custom", "directional", "star", "support-like-question"],
204
- svgCode:
205
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
206
- },
207
- },
208
- },
209
- {
210
- star: {
211
- kind: "icon",
212
- data: {
213
- id: "star",
214
- label: "Star",
215
- tags: ["custom", "directional", "star", "support-like-question"],
216
- svgCode:
217
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
218
- },
219
- },
220
- },
221
- {
222
- star: {
223
- kind: "icon",
224
- data: {
225
- id: "star",
226
- label: "Star",
227
- tags: ["custom", "directional", "star", "support-like-question"],
228
- svgCode:
229
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
230
- },
231
- },
232
- },
233
- {
234
- star: {
235
- kind: "icon",
236
- data: {
237
- id: "star",
238
- label: "Star",
239
- tags: ["custom", "directional", "star", "support-like-question"],
240
- svgCode:
241
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
242
- },
243
- },
244
- },
245
- ],
153
+ stars: FIVE_STARS,
246
154
  quote:
247
- "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
155
+ "Moved 18 million cards into their tokenization vault without reissuing a single PAN. KYC ingests from Alloy and Persona, and their SDK keeps every client surface out of PCI scope.",
248
156
  profileSection: null,
249
- avatar: {
250
- kind: "custom",
251
- data: MEDIA_AVATAR_3,
252
- },
157
+ avatar: MEDIA_AVATAR_3,
253
158
  clientInfo: null,
254
- name: "John Smith",
255
- position: "Freelance Designer",
159
+ name: "Daniel Okafor",
160
+ position: "VP Engineering, PayTech Vault",
256
161
  },
257
162
  {
258
163
  card: null,
259
164
  stars_wrapper: null,
260
- stars: [
261
- {
262
- star: {
263
- kind: "icon",
264
- data: {
265
- id: "star",
266
- label: "Star",
267
- tags: ["custom", "directional", "star", "support-like-question"],
268
- svgCode:
269
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
270
- },
271
- },
272
- },
273
- {
274
- star: {
275
- kind: "icon",
276
- data: {
277
- id: "star",
278
- label: "Star",
279
- tags: ["custom", "directional", "star", "support-like-question"],
280
- svgCode:
281
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
282
- },
283
- },
284
- },
285
- {
286
- star: {
287
- kind: "icon",
288
- data: {
289
- id: "star",
290
- label: "Star",
291
- tags: ["custom", "directional", "star", "support-like-question"],
292
- svgCode:
293
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
294
- },
295
- },
296
- },
297
- {
298
- star: {
299
- kind: "icon",
300
- data: {
301
- id: "star",
302
- label: "Star",
303
- tags: ["custom", "directional", "star", "support-like-question"],
304
- svgCode:
305
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
306
- },
307
- },
308
- },
309
- ],
165
+ stars: FIVE_STARS,
310
166
  quote:
311
- "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
167
+ "Our fraud model shipped behind their decisioning layer in two sprints, not two quarters. Real-time rules, feature store, and auditable outcomes underwriters can explain to a regulator.",
312
168
  profileSection: null,
313
- avatar: {
314
- kind: "custom",
315
- data: MEDIA_AVATAR_1,
316
- },
169
+ avatar: MEDIA_AVATAR_4,
317
170
  clientInfo: null,
318
- name: "John Smith",
319
- position: "Freelance Designer",
171
+ name: "Sofia Marchetti",
172
+ position: "Director of Risk, Lumen Lending",
320
173
  },
321
174
  ],
322
175
  "carousel-navigation-container": null,
@@ -325,6 +178,9 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
325
178
  };
326
179
 
327
180
  export const testimonialWithRatings: IBlockLayouts = {
181
+ // NOTE: Pre-existing collision — testimonialWithLogo also uses key "reversed".
182
+ // With two layouts sharing the same key, `layouts` list registration lets only
183
+ // one render for `layout=reversed`. Flagged in task report, not fixed here.
328
184
  key: "reversed",
329
185
  title: "Reversed Layout with Stars",
330
186
  styles: {
@@ -333,12 +189,12 @@ export const testimonialWithRatings: IBlockLayouts = {
333
189
  width: "100%",
334
190
  display: "flex",
335
191
  "flex-direction": "column",
336
- "row-gap": "6xl",
192
+ "row-gap": "3xl",
337
193
  tablet: {
338
- "row-gap": "3xl",
194
+ "row-gap": "2xl",
339
195
  },
340
196
  mobile: {
341
- "row-gap": "3xl",
197
+ "row-gap": "2xl",
342
198
  },
343
199
  },
344
200
  header: {
@@ -354,8 +210,8 @@ export const testimonialWithRatings: IBlockLayouts = {
354
210
  "flex-direction": "column",
355
211
  "align-items": "center",
356
212
  "text-align": "center",
357
- "row-gap": "base",
358
- "max-width": "600px",
213
+ "row-gap": "sm",
214
+ "max-width": "640px",
359
215
  },
360
216
  title: {},
361
217
  description: {},
@@ -368,292 +224,124 @@ export const testimonialWithRatings: IBlockLayouts = {
368
224
  number_of_slides: 1,
369
225
  },
370
226
  },
371
- testimonials: [
372
- {
373
- card: {
374
- display: "flex",
375
- "flex-direction": "column",
376
- "background-color": "var(--color-background)",
377
- "border-radius": "lg",
378
- "box-shadow": "sm",
379
- padding: "xl",
380
- "row-gap": "lg",
381
- border: "1px solid",
382
- "border-color": "var(--color-border)",
383
- height: "100%",
384
- mobile: {
385
- padding: "lg",
386
- "row-gap": "base",
387
- },
388
- },
389
- stars_wrapper: {
390
- display: "flex",
391
- "align-items": "center",
392
- "column-gap": "xs",
393
- "margin-bottom": "sm",
394
- },
395
- "stars.*.star": {
396
- width: "16px",
397
- height: "16px",
398
- color: "#FFD700",
399
- },
400
- quote: {
401
- "font-weight": 500,
402
- "margin-bottom": "lg",
403
- mobile: {
404
- "margin-bottom": "base",
405
- },
406
- },
407
- profileSection: {
408
- display: "flex",
409
- "align-items": "center",
410
- "column-gap": "base",
411
- mobile: {
412
- "column-gap": "sm",
413
- },
414
- },
415
- avatar: {
416
- height: "42px",
417
- width: "42px",
418
- "border-radius": "50%",
419
- "object-fit": "cover",
420
- border: "2px solid",
421
- "border-color": "var(--color-border)",
422
- mobile: {
423
- height: "40px",
424
- width: "40px",
425
- },
426
- "font-size": "42px",
427
- },
428
- clientInfo: {
429
- display: "flex",
430
- "flex-direction": "column",
431
- "row-gap": "4xs",
432
- },
433
- name: {
434
- "font-weight": 600,
435
- },
436
- position: {},
437
- stars: [{}, {}, {}],
438
- stars_levoGroup: {
439
- display: "flex",
440
- "column-gap": "2xs",
227
+ testimonials_levoGroupItem: {
228
+ card: {
229
+ display: "flex",
230
+ "flex-direction": "column",
231
+ "background-color": "var(--color-background)",
232
+ "border-radius": "xl",
233
+ "box-shadow": "sm",
234
+ padding: "2xl",
235
+ "row-gap": "lg",
236
+ border: "1px solid",
237
+ "border-color": "var(--color-border)",
238
+ height: "100%",
239
+ mobile: {
240
+ padding: "lg",
241
+ "row-gap": "base",
441
242
  },
442
243
  },
443
- {
444
- card: {
445
- display: "flex",
446
- "flex-direction": "column",
447
- "background-color": "var(--color-background)",
448
- "border-radius": "lg",
449
- "box-shadow": "sm",
450
- padding: "xl",
451
- "row-gap": "lg",
452
- border: "1px solid",
453
- "border-color": "var(--color-border)",
454
- height: "100%",
455
- mobile: {
456
- padding: "lg",
457
- "row-gap": "base",
458
- },
459
- },
460
- stars_wrapper: {
461
- display: "flex",
462
- "align-items": "center",
463
- "column-gap": "xs",
464
- "margin-bottom": "sm",
465
- },
466
- "stars.*.star": {
467
- width: "16px",
468
- height: "16px",
469
- color: "#FFD700",
470
- },
471
- quote: {
472
- "font-weight": 500,
473
- "margin-bottom": "lg",
474
- mobile: {
475
- "margin-bottom": "base",
476
- },
477
- },
478
- profileSection: {
479
- display: "flex",
480
- "align-items": "center",
481
- "column-gap": "base",
482
- mobile: {
483
- "column-gap": "sm",
484
- },
485
- },
486
- avatar: {
487
- height: "42px",
488
- width: "42px",
489
- "border-radius": "50%",
490
- "object-fit": "cover",
491
- border: "2px solid",
492
- "border-color": "var(--color-border)",
493
- mobile: {
494
- height: "40px",
495
- width: "40px",
496
- },
497
- "font-size": "42px",
498
- },
499
- clientInfo: {
500
- display: "flex",
501
- "flex-direction": "column",
502
- "row-gap": "4xs",
503
- },
504
- name: {
505
- "font-weight": 600,
506
- },
507
- position: {},
508
- stars: [{}, {}, {}],
509
- stars_levoGroup: {
510
- display: "flex",
511
- "column-gap": "2xs",
512
- },
244
+ stars_wrapper: {
245
+ display: "flex",
246
+ "align-items": "center",
247
+ "column-gap": "2xs",
513
248
  },
514
- {
515
- card: {
516
- display: "flex",
517
- "flex-direction": "column",
518
- "background-color": "var(--color-background)",
519
- "border-radius": "lg",
520
- "box-shadow": "sm",
521
- padding: "xl",
522
- "row-gap": "lg",
523
- border: "1px solid",
524
- "border-color": "var(--color-border)",
525
- height: "100%",
526
- mobile: {
527
- padding: "lg",
528
- "row-gap": "base",
529
- },
530
- },
531
- stars_wrapper: {
532
- display: "flex",
533
- "align-items": "center",
534
- "column-gap": "xs",
535
- "margin-bottom": "sm",
536
- },
537
- "stars.*.star": {
538
- width: "16px",
539
- height: "16px",
540
- color: "#FFD700",
541
- },
542
- quote: {
543
- "font-weight": 500,
544
- "margin-bottom": "lg",
545
- mobile: {
546
- "margin-bottom": "base",
547
- },
548
- },
549
- profileSection: {
550
- display: "flex",
551
- "align-items": "center",
552
- "column-gap": "base",
553
- mobile: {
554
- "column-gap": "sm",
555
- },
556
- },
557
- avatar: {
558
- height: "42px",
559
- width: "42px",
560
- "border-radius": "50%",
561
- "object-fit": "cover",
562
- border: "2px solid",
563
- "border-color": "var(--color-border)",
564
- mobile: {
565
- height: "40px",
566
- width: "40px",
567
- },
568
- "font-size": "42px",
569
- },
570
- clientInfo: {
571
- display: "flex",
572
- "flex-direction": "column",
573
- "row-gap": "4xs",
574
- },
575
- name: {
576
- "font-weight": 600,
577
- },
578
- position: {},
579
- stars: [{}, {}, {}],
580
- stars_levoGroup: {
581
- display: "flex",
582
- "column-gap": "2xs",
583
- },
249
+ stars_levoGroup: {
250
+ display: "flex",
251
+ "column-gap": "2xs",
584
252
  },
585
- {
586
- card: {
587
- display: "flex",
588
- "flex-direction": "column",
589
- "background-color": "var(--color-background)",
590
- "border-radius": "lg",
591
- "box-shadow": "sm",
592
- padding: "xl",
593
- "row-gap": "lg",
594
- border: "1px solid",
595
- "border-color": "var(--color-border)",
596
- height: "100%",
597
- mobile: {
598
- padding: "lg",
599
- "row-gap": "base",
253
+ stars: [
254
+ {
255
+ star: {
256
+ "font-size": "20px",
257
+ width: "20px",
258
+ height: "20px",
259
+ color: "#F59E0B",
600
260
  },
601
261
  },
602
- stars_wrapper: {
603
- display: "flex",
604
- "align-items": "center",
605
- "column-gap": "xs",
606
- "margin-bottom": "sm",
607
- },
608
- "stars.*.star": {
609
- width: "16px",
610
- height: "16px",
611
- color: "#FFD700",
612
- },
613
- quote: {
614
- "font-weight": 500,
615
- "margin-bottom": "lg",
616
- mobile: {
617
- "margin-bottom": "base",
262
+ {
263
+ star: {
264
+ "font-size": "20px",
265
+ width: "20px",
266
+ height: "20px",
267
+ color: "#F59E0B",
618
268
  },
619
269
  },
620
- profileSection: {
621
- display: "flex",
622
- "align-items": "center",
623
- "column-gap": "base",
624
- mobile: {
625
- "column-gap": "sm",
270
+ {
271
+ star: {
272
+ "font-size": "20px",
273
+ width: "20px",
274
+ height: "20px",
275
+ color: "#F59E0B",
626
276
  },
627
277
  },
628
- avatar: {
629
- height: "42px",
630
- width: "42px",
631
- "border-radius": "50%",
632
- "object-fit": "cover",
633
- border: "2px solid",
634
- "border-color": "var(--color-border)",
635
- mobile: {
636
- height: "40px",
637
- width: "40px",
278
+ {
279
+ star: {
280
+ "font-size": "20px",
281
+ width: "20px",
282
+ height: "20px",
283
+ color: "#F59E0B",
638
284
  },
639
- "font-size": "42px",
640
285
  },
641
- clientInfo: {
642
- display: "flex",
643
- "flex-direction": "column",
644
- "row-gap": "4xs",
286
+ {
287
+ star: {
288
+ "font-size": "20px",
289
+ width: "20px",
290
+ height: "20px",
291
+ color: "#F59E0B",
292
+ },
645
293
  },
646
- name: {
647
- "font-weight": 600,
294
+ ],
295
+ quote: {
296
+ "font-weight": 500,
297
+ "line-height": "1.7",
298
+ flex: 1,
299
+ },
300
+ profileSection: {
301
+ display: "flex",
302
+ "align-items": "center",
303
+ "column-gap": "base",
304
+ "margin-top": "auto",
305
+ mobile: {
306
+ "column-gap": "sm",
648
307
  },
649
- position: {},
650
- stars: [{}, {}, {}],
651
- stars_levoGroup: {
652
- display: "flex",
653
- "column-gap": "2xs",
308
+ },
309
+ profileSection_content: {
310
+ display: "flex",
311
+ "align-items": "center",
312
+ "column-gap": "base",
313
+ },
314
+ avatar: {
315
+ height: "44px",
316
+ width: "44px",
317
+ "font-size": "44px",
318
+ "border-radius": "50%",
319
+ "object-fit": "cover",
320
+ border: "2px solid",
321
+ "border-color": "var(--color-border)",
322
+ "flex-shrink": 0,
323
+ mobile: {
324
+ height: "40px",
325
+ width: "40px",
326
+ "font-size": "40px",
654
327
  },
655
328
  },
656
- ],
329
+ clientInfo: {
330
+ display: "flex",
331
+ "flex-direction": "column",
332
+ "row-gap": "4xs",
333
+ },
334
+ name: {
335
+ "font-weight": 600,
336
+ },
337
+ position: {
338
+ color: "var(--color-foreground-muted)",
339
+ },
340
+ org_logo: {
341
+ display: "none",
342
+ },
343
+ },
344
+ testimonials: [{}, {}, {}, {}],
657
345
  "carousel-navigation-container": {
658
346
  display: "flex",
659
347
  "justify-content": "center",
@@ -689,83 +377,47 @@ export const testimonialWithRatings: IBlockLayouts = {
689
377
  Heading_Level: "H2",
690
378
  },
691
379
  },
380
+ description: {
381
+ selectedVariants: {
382
+ Typography_Variants: "Large",
383
+ },
384
+ },
692
385
  testimonials: [
693
386
  {
694
387
  name: {
695
- heading: {
696
- level: "4",
697
- },
698
- selectedVariants: {
699
- Heading_Level: "H6",
700
- },
701
- },
702
- position: {
703
- selectedVariants: {
704
- Typography_Variants: "Small",
705
- },
706
- },
707
- quote: {
708
- selectedVariants: {
709
- Typography_Variants: "Large",
710
- },
711
- },
712
- clientInfo: {
713
- selectedVariants: {},
388
+ heading: { level: "4" },
389
+ selectedVariants: { Heading_Level: "H6" },
714
390
  },
391
+ position: { selectedVariants: { Typography_Variants: "Small" } },
392
+ quote: { selectedVariants: { Typography_Variants: "Large" } },
393
+ clientInfo: { selectedVariants: {} },
715
394
  },
716
395
  {
717
396
  name: {
718
- selectedVariants: {
719
- Heading_Level: "H6",
720
- },
721
- heading: {
722
- level: "4",
723
- },
724
- },
725
- quote: {
726
- selectedVariants: {
727
- Typography_Variants: "Large",
728
- },
729
- },
730
- clientInfo: {
731
- selectedVariants: {},
397
+ heading: { level: "4" },
398
+ selectedVariants: { Heading_Level: "H6" },
732
399
  },
400
+ position: { selectedVariants: { Typography_Variants: "Small" } },
401
+ quote: { selectedVariants: { Typography_Variants: "Large" } },
402
+ clientInfo: { selectedVariants: {} },
733
403
  },
734
404
  {
735
405
  name: {
736
- selectedVariants: {
737
- Heading_Level: "H6",
738
- },
739
- heading: {
740
- level: "4",
741
- },
742
- },
743
- quote: {
744
- selectedVariants: {
745
- Typography_Variants: "Large",
746
- },
747
- },
748
- clientInfo: {
749
- selectedVariants: {},
406
+ heading: { level: "4" },
407
+ selectedVariants: { Heading_Level: "H6" },
750
408
  },
409
+ position: { selectedVariants: { Typography_Variants: "Small" } },
410
+ quote: { selectedVariants: { Typography_Variants: "Large" } },
411
+ clientInfo: { selectedVariants: {} },
751
412
  },
752
413
  {
753
414
  name: {
754
- selectedVariants: {
755
- Heading_Level: "H6",
756
- },
757
- heading: {
758
- level: "4",
759
- },
760
- },
761
- quote: {
762
- selectedVariants: {
763
- Typography_Variants: "Large",
764
- },
765
- },
766
- clientInfo: {
767
- selectedVariants: {},
415
+ heading: { level: "4" },
416
+ selectedVariants: { Heading_Level: "H6" },
768
417
  },
418
+ position: { selectedVariants: { Typography_Variants: "Small" } },
419
+ quote: { selectedVariants: { Typography_Variants: "Large" } },
420
+ clientInfo: { selectedVariants: {} },
769
421
  },
770
422
  ],
771
423
  },