@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,50 +1,81 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
3
+ const QUOTE_ICON = {
4
4
  kind: "icon",
5
5
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
6
+ id: "quote-up",
7
+ label: "Quote Up",
9
8
  svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
9
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.79999 21.47H4.58002C2.75002 21.47 1.25 19.9801 1.25 18.1401V12.3401C1.25 11.9301 1.59 11.5901 2 11.5901H7.79999C9.69999 11.5901 11.13 13.02 11.13 14.92V18.1401C11.12 20.0401 9.68999 21.47 7.79999 21.47ZM2.75 13.1V18.1501C2.75 19.1601 3.57002 19.98 4.58002 19.98H7.79999C8.85999 19.98 9.63 19.2101 9.63 18.1501V14.9301C9.63 13.8701 8.85999 13.1 7.79999 13.1H2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M2 13.1C1.59 13.1 1.25 12.76 1.25 12.35C1.25 6.10004 2.52002 4.79008 6.15002 2.64008C6.51002 2.43008 6.96999 2.55009 7.17999 2.90009C7.38999 3.26009 7.26998 3.72006 6.91998 3.93006C3.67998 5.85006 2.75 6.65004 2.75 12.35C2.75 12.76 2.41 13.1 2 13.1Z" fill="var(--color-icon-primary)"/>\n<path d="M19.4201 21.47H16.2001C14.3701 21.47 12.8701 19.9801 12.8701 18.1401V12.3401C12.8701 11.9301 13.2101 11.5901 13.6201 11.5901H19.4201C21.3201 11.5901 22.7501 13.02 22.7501 14.92V18.1401C22.7501 20.0401 21.3201 21.47 19.4201 21.47ZM14.3801 13.1V18.1501C14.3801 19.1601 15.2001 19.98 16.2101 19.98H19.4301C20.4901 19.98 21.2601 19.2101 21.2601 18.1501V14.9301C21.2601 13.8701 20.4901 13.1 19.4301 13.1H14.3801Z" fill="var(--color-icon-primary)"/>\n<path d="M13.6299 13.1C13.2199 13.1 12.8799 12.76 12.8799 12.35C12.8799 6.10004 14.1499 4.79008 17.7799 2.64008C18.1399 2.43008 18.5999 2.55009 18.8099 2.90009C19.0199 3.26009 18.8999 3.72006 18.5499 3.93006C15.3099 5.85006 14.3799 6.65004 14.3799 12.35C14.3799 12.76 14.0399 13.1 13.6299 13.1Z" fill="var(--color-icon-primary)"/>\n</svg>',
11
10
  },
12
11
  };
13
12
 
