@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,56 +1,77 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_IMAGE = {
3
+ const ICON_MESSAGES = {
4
4
  kind: "icon",
5
5
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
9
- svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
6
+ "id": "messages",
7
+ "label": "Messages",
8
+ "svgCode": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.98999 22.78C9.38999 22.78 8.81999 22.48 8.42999 21.95L7.23001 20.35C7.23001 20.36 7.18 20.33 7.16 20.33H6.79001C3.37001 20.33 1.25 19.4 1.25 14.79V10.79C1.25 6.58001 3.82001 5.48001 5.98001 5.29001C6.22001 5.26001 6.50001 5.25 6.79001 5.25H13.19C16.81 5.25 18.73 7.17001 18.73 10.79V14.79C18.73 15.08 18.72 15.36 18.68 15.63C18.5 17.76 17.4 20.33 13.19 20.33H12.79L11.55 21.95C11.16 22.48 10.59 22.78 9.98999 22.78ZM6.79001 6.75C6.56001 6.75 6.34 6.76 6.13 6.78C3.81 6.98 2.75 8.25001 2.75 10.79V14.79C2.75 18.22 3.81001 18.83 6.79001 18.83H7.19C7.64 18.83 8.14999 19.08 8.42999 19.44L9.63 21.05C9.85001 21.35 10.13 21.35 10.35 21.05L11.55 19.45C11.84 19.06 12.3 18.83 12.79 18.83H13.19C15.73 18.83 17 17.76 17.19 15.48C17.22 15.24 17.23 15.02 17.23 14.79V10.79C17.23 8.00001 15.98 6.75 13.19 6.75H6.79001Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M9.99023 14.19C9.43023 14.19 8.99023 13.74 8.99023 13.19C8.99023 12.64 9.44023 12.19 9.99023 12.19C10.5402 12.19 10.9902 12.64 10.9902 13.19C10.9902 13.74 10.5502 14.19 9.99023 14.19Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M13.1895 14.19C12.6295 14.19 12.1895 13.74 12.1895 13.19C12.1895 12.64 12.6395 12.19 13.1895 12.19C13.7395 12.19 14.1895 12.64 14.1895 13.19C14.1895 13.74 13.7395 14.19 13.1895 14.19Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M6.7998 14.19C6.2398 14.19 5.7998 13.74 5.7998 13.19C5.7998 12.64 6.2498 12.19 6.7998 12.19C7.3498 12.19 7.7998 12.64 7.7998 13.19C7.7998 13.74 7.3498 14.19 6.7998 14.19Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M17.9396 16.29C17.7396 16.29 17.5396 16.21 17.3996 16.06C17.2396 15.9 17.1697 15.67 17.1997 15.45C17.2297 15.24 17.2396 15.02 17.2396 14.79V10.79C17.2396 8.00001 15.9897 6.75 13.1997 6.75H6.79963C6.56963 6.75 6.34966 6.76 6.13966 6.78C5.91966 6.81 5.68964 6.72999 5.52964 6.57999C5.36964 6.41999 5.27963 6.20001 5.29963 5.98001C5.47963 3.82001 6.58963 1.25 10.7996 1.25H17.1997C20.8197 1.25 22.7396 3.17001 22.7396 6.79001V10.79C22.7396 15 20.1697 16.1 18.0097 16.29C17.9797 16.29 17.9596 16.29 17.9396 16.29ZM6.91966 5.25H13.1896C16.8096 5.25 18.7297 7.17001 18.7297 10.79V14.66C20.4297 14.24 21.2297 12.99 21.2297 10.79V6.79001C21.2297 4.00001 19.9796 2.75 17.1896 2.75H10.7897C8.58965 2.75 7.34966 3.55 6.91966 5.25Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>"
11
9
  },
12
10
  };
13
11
 
