@levo-so/blocks 0.1.101 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,72 +1,111 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- // const QUOTE_ICON = {
4
- // object: "media",
5
- // id: "9GFUqRMqQKAX",
6
- // workspace_id: "WLZ1TXTD",
7
- // filename: "quote.svg",
8
- // kind: "image",
9
- // path: "WLZ1TXTD/-9GFhqRMqQKVE.svg",
10
- // location: "https://static.levocdn.com/WLZ1TXTD/-9GFhqRMqQKVE.svg",
11
- // metadata: {
12
- // etag: '"834462315a88cc87897a300e4b2f5d45"',
13
- // mimetype: "image/svg+xml",
14
- // size: 1115,
15
- // },
16
- // srcset: {},
17
- // created_at: "2025-04-27T11:33:42.633Z",
18
- // updated_at: "2025-04-27T11:33:42.633Z",
19
- // created_by: null,
20
- // updated_by: null,
21
- // };
3
+ // -- Portrait images (Pexels) for 3 fintech testimonials.
22
4
 
23
- const MEDIA_AVATAR_1 = {
24
- id: "XZbHmbcwZ2gNx",
25
- filename: "testimonial-5-variant-2-avatar-1.png",
26
- kind: "image",
27
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY.png",
5
+ const IMG_CFO = {
6
+ id: "7453475096461842845",
7
+ kind: "image" as const,
8
+ location: "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png",
9
+ mimetype: "image/png",
28
10
  srcset: {
29
- "1080w":
30
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp",
31
- "1200w":
32
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp",
33
- "1920w":
34
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp",
35
11
  "320w":
36
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp",
12
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
37
13
  "640w":
38
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp",
14
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
39
15
  "750w":
40
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp",
16
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
41
17
  "828w":
42
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp",
43
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp 750w",
18
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
19
+ "1080w":
20
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
21
+ "1200w":
22
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
23
+ "1920w":
24
+ "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
25
+ path: "https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/13070910/pexels-photo-13070910.png?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
44
26
  },
45
- mimetype: "image/png",
46
27
  };
47
- const MEDIA_AVATAR_2 = {
48
- id: "yCrWP3F9YWc0q",
49
- filename: "testimonial-5-variant-2-avatar-2.png",
50
- kind: "image",
51
- location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC.png",
28
+
29
+ const IMG_HEAD_PAYMENTS = {
30
+ id: "7453475096461214959",
31
+ kind: "image" as const,
32
+ location: "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg",
33
+ mimetype: "image/jpeg",
52
34
  srcset: {
35
+ "320w":
36
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
37
+ "640w":
38
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
39
+ "750w":
40
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
41
+ "828w":
42
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
53
43
  "1080w":
54
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp",
44
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
55
45
  "1200w":
56
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp",
46
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
57
47
  "1920w":
58
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp",
48
+ "https://images.pexels.com/photos/30468667/pexels-photo-30468667.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
49
+ 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",
50
+ },
51
+ };
52
+
53
+ const IMG_VP_ENG = {
54
+ id: "7453475096462292095",
55
+ kind: "image" as const,
56
+ location: "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg",
57
+ mimetype: "image/jpeg",
58
+ srcset: {
59
59
  "320w":
60
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp",
60
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
61
61
  "640w":
62
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp",
62
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
63
63
  "750w":
64
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp",
64
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
65
65
  "828w":
66
- "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp",
67
- path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp 1920w",
66
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
67
+ "1080w":
68
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
69
+ "1200w":
70
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
71
+ "1920w":
72
+ "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
73
+ path: "https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7983621/pexels-photo-7983621.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
74
+ },
75
+ };
76
+
77
+ // Quote-up icon drives the per-testimonial quote glyph rendered via IconWidget.
78
+ const QUOTE_ICON = {
79
+ kind: "icon" as const,
80
+ data: {
81
+ id: "quote-up",
82
+ label: "Quote Up",
83
+ tags: ["custom", "quote", "type-paragraph-character", "up"],
84
+ svgCode:
85
+ '<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="#1E40AF"/>\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="#1E40AF"/>\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="#1E40AF"/>\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="#1E40AF"/>\n</svg>',
86
+ },
87
+ };
88
+
89
+ const ARROW_LEFT_ICON = {
90
+ kind: "icon" as const,
91
+ data: {
92
+ id: "arrow-left",
93
+ label: "Arrow Left",
94
+ tags: ["arrow", "custom", "directional", "left"],
95
+ svgCode:
96
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
97
+ },
98
+ };
99
+
100
+ const ARROW_RIGHT_ICON = {
101
+ kind: "icon" as const,
102
+ data: {
103
+ id: "arrow-right-1",
104
+ label: "Arrow Right 1",
105
+ tags: ["arrow", "custom", "directional", "right"],
106
+ svgCode:
107
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
68
108
  },
69
- mimetype: "image/png",
70
109
  };
71
110
 
72
111
  const DEFAULT_CONTENT = {
@@ -77,113 +116,47 @@ const DEFAULT_CONTENT = {
77
116
  {
78
117
  testimonial: null,
79
118
  "icon-container": null,
80
- icon: {
81
- kind: "custom",
82
- data: {
83
- id: "VbXqqm7bqTgoM",
84
- filename: "image.png",
85
- kind: "image",
86
- location: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
87
- srcset: {
88
- "1080w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
89
- "1200w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
90
- "1920w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
91
- "320w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
92
- "640w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
93
- "750w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
94
- "828w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
95
- path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
96
- },
97
- mimetype: "image/png",
98
- },
99
- },
119
+ icon: QUOTE_ICON,
100
120
  "content-container": null,
101
121
  "testimonial-content": null,
102
122
  "testimonial-text":
103
- "What impressed me most was the continuous support and guidance. Every session felt purposeful, and the trainers genuinely cared about helping me achieve my fitness goals.",
123
+ "Migrating to Ledgerline cut our settlement window from T+2 to same-day across four acquirers. The double-entry ledger reconciles every cent against our Plaid ACH pulls, and our month-end close dropped from nine days to three.",
104
124
  "bottom-section": null,
105
125
  "author-section": null,
106
126
  "author-info": null,
107
- "author-name": "Michael Chen",
108
- "author-position": "Member since 2023",
109
- "author-avatar": {
110
- kind: "custom",
111
- data: MEDIA_AVATAR_1,
112
- },
127
+ "author-name": "Daniel Ortega",
128
+ "author-position": "CFO, Northwind Capital",
129
+ "author-avatar": { kind: "custom" as const, data: IMG_CFO },
113
130
  },
114
131
  {
115
132
  testimonial: null,
116
133
  "icon-container": null,
117
- icon: {
118
- kind: "custom",
119
- data: {
120
- id: "VbXqqm7bqTgoM",
121
- filename: "image.png",
122
- kind: "image",
123
- location: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
124
- srcset: {
125
- "1080w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
126
- "1200w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
127
- "1920w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
128
- "320w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
129
- "640w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
130
- "750w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
131
- "828w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
132
- path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
133
- },
134
- mimetype: "image/png",
135
- },
136
- },
134
+ icon: QUOTE_ICON,
137
135
  "content-container": null,
138
136
  "testimonial-content": null,
139
137
  "testimonial-text":
140
- "What impressed me most was the continuous support and guidance. Every session felt purposeful, and the trainers genuinely cared about helping me achieve my fitness goals.",
138
+ "Authorization rate climbed 4.1 points after we turned on their network-token routing and adaptive 3DS. Chargebacks fell 38% in the first quarter, and the dispute console actually pulls evidence from Stripe, Adyen, and Checkout in one place.",
141
139
  "bottom-section": null,
142
140
  "author-section": null,
143
141
  "author-info": null,
144
- "author-name": "Michael Chen",
145
- "author-position": "Member since 2023",
146
- "author-avatar": {
147
- kind: "custom",
148
- data: MEDIA_AVATAR_2,
149
- },
142
+ "author-name": "Priya Sundaram",
143
+ "author-position": "Head of Payments, Loftbank",
144
+ "author-avatar": { kind: "custom" as const, data: IMG_HEAD_PAYMENTS },
150
145
  },
151
146
  {
152
147
  testimonial: null,
153
148
  "icon-container": null,
154
- icon: {
155
- kind: "custom",
156
- data: {
157
- id: "VbXqqm7bqTgoM",
158
- filename: "image.png",
159
- kind: "image",
160
- location: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
161
- srcset: {
162
- "1080w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
163
- "1200w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
164
- "1920w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
165
- "320w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
166
- "640w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
167
- "750w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
168
- "828w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
169
- path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
170
- },
171
- mimetype: "image/png",
172
- },
173
- },
149
+ icon: QUOTE_ICON,
174
150
  "content-container": null,
175
151
  "testimonial-content": null,
176
152
  "testimonial-text":
177
- "What impressed me most was the continuous support and guidance. Every session felt purposeful, and the trainers genuinely cared about helping me achieve my fitness goals.",
153
+ "PCI DSS Level 1 out of the box is rare. Tokenization is handled before the payload hits our VPC, the audit trail feeds our SIEM, and SOC 2 evidence export shaved 6 weeks off our renewal. Engineering stopped being the compliance bottleneck.",
178
154
  "bottom-section": null,
179
155
  "author-section": null,
180
156
  "author-info": null,
181
- "author-name": "Michael Chen",
182
- "author-position": "Member since 2023",
183
- "author-avatar": {
184
- kind: "custom",
185
- data: MEDIA_AVATAR_1,
186
- },
157
+ "author-name": "Marcus Whitfield",
158
+ "author-position": "VP Engineering, Arcade Pay",
159
+ "author-avatar": { kind: "custom" as const, data: IMG_VP_ENG },
187
160
  },
188
161
  ],
189
162
  "carousel-navigation": null,
@@ -194,69 +167,43 @@ const DEFAULT_CONTENT = {
194
167
  "carousel-navigation-bottom-container": null,
195
168
  "carousel-navigation-arrow-left-bottom": " ",
196
169
  "carousel-navigation-arrow-right-bottom": " ",
197
- "carousel-navigation-arrow-left_leftIcon": {
198
- kind: "icon",
199
- data: {
200
- id: "arrow-left",
201
- label: "Arrow Left",
202
- tags: ["arrow", "custom", "directional", "left"],
203
- svgCode:
204
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
205
- },
206
- },
207
- "carousel-navigation-arrow-right_rightIcon": {
208
- kind: "icon",
209
- data: {
210
- id: "arrow-right-1",
211
- label: "Arrow Right 1",
212
- tags: ["arrow", "custom", "directional", "right"],
213
- svgCode:
214
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
215
- },
216
- },
217
- "carousel-navigation-arrow-left-side_leftIcon": {
218
- kind: "icon",
219
- data: {
220
- id: "arrow-left",
221
- label: "Arrow Left",
222
- tags: ["arrow", "custom", "directional", "left"],
223
- svgCode:
224
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
225
- },
226
- },
227
- "carousel-navigation-arrow-right-side_rightIcon": {
228
- kind: "icon",
229
- data: {
230
- id: "arrow-right-1",
231
- label: "Arrow Right 1",
232
- tags: ["arrow", "custom", "directional", "right"],
233
- svgCode:
234
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
170
+ "carousel-navigation-arrow-left_leftIcon": ARROW_LEFT_ICON,
171
+ "carousel-navigation-arrow-right_rightIcon": ARROW_RIGHT_ICON,
172
+ "carousel-navigation-arrow-left-side_leftIcon": ARROW_LEFT_ICON,
173
+ "carousel-navigation-arrow-right-side_rightIcon": ARROW_RIGHT_ICON,
174
+ "carousel-navigation-arrow-left-bottom_leftIcon": ARROW_LEFT_ICON,
175
+ "carousel-navigation-arrow-right-bottom_rightIcon": ARROW_RIGHT_ICON,
176
+ };
177
+
178
+ export type ITestimonial6Content = typeof DEFAULT_CONTENT;
179
+
180
+ // Shared config block — same for every layout.
181
+ const TESTIMONIALS_CONFIG = [
182
+ {
183
+ "testimonial-text": { selectedVariants: { Typography_Variants: "Lead" } },
184
+ "author-position": { selectedVariants: { Typography_Variants: "Small" } },
185
+ "author-name": {
186
+ heading: { level: "4" },
187
+ selectedVariants: { Heading_Level: "H6" },
235
188
  },
236
189
  },
237
- "carousel-navigation-arrow-left-bottom_leftIcon": {
238
- kind: "icon",
239
- data: {
240
- id: "arrow-left",
241
- label: "Arrow Left",
242
- tags: ["arrow", "custom", "directional", "left"],
243
- svgCode:
244
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
190
+ {
191
+ "testimonial-text": { selectedVariants: { Typography_Variants: "Lead" } },
192
+ "author-position": { selectedVariants: { Typography_Variants: "Small" } },
193
+ "author-name": {
194
+ heading: { level: "4" },
195
+ selectedVariants: { Heading_Level: "H6" },
245
196
  },
246
197
  },
247
- "carousel-navigation-arrow-right-bottom_rightIcon": {
248
- kind: "icon",
249
- data: {
250
- id: "arrow-right-1",
251
- label: "Arrow Right 1",
252
- tags: ["arrow", "custom", "directional", "right"],
253
- svgCode:
254
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
198
+ {
199
+ "testimonial-text": { selectedVariants: { Typography_Variants: "Lead" } },
200
+ "author-position": { selectedVariants: { Typography_Variants: "Small" } },
201
+ "author-name": {
202
+ heading: { level: "4" },
203
+ selectedVariants: { Heading_Level: "H6" },
255
204
  },
256
205
  },
257
- };
258
-
259
- export type ITestimonial6Content = typeof DEFAULT_CONTENT;
206
+ ];
260
207
 
261
208
  export const Testimonial6: IBlock = {
262
209
  category_id: "testimonial",
@@ -264,28 +211,12 @@ export const Testimonial6: IBlock = {
264
211
  key: "testimonial-6",
265
212
  version: "v1",
266
213
  prompt_description:
267
- "A two-column testimonial carousel with quote icon on left and testimonial content with navigation on right",
214
+ "A single-quote testimonial carousel where each slide highlights one customer's outcome beside a framed quote glyph and author identity.",
268
215
  content_schema: [
269
- {
270
- key: "layout",
271
- label: "Layout",
272
- field_interface: "LayoutWidget",
273
- },
274
- {
275
- key: "container",
276
- label: "Container",
277
- field_interface: "ContainerWidget",
278
- },
279
- {
280
- key: "carousel-container",
281
- label: "Carousel Container",
282
- field_interface: "BoxWidget",
283
- },
284
- {
285
- key: "carousel-navigation",
286
- label: "Carousel Navigation",
287
- field_interface: "BoxWidget",
288
- },
216
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
217
+ { key: "container", label: "Container", field_interface: "ContainerWidget" },
218
+ { key: "carousel-container", label: "Carousel Container", field_interface: "BoxWidget" },
219
+ { key: "carousel-navigation", label: "Carousel Navigation", field_interface: "BoxWidget" },
289
220
  {
290
221
  key: "carousel-navigation-arrow-left",
291
222
  label: "Carousel Navigation Arrow Left",
@@ -327,26 +258,10 @@ export const Testimonial6: IBlock = {
327
258
  field_interface: "CarouselWidget",
328
259
  kind: "group",
329
260
  fields: [
330
- {
331
- key: "testimonial",
332
- label: "Testimonial",
333
- field_interface: "BoxWidget",
334
- },
335
- {
336
- key: "icon-container",
337
- label: "Icon Container",
338
- field_interface: "BoxWidget",
339
- },
340
- {
341
- key: "icon",
342
- label: "Quote Icon",
343
- field_interface: "IconWidget",
344
- },
345
- {
346
- key: "content-container",
347
- label: "Content Container",
348
- field_interface: "BoxWidget",
349
- },
261
+ { key: "testimonial", label: "Testimonial", field_interface: "BoxWidget" },
262
+ { key: "icon-container", label: "Icon Container", field_interface: "BoxWidget" },
263
+ { key: "icon", label: "Quote Icon", field_interface: "IconWidget" },
264
+ { key: "content-container", label: "Content Container", field_interface: "BoxWidget" },
350
265
  {
351
266
  key: "testimonial-content",
352
267
  label: "Testimonial Content",
@@ -357,36 +272,16 @@ export const Testimonial6: IBlock = {
357
272
  label: "Testimonial Text",
358
273
  field_interface: "TypographyWidget",
359
274
  },
360
- {
361
- key: "bottom-section",
362
- label: "Bottom Section",
363
- field_interface: "BoxWidget",
364
- },
365
- {
366
- key: "author-section",
367
- label: "Author Section",
368
- field_interface: "BoxWidget",
369
- },
370
- {
371
- key: "author-info",
372
- label: "Author Info",
373
- field_interface: "BoxWidget",
374
- },
375
- {
376
- key: "author-name",
377
- label: "Author Name",
378
- field_interface: "HeadingWidget",
379
- },
275
+ { key: "bottom-section", label: "Bottom Section", field_interface: "BoxWidget" },
276
+ { key: "author-section", label: "Author Section", field_interface: "BoxWidget" },
277
+ { key: "author-info", label: "Author Info", field_interface: "BoxWidget" },
278
+ { key: "author-name", label: "Author Name", field_interface: "HeadingWidget" },
380
279
  {
381
280
  key: "author-position",
382
281
  label: "Author Position",
383
282
  field_interface: "TypographyWidget",
384
283
  },
385
- {
386
- key: "author-avatar",
387
- label: "Author Avatar",
388
- field_interface: "IconWidget",
389
- },
284
+ { key: "author-avatar", label: "Author Avatar", field_interface: "IconWidget" },
390
285
  ],
391
286
  },
392
287
  ],
@@ -395,243 +290,142 @@ export const Testimonial6: IBlock = {
395
290
  key: "default",
396
291
  title: "Default",
397
292
  styles: {
398
- layout: {},
399
- container: {},
400
- testimonials_levoGroup: {
401
- number_of_slides: 1,
293
+ layout: {
294
+ "padding-top": "3xl",
295
+ "padding-bottom": "3xl",
296
+ mobile: {
297
+ "padding-top": "xl",
298
+ "padding-bottom": "xl",
299
+ "padding-left": "base",
300
+ "padding-right": "base",
301
+ },
302
+ tablet: {
303
+ "padding-top": "2xl",
304
+ "padding-bottom": "2xl",
305
+ "padding-left": "base",
306
+ "padding-right": "base",
307
+ },
402
308
  },
403
- testimonials: [
404
- {
405
- testimonial: {
406
- display: "flex",
407
- "align-items": "flex-start",
408
- "column-gap": "2xl",
409
- "border-radius": "xl",
410
- "padding-top": "2xl",
411
- "padding-bottom": "2xl",
412
- "padding-left": "2xl",
413
- "padding-right": "2xl",
414
- "margin-left": "auto",
415
- "margin-right": "auto",
416
- "max-width": "100%",
417
- mobile: {
418
- "flex-direction": "column",
419
- "row-gap": "base",
420
- },
421
- },
422
- "icon-container": {
423
- "flex-shrink": "0",
424
- display: "flex",
425
- "align-items": "flex-start",
426
- "justify-content": "center",
427
- "padding-top": "xs",
428
- },
429
- icon: {
430
- width: "48px",
431
- height: "48px",
432
- "object-fit": "contain",
433
- },
434
- "content-container": {
435
- flex: "1",
436
- display: "flex",
309
+ container: {},
310
+ testimonials_levoGroup: { number_of_slides: 1 },
311
+ testimonials_levoGroupItem: {
312
+ testimonial: {
313
+ display: "flex",
314
+ "align-items": "flex-start",
315
+ "column-gap": "2xl",
316
+ "border-radius": "xl",
317
+ "padding-top": "2xl",
318
+ "padding-bottom": "2xl",
319
+ "padding-left": "2xl",
320
+ "padding-right": "2xl",
321
+ "margin-left": "auto",
322
+ "margin-right": "auto",
323
+ "max-width": "100%",
324
+ "background-color": "var(--color-card)",
325
+ height: "100%",
326
+ mobile: {
437
327
  "flex-direction": "column",
438
- "justify-content": "space-between",
439
- "min-height": "200px",
440
- },
441
- "testimonial-content": {
442
- "margin-bottom": "2xl",
443
- },
444
- "testimonial-text": {
445
- "font-weight": 400,
446
- },
447
- "bottom-section": {
448
- display: "flex",
449
- "justify-content": "space-between",
450
- "align-items": "center",
451
- mobile: {
452
- "flex-direction": "column",
453
- "row-gap": "2xl",
454
- },
455
- },
456
- "author-section": {
457
- display: "flex",
458
328
  "align-items": "center",
459
- "column-gap": "base",
460
- },
461
- "author-info": {
462
- display: "flex",
463
- "flex-direction": "column",
464
- "align-items": "flex-start",
465
- },
466
- "author-name": {
467
- "font-weight": 600,
468
- },
469
- "author-position": {},
470
- "author-avatar": {
471
- width: "48px",
472
- height: "48px",
473
- "border-radius": "base",
474
- "object-fit": "cover",
329
+ "row-gap": "lg",
330
+ "column-gap": "none",
331
+ "padding-top": "xl",
332
+ "padding-bottom": "xl",
333
+ "padding-left": "lg",
334
+ "padding-right": "lg",
335
+ },
336
+ tablet: {
337
+ "column-gap": "xl",
338
+ "padding-top": "xl",
339
+ "padding-bottom": "xl",
340
+ "padding-left": "xl",
341
+ "padding-right": "xl",
475
342
  },
476
343
  },
477
- {
478
- testimonial: {
479
- display: "flex",
480
- "align-items": "flex-start",
481
- "column-gap": "2xl",
482
- "border-radius": "xl",
483
- "padding-top": "2xl",
484
- "padding-bottom": "2xl",
485
- "padding-left": "2xl",
486
- "padding-right": "2xl",
487
- "margin-left": "auto",
488
- "margin-right": "auto",
489
- "max-width": "100%",
490
- mobile: {
491
- "flex-direction": "column",
492
- "row-gap": "base",
493
- },
494
- },
495
- "icon-container": {
496
- "flex-shrink": "0",
497
- display: "flex",
498
- "align-items": "flex-start",
499
- "justify-content": "center",
500
- "padding-top": "xs",
501
- },
502
- icon: {
503
- width: "48px",
504
- height: "48px",
505
- "object-fit": "contain",
506
- },
507
- "content-container": {
508
- flex: "1",
509
- display: "flex",
344
+ "icon-container": {
345
+ "flex-shrink": "0",
346
+ display: "flex",
347
+ "align-items": "flex-start",
348
+ "justify-content": "center",
349
+ "padding-top": "xs",
350
+ mobile: { "padding-top": "none" },
351
+ },
352
+ icon: {
353
+ width: "56px",
354
+ height: "56px",
355
+ "object-fit": "contain",
356
+ mobile: { width: "40px", height: "40px" },
357
+ },
358
+ "content-container": {
359
+ flex: "1",
360
+ display: "flex",
361
+ "flex-direction": "column",
362
+ "justify-content": "space-between",
363
+ "min-height": "200px",
364
+ "row-gap": "2xl",
365
+ mobile: { "min-height": "auto", "text-align": "center", "row-gap": "lg" },
366
+ tablet: { "min-height": "160px" },
367
+ },
368
+ "testimonial-content": {
369
+ "margin-bottom": "none",
370
+ },
371
+ "testimonial-text": {
372
+ "font-weight": 400,
373
+ "line-height": "relaxed",
374
+ mobile: { "font-size": "base" },
375
+ },
376
+ "bottom-section": {
377
+ display: "flex",
378
+ "justify-content": "space-between",
379
+ "align-items": "center",
380
+ "margin-top": "auto",
381
+ "column-gap": "base",
382
+ mobile: {
510
383
  "flex-direction": "column",
511
- "justify-content": "space-between",
512
- "min-height": "200px",
513
- },
514
- "testimonial-content": {
515
- "margin-bottom": "2xl",
516
- },
517
- "testimonial-text": {
518
- "font-weight": 400,
519
- },
520
- "bottom-section": {
521
- display: "flex",
522
- "justify-content": "space-between",
523
- "align-items": "center",
524
- mobile: {
525
- "flex-direction": "column",
526
- "row-gap": "2xl",
527
- },
528
- },
529
- "author-section": {
530
- display: "flex",
531
384
  "align-items": "center",
532
- "column-gap": "base",
533
- },
534
- "author-info": {
535
- display: "flex",
536
- "flex-direction": "column",
537
- "align-items": "flex-start",
538
- },
539
- "author-name": {
540
- "font-weight": 600,
541
- },
542
- "author-position": {},
543
- "author-avatar": {
544
- width: "48px",
545
- height: "48px",
546
- "border-radius": "base",
547
- "object-fit": "cover",
385
+ "row-gap": "base",
548
386
  },
549
387
  },
550
- {
551
- testimonial: {
552
- display: "flex",
553
- "align-items": "flex-start",
554
- "column-gap": "2xl",
555
- "border-radius": "xl",
556
- "padding-top": "2xl",
557
- "padding-bottom": "2xl",
558
- "padding-left": "2xl",
559
- "padding-right": "2xl",
560
- "margin-left": "auto",
561
- "margin-right": "auto",
562
- "max-width": "100%",
563
- mobile: {
564
- "flex-direction": "column",
565
- "row-gap": "base",
566
- },
567
- },
568
- "icon-container": {
569
- "flex-shrink": "0",
570
- display: "flex",
571
- "align-items": "flex-start",
572
- "justify-content": "center",
573
- "padding-top": "xs",
574
- },
575
- icon: {
576
- width: "48px",
577
- height: "48px",
578
- "object-fit": "contain",
579
- },
580
- "content-container": {
581
- flex: "1",
582
- display: "flex",
388
+ "author-section": {
389
+ display: "flex",
390
+ "align-items": "center",
391
+ "column-gap": "base",
392
+ mobile: {
583
393
  "flex-direction": "column",
584
- "justify-content": "space-between",
585
- "min-height": "200px",
586
- },
587
- "testimonial-content": {
588
- "margin-bottom": "2xl",
589
- },
590
- "testimonial-text": {
591
- "font-weight": 400,
592
- },
593
- "bottom-section": {
594
- display: "flex",
595
- "justify-content": "space-between",
596
- "align-items": "center",
597
- mobile: {
598
- "flex-direction": "column",
599
- "row-gap": "2xl",
600
- },
601
- },
602
- "author-section": {
603
- display: "flex",
604
394
  "align-items": "center",
605
- "column-gap": "base",
606
- },
607
- "author-info": {
608
- display: "flex",
609
- "flex-direction": "column",
610
- "align-items": "flex-start",
611
- },
612
- "author-name": {
613
- "font-weight": 600,
614
- },
615
- "author-position": {},
616
- "author-avatar": {
617
- width: "48px",
618
- height: "48px",
619
- "border-radius": "base",
620
- "object-fit": "cover",
395
+ "row-gap": "xs",
621
396
  },
622
397
  },
623
- ],
398
+ "author-info": {
399
+ display: "flex",
400
+ "flex-direction": "column",
401
+ "align-items": "flex-start",
402
+ "row-gap": "2xs",
403
+ mobile: { "align-items": "center", "text-align": "center" },
404
+ },
405
+ "author-name": { "font-weight": 600 },
406
+ "author-position": { color: "var(--color-muted-foreground)" },
407
+ "author-avatar": {
408
+ width: "56px",
409
+ height: "56px",
410
+ "border-radius": "50%",
411
+ "object-fit": "cover",
412
+ "aspect-ratio": "1 / 1",
413
+ mobile: { width: "44px", height: "44px" },
414
+ },
415
+ },
416
+ testimonials: [{}, {}, {}],
624
417
  "carousel-navigation": {
625
418
  display: "flex",
626
419
  "column-gap": "sm",
627
420
  "align-items": "center",
421
+ "flex-shrink": "0",
628
422
  },
629
423
  "carousel-navigation-arrow-left": {
630
424
  "border-color": "border",
631
425
  "border-width": "1px",
632
426
  "border-radius": "50%",
633
- width: "48px",
634
- height: "48px",
427
+ width: "44px",
428
+ height: "44px",
635
429
  display: "flex",
636
430
  "align-items": "center",
637
431
  "justify-content": "center",
@@ -641,13 +435,14 @@ export const Testimonial6: IBlock = {
641
435
  "padding-top": "none",
642
436
  "padding-right": "none",
643
437
  "padding-bottom": "none",
438
+ mobile: { width: "40px", height: "40px" },
644
439
  },
645
440
  "carousel-navigation-arrow-right": {
646
441
  "border-color": "border",
647
442
  "border-width": "1px",
648
443
  "border-radius": "50%",
649
- width: "48px",
650
- height: "48px",
444
+ width: "44px",
445
+ height: "44px",
651
446
  display: "flex",
652
447
  "align-items": "center",
653
448
  "justify-content": "center",
@@ -657,520 +452,177 @@ export const Testimonial6: IBlock = {
657
452
  "padding-right": "none",
658
453
  "padding-left": "none",
659
454
  "padding-bottom": "none",
455
+ mobile: { width: "40px", height: "40px" },
660
456
  },
661
457
  "carousel-navigation-arrow-left_leftIcon": {
662
- height: "24px",
663
- width: "24px",
664
- "font-size": "24px",
458
+ height: "20px",
459
+ width: "20px",
460
+ "font-size": "20px",
665
461
  },
666
462
  "carousel-navigation-arrow-right_rightIcon": {
667
- height: "24px",
668
- width: "24px",
669
- "font-size": "24px",
670
- },
671
- mobile: {
672
- layout: {
673
- "padding-top": "2xl",
674
- "padding-bottom": "2xl",
675
- "padding-left": "base",
676
- "padding-right": "base",
677
- },
678
- testimonials: [
679
- {
680
- testimonial: {
681
- "flex-direction": "column",
682
- "align-items": "center",
683
- "column-gap": "none",
684
- "row-gap": "lg",
685
- "padding-top": "xl",
686
- "padding-bottom": "xl",
687
- "padding-left": "lg",
688
- "padding-right": "lg",
689
- },
690
- "icon-container": {
691
- "padding-top": "none",
692
- },
693
- "content-container": {
694
- "min-height": "auto",
695
- "text-align": "center",
696
- },
697
- "testimonial-text": {
698
- "font-size": "base",
699
- },
700
- "bottom-section": {
701
- "flex-direction": "column",
702
- "align-items": "center",
703
- "row-gap": "base",
704
- },
705
- "author-section": {
706
- "flex-direction": "column",
707
- "align-items": "center",
708
- "row-gap": "xs",
709
- },
710
- "author-info": {
711
- "align-items": "center",
712
- "text-align": "center",
713
- },
714
- "author-avatar": {
715
- width: "40px",
716
- height: "40px",
717
- },
718
- },
719
- {
720
- testimonial: {
721
- "flex-direction": "column",
722
- "align-items": "center",
723
- "column-gap": "none",
724
- "row-gap": "lg",
725
- "padding-top": "xl",
726
- "padding-bottom": "xl",
727
- "padding-left": "lg",
728
- "padding-right": "lg",
729
- },
730
- "icon-container": {
731
- "padding-top": "none",
732
- },
733
- "content-container": {
734
- "min-height": "auto",
735
- "text-align": "center",
736
- },
737
- "testimonial-text": {
738
- "font-size": "base",
739
- },
740
- "bottom-section": {
741
- "flex-direction": "column",
742
- "align-items": "center",
743
- "row-gap": "base",
744
- },
745
- "author-section": {
746
- "flex-direction": "column",
747
- "align-items": "center",
748
- "row-gap": "xs",
749
- },
750
- "author-info": {
751
- "align-items": "center",
752
- "text-align": "center",
753
- },
754
- "author-avatar": {
755
- width: "40px",
756
- height: "40px",
757
- },
758
- },
759
- {
760
- testimonial: {
761
- "flex-direction": "column",
762
- "align-items": "center",
763
- "column-gap": "none",
764
- "row-gap": "lg",
765
- "padding-top": "xl",
766
- "padding-bottom": "xl",
767
- "padding-left": "lg",
768
- "padding-right": "lg",
769
- },
770
- "icon-container": {
771
- "padding-top": "none",
772
- },
773
- "content-container": {
774
- "min-height": "auto",
775
- "text-align": "center",
776
- },
777
- "testimonial-text": {
778
- "font-size": "base",
779
- },
780
- "bottom-section": {
781
- "flex-direction": "column",
782
- "align-items": "center",
783
- "row-gap": "base",
784
- },
785
- "author-section": {
786
- "flex-direction": "column",
787
- "align-items": "center",
788
- "row-gap": "xs",
789
- },
790
- "author-info": {
791
- "align-items": "center",
792
- "text-align": "center",
793
- },
794
- "author-avatar": {
795
- width: "40px",
796
- height: "40px",
797
- },
798
- },
799
- ],
800
- "carousel-navigation-arrow-left": {
801
- width: "40px",
802
- height: "40px",
803
- },
804
- "carousel-navigation-arrow-right": {
805
- width: "40px",
806
- height: "40px",
807
- },
808
- },
809
- tablet: {
810
- layout: {
811
- "padding-top": "2xl",
812
- "padding-bottom": "2xl",
813
- "padding-left": "base",
814
- "padding-right": "base",
815
- },
816
- testimonials: [
817
- {
818
- testimonial: {
819
- "column-gap": "xl",
820
- "padding-top": "xl",
821
- "padding-bottom": "xl",
822
- "padding-left": "xl",
823
- "padding-right": "xl",
824
- },
825
- "content-container": {
826
- "min-height": "150px",
827
- },
828
- },
829
- {
830
- testimonial: {
831
- "column-gap": "xl",
832
- "padding-top": "xl",
833
- "padding-bottom": "xl",
834
- "padding-left": "xl",
835
- "padding-right": "xl",
836
- },
837
- "content-container": {
838
- "min-height": "150px",
839
- },
840
- },
841
- {
842
- testimonial: {
843
- "column-gap": "xl",
844
- "padding-top": "xl",
845
- "padding-bottom": "xl",
846
- "padding-left": "xl",
847
- "padding-right": "xl",
848
- },
849
- "content-container": {
850
- "min-height": "150px",
851
- },
852
- },
853
- ],
854
- },
855
- "carousel-navigation-arrow-left-side": {
856
- display: "none",
857
- },
858
- "carousel-navigation-arrow-right-side": {
859
- display: "none",
860
- },
861
- "carousel-navigation-bottom-container": {
862
- display: "none",
863
- },
864
- "carousel-navigation-arrow-left-bottom": {
865
- display: "none",
866
- },
867
- "carousel-navigation-arrow-right-bottom": {
868
- display: "none",
463
+ height: "20px",
464
+ width: "20px",
465
+ "font-size": "20px",
869
466
  },
467
+ "carousel-navigation-arrow-left-side": { display: "none" },
468
+ "carousel-navigation-arrow-right-side": { display: "none" },
469
+ "carousel-navigation-bottom-container": { display: "none" },
470
+ "carousel-navigation-arrow-left-bottom": { display: "none" },
471
+ "carousel-navigation-arrow-right-bottom": { display: "none" },
870
472
  },
871
473
  content: DEFAULT_CONTENT,
872
474
  config: {
873
- testimonials_levoGroup: {
874
- carousel: {
875
- loop: true,
876
- },
877
- },
475
+ testimonials_levoGroup: { carousel: { loop: true } },
878
476
  "carousel-navigation-arrow-left": {
879
- button_icons: {
880
- left: {
881
- enabled: true,
882
- },
883
- },
477
+ button_icons: { left: { enabled: true } },
884
478
  },
885
479
  "carousel-navigation-arrow-right": {
886
- button_icons: {
887
- right: {
888
- enabled: true,
889
- },
890
- },
480
+ button_icons: { right: { enabled: true } },
891
481
  },
892
- testimonials: [
893
- {
894
- "testimonial-text": {
895
- selectedVariants: {
896
- Typography_Variants: "Lead",
897
- },
898
- },
899
- "author-position": {
900
- selectedVariants: {
901
- Typography_Variants: "Small",
902
- },
903
- },
904
- "author-name": {
905
- heading: {
906
- level: "4",
907
- },
908
- selectedVariants: {
909
- Heading_Level: "H6",
910
- },
911
- },
912
- },
913
- {
914
- "author-position": {
915
- selectedVariants: {
916
- Typography_Variants: "Small",
917
- },
918
- },
919
- "testimonial-text": {
920
- selectedVariants: {
921
- Typography_Variants: "Lead",
922
- },
923
- },
924
- "author-name": {
925
- selectedVariants: {
926
- Heading_Level: "H6",
927
- },
928
- heading: {
929
- level: "4",
930
- },
931
- },
932
- },
933
- {
934
- "author-position": {
935
- selectedVariants: {
936
- Typography_Variants: "Small",
937
- },
938
- },
939
- "testimonial-text": {
940
- selectedVariants: {
941
- Typography_Variants: "Lead",
942
- },
943
- },
944
- "author-name": {
945
- selectedVariants: {
946
- Heading_Level: "H6",
947
- },
948
- heading: {
949
- level: "4",
950
- },
951
- },
952
- },
953
- ],
482
+ testimonials: TESTIMONIALS_CONFIG,
954
483
  },
955
484
  },
956
485
  {
957
486
  key: "side-navigation",
958
487
  title: "Side Navigation",
959
488
  styles: {
960
- layout: {},
489
+ layout: {
490
+ "padding-top": "3xl",
491
+ "padding-bottom": "3xl",
492
+ mobile: {
493
+ "padding-top": "xl",
494
+ "padding-bottom": "xl",
495
+ "padding-left": "base",
496
+ "padding-right": "base",
497
+ },
498
+ tablet: {
499
+ "padding-top": "2xl",
500
+ "padding-bottom": "2xl",
501
+ "padding-left": "base",
502
+ "padding-right": "base",
503
+ },
504
+ },
961
505
  container: {},
962
506
  "carousel-container": {
963
507
  display: "flex",
964
508
  "align-items": "center",
965
509
  "column-gap": "xl",
510
+ mobile: {
511
+ "flex-direction": "column",
512
+ "row-gap": "lg",
513
+ "align-items": "center",
514
+ },
515
+ tablet: { "column-gap": "lg", "justify-content": "center" },
966
516
  },
967
- testimonials_levoGroup: {
968
- number_of_slides: 1,
969
- flex: "1",
970
- },
971
- testimonials: [
972
- {
973
- testimonial: {
974
- display: "flex",
975
- "align-items": "flex-start",
976
- "column-gap": "2xl",
977
- "border-radius": "xl",
978
- "padding-top": "2xl",
979
- "padding-bottom": "2xl",
980
- "padding-left": "2xl",
981
- "padding-right": "2xl",
982
- "margin-left": "auto",
983
- "margin-right": "auto",
984
- "max-width": "100%",
985
- },
986
- "icon-container": {
987
- "flex-shrink": "0",
988
- display: "flex",
989
- "align-items": "flex-start",
990
- "justify-content": "center",
991
- "padding-top": "xs",
992
- },
993
- icon: {
994
- width: "48px",
995
- height: "48px",
996
- },
997
- "content-container": {
998
- flex: "1",
999
- display: "flex",
517
+ testimonials_levoGroup: { number_of_slides: 1, flex: "1" },
518
+ testimonials_levoGroupItem: {
519
+ testimonial: {
520
+ display: "flex",
521
+ "align-items": "flex-start",
522
+ "column-gap": "2xl",
523
+ "border-radius": "xl",
524
+ "padding-top": "2xl",
525
+ "padding-bottom": "2xl",
526
+ "padding-left": "2xl",
527
+ "padding-right": "2xl",
528
+ "margin-left": "auto",
529
+ "margin-right": "auto",
530
+ "max-width": "100%",
531
+ "background-color": "var(--color-card)",
532
+ height: "100%",
533
+ mobile: {
1000
534
  "flex-direction": "column",
1001
- "justify-content": "space-between",
1002
- "min-height": "200px",
1003
- },
1004
- "testimonial-content": {
1005
- "margin-bottom": "2xl",
1006
- },
1007
- "testimonial-text": {
1008
- "font-weight": 400,
1009
- },
1010
- "bottom-section": {
1011
- display: "flex",
1012
- "justify-content": "flex-start",
1013
535
  "align-items": "center",
1014
- },
1015
- "author-section": {
1016
- display: "flex",
1017
- "align-items": "center",
1018
- "column-gap": "base",
1019
- },
1020
- "author-info": {
1021
- display: "flex",
1022
- "flex-direction": "column",
1023
- "align-items": "flex-start",
1024
- },
1025
- "author-name": {
1026
- "font-weight": 600,
1027
- },
1028
- "author-position": {},
1029
- "author-avatar": {
1030
- width: "48px",
1031
- height: "48px",
1032
- "border-radius": "base",
1033
- "object-fit": "cover",
536
+ "row-gap": "lg",
537
+ "column-gap": "none",
538
+ "padding-top": "xl",
539
+ "padding-bottom": "xl",
540
+ "padding-left": "lg",
541
+ "padding-right": "lg",
542
+ },
543
+ tablet: {
544
+ "column-gap": "xl",
545
+ "padding-top": "xl",
546
+ "padding-bottom": "xl",
547
+ "padding-left": "xl",
548
+ "padding-right": "xl",
1034
549
  },
1035
550
  },
1036
- {
1037
- testimonial: {
1038
- display: "flex",
1039
- "align-items": "flex-start",
1040
- "column-gap": "2xl",
1041
- "border-radius": "xl",
1042
- "padding-top": "2xl",
1043
- "padding-bottom": "2xl",
1044
- "padding-left": "2xl",
1045
- "padding-right": "2xl",
1046
- "margin-left": "auto",
1047
- "margin-right": "auto",
1048
- "max-width": "100%",
1049
- },
1050
- "icon-container": {
1051
- "flex-shrink": "0",
1052
- display: "flex",
1053
- "align-items": "flex-start",
1054
- "justify-content": "center",
1055
- "padding-top": "xs",
1056
- },
1057
- icon: {
1058
- width: "48px",
1059
- height: "48px",
1060
- },
1061
- "content-container": {
1062
- flex: "1",
1063
- display: "flex",
551
+ "icon-container": {
552
+ "flex-shrink": "0",
553
+ display: "flex",
554
+ "align-items": "flex-start",
555
+ "justify-content": "center",
556
+ "padding-top": "xs",
557
+ mobile: { "padding-top": "none" },
558
+ },
559
+ icon: {
560
+ width: "56px",
561
+ height: "56px",
562
+ "object-fit": "contain",
563
+ mobile: { width: "40px", height: "40px" },
564
+ },
565
+ "content-container": {
566
+ flex: "1",
567
+ display: "flex",
568
+ "flex-direction": "column",
569
+ "justify-content": "space-between",
570
+ "min-height": "200px",
571
+ "row-gap": "2xl",
572
+ mobile: { "min-height": "auto", "text-align": "center", "row-gap": "lg" },
573
+ tablet: { "min-height": "160px" },
574
+ },
575
+ "testimonial-content": {
576
+ "margin-bottom": "none",
577
+ },
578
+ "testimonial-text": {
579
+ "font-weight": 400,
580
+ "line-height": "relaxed",
581
+ mobile: { "font-size": "base" },
582
+ },
583
+ "bottom-section": {
584
+ display: "flex",
585
+ "justify-content": "flex-start",
586
+ "align-items": "center",
587
+ "margin-top": "auto",
588
+ mobile: {
1064
589
  "flex-direction": "column",
1065
- "justify-content": "space-between",
1066
- "min-height": "200px",
1067
- },
1068
- "testimonial-content": {
1069
- "margin-bottom": "2xl",
1070
- },
1071
- "testimonial-text": {
1072
- "font-weight": 400,
1073
- },
1074
- "bottom-section": {
1075
- display: "flex",
1076
- "justify-content": "flex-start",
1077
590
  "align-items": "center",
1078
- },
1079
- "author-section": {
1080
- display: "flex",
1081
- "align-items": "center",
1082
- "column-gap": "base",
1083
- },
1084
- "author-info": {
1085
- display: "flex",
1086
- "flex-direction": "column",
1087
- "align-items": "flex-start",
1088
- },
1089
- "author-name": {
1090
- "font-weight": 600,
1091
- },
1092
- "author-position": {},
1093
- "author-avatar": {
1094
- width: "48px",
1095
- height: "48px",
1096
- "border-radius": "base",
1097
- "object-fit": "cover",
591
+ "row-gap": "base",
1098
592
  },
1099
593
  },
1100
- {
1101
- testimonial: {
1102
- display: "flex",
1103
- "align-items": "flex-start",
1104
- "column-gap": "2xl",
1105
- "border-radius": "xl",
1106
- "padding-top": "2xl",
1107
- "padding-bottom": "2xl",
1108
- "padding-left": "2xl",
1109
- "padding-right": "2xl",
1110
- "margin-left": "auto",
1111
- "margin-right": "auto",
1112
- "max-width": "100%",
1113
- },
1114
- "icon-container": {
1115
- "flex-shrink": "0",
1116
- display: "flex",
1117
- "align-items": "flex-start",
1118
- "justify-content": "center",
1119
- "padding-top": "xs",
1120
- },
1121
- icon: {
1122
- width: "48px",
1123
- height: "48px",
1124
- },
1125
- "content-container": {
1126
- flex: "1",
1127
- display: "flex",
594
+ "author-section": {
595
+ display: "flex",
596
+ "align-items": "center",
597
+ "column-gap": "base",
598
+ mobile: {
1128
599
  "flex-direction": "column",
1129
- "justify-content": "space-between",
1130
- "min-height": "200px",
1131
- },
1132
- "testimonial-content": {
1133
- "margin-bottom": "2xl",
1134
- },
1135
- "testimonial-text": {
1136
- "font-weight": 400,
1137
- },
1138
- "bottom-section": {
1139
- display: "flex",
1140
- "justify-content": "flex-start",
1141
- "align-items": "center",
1142
- },
1143
- "author-section": {
1144
- display: "flex",
1145
600
  "align-items": "center",
1146
- "column-gap": "base",
1147
- },
1148
- "author-info": {
1149
- display: "flex",
1150
- "flex-direction": "column",
1151
- "align-items": "flex-start",
1152
- },
1153
- "author-name": {
1154
- "font-weight": 600,
1155
- },
1156
- "author-position": {},
1157
- "author-avatar": {
1158
- width: "48px",
1159
- height: "48px",
1160
- "border-radius": "base",
1161
- "object-fit": "cover",
601
+ "row-gap": "xs",
1162
602
  },
1163
603
  },
1164
- ],
1165
- "carousel-navigation": {
1166
- display: "none",
1167
- },
1168
- "carousel-navigation-arrow-left": {
1169
- display: "none",
1170
- },
1171
- "carousel-navigation-arrow-right": {
1172
- display: "none",
604
+ "author-info": {
605
+ display: "flex",
606
+ "flex-direction": "column",
607
+ "align-items": "flex-start",
608
+ "row-gap": "2xs",
609
+ mobile: { "align-items": "center", "text-align": "center" },
610
+ },
611
+ "author-name": { "font-weight": 600 },
612
+ "author-position": { color: "var(--color-muted-foreground)" },
613
+ "author-avatar": {
614
+ width: "56px",
615
+ height: "56px",
616
+ "border-radius": "50%",
617
+ "object-fit": "cover",
618
+ "aspect-ratio": "1 / 1",
619
+ mobile: { width: "44px", height: "44px" },
620
+ },
1173
621
  },
622
+ testimonials: [{}, {}, {}],
623
+ "carousel-navigation": { display: "none" },
624
+ "carousel-navigation-arrow-left": { display: "none" },
625
+ "carousel-navigation-arrow-right": { display: "none" },
1174
626
  "carousel-navigation-arrow-left-side": {
1175
627
  "border-color": "border",
1176
628
  "border-width": "1px",
@@ -1187,12 +639,8 @@ export const Testimonial6: IBlock = {
1187
639
  "padding-right": "none",
1188
640
  "padding-bottom": "none",
1189
641
  "flex-shrink": "0",
1190
- mobile: {
1191
- display: "none",
1192
- },
1193
- tablet: {
1194
- display: "none",
1195
- },
642
+ mobile: { display: "none" },
643
+ tablet: { display: "none" },
1196
644
  },
1197
645
  "carousel-navigation-arrow-right-side": {
1198
646
  "border-color": "border",
@@ -1210,12 +658,8 @@ export const Testimonial6: IBlock = {
1210
658
  "padding-left": "none",
1211
659
  "padding-bottom": "none",
1212
660
  "flex-shrink": "0",
1213
- mobile: {
1214
- display: "none",
1215
- },
1216
- tablet: {
1217
- display: "none",
1218
- },
661
+ mobile: { display: "none" },
662
+ tablet: { display: "none" },
1219
663
  },
1220
664
  "carousel-navigation-bottom-container": {
1221
665
  display: "none",
@@ -1238,8 +682,8 @@ export const Testimonial6: IBlock = {
1238
682
  "border-color": "border",
1239
683
  "border-width": "1px",
1240
684
  "border-radius": "50%",
1241
- width: "48px",
1242
- height: "48px",
685
+ width: "44px",
686
+ height: "44px",
1243
687
  display: "flex",
1244
688
  "align-items": "center",
1245
689
  "justify-content": "center",
@@ -1249,17 +693,14 @@ export const Testimonial6: IBlock = {
1249
693
  "padding-top": "none",
1250
694
  "padding-right": "none",
1251
695
  "padding-bottom": "none",
1252
- mobile: {
1253
- width: "40px",
1254
- height: "40px",
1255
- },
696
+ mobile: { width: "40px", height: "40px" },
1256
697
  },
1257
698
  "carousel-navigation-arrow-right-bottom": {
1258
699
  "border-color": "border",
1259
700
  "border-width": "1px",
1260
701
  "border-radius": "50%",
1261
- width: "48px",
1262
- height: "48px",
702
+ width: "44px",
703
+ height: "44px",
1263
704
  display: "flex",
1264
705
  "align-items": "center",
1265
706
  "justify-content": "center",
@@ -1269,314 +710,601 @@ export const Testimonial6: IBlock = {
1269
710
  "padding-right": "none",
1270
711
  "padding-left": "none",
1271
712
  "padding-bottom": "none",
1272
- mobile: {
1273
- width: "40px",
1274
- height: "40px",
1275
- },
713
+ mobile: { width: "40px", height: "40px" },
1276
714
  },
1277
715
  "carousel-navigation-arrow-left-side_leftIcon": {
1278
- height: "24px",
1279
- width: "24px",
1280
- "font-size": "24px",
716
+ height: "20px",
717
+ width: "20px",
718
+ "font-size": "20px",
1281
719
  },
1282
720
  "carousel-navigation-arrow-right-side_rightIcon": {
1283
- height: "24px",
1284
- width: "24px",
1285
- "font-size": "24px",
721
+ height: "20px",
722
+ width: "20px",
723
+ "font-size": "20px",
1286
724
  },
1287
725
  "carousel-navigation-arrow-left-bottom_leftIcon": {
1288
- height: "24px",
1289
- width: "24px",
1290
- "font-size": "24px",
726
+ height: "20px",
727
+ width: "20px",
728
+ "font-size": "20px",
1291
729
  },
1292
730
  "carousel-navigation-arrow-right-bottom_rightIcon": {
1293
- height: "24px",
1294
- width: "24px",
1295
- "font-size": "24px",
731
+ height: "20px",
732
+ width: "20px",
733
+ "font-size": "20px",
734
+ },
735
+ },
736
+ content: DEFAULT_CONTENT,
737
+ config: {
738
+ testimonials_levoGroup: { carousel: { loop: true } },
739
+ "carousel-navigation-arrow-left-side": {
740
+ button_icons: { left: { enabled: true } },
741
+ },
742
+ "carousel-navigation-arrow-right-side": {
743
+ button_icons: { right: { enabled: true } },
744
+ },
745
+ "carousel-navigation-arrow-left-bottom": {
746
+ button_icons: { left: { enabled: true } },
1296
747
  },
1297
- mobile: {
1298
- layout: {
748
+ "carousel-navigation-arrow-right-bottom": {
749
+ button_icons: { right: { enabled: true } },
750
+ },
751
+ testimonials: TESTIMONIALS_CONFIG,
752
+ },
753
+ },
754
+ {
755
+ key: "centered",
756
+ title: "Centered",
757
+ styles: {
758
+ layout: {
759
+ "padding-top": "3xl",
760
+ "padding-bottom": "3xl",
761
+ mobile: {
762
+ "padding-top": "xl",
763
+ "padding-bottom": "xl",
764
+ "padding-left": "base",
765
+ "padding-right": "base",
766
+ },
767
+ tablet: {
1299
768
  "padding-top": "2xl",
1300
769
  "padding-bottom": "2xl",
1301
770
  "padding-left": "base",
1302
771
  "padding-right": "base",
1303
772
  },
1304
- "carousel-container": {
773
+ },
774
+ container: {},
775
+ testimonials_levoGroup: { number_of_slides: 1 },
776
+ testimonials_levoGroupItem: {
777
+ testimonial: {
778
+ display: "flex",
779
+ "align-items": "flex-start",
780
+ "column-gap": "2xl",
781
+ "border-radius": "2xl",
782
+ "padding-top": "3xl",
783
+ "padding-bottom": "3xl",
784
+ "padding-left": "3xl",
785
+ "padding-right": "3xl",
786
+ "margin-left": "auto",
787
+ "margin-right": "auto",
788
+ "max-width": "900px",
789
+ "background-color": "var(--color-muted)",
790
+ height: "100%",
791
+ mobile: {
792
+ "flex-direction": "column",
793
+ "align-items": "center",
794
+ "row-gap": "lg",
795
+ "column-gap": "none",
796
+ "padding-top": "xl",
797
+ "padding-bottom": "xl",
798
+ "padding-left": "lg",
799
+ "padding-right": "lg",
800
+ },
801
+ tablet: {
802
+ "column-gap": "xl",
803
+ "padding-top": "2xl",
804
+ "padding-bottom": "2xl",
805
+ "padding-left": "2xl",
806
+ "padding-right": "2xl",
807
+ },
808
+ },
809
+ "icon-container": {
810
+ "flex-shrink": "0",
811
+ display: "flex",
812
+ "align-items": "flex-start",
813
+ "justify-content": "center",
814
+ "padding-top": "xs",
815
+ mobile: { "padding-top": "none" },
816
+ },
817
+ icon: {
818
+ width: "56px",
819
+ height: "56px",
820
+ "object-fit": "contain",
821
+ mobile: { width: "40px", height: "40px" },
822
+ },
823
+ "content-container": {
824
+ flex: "1",
825
+ display: "flex",
1305
826
  "flex-direction": "column",
1306
- "row-gap": "lg",
1307
- "align-items": "center",
827
+ "justify-content": "space-between",
828
+ "min-height": "200px",
829
+ "row-gap": "2xl",
830
+ mobile: { "min-height": "auto", "text-align": "center", "row-gap": "lg" },
831
+ tablet: { "min-height": "160px" },
1308
832
  },
1309
- testimonials: [
1310
- {
1311
- testimonial: {
1312
- "flex-direction": "column",
1313
- "align-items": "center",
1314
- "column-gap": "none",
1315
- "row-gap": "lg",
1316
- "padding-top": "xl",
1317
- "padding-bottom": "xl",
1318
- "padding-left": "lg",
1319
- "padding-right": "lg",
1320
- },
1321
- "icon-container": {
1322
- "padding-top": "none",
1323
- },
1324
- "content-container": {
1325
- "min-height": "auto",
1326
- "text-align": "center",
1327
- },
1328
- "testimonial-text": {
1329
- "font-size": "base",
1330
- },
1331
- "bottom-section": {
1332
- "flex-direction": "column",
1333
- "align-items": "center",
1334
- "row-gap": "base",
1335
- },
1336
- "author-section": {
1337
- "flex-direction": "column",
1338
- "align-items": "center",
1339
- "row-gap": "xs",
1340
- },
1341
- "author-info": {
1342
- "align-items": "center",
1343
- "text-align": "center",
1344
- },
1345
- "author-avatar": {
1346
- width: "40px",
1347
- height: "40px",
1348
- },
1349
- },
1350
- {
1351
- testimonial: {
1352
- "flex-direction": "column",
1353
- "align-items": "center",
1354
- "column-gap": "none",
1355
- "row-gap": "lg",
1356
- "padding-top": "xl",
1357
- "padding-bottom": "xl",
1358
- "padding-left": "lg",
1359
- "padding-right": "lg",
1360
- },
1361
- "icon-container": {
1362
- "padding-top": "none",
1363
- },
1364
- "content-container": {
1365
- "min-height": "auto",
1366
- "text-align": "center",
1367
- },
1368
- "testimonial-text": {
1369
- "font-size": "base",
1370
- },
1371
- "bottom-section": {
1372
- "flex-direction": "column",
1373
- "align-items": "center",
1374
- "row-gap": "base",
1375
- },
1376
- "author-section": {
1377
- "flex-direction": "column",
1378
- "align-items": "center",
1379
- "row-gap": "xs",
1380
- },
1381
- "author-info": {
1382
- "align-items": "center",
1383
- "text-align": "center",
1384
- },
1385
- "author-avatar": {
1386
- width: "40px",
1387
- height: "40px",
1388
- },
833
+ "testimonial-content": {
834
+ "margin-bottom": "none",
835
+ },
836
+ "testimonial-text": {
837
+ "font-weight": 500,
838
+ "font-size": "lg",
839
+ "line-height": "relaxed",
840
+ mobile: { "font-size": "base" },
841
+ },
842
+ "bottom-section": {
843
+ display: "flex",
844
+ "justify-content": "space-between",
845
+ "align-items": "center",
846
+ "margin-top": "auto",
847
+ mobile: {
848
+ "flex-direction": "column",
849
+ "align-items": "center",
850
+ "row-gap": "base",
1389
851
  },
1390
- {
1391
- testimonial: {
1392
- "flex-direction": "column",
1393
- "align-items": "center",
1394
- "column-gap": "none",
1395
- "row-gap": "lg",
1396
- "padding-top": "xl",
1397
- "padding-bottom": "xl",
1398
- "padding-left": "lg",
1399
- "padding-right": "lg",
1400
- },
1401
- "icon-container": {
1402
- "padding-top": "none",
1403
- },
1404
- "content-container": {
1405
- "min-height": "auto",
1406
- "text-align": "center",
1407
- },
1408
- "testimonial-text": {
1409
- "font-size": "base",
1410
- },
1411
- "bottom-section": {
1412
- "flex-direction": "column",
1413
- "align-items": "center",
1414
- "row-gap": "base",
1415
- },
1416
- "author-section": {
1417
- "flex-direction": "column",
1418
- "align-items": "center",
1419
- "row-gap": "xs",
1420
- },
1421
- "author-info": {
1422
- "align-items": "center",
1423
- "text-align": "center",
1424
- },
1425
- "author-avatar": {
1426
- width: "40px",
1427
- height: "40px",
1428
- },
852
+ },
853
+ "author-section": {
854
+ display: "flex",
855
+ "align-items": "center",
856
+ "column-gap": "base",
857
+ mobile: {
858
+ "flex-direction": "column",
859
+ "align-items": "center",
860
+ "row-gap": "xs",
1429
861
  },
1430
- ],
862
+ },
863
+ "author-info": {
864
+ display: "flex",
865
+ "flex-direction": "column",
866
+ "align-items": "flex-start",
867
+ "row-gap": "2xs",
868
+ mobile: { "align-items": "center", "text-align": "center" },
869
+ },
870
+ "author-name": { "font-weight": 700 },
871
+ "author-position": { color: "var(--color-muted-foreground)" },
872
+ "author-avatar": {
873
+ width: "56px",
874
+ height: "56px",
875
+ "border-radius": "50%",
876
+ "object-fit": "cover",
877
+ "aspect-ratio": "1 / 1",
878
+ mobile: { width: "44px", height: "44px" },
879
+ },
880
+ },
881
+ testimonials: [{}, {}, {}],
882
+ "carousel-navigation": {
883
+ display: "flex",
884
+ "column-gap": "sm",
885
+ "align-items": "center",
886
+ "justify-content": "center",
887
+ "margin-top": "xl",
888
+ },
889
+ "carousel-navigation-arrow-left": {
890
+ "border-color": "border",
891
+ "border-width": "1px",
892
+ "border-radius": "50%",
893
+ width: "44px",
894
+ height: "44px",
895
+ display: "flex",
896
+ "align-items": "center",
897
+ "justify-content": "center",
898
+ cursor: "pointer",
899
+ "box-shadow": "sm",
900
+ "padding-left": "none",
901
+ "padding-top": "none",
902
+ "padding-right": "none",
903
+ "padding-bottom": "none",
904
+ mobile: { width: "40px", height: "40px" },
905
+ },
906
+ "carousel-navigation-arrow-right": {
907
+ "border-color": "border",
908
+ "border-width": "1px",
909
+ "border-radius": "50%",
910
+ width: "44px",
911
+ height: "44px",
912
+ display: "flex",
913
+ "align-items": "center",
914
+ "justify-content": "center",
915
+ cursor: "pointer",
916
+ "box-shadow": "sm",
917
+ "padding-top": "none",
918
+ "padding-right": "none",
919
+ "padding-left": "none",
920
+ "padding-bottom": "none",
921
+ mobile: { width: "40px", height: "40px" },
922
+ },
923
+ "carousel-navigation-arrow-left_leftIcon": {
924
+ height: "20px",
925
+ width: "20px",
926
+ "font-size": "20px",
927
+ },
928
+ "carousel-navigation-arrow-right_rightIcon": {
929
+ height: "20px",
930
+ width: "20px",
931
+ "font-size": "20px",
1431
932
  },
1432
- tablet: {
1433
- layout: {
933
+ "carousel-navigation-arrow-left-side": { display: "none" },
934
+ "carousel-navigation-arrow-right-side": { display: "none" },
935
+ "carousel-navigation-bottom-container": { display: "none" },
936
+ "carousel-navigation-arrow-left-bottom": { display: "none" },
937
+ "carousel-navigation-arrow-right-bottom": { display: "none" },
938
+ },
939
+ content: DEFAULT_CONTENT,
940
+ config: {
941
+ testimonials_levoGroup: { carousel: { loop: true } },
942
+ "carousel-navigation-arrow-left": {
943
+ button_icons: { left: { enabled: true } },
944
+ },
945
+ "carousel-navigation-arrow-right": {
946
+ button_icons: { right: { enabled: true } },
947
+ },
948
+ testimonials: TESTIMONIALS_CONFIG,
949
+ },
950
+ },
951
+ {
952
+ key: "bordered-card",
953
+ title: "Bordered Card",
954
+ styles: {
955
+ layout: {
956
+ "padding-top": "3xl",
957
+ "padding-bottom": "3xl",
958
+ mobile: {
959
+ "padding-top": "xl",
960
+ "padding-bottom": "xl",
961
+ "padding-left": "base",
962
+ "padding-right": "base",
963
+ },
964
+ tablet: {
1434
965
  "padding-top": "2xl",
1435
966
  "padding-bottom": "2xl",
1436
967
  "padding-left": "base",
1437
968
  "padding-right": "base",
1438
969
  },
1439
- "carousel-container": {
1440
- "column-gap": "lg",
970
+ },
971
+ container: {},
972
+ testimonials_levoGroup: { number_of_slides: 1 },
973
+ testimonials_levoGroupItem: {
974
+ testimonial: {
975
+ display: "flex",
976
+ "align-items": "flex-start",
977
+ "column-gap": "2xl",
978
+ "border-radius": "xl",
979
+ "padding-top": "2xl",
980
+ "padding-bottom": "2xl",
981
+ "padding-left": "2xl",
982
+ "padding-right": "2xl",
983
+ "margin-left": "auto",
984
+ "margin-right": "auto",
985
+ "max-width": "100%",
986
+ "background-color": "var(--color-card)",
987
+ border: "1px solid",
988
+ "border-color": "var(--color-border)",
989
+ height: "100%",
990
+ mobile: {
991
+ "flex-direction": "column",
992
+ "align-items": "center",
993
+ "row-gap": "lg",
994
+ "column-gap": "none",
995
+ "padding-top": "xl",
996
+ "padding-bottom": "xl",
997
+ "padding-left": "lg",
998
+ "padding-right": "lg",
999
+ },
1000
+ tablet: {
1001
+ "column-gap": "xl",
1002
+ "padding-top": "xl",
1003
+ "padding-bottom": "xl",
1004
+ "padding-left": "xl",
1005
+ "padding-right": "xl",
1006
+ },
1007
+ },
1008
+ "icon-container": {
1009
+ "flex-shrink": "0",
1010
+ display: "flex",
1011
+ "align-items": "flex-start",
1441
1012
  "justify-content": "center",
1013
+ "padding-top": "xs",
1014
+ mobile: { "padding-top": "none" },
1442
1015
  },
1443
- testimonials: [
1444
- {
1445
- testimonial: {
1446
- "column-gap": "xl",
1447
- "padding-top": "xl",
1448
- "padding-bottom": "xl",
1449
- "padding-left": "xl",
1450
- "padding-right": "xl",
1451
- },
1452
- "content-container": {
1453
- "min-height": "150px",
1454
- },
1455
- },
1456
- {
1457
- testimonial: {
1458
- "column-gap": "xl",
1459
- "padding-top": "xl",
1460
- "padding-bottom": "xl",
1461
- "padding-left": "xl",
1462
- "padding-right": "xl",
1463
- },
1464
- "content-container": {
1465
- "min-height": "150px",
1466
- },
1016
+ icon: {
1017
+ width: "56px",
1018
+ height: "56px",
1019
+ "object-fit": "contain",
1020
+ mobile: { width: "40px", height: "40px" },
1021
+ },
1022
+ "content-container": {
1023
+ flex: "1",
1024
+ display: "flex",
1025
+ "flex-direction": "column",
1026
+ "justify-content": "space-between",
1027
+ "min-height": "200px",
1028
+ "row-gap": "2xl",
1029
+ mobile: { "min-height": "auto", "text-align": "center", "row-gap": "lg" },
1030
+ tablet: { "min-height": "160px" },
1031
+ },
1032
+ "testimonial-content": {
1033
+ "margin-bottom": "none",
1034
+ },
1035
+ "testimonial-text": {
1036
+ "font-weight": 400,
1037
+ "line-height": "relaxed",
1038
+ mobile: { "font-size": "base" },
1039
+ },
1040
+ "bottom-section": {
1041
+ display: "flex",
1042
+ "justify-content": "space-between",
1043
+ "align-items": "center",
1044
+ "margin-top": "auto",
1045
+ mobile: {
1046
+ "flex-direction": "column",
1047
+ "align-items": "center",
1048
+ "row-gap": "base",
1467
1049
  },
1468
- {
1469
- testimonial: {
1470
- "column-gap": "xl",
1471
- "padding-top": "xl",
1472
- "padding-bottom": "xl",
1473
- "padding-left": "xl",
1474
- "padding-right": "xl",
1475
- },
1476
- "content-container": {
1477
- "min-height": "150px",
1478
- },
1050
+ },
1051
+ "author-section": {
1052
+ display: "flex",
1053
+ "align-items": "center",
1054
+ "column-gap": "base",
1055
+ mobile: {
1056
+ "flex-direction": "column",
1057
+ "align-items": "center",
1058
+ "row-gap": "xs",
1479
1059
  },
1480
- ],
1060
+ },
1061
+ "author-info": {
1062
+ display: "flex",
1063
+ "flex-direction": "column",
1064
+ "align-items": "flex-start",
1065
+ "row-gap": "2xs",
1066
+ mobile: { "align-items": "center", "text-align": "center" },
1067
+ },
1068
+ "author-name": { "font-weight": 600 },
1069
+ "author-position": { color: "var(--color-muted-foreground)" },
1070
+ "author-avatar": {
1071
+ width: "56px",
1072
+ height: "56px",
1073
+ "border-radius": "50%",
1074
+ "object-fit": "cover",
1075
+ "aspect-ratio": "1 / 1",
1076
+ mobile: { width: "44px", height: "44px" },
1077
+ },
1078
+ },
1079
+ testimonials: [{}, {}, {}],
1080
+ "carousel-navigation": {
1081
+ display: "flex",
1082
+ "column-gap": "sm",
1083
+ "align-items": "center",
1084
+ "flex-shrink": "0",
1481
1085
  },
1086
+ "carousel-navigation-arrow-left": {
1087
+ "border-color": "border",
1088
+ "border-width": "1px",
1089
+ "border-radius": "50%",
1090
+ width: "44px",
1091
+ height: "44px",
1092
+ display: "flex",
1093
+ "align-items": "center",
1094
+ "justify-content": "center",
1095
+ cursor: "pointer",
1096
+ "box-shadow": "sm",
1097
+ "padding-left": "none",
1098
+ "padding-top": "none",
1099
+ "padding-right": "none",
1100
+ "padding-bottom": "none",
1101
+ mobile: { width: "40px", height: "40px" },
1102
+ },
1103
+ "carousel-navigation-arrow-right": {
1104
+ "border-color": "border",
1105
+ "border-width": "1px",
1106
+ "border-radius": "50%",
1107
+ width: "44px",
1108
+ height: "44px",
1109
+ display: "flex",
1110
+ "align-items": "center",
1111
+ "justify-content": "center",
1112
+ cursor: "pointer",
1113
+ "box-shadow": "sm",
1114
+ "padding-top": "none",
1115
+ "padding-right": "none",
1116
+ "padding-left": "none",
1117
+ "padding-bottom": "none",
1118
+ mobile: { width: "40px", height: "40px" },
1119
+ },
1120
+ "carousel-navigation-arrow-left_leftIcon": {
1121
+ height: "20px",
1122
+ width: "20px",
1123
+ "font-size": "20px",
1124
+ },
1125
+ "carousel-navigation-arrow-right_rightIcon": {
1126
+ height: "20px",
1127
+ width: "20px",
1128
+ "font-size": "20px",
1129
+ },
1130
+ "carousel-navigation-arrow-left-side": { display: "none" },
1131
+ "carousel-navigation-arrow-right-side": { display: "none" },
1132
+ "carousel-navigation-bottom-container": { display: "none" },
1133
+ "carousel-navigation-arrow-left-bottom": { display: "none" },
1134
+ "carousel-navigation-arrow-right-bottom": { display: "none" },
1482
1135
  },
1483
1136
  content: DEFAULT_CONTENT,
1484
1137
  config: {
1485
- testimonials_levoGroup: {
1486
- carousel: {
1487
- loop: true,
1488
- },
1138
+ testimonials_levoGroup: { carousel: { loop: true } },
1139
+ "carousel-navigation-arrow-left": {
1140
+ button_icons: { left: { enabled: true } },
1489
1141
  },
1490
- "carousel-navigation-arrow-left-side": {
1491
- button_icons: {
1492
- left: {
1493
- enabled: true,
1494
- },
1495
- },
1142
+ "carousel-navigation-arrow-right": {
1143
+ button_icons: { right: { enabled: true } },
1496
1144
  },
1497
- "carousel-navigation-arrow-right-side": {
1498
- button_icons: {
1499
- right: {
1500
- enabled: true,
1501
- },
1145
+ testimonials: TESTIMONIALS_CONFIG,
1146
+ },
1147
+ },
1148
+ {
1149
+ key: "minimal-quote",
1150
+ title: "Minimal Quote",
1151
+ styles: {
1152
+ layout: {
1153
+ "padding-top": "3xl",
1154
+ "padding-bottom": "3xl",
1155
+ mobile: {
1156
+ "padding-top": "xl",
1157
+ "padding-bottom": "xl",
1158
+ "padding-left": "base",
1159
+ "padding-right": "base",
1502
1160
  },
1503
1161
  },
1504
- "carousel-navigation-arrow-left-bottom": {
1505
- button_icons: {
1506
- left: {
1507
- enabled: true,
1162
+ container: {},
1163
+ testimonials_levoGroup: { number_of_slides: 1 },
1164
+ testimonials_levoGroupItem: {
1165
+ testimonial: {
1166
+ display: "flex",
1167
+ "flex-direction": "column",
1168
+ "align-items": "center",
1169
+ "row-gap": "xl",
1170
+ "padding-top": "3xl",
1171
+ "padding-bottom": "3xl",
1172
+ "padding-left": "3xl",
1173
+ "padding-right": "3xl",
1174
+ "margin-left": "auto",
1175
+ "margin-right": "auto",
1176
+ "max-width": "800px",
1177
+ height: "100%",
1178
+ mobile: {
1179
+ "row-gap": "lg",
1180
+ "padding-top": "xl",
1181
+ "padding-bottom": "xl",
1182
+ "padding-left": "lg",
1183
+ "padding-right": "lg",
1184
+ "max-width": "100%",
1508
1185
  },
1509
1186
  },
1510
- },
1511
- "carousel-navigation-arrow-right-bottom": {
1512
- button_icons: {
1513
- right: {
1514
- enabled: true,
1515
- },
1187
+ "icon-container": {
1188
+ display: "flex",
1189
+ "align-items": "center",
1190
+ "justify-content": "center",
1516
1191
  },
1517
- },
1518
- testimonials: [
1519
- {
1520
- "testimonial-text": {
1521
- selectedVariants: {
1522
- Typography_Variants: "Lead",
1523
- },
1524
- },
1525
- "author-name": {
1526
- heading: {
1527
- level: "4",
1528
- },
1529
- selectedVariants: {
1530
- Heading_Level: "H6",
1531
- },
1532
- },
1533
- "author-position": {
1534
- selectedVariants: {
1535
- Typography_Variants: "Small",
1536
- },
1537
- },
1192
+ icon: {
1193
+ width: "44px",
1194
+ height: "44px",
1195
+ "object-fit": "contain",
1196
+ mobile: { width: "36px", height: "36px" },
1538
1197
  },
1539
- {
1540
- "author-position": {
1541
- selectedVariants: {
1542
- Typography_Variants: "Small",
1543
- },
1544
- },
1545
- "author-name": {
1546
- selectedVariants: {
1547
- Heading_Level: "H6",
1548
- },
1549
- heading: {
1550
- level: "4",
1551
- },
1552
- },
1553
- "testimonial-text": {
1554
- selectedVariants: {
1555
- Typography_Variants: "Lead",
1556
- },
1557
- },
1198
+ "content-container": {
1199
+ display: "flex",
1200
+ "flex-direction": "column",
1201
+ "align-items": "center",
1202
+ "text-align": "center",
1203
+ "row-gap": "xl",
1204
+ flex: "1",
1205
+ width: "100%",
1558
1206
  },
1559
- {
1560
- "author-position": {
1561
- selectedVariants: {
1562
- Typography_Variants: "Small",
1563
- },
1564
- },
1565
- "author-name": {
1566
- selectedVariants: {
1567
- Heading_Level: "H6",
1568
- },
1569
- heading: {
1570
- level: "4",
1571
- },
1572
- },
1573
- "testimonial-text": {
1574
- selectedVariants: {
1575
- Typography_Variants: "Lead",
1576
- },
1577
- },
1207
+ "testimonial-content": { "margin-bottom": "none" },
1208
+ "testimonial-text": {
1209
+ "font-weight": 400,
1210
+ "font-size": "xl",
1211
+ "font-style": "italic",
1212
+ "text-align": "center",
1213
+ "line-height": "relaxed",
1214
+ mobile: { "font-size": "base" },
1215
+ },
1216
+ "bottom-section": {
1217
+ display: "flex",
1218
+ "justify-content": "center",
1219
+ "align-items": "center",
1220
+ "margin-top": "auto",
1221
+ },
1222
+ "author-section": {
1223
+ display: "flex",
1224
+ "align-items": "center",
1225
+ "column-gap": "base",
1226
+ },
1227
+ "author-info": {
1228
+ display: "flex",
1229
+ "flex-direction": "column",
1230
+ "align-items": "flex-start",
1231
+ "row-gap": "2xs",
1578
1232
  },
1579
- ],
1233
+ "author-name": { "font-weight": 700 },
1234
+ "author-position": { color: "var(--color-muted-foreground)" },
1235
+ "author-avatar": {
1236
+ width: "48px",
1237
+ height: "48px",
1238
+ "border-radius": "50%",
1239
+ "object-fit": "cover",
1240
+ "aspect-ratio": "1 / 1",
1241
+ mobile: { width: "40px", height: "40px" },
1242
+ },
1243
+ },
1244
+ testimonials: [{}, {}, {}],
1245
+ "carousel-navigation": {
1246
+ display: "flex",
1247
+ "column-gap": "sm",
1248
+ "align-items": "center",
1249
+ "justify-content": "center",
1250
+ "margin-top": "lg",
1251
+ },
1252
+ "carousel-navigation-arrow-left": {
1253
+ "border-color": "border",
1254
+ "border-width": "1px",
1255
+ "border-radius": "50%",
1256
+ width: "40px",
1257
+ height: "40px",
1258
+ display: "flex",
1259
+ "align-items": "center",
1260
+ "justify-content": "center",
1261
+ cursor: "pointer",
1262
+ "padding-left": "none",
1263
+ "padding-top": "none",
1264
+ "padding-right": "none",
1265
+ "padding-bottom": "none",
1266
+ },
1267
+ "carousel-navigation-arrow-right": {
1268
+ "border-color": "border",
1269
+ "border-width": "1px",
1270
+ "border-radius": "50%",
1271
+ width: "40px",
1272
+ height: "40px",
1273
+ display: "flex",
1274
+ "align-items": "center",
1275
+ "justify-content": "center",
1276
+ cursor: "pointer",
1277
+ "padding-top": "none",
1278
+ "padding-right": "none",
1279
+ "padding-left": "none",
1280
+ "padding-bottom": "none",
1281
+ },
1282
+ "carousel-navigation-arrow-left_leftIcon": {
1283
+ height: "18px",
1284
+ width: "18px",
1285
+ "font-size": "18px",
1286
+ },
1287
+ "carousel-navigation-arrow-right_rightIcon": {
1288
+ height: "18px",
1289
+ width: "18px",
1290
+ "font-size": "18px",
1291
+ },
1292
+ "carousel-navigation-arrow-left-side": { display: "none" },
1293
+ "carousel-navigation-arrow-right-side": { display: "none" },
1294
+ "carousel-navigation-bottom-container": { display: "none" },
1295
+ "carousel-navigation-arrow-left-bottom": { display: "none" },
1296
+ "carousel-navigation-arrow-right-bottom": { display: "none" },
1297
+ },
1298
+ content: DEFAULT_CONTENT,
1299
+ config: {
1300
+ testimonials_levoGroup: { carousel: { loop: true } },
1301
+ "carousel-navigation-arrow-left": {
1302
+ button_icons: { left: { enabled: true } },
1303
+ },
1304
+ "carousel-navigation-arrow-right": {
1305
+ button_icons: { right: { enabled: true } },
1306
+ },
1307
+ testimonials: TESTIMONIALS_CONFIG,
1580
1308
  },
1581
1309
  },
1582
1310
  ],