14
- const MEDIA_1 = {
15
- id: "74dXDI5ZKCpa",
16
- filename: "testimonial-2\\.png",
13
+ const IMG_1 = {
14
+ id: "7453466686320133880",
17
15
  kind: "image",
18
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD.png",
16
+ location: "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg",
17
+ mimetype: "image/jpeg",
19
18
  srcset: {
20
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1080w.webp",
21
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1200w.webp",
22
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1920w.webp",
23
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-320w.webp",
24
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-640w.webp",
25
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-750w.webp",
26
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-828w.webp",
27
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-LkpnHvjYrfCD-828w.webp 828w",
19
+ "320w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
20
+ "640w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
21
+ "750w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
22
+ "828w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
23
+ "1080w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
24
+ "1200w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
25
+ "1920w": "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
26
+ path: "https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36733296/pexels-photo-36733296.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
28
27
  },
29
- mimetype: "image/png",
30
28
  };
31
29
 
32
- const MEDIA_2 = {
33
- id: "iPDeNfZlYmpbt",
34
- filename: "testimonial-2-variant-2.png",
30
+ const IMG_2 = {
31
+ id: "7453466686322943849",
35
32
  kind: "image",
36
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4.png",
33
+ location: "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg",
34
+ mimetype: "image/jpeg",
37
35
  srcset: {
38
- "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1080w.webp",
39
- "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1200w.webp",
40
- "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1920w.webp",
41
- "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-320w.webp",
42
- "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-640w.webp",
43
- "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-750w.webp",
44
- "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-828w.webp",
45
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-2-variant-2-R6egsNbOwq7t4-1080w.webp 1080w",
36
+ "320w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
37
+ "640w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
38
+ "750w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
40
+ "1080w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
41
+ "1200w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
42
+ "1920w": "https://images.pexels.com/photos/8424885/pexels-photo-8424885.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
43
+ 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",
44
+ },
45
+ };
46
+
47
+ const IMG_3 = {
48
+ id: "7453466688403737787",
49
+ kind: "image",
50
+ location: "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg",
51
+ mimetype: "image/jpeg",
52
+ srcset: {
53
+ "320w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
54
+ "640w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
55
+ "750w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
56
+ "828w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
57
+ "1080w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
58
+ "1200w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
59
+ "1920w": "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
60
+ path: "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
61
+ },
62
+ };
63
+
64
+ const IMG_4 = {
65
+ id: "7453466692713295621",
66
+ kind: "image",
67
+ location: "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg",
68
+ mimetype: "image/jpeg",
69
+ srcset: {
70
+ "320w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
71
+ "640w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
72
+ "750w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
73
+ "828w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
74
+ "1080w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
75
+ "1200w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
76
+ "1920w": "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
77
+ path: "https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5833772/pexels-photo-5833772.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
46
78
  },
47
- mimetype: "image/png",
48
79
  };
49
80
 
50
81
  const TESTIMONIALS_CONTENT = [
@@ -53,60 +84,60 @@ const TESTIMONIALS_CONTENT = [
53
84
  "cover-container": null,
54
85
  "testimonial-content-wrapper": null,
55
86
  "testimonial-content": null,
56
- icon: DUMMY_ICON,
87
+ icon: QUOTE_ICON,
57
88
  "testimonial-info": null,
58
89
  "author-wrapper": null,
59
- cover: MEDIA_1,
90
+ cover: IMG_1,
60
91
  cover_embed: null,
61
92
  "testimonial-text":
62
- "Switching to this platform has completely transformed how we handle financial reporting. The automation features are intuitive and have saved our team countless hours.",
63
- "author-name": "Daniel Kim",
64
- "author-position": "Finance Operations Lead",
93
+ "We cut settlement time from T+2 to same-day and lifted auth rates 6.4% after moving to their routing engine. Chargebacks dropped below 0.15%.",
94
+ "author-name": "Marcus Hollister",
95
+ "author-position": "Chief Financial Officer, Northbridge Pay",
65
96
  },
66
97
  {
67
98
  testimonial: null,
68
99
  "cover-container": null,
69
100
  "testimonial-content-wrapper": null,
70
101
  "testimonial-content": null,
71
- icon: DUMMY_ICON,
102
+ icon: QUOTE_ICON,
72
103
  "testimonial-info": null,
73
104
  "author-wrapper": null,
74
- cover: MEDIA_1,
105
+ cover: IMG_2,
75
106
  cover_embed: null,
76
107
  "testimonial-text":
77
- "In an industry where every second counts, having real-time analytics and secure integrations has made all the difference for our clients and internal teams.",
78
- "author-name": "Amelia Rodriguez",
79
- "author-position": "VP of Digital Banking Solutions",
108
+ "KYC pass-through rates jumped to 92% once we replaced our vendor stack. The tokenized ledger kept us PCI DSS Level 1 without a single finding at audit.",
109
+ "author-name": "Elena Vargas",
110
+ "author-position": "Head of Payments, Mercato Bank",
80
111
  },
81
112
  {
82
113
  testimonial: null,
83
114
  "cover-container": null,
84
115
  "testimonial-content-wrapper": null,
85
116
  "testimonial-content": null,
86
- icon: DUMMY_ICON,
117
+ icon: QUOTE_ICON,
87
118
  "testimonial-info": null,
88
119
  "author-wrapper": null,
89
- cover: MEDIA_1,
120
+ cover: IMG_3,
90
121
  cover_embed: null,
91
122
  "testimonial-text":
92
- "The platform's ability to scale with our growth while maintaining transparency across all financial touchpoints is simply unmatched.",
93
- "author-name": "Omar Hassan",
94
- "author-position": "Chief Financial Officer",
123
+ "Their Plaid-style linking and webhook replay saved six months of engineering. Reconciliation against our double-entry ledger now runs in under ninety seconds.",
124
+ "author-name": "Priya Ramachandran",
125
+ "author-position": "VP Engineering, Luma Neobank",
95
126
  },
96
127
  {
97
128
  testimonial: null,
98
129
  "cover-container": null,
99
130
  "testimonial-content-wrapper": null,
100
131
  "testimonial-content": null,
101
- icon: DUMMY_ICON,
132
+ icon: QUOTE_ICON,
102
133
  "testimonial-info": null,
103
134
  "author-wrapper": null,
104
- cover: MEDIA_1,
135
+ cover: IMG_4,
105
136
  cover_embed: null,
106
137
  "testimonial-text":
107
- "We've seen a 30% improvement in financial process efficiency since adopting this tool. Its collaborative dashboards and user-friendly design stand out.",
108
- "author-name": "Priya Nair",
109
- "author-position": "Head of Financial Strategy",
138
+ "3DS 2.2 step-up and smart retries pushed approvals to 97.1% on recurring rails. Dispute win rate climbed 38% with evidence auto-packaged from the ledger.",
139
+ "author-name": "Daniel Okafor",
140
+ "author-position": "COO, Stripe-backed Fintech",
110
141
  },
111
142
  ];
112
143
 
@@ -116,35 +147,16 @@ const DEFAULT_CONTENT = {
116
147
  header: null,
117
148
  "header-content": null,
118
149
  "badge-container": null,
119
- "badge-text": "Beta Review",
150
+ "badge-text": "Customer Stories",
120
151
  "text-container": null,
121
- title: "Loved by Industrial People",
152
+ title: "Trusted by the teams moving money",
122
153
  description:
123
- "Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People ",
154
+ "Finance, engineering, and payments leaders rely on our platform to settle faster, stay compliant, and ship new rails without the usual risk.",
124
155
  testimonials: TESTIMONIALS_CONTENT,
125
156
  "carousel-navigation": null,
126
157
  "carousel-navigation-pill": null,
127
158
  title_two: " ",
128
159
  };
129
- const DEFAULT_CONTENT_VARIANT_2 = {
130
- layout: null,
131
- container: null,
132
- header: null,
133
- "header-content": null,
134
- "badge-container": null,
135
- "badge-text": "Beta Review",
136
- "text-container": null,
137
- title: "Loved by Industrial People",
138
- description:
139
- "Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People Loved by Industrial People ",
140
- testimonials: TESTIMONIALS_CONTENT.map((v) => ({
141
- ...v,
142
- cover: MEDIA_2,
143
- })),
144
- "carousel-navigation": null,
145
- "carousel-navigation-pill": null,
146
- title_two: " ",
147
- };
148
160
 
149
161
  export type ITestimonial2Content = typeof DEFAULT_CONTENT;
150
162
 
@@ -420,12 +432,12 @@ export const Testimonial2: IBlock = {
420
432
  container: {
421
433
  display: "flex",
422
434
  "flex-direction": "column",
423
- "row-gap": "7xl",
435
+ "row-gap": "4xl",
424
436
  tablet: {
425
437
  "row-gap": "3xl",
426
438
  },
427
439
  mobile: {
428
- "row-gap": "4xl",
440
+ "row-gap": "3xl",
429
441
  },
430
442
  },
431
443
  header: {
@@ -433,15 +445,11 @@ export const Testimonial2: IBlock = {
433
445
  display: "flex",
434
446
  width: "100%",
435
447
  "align-items": "center",
436
- "row-gap": "2xs",
437
- "column-gap": "2xs",
448
+ "column-gap": "xl",
438
449
  mobile: {
439
450
  "flex-direction": "column",
440
451
  "row-gap": "md",
441
452
  },
442
- tablet: {
443
- "margin-bottom": "base",
444
- },
445
453
  },
446
454
  "header-content": {
447
455
  display: "flex",
@@ -449,22 +457,23 @@ export const Testimonial2: IBlock = {
449
457
  "flex-direction": "column",
450
458
  "align-items": "flex-start",
451
459
  "justify-content": "center",
452
- "row-gap": "2xs",
453
- "column-gap": "2xs",
460
+ "row-gap": "sm",
454
461
  },
455
462
  "badge-container": {
456
- "border-radius": "2xl",
457
- "background-color": "brandSecondary",
458
- "padding-left": "lg",
459
- "padding-right": "lg",
460
- "padding-top": "4xs",
461
- "padding-bottom": "4xs",
463
+ "max-width": "fit-content",
462
464
  },
463
465
  "badge-text": {
464
- "font-weight": 500,
465
- color: "brandSecondaryForeground",
466
+ "font-weight": 600,
467
+ "font-size": "xs",
468
+ color: "brand",
469
+ "text-transform": "uppercase",
470
+ "letter-spacing": "0.08em",
466
471
  },
467
472
  title: {},
473
+ description: {
474
+ color: "mutedForeground",
475
+ "max-width": "640px",
476
+ },
468
477
  title_two: {
469
478
  display: "none",
470
479
  },
@@ -502,645 +511,101 @@ export const Testimonial2: IBlock = {
502
511
  testimonials_levoGroup: {
503
512
  number_of_slides: 1,
504
513
  },
505
- testimonials: [
506
- {
507
- testimonial: {
508
- display: "flex",
509
- "box-shadow": "default",
510
- "border-radius": "base",
511
- "align-items": "stretch",
512
- overflow: "hidden",
513
- tablet: {
514
- "flex-direction": "column",
515
- },
516
- },
517
- "cover-container": {
518
- "max-width": "45%",
519
- tablet: {
520
- "max-width": "100%",
521
- },
522
- },
523
- cover: {
524
- height: "100%",
525
- width: "100%",
526
- "object-fit": "cover",
527
- tablet: {
528
- "max-width": "100%",
529
- },
530
- },
531
- cover_embed: {},
532
- "testimonial-content-wrapper": {
533
- display: "flex",
534
- flex: "1",
535
- "align-items": "center",
536
- "row-gap": "7xl",
537
- "column-gap": "7xl",
538
- "border-top-right-radius": "3xl",
539
- "border-bottom-right-radius": "3xl",
540
- padding: "7xl",
541
- tablet: {
542
- flex: "unset",
543
- padding: "4xl",
544
- "border-top-right-radius": "0",
545
- "border-bottom-left-radius": "3xl",
546
- "border-bottom-right-radius": "3xl",
547
- },
548
- mobile: {
549
- padding: "lg",
550
- },
551
- },
552
- "testimonial-content": {
553
- display: "flex",
554
- flex: "1",
555
- "align-items": "flex-start",
556
- "row-gap": "xl",
557
- "column-gap": "xl",
558
- mobile: {
559
- "column-gap": "sm",
560
- },
561
- },
562
- icon: {
563
- height: "auto",
564
- width: "40px",
565
- tablet: {
566
- height: "auto",
567
- width: "28px",
568
- },
569
- mobile: {
570
- height: "auto",
571
- width: "20px",
572
- },
573
- },
574
- "testimonial-info": {
575
- display: "flex",
576
- flex: "1",
577
- "flex-direction": "column",
578
- "row-gap": "7xl",
579
- tablet: {
580
- "row-gap": "xl",
581
- },
582
- },
583
- "testimonial-text": {
584
- "font-weight": 600,
585
- "font-size": "2xl",
586
- },
587
- "author-wrapper": {
588
- display: "flex",
514
+ testimonials_levoGroupItem: {
515
+ testimonial: {
516
+ display: "flex",
517
+ "box-shadow": "default",
518
+ "border-radius": "xl",
519
+ "align-items": "stretch",
520
+ overflow: "hidden",
521
+ border: "1px solid",
522
+ "border-color": "var(--color-border)",
523
+ tablet: {
589
524
  "flex-direction": "column",
590
- "row-gap": "4xs",
591
- },
592
- "author-name": {
593
- "font-weight": 700,
594
525
  },
595
- "author-position": {},
596
526
  },
597
- {
598
- testimonial: {
599
- display: "flex",
600
- "box-shadow": "default",
601
- "border-radius": "base",
602
- "align-items": "stretch",
603
- overflow: "hidden",
604
- tablet: {
605
- "flex-direction": "column",
606
- },
607
- },
608
- "cover-container": {
609
- "max-width": "45%",
610
- tablet: {
611
- "max-width": "100%",
612
- },
613
- },
614
- cover: {
615
- height: "100%",
616
- width: "100%",
617
- "object-fit": "cover",
618
- tablet: {
619
- "max-width": "100%",
620
- },
621
- },
622
- cover_embed: {},
623
- "testimonial-content-wrapper": {
624
- display: "flex",
625
- flex: "1",
626
- "align-items": "center",
627
- "row-gap": "7xl",
628
- "column-gap": "7xl",
629
- "border-top-right-radius": "3xl",
630
- "border-bottom-right-radius": "3xl",
631
- padding: "7xl",
632
- tablet: {
633
- flex: "unset",
634
- padding: "4xl",
635
- "border-top-right-radius": "0",
636
- "border-bottom-left-radius": "3xl",
637
- "border-bottom-right-radius": "3xl",
638
- },
639
- mobile: {
640
- padding: "lg",
641
- },
642
- },
643
- "testimonial-content": {
644
- display: "flex",
645
- flex: "1",
646
- "align-items": "flex-start",
647
- "row-gap": "xl",
648
- "column-gap": "xl",
649
- mobile: {
650
- "column-gap": "sm",
651
- },
527
+ "cover-container": {
528
+ "max-width": "45%",
529
+ tablet: {
530
+ "max-width": "100%",
652
531
  },
653
- icon: {
654
- height: "auto",
655
- width: "40px",
656
- tablet: {
657
- height: "auto",
658
- width: "28px",
659
- },
660
- mobile: {
661
- height: "auto",
662
- width: "20px",
663
- },
664
- },
665
- "testimonial-info": {
666
- display: "flex",
667
- flex: "1",
668
- "flex-direction": "column",
669
- "row-gap": "7xl",
670
- tablet: {
671
- "row-gap": "xl",
672
- },
673
- },
674
- "testimonial-text": {
675
- "font-weight": 600,
676
- "font-size": "2xl",
677
- },
678
- "author-wrapper": {
679
- display: "flex",
680
- "flex-direction": "column",
681
- "row-gap": "4xs",
682
- },
683
- "author-name": {
684
- "font-weight": 700,
685
- },
686
- "author-position": {},
687
532
  },
688
- {
689
- testimonial: {
690
- display: "flex",
691
- "box-shadow": "default",
692
- "border-radius": "base",
693
- "align-items": "stretch",
694
- overflow: "hidden",
695
- tablet: {
696
- "flex-direction": "column",
697
- },
698
- },
699
- "cover-container": {
700
- "max-width": "45%",
701
- tablet: {
702
- "max-width": "100%",
703
- },
704
- },
705
- cover: {
706
- height: "100%",
707
- width: "100%",
708
- "object-fit": "cover",
709
- tablet: {
710
- "max-width": "100%",
711
- },
712
- },
713
- cover_embed: {},
714
- "testimonial-content-wrapper": {
715
- display: "flex",
716
- flex: "1",
717
- "align-items": "center",
718
- "row-gap": "7xl",
719
- "column-gap": "7xl",
720
- "border-top-right-radius": "3xl",
721
- "border-bottom-right-radius": "3xl",
722
- padding: "7xl",
723
- tablet: {
724
- flex: "unset",
725
- padding: "4xl",
726
- "border-top-right-radius": "0",
727
- "border-bottom-left-radius": "3xl",
728
- "border-bottom-right-radius": "3xl",
729
- },
730
- mobile: {
731
- padding: "lg",
732
- },
733
- },
734
- "testimonial-content": {
735
- display: "flex",
736
- flex: "1",
737
- "align-items": "flex-start",
738
- "row-gap": "xl",
739
- "column-gap": "xl",
740
- mobile: {
741
- "column-gap": "sm",
742
- },
743
- },
744
- icon: {
745
- height: "auto",
746
- width: "40px",
747
- tablet: {
748
- height: "auto",
749
- width: "28px",
750
- },
751
- mobile: {
752
- height: "auto",
753
- width: "20px",
754
- },
755
- },
756
- "testimonial-info": {
757
- display: "flex",
758
- flex: "1",
759
- "flex-direction": "column",
760
- "row-gap": "7xl",
761
- tablet: {
762
- "row-gap": "xl",
763
- },
764
- },
765
- "testimonial-text": {
766
- "font-weight": 600,
767
- "font-size": "2xl",
768
- },
769
- "author-wrapper": {
770
- display: "flex",
771
- "flex-direction": "column",
772
- "row-gap": "4xs",
773
- },
774
- "author-name": {
775
- "font-weight": 700,
533
+ cover: {
534
+ height: "100%",
535
+ width: "100%",
536
+ "object-fit": "cover",
537
+ "aspect-ratio": "4 / 5",
538
+ tablet: {
539
+ "max-width": "100%",
540
+ "aspect-ratio": "16 / 9",
776
541
  },
777
- "author-position": {},
778
542
  },
779
- {
780
- testimonial: {
781
- display: "flex",
782
- "box-shadow": "default",
783
- "border-radius": "base",
784
- "align-items": "stretch",
785
- overflow: "hidden",
786
- tablet: {
787
- "flex-direction": "column",
788
- },
789
- },
790
- "cover-container": {
791
- "max-width": "45%",
792
- tablet: {
793
- "max-width": "100%",
794
- },
795
- },
796
- cover: {
797
- height: "100%",
798
- width: "100%",
799
- "object-fit": "cover",
800
- tablet: {
801
- "max-width": "100%",
802
- },
803
- },
804
- cover_embed: {},
805
- "testimonial-content-wrapper": {
806
- display: "flex",
807
- flex: "1",
808
- "align-items": "center",
809
- "row-gap": "7xl",
810
- "column-gap": "7xl",
811
- "border-top-right-radius": "3xl",
812
- "border-bottom-right-radius": "3xl",
813
- padding: "7xl",
814
- tablet: {
815
- flex: "unset",
816
- padding: "4xl",
817
- "border-top-right-radius": "0",
818
- "border-bottom-left-radius": "3xl",
819
- "border-bottom-right-radius": "3xl",
820
- },
821
- mobile: {
822
- padding: "lg",
823
- },
824
- },
825
- "testimonial-content": {
826
- display: "flex",
827
- flex: "1",
828
- "align-items": "flex-start",
829
- "row-gap": "xl",
830
- "column-gap": "xl",
831
- mobile: {
832
- "column-gap": "sm",
833
- },
834
- },
835
- icon: {
836
- height: "auto",
837
- width: "40px",
838
- tablet: {
839
- height: "auto",
840
- width: "28px",
841
- },
842
- mobile: {
843
- height: "auto",
844
- width: "20px",
845
- },
846
- },
847
- "testimonial-info": {
848
- display: "flex",
849
- flex: "1",
850
- "flex-direction": "column",
851
- "row-gap": "7xl",
852
- tablet: {
853
- "row-gap": "xl",
854
- },
855
- },
856
- "testimonial-text": {
857
- "font-weight": 600,
858
- "font-size": "2xl",
859
- },
860
- "author-wrapper": {
861
- display: "flex",
862
- "flex-direction": "column",
863
- "row-gap": "4xs",
543
+ cover_embed: {},
544
+ "testimonial-content-wrapper": {
545
+ display: "flex",
546
+ flex: "1",
547
+ "align-items": "center",
548
+ padding: "4xl",
549
+ tablet: {
550
+ flex: "unset",
551
+ padding: "3xl",
864
552
  },
865
- "author-name": {
866
- "font-weight": 700,
553
+ mobile: {
554
+ padding: "xl",
867
555
  },
868
- "author-position": {},
869
556
  },
870
- {
871
- testimonial: {
872
- display: "flex",
873
- "box-shadow": "default",
874
- "border-radius": "base",
875
- "align-items": "stretch",
876
- overflow: "hidden",
877
- tablet: {
878
- "flex-direction": "column",
879
- },
880
- },
881
- "cover-container": {
882
- "max-width": "45%",
883
- tablet: {
884
- "max-width": "100%",
885
- },
886
- },
887
- cover: {
888
- height: "100%",
889
- width: "100%",
890
- "object-fit": "cover",
891
- tablet: {
892
- "max-width": "100%",
893
- },
894
- },
895
- cover_embed: {},
896
- "testimonial-content-wrapper": {
897
- display: "flex",
898
- flex: "1",
899
- "align-items": "center",
900
- "row-gap": "7xl",
901
- "column-gap": "7xl",
902
- "border-top-right-radius": "3xl",
903
- "border-bottom-right-radius": "3xl",
904
- padding: "7xl",
905
- tablet: {
906
- flex: "unset",
907
- padding: "4xl",
908
- "border-top-right-radius": "0",
909
- "border-bottom-left-radius": "3xl",
910
- "border-bottom-right-radius": "3xl",
911
- },
912
- mobile: {
913
- padding: "lg",
914
- },
915
- },
916
- "testimonial-content": {
917
- display: "flex",
918
- flex: "1",
919
- "align-items": "flex-start",
920
- "row-gap": "xl",
921
- "column-gap": "xl",
922
- mobile: {
923
- "column-gap": "sm",
924
- },
925
- },
926
- icon: {
927
- height: "auto",
928
- width: "40px",
929
- tablet: {
930
- height: "auto",
931
- width: "28px",
932
- },
933
- mobile: {
934
- height: "auto",
935
- width: "20px",
936
- },
937
- },
938
- "testimonial-info": {
939
- display: "flex",
940
- flex: "1",
941
- "flex-direction": "column",
942
- "row-gap": "7xl",
943
- tablet: {
944
- "row-gap": "xl",
945
- },
946
- },
947
- "testimonial-text": {
948
- "font-weight": 600,
949
- "font-size": "2xl",
950
- },
951
- "author-wrapper": {
952
- display: "flex",
953
- "flex-direction": "column",
954
- "row-gap": "4xs",
955
- },
956
- "author-name": {
957
- "font-weight": 700,
557
+ "testimonial-content": {
558
+ display: "flex",
559
+ flex: "1",
560
+ "align-items": "flex-start",
561
+ "column-gap": "lg",
562
+ mobile: {
563
+ "column-gap": "sm",
958
564
  },
959
- "author-position": {},
960
565
  },
961
- {
962
- testimonial: {
963
- display: "flex",
964
- "box-shadow": "default",
965
- "border-radius": "base",
966
- "align-items": "stretch",
967
- overflow: "hidden",
968
- tablet: {
969
- "flex-direction": "column",
970
- },
971
- },
972
- "cover-container": {
973
- "max-width": "45%",
974
- tablet: {
975
- "max-width": "100%",
976
- },
977
- },
978
- cover: {
979
- height: "100%",
980
- width: "100%",
981
- "object-fit": "cover",
982
- tablet: {
983
- "max-width": "100%",
984
- },
985
- },
986
- cover_embed: {},
987
- "testimonial-content-wrapper": {
988
- display: "flex",
989
- flex: "1",
990
- "align-items": "center",
991
- "row-gap": "7xl",
992
- "column-gap": "7xl",
993
- "border-top-right-radius": "3xl",
994
- "border-bottom-right-radius": "3xl",
995
- padding: "7xl",
996
- tablet: {
997
- flex: "unset",
998
- padding: "4xl",
999
- "border-top-right-radius": "0",
1000
- "border-bottom-left-radius": "3xl",
1001
- "border-bottom-right-radius": "3xl",
1002
- },
1003
- mobile: {
1004
- padding: "lg",
1005
- },
1006
- },
1007
- "testimonial-content": {
1008
- display: "flex",
1009
- flex: "1",
1010
- "align-items": "flex-start",
1011
- "row-gap": "xl",
1012
- "column-gap": "xl",
1013
- mobile: {
1014
- "column-gap": "sm",
1015
- },
1016
- },
1017
- icon: {
1018
- height: "auto",
1019
- width: "40px",
1020
- tablet: {
1021
- height: "auto",
1022
- width: "28px",
1023
- },
1024
- mobile: {
1025
- height: "auto",
1026
- width: "20px",
1027
- },
566
+ icon: {
567
+ height: "32px",
568
+ width: "32px",
569
+ "font-size": "32px",
570
+ "flex-shrink": 0,
571
+ color: "brand",
572
+ tablet: {
573
+ height: "28px",
574
+ width: "28px",
575
+ "font-size": "28px",
576
+ },
577
+ mobile: {
578
+ height: "24px",
579
+ width: "24px",
580
+ "font-size": "24px",
1028
581
  },
1029
- "testimonial-info": {
1030
- display: "flex",
1031
- flex: "1",
1032
- "flex-direction": "column",
1033
- "row-gap": "7xl",
1034
- tablet: {
1035
- "row-gap": "xl",
1036
- },
1037
- },
1038
- "testimonial-text": {
1039
- "font-weight": 600,
1040
- "font-size": "2xl",
1041
- },
1042
- "author-wrapper": {
1043
- display: "flex",
1044
- "flex-direction": "column",
1045
- "row-gap": "4xs",
1046
- },
1047
- "author-name": {
1048
- "font-weight": 700,
1049
- },
1050
- "author-position": {},
1051
582
  },
1052
- {
1053
- testimonial: {
1054
- display: "flex",
1055
- "box-shadow": "default",
1056
- "border-radius": "base",
1057
- "align-items": "stretch",
1058
- overflow: "hidden",
1059
- tablet: {
1060
- "flex-direction": "column",
1061
- },
1062
- },
1063
- "cover-container": {
1064
- "max-width": "45%",
1065
- tablet: {
1066
- "max-width": "100%",
1067
- },
1068
- },
1069
- cover: {
1070
- height: "100%",
1071
- width: "100%",
1072
- "object-fit": "cover",
1073
- tablet: {
1074
- "max-width": "100%",
1075
- },
1076
- },
1077
- cover_embed: {},
1078
- "testimonial-content-wrapper": {
1079
- display: "flex",
1080
- flex: "1",
1081
- "align-items": "center",
1082
- "row-gap": "7xl",
1083
- "column-gap": "7xl",
1084
- "border-top-right-radius": "3xl",
1085
- "border-bottom-right-radius": "3xl",
1086
- padding: "7xl",
1087
- tablet: {
1088
- flex: "unset",
1089
- padding: "4xl",
1090
- "border-top-right-radius": "0",
1091
- "border-bottom-left-radius": "3xl",
1092
- "border-bottom-right-radius": "3xl",
1093
- },
1094
- mobile: {
1095
- padding: "lg",
1096
- },
1097
- },
1098
- "testimonial-content": {
1099
- display: "flex",
1100
- flex: "1",
1101
- "align-items": "flex-start",
583
+ "testimonial-info": {
584
+ display: "flex",
585
+ flex: "1",
586
+ "flex-direction": "column",
587
+ "row-gap": "2xl",
588
+ tablet: {
1102
589
  "row-gap": "xl",
1103
- "column-gap": "xl",
1104
- mobile: {
1105
- "column-gap": "sm",
1106
- },
1107
- },
1108
- icon: {
1109
- height: "auto",
1110
- width: "40px",
1111
- tablet: {
1112
- height: "auto",
1113
- width: "28px",
1114
- },
1115
- mobile: {
1116
- height: "auto",
1117
- width: "20px",
1118
- },
1119
590
  },
1120
- "testimonial-info": {
1121
- display: "flex",
1122
- flex: "1",
1123
- "flex-direction": "column",
1124
- "row-gap": "7xl",
1125
- tablet: {
1126
- "row-gap": "xl",
1127
- },
1128
- },
1129
- "testimonial-text": {
1130
- "font-weight": 600,
1131
- "font-size": "2xl",
1132
- },
1133
- "author-wrapper": {
1134
- display: "flex",
1135
- "flex-direction": "column",
1136
- "row-gap": "4xs",
1137
- },
1138
- "author-name": {
1139
- "font-weight": 700,
1140
- },
1141
- "author-position": {},
1142
591
  },
1143
- ],
592
+ "testimonial-text": {
593
+ "font-weight": 500,
594
+ "font-size": "xl",
595
+ },
596
+ "author-wrapper": {
597
+ display: "flex",
598
+ "flex-direction": "column",
599
+ "row-gap": "4xs",
600
+ },
601
+ "author-name": {
602
+ "font-weight": 700,
603
+ },
604
+ "author-position": {
605
+ color: "mutedForeground",
606
+ },
607
+ },
608
+ testimonials: [{}, {}, {}, {}],
1144
609
  },
1145
610
  content: DEFAULT_CONTENT,
1146
611
  config: {
@@ -1171,11 +636,13 @@ export const Testimonial2: IBlock = {
1171
636
  level: "4",
1172
637
  },
1173
638
  selectedVariants: {
1174
- Heading_Level: "H4",
639
+ Heading_Level: "H5",
1175
640
  },
1176
641
  },
1177
642
  "author-position": {
1178
- selectedVariants: {},
643
+ selectedVariants: {
644
+ Typography_Variants: "Small",
645
+ },
1179
646
  },
1180
647
  },
1181
648
  {
@@ -1189,7 +656,12 @@ export const Testimonial2: IBlock = {
1189
656
  level: "4",
1190
657
  },
1191
658
  selectedVariants: {
1192
- Heading_Level: "H4",
659
+ Heading_Level: "H5",
660
+ },
661
+ },
662
+ "author-position": {
663
+ selectedVariants: {
664
+ Typography_Variants: "Small",
1193
665
  },
1194
666
  },
1195
667
  },
@@ -1204,7 +676,12 @@ export const Testimonial2: IBlock = {
1204
676
  level: "4",
1205
677
  },
1206
678
  selectedVariants: {
1207
- Heading_Level: "H4",
679
+ Heading_Level: "H5",
680
+ },
681
+ },
682
+ "author-position": {
683
+ selectedVariants: {
684
+ Typography_Variants: "Small",
1208
685
  },
1209
686
  },
1210
687
  },
@@ -1219,7 +696,12 @@ export const Testimonial2: IBlock = {
1219
696
  level: "4",
1220
697
  },
1221
698
  selectedVariants: {
1222
- Heading_Level: "H4",
699
+ Heading_Level: "H5",
700
+ },
701
+ },
702
+ "author-position": {
703
+ selectedVariants: {
704
+ Typography_Variants: "Small",
1223
705
  },
1224
706
  },
1225
707
  },
@@ -1227,19 +709,19 @@ export const Testimonial2: IBlock = {
1227
709
  },
1228
710
  },
1229
711
  {
1230
- title: "Bottom Navigation",
1231
- key: "bottom-navigation",
712
+ title: "Centered Header",
713
+ key: "centered-header",
1232
714
  styles: {
1233
715
  layout: {},
1234
716
  container: {
1235
717
  display: "flex",
1236
718
  "flex-direction": "column",
1237
- "row-gap": "7xl",
719
+ "row-gap": "4xl",
1238
720
  tablet: {
1239
721
  "row-gap": "3xl",
1240
722
  },
1241
723
  mobile: {
1242
- "row-gap": "4xl",
724
+ "row-gap": "3xl",
1243
725
  },
1244
726
  },
1245
727
  header: {
@@ -1247,11 +729,9 @@ export const Testimonial2: IBlock = {
1247
729
  display: "flex",
1248
730
  width: "100%",
1249
731
  "align-items": "center",
1250
- "row-gap": "2xs",
1251
- "column-gap": "2xs",
732
+ "justify-content": "center",
1252
733
  mobile: {
1253
734
  "flex-direction": "column",
1254
- "row-gap": "md",
1255
735
  },
1256
736
  },
1257
737
  "header-content": {
@@ -1260,31 +740,38 @@ export const Testimonial2: IBlock = {
1260
740
  "flex-direction": "column",
1261
741
  "align-items": "center",
1262
742
  "justify-content": "center",
1263
- "row-gap": "2xs",
1264
- "column-gap": "2xs",
743
+ "row-gap": "sm",
744
+ "max-width": "720px",
745
+ "margin-left": "auto",
746
+ "margin-right": "auto",
1265
747
  },
1266
748
  "badge-container": {
1267
- "border-radius": "2xl",
1268
- "background-color": "brandSecondary",
1269
- "padding-left": "lg",
1270
- "padding-right": "lg",
1271
- "padding-top": "4xs",
1272
- "padding-bottom": "4xs",
749
+ "max-width": "fit-content",
1273
750
  },
1274
751
  "badge-text": {
1275
- color: "brandSecondaryForeground",
1276
- "font-weight": 500,
752
+ "font-weight": 600,
753
+ "font-size": "xs",
754
+ color: "brand",
755
+ "text-transform": "uppercase",
756
+ "letter-spacing": "0.08em",
1277
757
  },
1278
758
  title: {
1279
759
  "text-align": "center",
1280
760
  },
761
+ description: {
762
+ "text-align": "center",
763
+ color: "mutedForeground",
764
+ },
765
+ title_two: {
766
+ display: "none",
767
+ },
1281
768
  "carousel-navigation-top-container": {
1282
769
  display: "none",
1283
770
  },
1284
771
  "carousel-navigation-bottom-container": {
1285
772
  display: "flex",
1286
773
  "justify-content": "center",
1287
- "margin-top": "base",
774
+ "margin-top": "xl",
1288
775
  },
1289
776
  "carousel-navigation": {
1290
777
  display: "flex",
@@ -1300,385 +787,100 @@ export const Testimonial2: IBlock = {
1300
787
  testimonials_levoGroup: {
1301
788
  number_of_slides: 1,
1302
789
  },
1303
- testimonials: [
1304
- {
1305
- testimonial: {
1306
- display: "flex",
1307
- "box-shadow": "default",
1308
- "border-radius": "base",
1309
- "align-items": "stretch",
1310
- overflow: "hidden",
1311
- tablet: {
1312
- "flex-direction": "column",
1313
- },
1314
- border: "1px solid",
1315
- "border-color": "var(--color-border)",
1316
- },
1317
- "cover-container": {
1318
- "max-width": "571px",
1319
- tablet: {
1320
- "max-width": "100%",
1321
- },
1322
- },
1323
- cover: {
1324
- height: "100%",
1325
- width: "100%",
1326
- "object-fit": "cover",
1327
- tablet: {
1328
- "max-width": "100%",
1329
- },
1330
- "max-width": "571px",
1331
- },
1332
- cover_embed: {},
1333
- "testimonial-content-wrapper": {
1334
- display: "flex",
1335
- flex: "1",
1336
- "align-items": "center",
1337
- "row-gap": "7xl",
1338
- "column-gap": "7xl",
1339
- "border-top-right-radius": "3xl",
1340
- "border-bottom-right-radius": "3xl",
1341
- padding: "9xl",
1342
- tablet: {
1343
- flex: "unset",
1344
- padding: "4xl",
1345
- "border-top-right-radius": "0",
1346
- "border-bottom-left-radius": "3xl",
1347
- "border-bottom-right-radius": "3xl",
1348
- },
1349
- mobile: {
1350
- padding: "lg",
1351
- },
1352
- },
1353
- "testimonial-content": {
1354
- display: "flex",
1355
- flex: "1",
1356
- "align-items": "flex-start",
1357
- "row-gap": "xl",
1358
- "column-gap": "xl",
1359
- mobile: {
1360
- "column-gap": "sm",
1361
- },
1362
- },
1363
- icon: {
1364
- height: "auto",
1365
- width: "40px",
1366
- tablet: {
1367
- height: "auto",
1368
- width: "28px",
1369
- },
1370
- mobile: {
1371
- height: "auto",
1372
- width: "20px",
1373
- },
1374
- },
1375
- "testimonial-info": {
1376
- display: "flex",
1377
- flex: "1",
1378
- "flex-direction": "column",
1379
- "row-gap": "3xl",
1380
- tablet: {
1381
- "row-gap": "3xl",
1382
- },
1383
- },
1384
- "testimonial-text": {
1385
- "font-weight": 600,
1386
- },
1387
- "author-wrapper": {
1388
- display: "flex",
790
+ testimonials_levoGroupItem: {
791
+ testimonial: {
792
+ display: "flex",
793
+ "box-shadow": "lg",
794
+ "border-radius": "2xl",
795
+ "align-items": "stretch",
796
+ overflow: "hidden",
797
+ tablet: {
1389
798
  "flex-direction": "column",
1390
- "row-gap": "5xs",
1391
- },
1392
- "author-name": {
1393
- "font-weight": 700,
1394
799
  },
1395
- "author-position": {},
800
+ border: "1px solid",
801
+ "border-color": "var(--color-border)",
1396
802
  },
1397
- {
1398
- testimonial: {
1399
- display: "flex",
1400
- "box-shadow": "default",
1401
- "border-radius": "base",
1402
- "align-items": "stretch",
1403
- overflow: "hidden",
1404
- tablet: {
1405
- "flex-direction": "column",
1406
- },
1407
- border: "1px solid",
1408
- "border-color": "var(--color-border)",
1409
- },
1410
- "cover-container": {
1411
- "max-width": "571px",
1412
- tablet: {
1413
- "max-width": "100%",
1414
- },
1415
- },
1416
- cover: {
1417
- height: "100%",
1418
- width: "100%",
1419
- "object-fit": "cover",
1420
- tablet: {
1421
- "max-width": "100%",
1422
- },
1423
- "max-width": "571px",
1424
- },
1425
- cover_embed: {},
1426
- "testimonial-content-wrapper": {
1427
- display: "flex",
1428
- flex: "1",
1429
- "align-items": "center",
1430
- "row-gap": "7xl",
1431
- "column-gap": "7xl",
1432
- "border-top-right-radius": "3xl",
1433
- "border-bottom-right-radius": "3xl",
1434
- padding: "9xl",
1435
- tablet: {
1436
- flex: "unset",
1437
- padding: "4xl",
1438
- "border-top-right-radius": "0",
1439
- "border-bottom-left-radius": "3xl",
1440
- "border-bottom-right-radius": "3xl",
1441
- },
1442
- mobile: {
1443
- padding: "lg",
1444
- },
1445
- },
1446
- "testimonial-content": {
1447
- display: "flex",
1448
- flex: "1",
1449
- "align-items": "flex-start",
1450
- "row-gap": "xl",
1451
- "column-gap": "xl",
1452
- mobile: {
1453
- "column-gap": "sm",
1454
- },
1455
- },
1456
- icon: {
1457
- height: "auto",
1458
- width: "40px",
1459
- tablet: {
1460
- height: "auto",
1461
- width: "28px",
1462
- },
1463
- mobile: {
1464
- height: "auto",
1465
- width: "20px",
1466
- },
1467
- },
1468
- "testimonial-info": {
1469
- display: "flex",
1470
- flex: "1",
1471
- "flex-direction": "column",
1472
- "row-gap": "3xl",
1473
- tablet: {
1474
- "row-gap": "3xl",
1475
- },
1476
- },
1477
- "testimonial-text": {
1478
- "font-weight": 600,
1479
- },
1480
- "author-wrapper": {
1481
- display: "flex",
1482
- "flex-direction": "column",
1483
- "row-gap": "5xs",
803
+ "cover-container": {
804
+ "max-width": "50%",
805
+ tablet: {
806
+ "max-width": "100%",
1484
807
  },
1485
- "author-name": {
1486
- "font-weight": 700,
1487
- },
1488
- "author-position": {},
1489
808
  },
1490
- {
1491
- testimonial: {
1492
- display: "flex",
1493
- "box-shadow": "default",
1494
- "border-radius": "base",
1495
- "align-items": "stretch",
1496
- overflow: "hidden",
1497
- tablet: {
1498
- "flex-direction": "column",
1499
- },
1500
- border: "1px solid",
1501
- "border-color": "var(--color-border)",
1502
- },
1503
- "cover-container": {
1504
- "max-width": "571px",
1505
- tablet: {
1506
- "max-width": "100%",
1507
- },
1508
- },
1509
- cover: {
1510
- height: "100%",
1511
- width: "100%",
1512
- "object-fit": "cover",
1513
- tablet: {
1514
- "max-width": "100%",
1515
- },
1516
- "max-width": "571px",
1517
- },
1518
- cover_embed: {},
1519
- "testimonial-content-wrapper": {
1520
- display: "flex",
1521
- flex: "1",
1522
- "align-items": "center",
1523
- "row-gap": "7xl",
1524
- "column-gap": "7xl",
1525
- "border-top-right-radius": "3xl",
1526
- "border-bottom-right-radius": "3xl",
1527
- padding: "9xl",
1528
- tablet: {
1529
- flex: "unset",
1530
- padding: "4xl",
1531
- "border-top-right-radius": "0",
1532
- "border-bottom-left-radius": "3xl",
1533
- "border-bottom-right-radius": "3xl",
1534
- },
1535
- mobile: {
1536
- padding: "lg",
1537
- },
1538
- },
1539
- "testimonial-content": {
1540
- display: "flex",
1541
- flex: "1",
1542
- "align-items": "flex-start",
1543
- "row-gap": "xl",
1544
- "column-gap": "xl",
1545
- mobile: {
1546
- "column-gap": "sm",
1547
- },
1548
- },
1549
- icon: {
1550
- height: "auto",
1551
- width: "40px",
1552
- tablet: {
1553
- height: "auto",
1554
- width: "28px",
1555
- },
1556
- mobile: {
1557
- height: "auto",
1558
- width: "20px",
1559
- },
809
+ cover: {
810
+ height: "100%",
811
+ width: "100%",
812
+ "object-fit": "cover",
813
+ "aspect-ratio": "4 / 5",
814
+ tablet: {
815
+ "max-width": "100%",
816
+ "aspect-ratio": "16 / 9",
1560
817
  },
1561
- "testimonial-info": {
1562
- display: "flex",
1563
- flex: "1",
1564
- "flex-direction": "column",
1565
- "row-gap": "3xl",
1566
- tablet: {
1567
- "row-gap": "3xl",
1568
- },
1569
- },
1570
- "testimonial-text": {
1571
- "font-weight": 600,
818
+ },
819
+ cover_embed: {},
820
+ "testimonial-content-wrapper": {
821
+ display: "flex",
822
+ flex: "1",
823
+ "align-items": "center",
824
+ padding: "5xl",
825
+ tablet: {
826
+ flex: "unset",
827
+ padding: "3xl",
1572
828
  },
1573
- "author-wrapper": {
1574
- display: "flex",
1575
- "flex-direction": "column",
1576
- "row-gap": "5xs",
829
+ mobile: {
830
+ padding: "xl",
1577
831
  },
1578
- "author-name": {
1579
- "font-weight": 700,
832
+ },
833
+ "testimonial-content": {
834
+ display: "flex",
835
+ flex: "1",
836
+ "flex-direction": "column",
837
+ "row-gap": "xl",
838
+ },
839
+ icon: {
840
+ height: "32px",
841
+ width: "32px",
842
+ "font-size": "32px",
843
+ "flex-shrink": 0,
844
+ color: "brand",
845
+ tablet: {
846
+ height: "28px",
847
+ width: "28px",
848
+ "font-size": "28px",
849
+ },
850
+ mobile: {
851
+ height: "24px",
852
+ width: "24px",
853
+ "font-size": "24px",
1580
854
  },
1581
- "author-position": {},
1582
855
  },
1583
- {
1584
- testimonial: {
1585
- display: "flex",
1586
- "box-shadow": "default",
1587
- "border-radius": "base",
1588
- "align-items": "stretch",
1589
- overflow: "hidden",
1590
- tablet: {
1591
- "flex-direction": "column",
1592
- },
1593
- border: "1px solid",
1594
- "border-color": "var(--color-border)",
1595
- },
1596
- "cover-container": {
1597
- "max-width": "571px",
1598
- tablet: {
1599
- "max-width": "100%",
1600
- },
1601
- },
1602
- cover: {
1603
- height: "100%",
1604
- width: "100%",
1605
- "object-fit": "cover",
1606
- tablet: {
1607
- "max-width": "100%",
1608
- },
1609
- "max-width": "571px",
1610
- },
1611
- cover_embed: {},
1612
- "testimonial-content-wrapper": {
1613
- display: "flex",
1614
- flex: "1",
1615
- "align-items": "center",
1616
- "row-gap": "7xl",
1617
- "column-gap": "7xl",
1618
- "border-top-right-radius": "3xl",
1619
- "border-bottom-right-radius": "3xl",
1620
- padding: "9xl",
1621
- tablet: {
1622
- flex: "unset",
1623
- padding: "4xl",
1624
- "border-top-right-radius": "0",
1625
- "border-bottom-left-radius": "3xl",
1626
- "border-bottom-right-radius": "3xl",
1627
- },
1628
- mobile: {
1629
- padding: "lg",
1630
- },
1631
- },
1632
- "testimonial-content": {
1633
- display: "flex",
1634
- flex: "1",
1635
- "align-items": "flex-start",
856
+ "testimonial-info": {
857
+ display: "flex",
858
+ flex: "1",
859
+ "flex-direction": "column",
860
+ "row-gap": "2xl",
861
+ tablet: {
1636
862
  "row-gap": "xl",
1637
- "column-gap": "xl",
1638
- mobile: {
1639
- "column-gap": "sm",
1640
- },
1641
- },
1642
- icon: {
1643
- height: "auto",
1644
- width: "40px",
1645
- tablet: {
1646
- height: "auto",
1647
- width: "28px",
1648
- },
1649
- mobile: {
1650
- height: "auto",
1651
- width: "20px",
1652
- },
1653
- },
1654
- "testimonial-info": {
1655
- display: "flex",
1656
- flex: "1",
1657
- "flex-direction": "column",
1658
- "row-gap": "3xl",
1659
- tablet: {
1660
- "row-gap": "3xl",
1661
- },
1662
- },
1663
- "testimonial-text": {
1664
- "font-weight": 600,
1665
863
  },
1666
- "author-wrapper": {
1667
- display: "flex",
1668
- "flex-direction": "column",
1669
- "row-gap": "5xs",
1670
- },
1671
- "author-name": {
1672
- "font-weight": 700,
1673
- },
1674
- "author-position": {},
1675
864
  },
1676
- ],
1677
- description: {
1678
- "text-align": "center",
865
+ "testimonial-text": {
866
+ "font-weight": 500,
867
+ "font-size": "xl",
868
+ },
869
+ "author-wrapper": {
870
+ display: "flex",
871
+ "flex-direction": "column",
872
+ "row-gap": "4xs",
873
+ },
874
+ "author-name": {
875
+ "font-weight": 700,
876
+ },
877
+ "author-position": {
878
+ color: "mutedForeground",
879
+ },
1679
880
  },
881
+ testimonials: [{}, {}, {}, {}],
1680
882
  },
1681
- content: DEFAULT_CONTENT_VARIANT_2,
883
+ content: DEFAULT_CONTENT,
1682
884
  config: {
1683
885
  testimonials_levoGroup: {
1684
886
  carousel: {
@@ -1774,5 +976,529 @@ export const Testimonial2: IBlock = {
1774
976
  ],
1775
977
  },
1776
978
  },
979
+ {
980
+ title: "Compact Card",
981
+ key: "compact-card",
982
+ styles: {
983
+ layout: {},
984
+ container: {
985
+ display: "flex",
986
+ "flex-direction": "column",
987
+ "row-gap": "3xl",
988
+ tablet: {
989
+ "row-gap": "3xl",
990
+ },
991
+ mobile: {
992
+ "row-gap": "3xl",
993
+ },
994
+ },
995
+ header: {
996
+ position: "relative",
997
+ display: "flex",
998
+ width: "100%",
999
+ "align-items": "center",
1000
+ "column-gap": "xl",
1001
+ mobile: {
1002
+ "flex-direction": "column",
1003
+ "row-gap": "md",
1004
+ },
1005
+ },
1006
+ "header-content": {
1007
+ display: "flex",
1008
+ flex: "1",
1009
+ "flex-direction": "column",
1010
+ "align-items": "flex-start",
1011
+ "justify-content": "center",
1012
+ "row-gap": "sm",
1013
+ },
1014
+ "badge-container": {
1015
+ "max-width": "fit-content",
1016
+ },
1017
+ "badge-text": {
1018
+ "font-weight": 600,
1019
+ "font-size": "xs",
1020
+ color: "brand",
1021
+ "text-transform": "uppercase",
1022
+ "letter-spacing": "0.08em",
1023
+ },
1024
+ title: {},
1025
+ description: {
1026
+ color: "mutedForeground",
1027
+ "max-width": "640px",
1028
+ },
1029
+ title_two: {
1030
+ display: "none",
1031
+ },
1032
+ "carousel-navigation-top-container": {
1033
+ display: "flex",
1034
+ tablet: {
1035
+ display: "none",
1036
+ },
1037
+ mobile: {
1038
+ display: "none",
1039
+ },
1040
+ },
1041
+ "carousel-navigation-bottom-container": {
1042
+ display: "none",
1043
+ tablet: {
1044
+ display: "flex",
1045
+ "justify-content": "center",
1046
+ },
1047
+ mobile: {
1048
+ display: "flex",
1049
+ "justify-content": "center",
1050
+ },
1051
+ },
1052
+ "carousel-navigation": {
1053
+ display: "flex",
1054
+ "column-gap": "2xs",
1055
+ "align-items": "center",
1056
+ },
1057
+ "carousel-navigation-pill": {
1058
+ width: "8px",
1059
+ height: "8px",
1060
+ "border-radius": "8px",
1061
+ "background-color": "brandSecondary",
1062
+ },
1063
+ testimonials_levoGroup: {
1064
+ number_of_slides: 1,
1065
+ },
1066
+ testimonials_levoGroupItem: {
1067
+ testimonial: {
1068
+ display: "flex",
1069
+ "border-radius": "xl",
1070
+ "align-items": "stretch",
1071
+ overflow: "hidden",
1072
+ "background-color": "var(--color-muted)",
1073
+ tablet: {
1074
+ "flex-direction": "column",
1075
+ },
1076
+ },
1077
+ "cover-container": {
1078
+ "max-width": "40%",
1079
+ tablet: {
1080
+ "max-width": "100%",
1081
+ },
1082
+ },
1083
+ cover: {
1084
+ height: "100%",
1085
+ width: "100%",
1086
+ "object-fit": "cover",
1087
+ "aspect-ratio": "4 / 5",
1088
+ tablet: {
1089
+ "max-width": "100%",
1090
+ "aspect-ratio": "16 / 9",
1091
+ },
1092
+ },
1093
+ cover_embed: {},
1094
+ "testimonial-content-wrapper": {
1095
+ display: "flex",
1096
+ flex: "1",
1097
+ "align-items": "center",
1098
+ padding: "3xl",
1099
+ tablet: {
1100
+ flex: "unset",
1101
+ padding: "2xl",
1102
+ },
1103
+ mobile: {
1104
+ padding: "xl",
1105
+ },
1106
+ },
1107
+ "testimonial-content": {
1108
+ display: "flex",
1109
+ flex: "1",
1110
+ "align-items": "flex-start",
1111
+ "column-gap": "md",
1112
+ },
1113
+ icon: {
1114
+ height: "28px",
1115
+ width: "28px",
1116
+ "font-size": "28px",
1117
+ "flex-shrink": 0,
1118
+ color: "brand",
1119
+ tablet: {
1120
+ height: "24px",
1121
+ width: "24px",
1122
+ "font-size": "24px",
1123
+ },
1124
+ mobile: {
1125
+ height: "20px",
1126
+ width: "20px",
1127
+ "font-size": "20px",
1128
+ },
1129
+ },
1130
+ "testimonial-info": {
1131
+ display: "flex",
1132
+ flex: "1",
1133
+ "flex-direction": "column",
1134
+ "row-gap": "xl",
1135
+ tablet: {
1136
+ "row-gap": "lg",
1137
+ },
1138
+ },
1139
+ "testimonial-text": {
1140
+ "font-weight": 500,
1141
+ },
1142
+ "author-wrapper": {
1143
+ display: "flex",
1144
+ "flex-direction": "column",
1145
+ "row-gap": "4xs",
1146
+ },
1147
+ "author-name": {
1148
+ "font-weight": 600,
1149
+ },
1150
+ "author-position": {
1151
+ color: "mutedForeground",
1152
+ },
1153
+ },
1154
+ testimonials: [{}, {}, {}, {}],
1155
+ },
1156
+ content: DEFAULT_CONTENT,
1157
+ config: {
1158
+ testimonials_levoGroup: {
1159
+ carousel: {
1160
+ loop: true,
1161
+ },
1162
+ },
1163
+ title: {
1164
+ selectedVariants: {
1165
+ Heading_Level: "H2",
1166
+ },
1167
+ },
1168
+ testimonials: [
1169
+ {
1170
+ "testimonial-text": {
1171
+ selectedVariants: {
1172
+ Typography_Variants: "Lead",
1173
+ },
1174
+ },
1175
+ "author-name": {
1176
+ heading: {
1177
+ level: "4",
1178
+ },
1179
+ selectedVariants: {
1180
+ Heading_Level: "H5",
1181
+ },
1182
+ },
1183
+ "author-position": {
1184
+ selectedVariants: {
1185
+ Typography_Variants: "Small",
1186
+ },
1187
+ },
1188
+ },
1189
+ {
1190
+ "testimonial-text": {
1191
+ selectedVariants: {
1192
+ Typography_Variants: "Lead",
1193
+ },
1194
+ },
1195
+ "author-name": {
1196
+ heading: {
1197
+ level: "4",
1198
+ },
1199
+ selectedVariants: {
1200
+ Heading_Level: "H5",
1201
+ },
1202
+ },
1203
+ "author-position": {
1204
+ selectedVariants: {
1205
+ Typography_Variants: "Small",
1206
+ },
1207
+ },
1208
+ },
1209
+ {
1210
+ "testimonial-text": {
1211
+ selectedVariants: {
1212
+ Typography_Variants: "Lead",
1213
+ },
1214
+ },
1215
+ "author-name": {
1216
+ heading: {
1217
+ level: "4",
1218
+ },
1219
+ selectedVariants: {
1220
+ Heading_Level: "H5",
1221
+ },
1222
+ },
1223
+ "author-position": {
1224
+ selectedVariants: {
1225
+ Typography_Variants: "Small",
1226
+ },
1227
+ },
1228
+ },
1229
+ {
1230
+ "testimonial-text": {
1231
+ selectedVariants: {
1232
+ Typography_Variants: "Lead",
1233
+ },
1234
+ },
1235
+ "author-name": {
1236
+ heading: {
1237
+ level: "4",
1238
+ },
1239
+ selectedVariants: {
1240
+ Heading_Level: "H5",
1241
+ },
1242
+ },
1243
+ "author-position": {
1244
+ selectedVariants: {
1245
+ Typography_Variants: "Small",
1246
+ },
1247
+ },
1248
+ },
1249
+ ],
1250
+ },
1251
+ },
1252
+ {
1253
+ title: "Minimal Slide",
1254
+ key: "minimal-slide",
1255
+ styles: {
1256
+ layout: {},
1257
+ container: {
1258
+ display: "flex",
1259
+ "flex-direction": "column",
1260
+ "row-gap": "3xl",
1261
+ tablet: {
1262
+ "row-gap": "3xl",
1263
+ },
1264
+ mobile: {
1265
+ "row-gap": "3xl",
1266
+ },
1267
+ },
1268
+ header: {
1269
+ position: "relative",
1270
+ display: "flex",
1271
+ width: "100%",
1272
+ "align-items": "center",
1273
+ "justify-content": "center",
1274
+ mobile: {
1275
+ "flex-direction": "column",
1276
+ },
1277
+ },
1278
+ "header-content": {
1279
+ display: "flex",
1280
+ flex: "1",
1281
+ "flex-direction": "column",
1282
+ "align-items": "center",
1283
+ "justify-content": "center",
1284
+ "row-gap": "xs",
1285
+ "max-width": "640px",
1286
+ "margin-left": "auto",
1287
+ "margin-right": "auto",
1288
+ },
1289
+ "badge-container": {
1290
+ display: "none",
1291
+ },
1292
+ "badge-text": {},
1293
+ title: {
1294
+ "text-align": "center",
1295
+ },
1296
+ description: {
1297
+ "text-align": "center",
1298
+ color: "mutedForeground",
1299
+ },
1300
+ title_two: {
1301
+ display: "none",
1302
+ },
1303
+ "carousel-navigation-top-container": {
1304
+ display: "none",
1305
+ },
1306
+ "carousel-navigation-bottom-container": {
1307
+ display: "flex",
1308
+ "justify-content": "center",
1309
+ "margin-top": "lg",
1310
+ },
1311
+ "carousel-navigation": {
1312
+ display: "flex",
1313
+ "column-gap": "2xs",
1314
+ "align-items": "center",
1315
+ },
1316
+ "carousel-navigation-pill": {
1317
+ width: "8px",
1318
+ height: "8px",
1319
+ "border-radius": "8px",
1320
+ "background-color": "brandSecondary",
1321
+ },
1322
+ testimonials_levoGroup: {
1323
+ number_of_slides: 1,
1324
+ },
1325
+ testimonials_levoGroupItem: {
1326
+ testimonial: {
1327
+ display: "flex",
1328
+ "border-radius": "xl",
1329
+ "align-items": "stretch",
1330
+ overflow: "hidden",
1331
+ tablet: {
1332
+ "flex-direction": "column",
1333
+ },
1334
+ },
1335
+ "cover-container": {
1336
+ "max-width": "45%",
1337
+ tablet: {
1338
+ "max-width": "100%",
1339
+ },
1340
+ },
1341
+ cover: {
1342
+ height: "100%",
1343
+ width: "100%",
1344
+ "object-fit": "cover",
1345
+ "aspect-ratio": "4 / 5",
1346
+ tablet: {
1347
+ "max-width": "100%",
1348
+ "aspect-ratio": "16 / 9",
1349
+ },
1350
+ },
1351
+ cover_embed: {},
1352
+ "testimonial-content-wrapper": {
1353
+ display: "flex",
1354
+ flex: "1",
1355
+ "align-items": "center",
1356
+ padding: "5xl",
1357
+ "background-color": "var(--color-muted)",
1358
+ tablet: {
1359
+ flex: "unset",
1360
+ padding: "3xl",
1361
+ },
1362
+ mobile: {
1363
+ padding: "xl",
1364
+ },
1365
+ },
1366
+ "testimonial-content": {
1367
+ display: "flex",
1368
+ flex: "1",
1369
+ "flex-direction": "column",
1370
+ "row-gap": "xl",
1371
+ },
1372
+ icon: {
1373
+ display: "none",
1374
+ width: 0,
1375
+ height: 0,
1376
+ "font-size": 0,
1377
+ overflow: "hidden",
1378
+ },
1379
+ "testimonial-info": {
1380
+ display: "flex",
1381
+ flex: "1",
1382
+ "flex-direction": "column",
1383
+ "row-gap": "2xl",
1384
+ tablet: {
1385
+ "row-gap": "xl",
1386
+ },
1387
+ },
1388
+ "testimonial-text": {
1389
+ "font-weight": 400,
1390
+ "font-size": "xl",
1391
+ "font-style": "italic",
1392
+ },
1393
+ "author-wrapper": {
1394
+ display: "flex",
1395
+ "flex-direction": "column",
1396
+ "row-gap": "4xs",
1397
+ },
1398
+ "author-name": {
1399
+ "font-weight": 700,
1400
+ },
1401
+ "author-position": {
1402
+ color: "mutedForeground",
1403
+ },
1404
+ },
1405
+ testimonials: [{}, {}, {}, {}],
1406
+ },
1407
+ content: DEFAULT_CONTENT,
1408
+ config: {
1409
+ testimonials_levoGroup: {
1410
+ carousel: {
1411
+ loop: true,
1412
+ },
1413
+ },
1414
+ title: {
1415
+ selectedVariants: {
1416
+ Heading_Level: "H3",
1417
+ },
1418
+ },
1419
+ testimonials: [
1420
+ {
1421
+ "testimonial-text": {
1422
+ selectedVariants: {
1423
+ Typography_Variants: "Large",
1424
+ },
1425
+ },
1426
+ "author-name": {
1427
+ heading: {
1428
+ level: "4",
1429
+ },
1430
+ selectedVariants: {
1431
+ Heading_Level: "H6",
1432
+ },
1433
+ },
1434
+ "author-position": {
1435
+ selectedVariants: {
1436
+ Typography_Variants: "Small",
1437
+ },
1438
+ },
1439
+ },
1440
+ {
1441
+ "testimonial-text": {
1442
+ selectedVariants: {
1443
+ Typography_Variants: "Large",
1444
+ },
1445
+ },
1446
+ "author-name": {
1447
+ heading: {
1448
+ level: "4",
1449
+ },
1450
+ selectedVariants: {
1451
+ Heading_Level: "H6",
1452
+ },
1453
+ },
1454
+ "author-position": {
1455
+ selectedVariants: {
1456
+ Typography_Variants: "Small",
1457
+ },
1458
+ },
1459
+ },
1460
+ {
1461
+ "testimonial-text": {
1462
+ selectedVariants: {
1463
+ Typography_Variants: "Large",
1464
+ },
1465
+ },
1466
+ "author-name": {
1467
+ heading: {
1468
+ level: "4",
1469
+ },
1470
+ selectedVariants: {
1471
+ Heading_Level: "H6",
1472
+ },
1473
+ },
1474
+ "author-position": {
1475
+ selectedVariants: {
1476
+ Typography_Variants: "Small",
1477
+ },
1478
+ },
1479
+ },
1480
+ {
1481
+ "testimonial-text": {
1482
+ selectedVariants: {
1483
+ Typography_Variants: "Large",
1484
+ },
1485
+ },
1486
+ "author-name": {
1487
+ heading: {
1488
+ level: "4",
1489
+ },
1490
+ selectedVariants: {
1491
+ Heading_Level: "H6",
1492
+ },
1493
+ },
1494
+ "author-position": {
1495
+ selectedVariants: {
1496
+ Typography_Variants: "Small",
1497
+ },
1498
+ },
1499
+ },
1500
+ ],
1501
+ },
1502
+ },
1777
1503
  ],
1778
1504
  };