14
- const MEDIA = {
15
- id: "XZbHDbcwEfNIW",
16
- filename: "faq-1-1.png",
17
- kind: "image",
18
- location: "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO.png",
19
- srcset: {
20
- "1080w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1080w.webp",
21
- "1200w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1200w.webp",
22
- "1920w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1920w.webp",
23
- "320w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-320w.webp",
24
- "640w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-640w.webp",
25
- "750w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-750w.webp",
26
- "828w": "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-828w.webp",
27
- path: "https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/faq-1-1-QsAcZ4gZy8hjO-750w.webp 750w",
12
+ const ICON_HIERARCHY = {
13
+ kind: "icon",
14
+ data: {
15
+ "id": "hierarchy",
16
+ "label": "Hierarchy",
17
+ "svgCode": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 16.75C4.59 16.75 4.25 16.41 4.25 16V9C4.25 8.59 4.59 8.25 5 8.25C5.41 8.25 5.75 8.59 5.75 9V16C5.75 16.41 5.41 16.75 5 16.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M5.25 9.25C3.04 9.25 1.25 7.46 1.25 5.25C1.25 3.04 3.04 1.25 5.25 1.25C7.46 1.25 9.25 3.04 9.25 5.25C9.25 7.46 7.46 9.25 5.25 9.25ZM5.25 2.75C3.87 2.75 2.75 3.87 2.75 5.25C2.75 6.63 3.87 7.75 5.25 7.75C6.63 7.75 7.75 6.63 7.75 5.25C7.75 3.87 6.63 2.75 5.25 2.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M5 22.75C2.93 22.75 1.25 21.07 1.25 19C1.25 16.93 2.93 15.25 5 15.25C7.07 15.25 8.75 16.93 8.75 19C8.75 21.07 7.07 22.75 5 22.75ZM5 16.75C3.76 16.75 2.75 17.76 2.75 19C2.75 20.24 3.76 21.25 5 21.25C6.24 21.25 7.25 20.24 7.25 19C7.25 17.76 6.24 16.75 5 16.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M19 22.75C16.93 22.75 15.25 21.07 15.25 19C15.25 16.93 16.93 15.25 19 15.25C21.07 15.25 22.75 16.93 22.75 19C22.75 21.07 21.07 22.75 19 22.75ZM19 16.75C17.76 16.75 16.75 17.76 16.75 19C16.75 20.24 17.76 21.25 19 21.25C20.24 21.25 21.25 20.24 21.25 19C21.25 17.76 20.24 16.75 19 16.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M18.1696 16.79C17.8596 16.79 17.5696 16.6 17.4596 16.29C16.7296 14.19 14.7496 12.78 12.5196 12.78C12.5096 12.78 12.5096 12.78 12.4996 12.78L9.06962 12.79C9.05962 12.79 9.05962 12.79 9.04962 12.79C6.85962 12.79 4.94962 11.31 4.39962 9.18999C4.29962 8.78999 4.53962 8.37999 4.93962 8.27999C5.33962 8.17999 5.74962 8.42 5.84962 8.82C6.22962 10.28 7.53962 11.3 9.04962 11.3H9.05962L12.4896 11.29C12.4996 11.29 12.5096 11.29 12.5196 11.29C15.3796 11.29 17.9296 13.1 18.8696 15.81C19.0096 16.2 18.7996 16.63 18.4096 16.76C18.3296 16.77 18.2496 16.79 18.1696 16.79Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>"
18
+ },
19
+ };
20
+
21
+ const ICON_RECEIPT = {
22
+ kind: "icon",
23
+ data: {
24
+ "id": "receipt",
25
+ "label": "Receipt",
26
+ "svgCode": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.22 22.75 10.46 22.35 9.94 21.65L8.93 20.3C8.72 20.02 8.44 19.86 8.14 19.84C7.84 19.83 7.54 19.96 7.3 20.21L6.73 19.7L7.28 20.21C5.84 21.75 4.73 21.63 4.2 21.42C3.66 21.21 2.75 20.52 2.75 18.3V7.04C2.75 2.6 4.03 1.25 8.22 1.25H15.78C19.97 1.25 21.25 2.6 21.25 7.04V18.3C21.25 20.51 20.34 21.2 19.8 21.42C19.27 21.63 18.17 21.75 16.72 20.21C16.48 19.95 16.19 19.81 15.87 19.84C15.57 19.86 15.28 20.02 15.07 20.3L14.06 21.65C13.54 22.35 12.78 22.75 12 22.75ZM8.08 18.33C8.12 18.33 8.17 18.33 8.21 18.33C8.95 18.37 9.65 18.76 10.12 19.39L11.13 20.74C11.62 21.39 12.37 21.39 12.86 20.74L13.87 19.39C14.35 18.76 15.04 18.37 15.79 18.33C16.53 18.29 17.27 18.6 17.81 19.18C18.57 19.99 19.07 20.09 19.24 20.02C19.48 19.92 19.74 19.34 19.74 18.3V7.04C19.74 3.43 19.11 2.75 15.77 2.75H8.22C4.88 2.75 4.25 3.43 4.25 7.04V18.3C4.25 19.35 4.51 19.93 4.75 20.02C4.92 20.09 5.42 19.99 6.18 19.18C6.72 18.63 7.39 18.33 8.08 18.33Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>"
27
+ },
28
+ };
29
+
30
+ const ICON_SHIELD_TICK = {
31
+ kind: "icon",
32
+ data: {
33
+ "id": "shield-tick",
34
+ "label": "Shield Tick",
35
+ "svgCode": "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>"
28
36
  },
29
- mimetype: "image/png",
37
+ };
38
+
39
+ const IMG_COLLAB = {
40
+ "id": "7452770844183156106",
41
+ "kind": "image",
42
+ "location": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
43
+ "mimetype": "image/jpeg",
44
+ "srcset": {
45
+ "320w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
46
+ "640w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
47
+ "750w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
48
+ "828w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
49
+ "1080w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
50
+ "1200w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
51
+ "1920w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
52
+ "path": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w"
53
+ }
30
54
  };
31
55
 
32
56
  const DEFAULT_CONTENT = {
33
57
  layout: null,
34
58
  container: null,
35
-
36
- // text and accordions wrapper
37
59
  content_container: null,
38
-
39
- // text wrapper
40
60
  text_container: null,
41
- faq_label: "FAQ's",
42
- title: "Legal Queries Solved",
43
- description: "We're here to help you navigate the complexities of the legal system.",
61
+ faq_label: "FAQs",
62
+ title: "The answers teams want up front",
63
+ description:
64
+ "Straight answers on rollouts, integrations, pricing, and security — from the team that runs your production workloads.",
44
65
  faqs: [
45
66
  {
46
67
  wrapper: null,
47
68
  trigger: null,
48
69
  content: null,
49
70
  iconQuestionWrapper: null,
50
- triggerIcon: DUMMY_IMAGE,
51
- question: "How do I initiate a legal consultation with your team?",
71
+ triggerIcon: ICON_MESSAGES,
72
+ question: "How do I start a trial with your platform?",
52
73
  answer:
53
- "Simply reach out through our contact page, and our team will promptly schedule a confidential consultation to address your legal concerns",
74
+ "Sign up with a work email and you're in the workspace within two minutes. No credit card the 14-day trial includes every paid feature except SCIM provisioning.",
54
75
  features: [],
55
76
  },
56
77
  {
@@ -58,10 +79,10 @@ const DEFAULT_CONTENT = {
58
79
  trigger: null,
59
80
  content: null,
60
81
  iconQuestionWrapper: null,
61
- triggerIcon: DUMMY_IMAGE,
62
- question: "What areas of law does your firm specialize in?",
82
+ triggerIcon: ICON_HIERARCHY,
83
+ question: "Which integrations does your platform support?",
63
84
  answer:
64
- "Simply reach out through our contact page, and our team will promptly schedule a confidential consultation to address your legal concerns",
85
+ "Native apps for Slack, Salesforce, HubSpot, Segment, and Jira, plus a typed REST and GraphQL API. Zapier and Make cover the long tail with pre-built recipes.",
65
86
  features: [],
66
87
  },
67
88
  {
@@ -69,10 +90,10 @@ const DEFAULT_CONTENT = {
69
90
  trigger: null,
70
91
  content: null,
71
92
  iconQuestionWrapper: null,
72
- triggerIcon: DUMMY_IMAGE,
73
- question: "How does your fee structure work?",
93
+ triggerIcon: ICON_RECEIPT,
94
+ question: "How is pricing structured across plans?",
74
95
  answer:
75
- "Simply reach out through our contact page, and our team will promptly schedule a confidential consultation to address your legal concerns",
96
+ "Per seat on Starter and Team, plus a usage ceiling on automations. Enterprise is a flat annual contract with unlimited seats and a named solutions engineer.",
76
97
  features: [],
77
98
  },
78
99
  {
@@ -80,18 +101,16 @@ const DEFAULT_CONTENT = {
80
101
  trigger: null,
81
102
  content: null,
82
103
  iconQuestionWrapper: null,
83
- triggerIcon: DUMMY_IMAGE,
84
- question: "What sets your legal team apart from others?",
104
+ triggerIcon: ICON_SHIELD_TICK,
105
+ question: "How do you handle data security and compliance?",
85
106
  answer:
86
- "Simply reach out through our contact page, and our team will promptly schedule a confidential consultation to address your legal concerns",
107
+ "SOC 2 Type II, ISO 27001, and GDPR. Data stays in your chosen region US, EU, or APAC — with customer-managed encryption keys available on Enterprise.",
87
108
  features: [],
88
109
  },
89
110
  ],
90
-
91
111
  ctas_levoGroup: null,
92
- ctas: [{ cta: "More about us" }, { cta: "Contact Support" }],
93
-
94
- faq_image: MEDIA,
112
+ ctas: [{ cta: "Start free trial" }, { cta: "Talk to sales" }],
113
+ faq_image: IMG_COLLAB,
95
114
  };
96
115
 
97
116
  export type IFaq1Content = typeof DEFAULT_CONTENT;
@@ -102,39 +121,18 @@ export const Faq1: IBlock = {
102
121
  key: "faq-1",
103
122
  version: "v1",
104
123
  prompt_description:
105
- "Two-column layout with a prominent FAQ heading and accordion-style list of questions on the left, paired with a large illustrative image on the right.",
124
+ "Two-column layout with a prominent FAQ heading and accordion-style list of questions on the left, paired with a large landscape product photo on the right.",
106
125
  content_schema: [
107
- {
108
- key: "layout",
109
- label: "Layout",
110
- field_interface: "LayoutWidget",
111
- // Layout widgets typically structure the page; no hint required unless the layout is content-driven.
112
- },
113
- {
114
- key: "container",
115
- label: "Container",
116
- field_interface: "ContainerWidget",
117
- // Outer container for spacing/alignment; no direct hint needed.
118
- },
119
- {
120
- key: "content_container",
121
- label: "Content Container",
122
- field_interface: "BoxWidget",
123
- // Section container; structural, not content-driven.
124
- },
125
- {
126
- key: "text_container",
127
- label: "Text Container",
128
- field_interface: "BoxWidget",
129
- // Container for stacked text; no content hint.
130
- },
126
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
127
+ { key: "container", label: "Container", field_interface: "ContainerWidget" },
128
+ { key: "content_container", label: "Content Container", field_interface: "BoxWidget" },
129
+ { key: "text_container", label: "Text Container", field_interface: "BoxWidget" },
131
130
  {
132
131
  key: "faq_label",
133
132
  label: "Label",
134
133
  field_interface: "TypographyWidget",
135
134
  hint: {
136
- prompt_description:
137
- "Section label introducing the FAQ block. Brief and clear, indicating this section is for frequently asked questions. Use a neutral, professional, approachable tone.",
135
+ prompt_description: "Short section label. Neutral, professional.",
138
136
  min_characters: 4,
139
137
  max_characters: 16,
140
138
  },
@@ -144,47 +142,28 @@ export const Faq1: IBlock = {
144
142
  label: "Title",
145
143
  field_interface: "HeadingWidget",
146
144
  hint: {
147
- prompt_description:
148
- "The main headline for the FAQ section, reassuring visitors that their legal questions will be answered. Use a confident, helpful, and direct tone.",
145
+ prompt_description: "Main headline. Confident, helpful, direct.",
149
146
  min_characters: 16,
150
147
  max_characters: 40,
151
148
  },
152
149
  },
153
- {
154
- key: "description",
155
- label: "Description",
156
- field_interface: "TypographyWidget",
157
- },
150
+ { key: "description", label: "Description", field_interface: "TypographyWidget" },
158
151
  {
159
152
  key: "faqs",
160
153
  label: "FAQs",
161
154
  field_interface: "BoxWidget",
162
155
  kind: "group",
163
156
  fields: [
164
- {
165
- key: "wrapper",
166
- label: "Wrapper",
167
- field_interface: "BoxWidget",
168
- // Accordion item wrapper; no hint needed.
169
- },
170
- {
171
- key: "trigger",
172
- label: "Trigger",
173
- field_interface: "BoxWidget",
174
- // Container for question; no content hint.
175
- },
176
- {
177
- key: "iconQuestionWrapper",
178
- label: "Question Wrapper",
179
- field_interface: "BoxWidget",
180
- },
157
+ { key: "wrapper", label: "Wrapper", field_interface: "BoxWidget" },
158
+ { key: "trigger", label: "Trigger", field_interface: "BoxWidget" },
159
+ { key: "iconQuestionWrapper", label: "Question Wrapper", field_interface: "BoxWidget" },
181
160
  {
182
161
  key: "triggerIcon",
183
162
  label: "Icon",
184
163
  field_interface: "IconWidget",
185
164
  hint: {
186
165
  prompt_description:
187
- "Small icon displayed next to each FAQ question, representing the expandable nature or category of the question.",
166
+ "Small icon next to each question, matching the question's meaning.",
188
167
  orientation: "square",
189
168
  size: "icon",
190
169
  usecase: "icon",
@@ -196,56 +175,38 @@ export const Faq1: IBlock = {
196
175
  field_interface: "HeadingWidget",
197
176
  hint: {
198
177
  prompt_description:
199
- "A frequently asked legal question. Should be direct, clear, and phrased from the client's perspective. Professional, sincere tone.",
178
+ "A frequently asked B2B SaaS question. Direct, clear, phrased from the buyer's perspective.",
200
179
  min_characters: 32,
201
180
  max_characters: 90,
202
181
  },
203
182
  },
204
- {
205
- key: "content",
206
- label: "Content",
207
- field_interface: "BoxWidget",
208
- // Content wrapper for the answer; no direct content hint.
209
- },
183
+ { key: "content", label: "Content", field_interface: "BoxWidget" },
210
184
  {
211
185
  key: "answer",
212
186
  label: "Answer",
213
187
  field_interface: "TypographyWidget",
214
188
  hint: {
215
189
  prompt_description:
216
- "Concise, helpful answer to the legal FAQ. Reassure the client, provide next steps or informative details. Tone should be clear, supportive, and professional.",
190
+ "Concise, helpful answer. Clear, supportive, professional.",
217
191
  min_characters: 56,
218
192
  max_characters: 220,
219
193
  },
220
194
  },
221
-
222
195
  {
223
196
  key: "features",
224
197
  label: "Features",
225
198
  kind: "group",
226
199
  field_interface: "BoxWidget",
227
200
  fields: [
228
- {
229
- key: "wrapper",
230
- label: "Wrapper",
231
- field_interface: "BoxWidget",
232
- },
233
- {
234
- key: "icon",
235
- label: "Icon",
236
- field_interface: "IconWidget",
237
- },
238
- {
239
- key: "label",
240
- label: "Label",
241
- field_interface: "TypographyWidget",
242
- },
201
+ { key: "wrapper", label: "Wrapper", field_interface: "BoxWidget" },
202
+ { key: "icon", label: "Icon", field_interface: "IconWidget" },
203
+ { key: "label", label: "Label", field_interface: "TypographyWidget" },
243
204
  ],
244
205
  },
245
206
  ],
246
207
  hint: {
247
208
  prompt_description:
248
- "A group of collapsible FAQ items, each featuring a legal question and informative answer for clients and site visitors.",
209
+ "A group of collapsible FAQ items about trial, integrations, pricing, and security.",
249
210
  min_items: 4,
250
211
  max_items: 8,
251
212
  },
@@ -255,13 +216,7 @@ export const Faq1: IBlock = {
255
216
  label: "CTA Buttons Group",
256
217
  field_interface: "BoxWidget",
257
218
  kind: "group",
258
- fields: [
259
- {
260
- key: "cta",
261
- label: "CTA Button",
262
- field_interface: "ButtonWidget",
263
- },
264
- ],
219
+ fields: [{ key: "cta", label: "CTA Button", field_interface: "ButtonWidget" }],
265
220
  },
266
221
  {
267
222
  key: "faq_image",
@@ -269,7 +224,7 @@ export const Faq1: IBlock = {
269
224
  field_interface: "ImageWidget",
270
225
  hint: {
271
226
  prompt_description:
272
- "A large, clean illustration or icon supporting the FAQ section visually. Typically abstract, law-related, or brand-aligned. Should convey trust and clarity, used as a visual balance opposite the FAQs.",
227
+ "Large landscape photograph of a team or workspace that balances the FAQ list.",
273
228
  orientation: "portrait",
274
229
  size: "large",
275
230
  usecase: "other",
@@ -286,169 +241,393 @@ export const Faq1: IBlock = {
286
241
  display: "flex",
287
242
  "align-items": "center",
288
243
  "justify-content": "between",
289
- "column-gap": "12xl",
290
- tablet: {
291
- "column-gap": "6xl",
244
+ "column-gap": "5xl",
245
+ tablet: { "column-gap": "3xl" },
246
+ mobile: { "flex-direction": "column", "row-gap": "2xl" },
247
+ },
248
+ content_container: {
249
+ display: "flex",
250
+ flex: "1",
251
+ "flex-direction": "column",
252
+ "row-gap": "xl",
253
+ tablet: { "row-gap": "lg" },
254
+ },
255
+ text_container: {
256
+ display: "flex",
257
+ "flex-direction": "column",
258
+ "row-gap": "md",
259
+ },
260
+ faq_image: {
261
+ height: "520px",
262
+ width: "440px",
263
+ "border-radius": "base",
264
+ "object-fit": "cover",
265
+ "flex-shrink": "0",
266
+ tablet: { width: "340px", height: "440px" },
267
+ mobile: { display: "none" },
268
+ },
269
+ faq_label: {
270
+ color: "brand",
271
+ "text-transform": "uppercase",
272
+ "letter-spacing": "0.08em",
273
+ "font-weight": 600,
274
+ "font-size": "xs",
275
+ "max-width": "fit-content",
276
+ },
277
+ title: { "font-weight": 700 },
278
+ ctas_levoGroup: {
279
+ display: "flex",
280
+ "flex-direction": "row",
281
+ "column-gap": "md",
282
+ "row-gap": "md",
283
+ "flex-wrap": "wrap",
284
+ "align-items": "center",
285
+ "margin-top": "sm",
286
+ },
287
+ ctas: Array(2).fill(0).map(() => ({ width: "fit-content" })),
288
+ faqs: Array(4).fill(0).map(() => ({
289
+ wrapper: {
290
+ "padding-top": "none",
291
+ "padding-bottom": "none",
292
+ "border-color": "var(--color-border)",
293
+ "border-bottom-width": "1px",
294
+ "border-style": "solid",
292
295
  },
293
- mobile: {
296
+ question: { "font-weight": 600, "text-align": "left" },
297
+ content: { "padding-top": "none", "padding-bottom": "lg" },
298
+ trigger: {
299
+ width: "100%",
300
+ display: "flex",
301
+ "align-items": "center",
302
+ "justify-content": "space-between",
303
+ "padding-top": "lg",
304
+ "padding-bottom": "lg",
305
+ },
306
+ iconQuestionWrapper: {
307
+ display: "flex",
308
+ "align-items": "center",
309
+ "column-gap": "base",
310
+ },
311
+ triggerIcon: { width: "20px", height: "20px", "flex-shrink": "0" },
312
+ features_list: {
313
+ display: "flex",
314
+ "flex-direction": "row",
315
+ "column-gap": "lg",
316
+ "margin-top": "base",
317
+ "flex-wrap": "wrap",
318
+ },
319
+ features: [],
320
+ features_levoGroup: {
321
+ display: "flex",
294
322
  "flex-direction": "column",
323
+ "row-gap": "base",
324
+ "margin-top": "base",
295
325
  },
326
+ })),
327
+ },
328
+ content: DEFAULT_CONTENT,
329
+ config: {
330
+ title: {
331
+ title: { heading: { level: 2 }, selectedVariants: { Heading_Level: "H2" } },
332
+ },
333
+ faqs: Array(4).fill(0).map(() => ({
334
+ question: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
335
+ answer: { selectedVariants: {} },
336
+ })),
337
+ ctas: [
338
+ { cta: { selectedVariants: {} } },
339
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
340
+ ],
341
+ },
342
+ },
343
+ {
344
+ key: "two-column-split",
345
+ title: "Two Column Split",
346
+ styles: {
347
+ layout: {},
348
+ container: {
349
+ display: "grid",
350
+ "grid-template-columns": "1fr 1fr",
351
+ "column-gap": "4xl",
352
+ "align-items": "start",
353
+ tablet: { "column-gap": "2xl" },
354
+ mobile: { "grid-template-columns": "1fr", "row-gap": "2xl" },
296
355
  },
297
356
  content_container: {
298
357
  display: "flex",
299
- flex: "1",
300
358
  "flex-direction": "column",
301
359
  "row-gap": "xl",
302
- tablet: {
303
- "row-gap": "md",
304
- },
360
+ position: "sticky",
361
+ top: "2xl",
305
362
  },
306
363
  text_container: {
307
364
  display: "flex",
308
365
  "flex-direction": "column",
309
366
  "row-gap": "md",
310
- tablet: {
311
- "row-gap": "2xs",
312
- },
313
367
  },
314
368
  faq_image: {
315
- height: "479px",
316
- width: "356px",
369
+ height: "560px",
370
+ width: "100%",
317
371
  "border-radius": "base",
318
- tablet: {
319
- width: "300px",
320
- height: "403px",
372
+ "object-fit": "cover",
373
+ position: "sticky",
374
+ top: "2xl",
375
+ mobile: { display: "none" },
376
+ },
377
+ faq_label: {
378
+ color: "brand",
379
+ "text-transform": "uppercase",
380
+ "letter-spacing": "0.08em",
381
+ "font-weight": 600,
382
+ "font-size": "xs",
383
+ "max-width": "fit-content",
384
+ },
385
+ title: { "font-weight": 700 },
386
+ ctas_levoGroup: {
387
+ display: "flex",
388
+ "column-gap": "md",
389
+ "row-gap": "md",
390
+ "flex-wrap": "wrap",
391
+ "align-items": "center",
392
+ "margin-top": "sm",
393
+ },
394
+ ctas: Array(2).fill(0).map(() => ({ width: "fit-content" })),
395
+ faqs: Array(4).fill(0).map(() => ({
396
+ wrapper: {
397
+ "padding-top": "none",
398
+ "padding-bottom": "none",
399
+ "border-color": "var(--color-border)",
400
+ "border-bottom-width": "1px",
401
+ "border-style": "solid",
321
402
  },
322
- mobile: {
323
- display: "none",
403
+ question: { "font-weight": 600, "text-align": "left" },
404
+ content: { "padding-top": "none", "padding-bottom": "lg" },
405
+ trigger: {
406
+ width: "100%",
407
+ display: "flex",
408
+ "align-items": "center",
409
+ "justify-content": "space-between",
410
+ "padding-top": "lg",
411
+ "padding-bottom": "lg",
412
+ },
413
+ iconQuestionWrapper: {
414
+ display: "flex",
415
+ "align-items": "center",
416
+ "column-gap": "base",
324
417
  },
418
+ triggerIcon: { width: "20px", height: "20px", "flex-shrink": "0" },
419
+ features: [],
420
+ })),
421
+ },
422
+ content: DEFAULT_CONTENT,
423
+ config: {
424
+ title: {
425
+ title: { heading: { level: 2 }, selectedVariants: { Heading_Level: "H2" } },
426
+ },
427
+ faqs: Array(4).fill(0).map(() => ({
428
+ question: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
429
+ answer: { selectedVariants: {} },
430
+ })),
431
+ ctas: [
432
+ { cta: { selectedVariants: {} } },
433
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
434
+ ],
435
+ },
436
+ },
437
+ {
438
+ key: "card-stack",
439
+ title: "Card Stack",
440
+ styles: {
441
+ layout: {},
442
+ container: {
443
+ display: "flex",
444
+ "flex-direction": "column",
445
+ "row-gap": "2xl",
446
+ "align-items": "center",
447
+ },
448
+ content_container: {
449
+ display: "flex",
450
+ "flex-direction": "column",
451
+ "row-gap": "xl",
452
+ "align-items": "center",
453
+ "text-align": "center",
454
+ "max-width": "720px",
325
455
  },
326
- faq_label: {},
327
- title: {},
456
+ text_container: {
457
+ display: "flex",
458
+ "flex-direction": "column",
459
+ "row-gap": "md",
460
+ "align-items": "center",
461
+ "text-align": "center",
462
+ },
463
+ faq_image: { display: "none" },
464
+ faq_label: {
465
+ color: "brand",
466
+ "text-transform": "uppercase",
467
+ "letter-spacing": "0.08em",
468
+ "font-weight": 600,
469
+ "font-size": "xs",
470
+ "max-width": "fit-content",
471
+ },
472
+ title: { "text-align": "center", "font-weight": 700 },
473
+ description: { "text-align": "center", color: "text-3" },
328
474
  ctas_levoGroup: {
329
475
  display: "flex",
330
- "flex-direction": "row",
331
476
  "column-gap": "md",
332
477
  "row-gap": "md",
333
478
  "flex-wrap": "wrap",
334
479
  "align-items": "center",
480
+ "justify-content": "center",
335
481
  },
336
- ctas: Array(2)
337
- .fill(0)
338
- .map(() => ({
339
- width: "fit-content",
340
- })),
341
- faqs: Array(4)
342
- .fill(0)
343
- .map((v) => ({
344
- wrapper: {
345
- "padding-top": "none",
346
- "padding-bottom": "none",
347
- "border-color": "var(--color-border)",
348
- "border-bottom-width": "1px",
349
- "border-style": "solid",
350
- },
351
- question: {
352
- "font-weight": 600,
353
- tablet: {
354
- "text-align": "left",
355
- },
356
- },
357
- content: {
358
- "padding-top": "none",
359
- "padding-bottom": "lg",
360
- },
361
- trigger: {
362
- width: "100%",
363
- display: "flex",
364
- "align-items": "center",
365
- "justify-content": "space-between",
366
- "padding-top": "base",
367
- "padding-bottom": "base",
368
- },
369
- iconQuestionWrapper: {
370
- display: "flex",
371
- "align-items": "center",
372
- "column-gap": "base",
373
- },
374
- features_list: {
375
- display: "flex",
376
- "flex-direction": "row",
377
- "column-gap": "lg",
378
- "margin-top": "base",
379
- "flex-wrap": "wrap",
380
- },
381
- features: Array(4)
382
- .fill(0)
383
- .map((v) => ({
384
- wrapper: {
385
- display: "flex",
386
- "align-items": "center",
387
- "column-gap": "xs",
388
- "background-color": "brand",
389
- "padding-left": "sm",
390
- "padding-right": "sm",
391
- "padding-top": "2xs",
392
- "padding-bottom": "2xs",
393
- "border-radius": "md",
394
- },
395
- icon: {
396
- width: "16px",
397
- height: "16px",
398
- },
399
- label: {
400
- color: "brandForeground",
401
- },
402
- })),
403
- features_levoGroup: {
404
- display: "flex",
405
- "flex-direction": "column",
406
- "row-gap": "base",
407
- "margin-top": "base",
408
- },
409
- })),
482
+ ctas: Array(2).fill(0).map(() => ({ width: "fit-content" })),
483
+ faqs_levoGroup: {
484
+ display: "flex",
485
+ "flex-direction": "column",
486
+ "row-gap": "md",
487
+ width: "100%",
488
+ "max-width": "820px",
489
+ "margin-left": "auto",
490
+ "margin-right": "auto",
491
+ },
492
+ faqs: Array(4).fill(0).map(() => ({
493
+ wrapper: {
494
+ "padding-top": "xl",
495
+ "padding-bottom": "xl",
496
+ "padding-left": "xl",
497
+ "padding-right": "xl",
498
+ "border-radius": "base",
499
+ "background-color": "background-2",
500
+ "box-shadow": "default",
501
+ height: "100%",
502
+ },
503
+ question: { "font-weight": 600, "text-align": "left" },
504
+ content: { "padding-top": "sm", "padding-bottom": "none", "text-align": "left" },
505
+ trigger: {
506
+ width: "100%",
507
+ display: "flex",
508
+ "align-items": "center",
509
+ "justify-content": "space-between",
510
+ },
511
+ iconQuestionWrapper: {
512
+ display: "flex",
513
+ "align-items": "center",
514
+ "column-gap": "base",
515
+ },
516
+ triggerIcon: { width: "22px", height: "22px", "flex-shrink": "0" },
517
+ features: [],
518
+ })),
410
519
  },
411
520
  content: DEFAULT_CONTENT,
412
521
  config: {
413
522
  title: {
414
- title: {
415
- heading: {
416
- level: 2,
417
- },
418
- selectedVariants: {
419
- Heading_Level: "H2",
420
- },
523
+ title: { heading: { level: 2 }, selectedVariants: { Heading_Level: "H2" } },
524
+ },
525
+ faqs: Array(4).fill(0).map(() => ({
526
+ question: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
527
+ answer: { selectedVariants: {} },
528
+ })),
529
+ ctas: [
530
+ { cta: { selectedVariants: {} } },
531
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
532
+ ],
533
+ },
534
+ },
535
+ {
536
+ key: "sidebar",
537
+ title: "Sidebar",
538
+ styles: {
539
+ layout: {},
540
+ container: {
541
+ display: "flex",
542
+ "column-gap": "4xl",
543
+ "align-items": "flex-start",
544
+ "padding-top": "2xl",
545
+ "padding-bottom": "2xl",
546
+ tablet: { "column-gap": "2xl" },
547
+ mobile: { "flex-direction": "column", "row-gap": "2xl" },
548
+ },
549
+ content_container: {
550
+ display: "flex",
551
+ "flex-direction": "column",
552
+ "row-gap": "xl",
553
+ flex: "2",
554
+ "padding-left": "2xl",
555
+ "border-left-width": "1px",
556
+ "border-left-style": "solid",
557
+ "border-color": "var(--color-border)",
558
+ mobile: {
559
+ "padding-left": "none",
560
+ "border-left-width": "0",
421
561
  },
422
562
  },
423
- faqs: Array(4)
424
- .fill(0)
425
- .map((v) => {
426
- return {
427
- question: {
428
- heading: {
429
- level: "4",
430
- },
431
- selectedVariants: {
432
- Heading_Level: "H5",
433
- },
434
- },
435
- features: Array(4)
436
- .fill(0)
437
- .map((v) => ({
438
- icon: {
439
- selectedVariants: {},
440
- },
441
- label: {
442
- selectedVariants: {
443
- Typography_Variants: "Small",
444
- },
445
- },
446
- })),
447
- answer: {
448
- selectedVariants: {},
449
- },
450
- };
451
- }),
563
+ text_container: {
564
+ display: "flex",
565
+ "flex-direction": "column",
566
+ "row-gap": "md",
567
+ flex: "1",
568
+ position: "sticky",
569
+ top: "2xl",
570
+ },
571
+ faq_image: { display: "none" },
572
+ faq_label: {
573
+ color: "brand",
574
+ "font-weight": 600,
575
+ "text-transform": "uppercase",
576
+ "letter-spacing": "0.08em",
577
+ "font-size": "xs",
578
+ "max-width": "fit-content",
579
+ },
580
+ title: { "font-weight": 700 },
581
+ ctas_levoGroup: {
582
+ display: "flex",
583
+ "flex-direction": "row",
584
+ "column-gap": "md",
585
+ "row-gap": "sm",
586
+ "flex-wrap": "wrap",
587
+ "align-items": "center",
588
+ "margin-top": "sm",
589
+ },
590
+ ctas: Array(2).fill(0).map(() => ({ width: "fit-content" })),
591
+ faqs: Array(4).fill(0).map(() => ({
592
+ wrapper: {
593
+ "padding-top": "none",
594
+ "padding-bottom": "none",
595
+ "border-color": "var(--color-border)",
596
+ "border-bottom-width": "1px",
597
+ "border-style": "solid",
598
+ },
599
+ question: { "font-weight": 600, "text-align": "left" },
600
+ content: { "padding-top": "none", "padding-bottom": "lg" },
601
+ trigger: {
602
+ width: "100%",
603
+ display: "flex",
604
+ "align-items": "center",
605
+ "justify-content": "space-between",
606
+ "padding-top": "lg",
607
+ "padding-bottom": "lg",
608
+ },
609
+ iconQuestionWrapper: {
610
+ display: "flex",
611
+ "align-items": "center",
612
+ "column-gap": "base",
613
+ },
614
+ triggerIcon: { width: "20px", height: "20px", "flex-shrink": "0" },
615
+ features: [],
616
+ })),
617
+ },
618
+ content: DEFAULT_CONTENT,
619
+ config: {
620
+ title: {
621
+ title: { heading: { level: 2 }, selectedVariants: { Heading_Level: "H2" } },
622
+ },
623
+ faqs: Array(4).fill(0).map(() => ({
624
+ question: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
625
+ answer: { selectedVariants: {} },
626
+ })),
627
+ ctas: [
628
+ { cta: { selectedVariants: {} } },
629
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
630
+ ],
452
631
  },
453
632
  },
454
633
  ],