@levo-so/blocks 0.1.100 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +5 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,114 +1,220 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_IMAGE = {
4
- id: "7141014160938075687",
5
- location: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
6
- kind: "image",
7
- mimetype: "image/png",
8
- srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
17
- },
18
- };
19
-
20
- const DUMMY_ICON = {
21
- kind: "icon",
22
- data: {
23
- id: "archive-minus",
24
- label: "Archive Minus",
25
- tags: ["archive", "custom", "directional", "minus"],
26
- svgCode:
27
- '<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>',
28
- },
29
- };
30
-
31
3
  const DEFAULT_CONTENT = {
32
4
  layout: null,
33
5
  container: null,
34
6
  "cta-section": null,
35
- "cta-heading": "Upcoming Events of 2025",
7
+ "cta-heading": "Upcoming sessions",
36
8
  "cta-button": "",
37
- title: "Events",
9
+ title: "Sessions that ship",
38
10
  events: [
39
11
  {
40
12
  eventWrapper: null,
41
- image: DUMMY_IMAGE,
13
+ image: {
14
+ id: "7453000323003950307",
15
+ kind: "image",
16
+ location: "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg",
17
+ mimetype: "image/jpeg",
18
+ srcset: {
19
+ "320w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
20
+ "640w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
21
+ "750w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
22
+ "828w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
23
+ "1080w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
24
+ "1200w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
25
+ "1920w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
26
+ path: "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
27
+ },
28
+ },
42
29
  textWrapper: null,
43
- "caption-text": "Sponsor Event",
30
+ "caption-text": "Product Webinar",
44
31
  "date-icon-wrapper": null,
45
- "date-icon": DUMMY_ICON,
46
- publishedAt: "25 July, 2025",
47
- title: "Books, Brighter Futures: A Day for Change",
48
- description: "Over 400 children will receive new educational supplies during this Event.",
32
+ "date-icon": {
33
+ kind: "icon",
34
+ data: {
35
+ id: "calendar-1",
36
+ label: "Calendar 1",
37
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
38
+ },
39
+ },
40
+ publishedAt: "2025-07-25",
41
+ "publishedAt-header": "2025-07-25",
42
+ title: "Inside the Workflow Engine 2.0",
43
+ description: "Live walkthrough of the rebuilt automation engine — triggers, branching, and 200-step chains in under 30 minutes.",
49
44
  },
50
45
  {
51
46
  eventWrapper: null,
52
- image: DUMMY_IMAGE,
47
+ image: {
48
+ id: "7453000326031864384",
49
+ kind: "image",
50
+ location: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
51
+ mimetype: "image/jpeg",
52
+ srcset: {
53
+ "320w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
54
+ "640w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
55
+ "750w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
56
+ "828w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
57
+ "1080w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
58
+ "1200w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
59
+ "1920w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
60
+ 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",
61
+ },
62
+ },
53
63
  textWrapper: null,
54
- "caption-text": "Community Event",
64
+ "caption-text": "Customer Roundtable",
55
65
  "date-icon-wrapper": null,
56
- "date-icon": DUMMY_ICON,
57
- publishedAt: "15 August, 2025",
58
- title: "Stories of Impact: Volunteers Who Inspire",
59
- description:
60
- "Hear from passionate volunteers about their life-changing moments while working",
66
+ "date-icon": {
67
+ kind: "icon",
68
+ data: {
69
+ id: "profile-2user",
70
+ label: "Profile 2user",
71
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.15957 11.62C9.12957 11.62 9.10957 11.62 9.07957 11.62C9.02957 11.61 8.95957 11.61 8.89957 11.62C5.99957 11.53 3.80957 9.25 3.80957 6.44C3.80957 3.58 6.13957 1.25 8.99957 1.25C11.8596 1.25 14.1896 3.58 14.1896 6.44C14.1796 9.25 11.9796 11.53 9.18957 11.62C9.17957 11.62 9.16957 11.62 9.15957 11.62ZM8.99957 2.75C6.96957 2.75 5.30957 4.41 5.30957 6.44C5.30957 8.44 6.86957 10.05 8.85957 10.12C8.91957 10.11 9.04957 10.11 9.17957 10.12C11.1396 10.03 12.6796 8.42 12.6896 6.44C12.6896 4.41 11.0296 2.75 8.99957 2.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16.5394 11.75C16.5094 11.75 16.4794 11.75 16.4494 11.74C16.0394 11.78 15.6194 11.49 15.5794 11.08C15.5394 10.67 15.7894 10.3 16.1994 10.25C16.3194 10.24 16.4494 10.24 16.5594 10.24C18.0194 10.16 19.1594 8.96 19.1594 7.49C19.1594 5.97 17.9294 4.74 16.4094 4.74C15.9994 4.75 15.6594 4.41 15.6594 4C15.6594 3.59 15.9994 3.25 16.4094 3.25C18.7494 3.25 20.6594 5.16 20.6594 7.5C20.6594 9.8 18.8594 11.66 16.5694 11.75C16.5594 11.75 16.5494 11.75 16.5394 11.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M9.16961 22.55C7.20961 22.55 5.23961 22.05 3.74961 21.05C2.35961 20.13 1.59961 18.87 1.59961 17.5C1.59961 16.13 2.35961 14.86 3.74961 13.93C6.74961 11.94 11.6096 11.94 14.5896 13.93C15.9696 14.85 16.7396 16.11 16.7396 17.48C16.7396 18.85 15.9796 20.12 14.5896 21.05C13.0896 22.05 11.1296 22.55 9.16961 22.55ZM4.57961 15.19C3.61961 15.83 3.09961 16.65 3.09961 17.51C3.09961 18.36 3.62961 19.18 4.57961 19.81C7.06961 21.48 11.2696 21.48 13.7596 19.81C14.7196 19.17 15.2396 18.35 15.2396 17.49C15.2396 16.64 14.7096 15.82 13.7596 15.19C11.2696 13.53 7.06961 13.53 4.57961 15.19Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M18.3392 20.75C17.9892 20.75 17.6792 20.51 17.6092 20.15C17.5292 19.74 17.7892 19.35 18.1892 19.26C18.8192 19.13 19.3992 18.88 19.8492 18.53C20.4192 18.1 20.7292 17.56 20.7292 16.99C20.7292 16.42 20.4192 15.88 19.8592 15.46C19.4192 15.12 18.8692 14.88 18.2192 14.73C17.8192 14.64 17.5592 14.24 17.6492 13.83C17.7392 13.43 18.1392 13.17 18.5492 13.26C19.4092 13.45 20.1592 13.79 20.7692 14.26C21.6992 14.96 22.2292 15.95 22.2292 16.99C22.2292 18.03 21.6892 19.02 20.7592 19.73C20.1392 20.21 19.3592 20.56 18.4992 20.73C18.4392 20.75 18.3892 20.75 18.3392 20.75Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
72
+ },
73
+ },
74
+ publishedAt: "2025-08-15",
75
+ "publishedAt-header": "2025-08-15",
76
+ title: "How Teams Cut Review Time 62%",
77
+ description: "Three heads of ops share their playbooks for shipping proposals, briefs, and RFPs without the 4pm scramble.",
61
78
  },
62
79
  {
63
80
  eventWrapper: null,
64
- image: DUMMY_IMAGE,
81
+ image: {
82
+ id: "7453000326846841531",
83
+ kind: "image",
84
+ location: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
85
+ mimetype: "image/jpeg",
86
+ srcset: {
87
+ "320w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
88
+ "640w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
89
+ "750w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
90
+ "828w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
91
+ "1080w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
92
+ "1200w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
93
+ "1920w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
94
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
95
+ },
96
+ },
65
97
  textWrapper: null,
66
- "caption-text": "Fundraiser Event",
98
+ "caption-text": "Data Summit",
67
99
  "date-icon-wrapper": null,
68
- "date-icon": DUMMY_ICON,
69
- publishedAt: "3 December, 2025",
70
- title: "Voices for a Cause: Music & Giving",
71
- description: "Experience an evening of soulful and delightful performances and storytelling.",
100
+ "date-icon": {
101
+ kind: "icon",
102
+ data: {
103
+ id: "trend-up",
104
+ label: "Trend Up",
105
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.50043 15.25C7.31043 15.25 7.12043 15.18 6.97043 15.03C6.68043 14.74 6.68043 14.26 6.97043 13.97L10.1704 10.77C10.3304 10.61 10.5404 10.53 10.7704 10.55C10.9904 10.57 11.1904 10.69 11.3204 10.88L12.4104 12.52L15.9604 8.97C16.2504 8.68 16.7304 8.68 17.0204 8.97C17.3104 9.26 17.3104 9.74 17.0204 10.03L12.8204 14.23C12.6604 14.39 12.4504 14.47 12.2204 14.45C12.0004 14.43 11.8004 14.31 11.6704 14.12L10.5804 12.48L8.03043 15.03C7.88043 15.18 7.69043 15.25 7.50043 15.25Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16.5 12.25C16.09 12.25 15.75 11.91 15.75 11.5V10.25H14.5C14.09 10.25 13.75 9.91 13.75 9.5C13.75 9.09 14.09 8.75 14.5 8.75H16.5C16.91 8.75 17.25 9.09 17.25 9.5V11.5C17.25 11.91 16.91 12.25 16.5 12.25Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
106
+ },
107
+ },
108
+ publishedAt: "2025-12-03",
109
+ "publishedAt-header": "2025-12-03",
110
+ title: "Dashboards That Drive Decisions",
111
+ description: "Pattern library for building exec dashboards that survive Monday reviews — signal, benchmarks, and owner rollups.",
72
112
  },
73
113
  {
74
114
  eventWrapper: null,
75
- image: DUMMY_IMAGE,
115
+ image: {
116
+ id: "7453000329595518135",
117
+ kind: "image",
118
+ location: "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg",
119
+ mimetype: "image/jpeg",
120
+ srcset: {
121
+ "320w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
122
+ "640w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
123
+ "750w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
124
+ "828w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
125
+ "1080w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
126
+ "1200w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
127
+ "1920w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
128
+ path: "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
129
+ },
130
+ },
76
131
  textWrapper: null,
77
- "caption-text": "Workshop Event",
132
+ "caption-text": "Developer Day",
78
133
  "date-icon-wrapper": null,
79
- "date-icon": DUMMY_ICON,
80
- publishedAt: "10 March, 2025",
81
- title: "Digital Skills for Tomorrow",
82
- description:
83
- "Learn essential digital skills that will help you succeed in the modern workplace.",
134
+ "date-icon": {
135
+ kind: "icon",
136
+ data: {
137
+ id: "code-circle",
138
+ label: "Code Circle",
139
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99945 14.75C7.80945 14.75 7.61945 14.68 7.46945 14.53L5.46945 12.53C5.17945 12.24 5.17945 11.7599 5.46945 11.4699L7.46945 9.46994C7.75945 9.17994 8.23945 9.17994 8.52945 9.46994C8.81945 9.75994 8.81945 10.24 8.52945 10.53L7.05945 12L8.52945 13.4699C8.81945 13.7599 8.81945 14.24 8.52945 14.53C8.37945 14.68 8.18945 14.75 7.99945 14.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15.9995 14.75C15.8095 14.75 15.6195 14.68 15.4695 14.53C15.1795 14.24 15.1795 13.7599 15.4695 13.4699L16.9395 12L15.4695 10.53C15.1795 10.24 15.1795 9.75994 15.4695 9.46994C15.7595 9.17994 16.2395 9.17994 16.5295 9.46994L18.5295 11.4699C18.8195 11.7599 18.8195 12.24 18.5295 12.53L16.5295 14.53C16.3795 14.68 16.1895 14.75 15.9995 14.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M11.0001 15.0801C10.9001 15.0801 10.8001 15.0601 10.7101 15.0201C10.3301 14.8601 10.1501 14.4201 10.3201 14.0301L12.3201 9.36004C12.4801 8.98004 12.9201 8.80002 13.3001 8.97002C13.6801 9.13002 13.8601 9.57008 13.6901 9.96008L11.6901 14.6301C11.5701 14.9101 11.2901 15.0801 11.0001 15.0801Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
140
+ },
141
+ },
142
+ publishedAt: "2025-03-10",
143
+ "publishedAt-header": "2025-03-10",
144
+ title: "Shipping the New SDK",
145
+ description: "TypeScript and Python SDKs, typed webhooks, and a live build of a Slack-to-Jira bridge in 40 minutes.",
84
146
  },
85
147
  {
86
148
  eventWrapper: null,
87
- image: DUMMY_IMAGE,
149
+ image: {
150
+ id: "7453000328841402812",
151
+ kind: "image",
152
+ location: "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg",
153
+ mimetype: "image/jpeg",
154
+ srcset: {
155
+ "320w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
156
+ "640w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
157
+ "750w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
158
+ "828w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
159
+ "1080w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
160
+ "1200w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
161
+ "1920w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
162
+ path: "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
163
+ },
164
+ },
88
165
  textWrapper: null,
89
- "caption-text": "Health Event",
166
+ "caption-text": "Live Workshop",
90
167
  "date-icon-wrapper": null,
91
- "date-icon": DUMMY_ICON,
92
- publishedAt: "22 September, 2025",
93
- title: "Wellness Wednesday: Mind & Body",
94
- description:
95
- "Join us for a comprehensive wellness program focusing on mental and physical health.",
168
+ "date-icon": {
169
+ kind: "icon",
170
+ data: {
171
+ id: "magic-star",
172
+ label: "Magic Star",
173
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0103 22.5C12.4103 22.5 11.4803 22.21 10.5903 20.75L8.83027 17.9C8.66027 17.62 8.14026 17.35 7.82026 17.37L4.48024 17.54C2.48024 17.64 1.78028 16.81 1.53028 16.31C1.28028 15.81 1.06024 14.74 2.36024 13.22L4.34028 10.92C4.54028 10.68 4.65025 10.16 4.56025 9.86002L3.55024 6.63004C3.04024 5.01004 3.61025 4.14004 3.99025 3.76004C4.37024 3.38004 5.25025 2.83003 6.87025 3.37003L9.82026 4.34003C10.0903 4.43003 10.5903 4.35003 10.8203 4.19003L13.9003 1.97003C15.3103 0.950032 16.3302 1.22003 16.8002 1.47003C17.2702 1.72003 18.0702 2.40005 18.0402 4.14005L17.9702 7.93002C17.9602 8.21002 18.1902 8.67003 18.4102 8.84003L20.8903 10.72C22.2403 11.75 22.2903 12.78 22.2003 13.31C22.1103 13.84 21.7103 14.8 20.0903 15.3L16.8602 16.31C16.5602 16.4 16.1902 16.79 16.1102 17.09L15.3403 20.03C14.8303 21.96 13.8303 22.39 13.2703 22.47C13.2003 22.49 13.1103 22.5 13.0103 22.5ZM7.85023 15.87C8.71023 15.87 9.66023 16.39 10.1002 17.11L11.8602 19.96C12.3602 20.78 12.8102 21.03 13.0502 20.99C13.2802 20.96 13.6403 20.58 13.8903 19.66L14.6602 16.72C14.8702 15.92 15.6202 15.13 16.4102 14.89L19.6403 13.88C20.2603 13.69 20.6602 13.38 20.7202 13.06C20.7802 12.74 20.5002 12.32 19.9802 11.92L17.5003 10.04C16.8903 9.58004 16.4503 8.66002 16.4603 7.90002L16.5303 4.11002C16.5403 3.44002 16.3803 2.94004 16.0903 2.79004C15.8003 2.64004 15.3103 2.79002 14.7603 3.18002L11.6802 5.40002C11.0702 5.84002 10.0603 6.00004 9.33027 5.76004L6.38026 4.79004C5.76026 4.59004 5.26028 4.60002 5.03028 4.83002C4.80028 5.06002 4.78023 5.56002 4.97023 6.18002L5.98024 9.41003C6.23024 10.2 6.01023 11.27 5.47023 11.89L3.49025 14.19C2.86025 14.92 2.76025 15.43 2.87025 15.64C2.97025 15.85 3.45028 16.08 4.40028 16.03L7.74025 15.86C7.78025 15.87 7.82023 15.87 7.85023 15.87Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M21.9103 22.7502C21.7203 22.7502 21.5303 22.6802 21.3803 22.5302L18.3503 19.5002C18.0603 19.2102 18.0603 18.7302 18.3503 18.4402C18.6403 18.1502 19.1203 18.1502 19.4103 18.4402L22.4403 21.4702C22.7303 21.7602 22.7303 22.2402 22.4403 22.5302C22.2903 22.6802 22.1003 22.7502 21.9103 22.7502Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
174
+ },
175
+ },
176
+ publishedAt: "2025-09-22",
177
+ "publishedAt-header": "2025-09-22",
178
+ title: "AI Copilots for Ops Teams",
179
+ description: "Hands-on session wiring a copilot to your ticket queue — prompt structure, guardrails, and daily rollups that stick.",
96
180
  },
97
181
  {
98
182
  eventWrapper: null,
99
- image: DUMMY_IMAGE,
183
+ image: {
184
+ id: "7453000331037373449",
185
+ kind: "image",
186
+ location: "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg",
187
+ mimetype: "image/jpeg",
188
+ srcset: {
189
+ "320w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
190
+ "640w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
191
+ "750w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
192
+ "828w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
193
+ "1080w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
194
+ "1200w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
195
+ "1920w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
196
+ path: "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
197
+ },
198
+ },
100
199
  textWrapper: null,
101
- "caption-text": "Career Event",
200
+ "caption-text": "Founders Meetup",
102
201
  "date-icon-wrapper": null,
103
- "date-icon": DUMMY_ICON,
104
- publishedAt: "8 November, 2025",
105
- title: "Career Fair: Your Future Awaits",
106
- description:
107
- "Connect with top employers and discover exciting career opportunities in your field.",
202
+ "date-icon": {
203
+ kind: "icon",
204
+ data: {
205
+ id: "flash",
206
+ label: "Flash",
207
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.57 22.3801C13.34 22.3801 13.11 22.3401 12.89 22.2601C12.14 21.9801 11.66 21.2801 11.66 20.4801V14.0301H9.31997C8.55997 14.0301 7.89996 13.6001 7.58996 12.9101C7.27996 12.2201 7.39996 11.4401 7.89996 10.8701L15.47 2.27006C16 1.67006 16.82 1.46006 17.57 1.75006C18.32 2.03006 18.7999 2.73006 18.7999 3.53006V9.98006H21.14C21.9 9.98006 22.56 10.4101 22.87 11.1001C23.18 11.7901 23.06 12.5701 22.56 13.1401L14.99 21.7401C14.62 22.1601 14.1 22.3801 13.57 22.3801ZM16.88 3.12006C16.79 3.12006 16.68 3.15006 16.59 3.26006L9.01995 11.8701C8.85995 12.0501 8.91997 12.2301 8.94997 12.3001C8.97997 12.3701 9.07997 12.5401 9.31997 12.5401H12.41C12.82 12.5401 13.16 12.8801 13.16 13.2901V20.4901C13.16 20.7401 13.34 20.8401 13.42 20.8701C13.5 20.9001 13.6999 20.9501 13.8599 20.7601L21.43 12.1501C21.59 11.9701 21.53 11.7901 21.5 11.7201C21.47 11.6501 21.37 11.4801 21.13 11.4801H18.04C17.63 11.4801 17.29 11.1401 17.29 10.7301V3.53006C17.29 3.28006 17.11 3.18006 17.03 3.15006C17 3.13006 16.94 3.12006 16.88 3.12006Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M8.5 4.75H1.5C1.09 4.75 0.75 4.41 0.75 4C0.75 3.59 1.09 3.25 1.5 3.25H8.5C8.91 3.25 9.25 3.59 9.25 4C9.25 4.41 8.91 4.75 8.5 4.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M7.5 20.75H1.5C1.09 20.75 0.75 20.41 0.75 20C0.75 19.59 1.09 19.25 1.5 19.25H7.5C7.91 19.25 8.25 19.59 8.25 20C8.25 20.41 7.91 20.75 7.5 20.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M4.5 12.75H1.5C1.09 12.75 0.75 12.41 0.75 12C0.75 11.59 1.09 11.25 1.5 11.25H4.5C4.91 11.25 5.25 11.59 5.25 12C5.25 12.41 4.91 12.75 4.5 12.75Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
208
+ },
209
+ },
210
+ publishedAt: "2025-11-08",
211
+ "publishedAt-header": "2025-11-08",
212
+ title: "From MVP to Multi-Tenant",
213
+ description: "Four founders on the architecture calls they made at 100 paying teams — auth, data isolation, and pricing rewrites.",
108
214
  },
109
215
  ],
110
216
  paginationWrapper: null,
111
- paginationLeftButton: "Prev",
217
+ paginationLeftButton: "Previous",
112
218
  paginationText: "",
113
219
  paginationRightButton: "Next",
114
220
  };
@@ -117,79 +223,213 @@ const DEFAULT_CONTENT_CTA = {
117
223
  layout: null,
118
224
  container: null,
119
225
  "cta-section": null,
120
- "cta-heading": "Upcoming Events of 2025",
226
+ "cta-heading": "Upcoming sessions",
121
227
  "cta-button": "View all",
122
- title: "Events",
228
+ title: "Sessions that ship",
123
229
  events: [
124
230
  {
125
231
  eventWrapper: null,
126
- image: DUMMY_IMAGE,
232
+ image: {
233
+ id: "7453000323003950307",
234
+ kind: "image",
235
+ location: "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg",
236
+ mimetype: "image/jpeg",
237
+ srcset: {
238
+ "320w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
239
+ "640w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
240
+ "750w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
241
+ "828w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
242
+ "1080w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
243
+ "1200w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
244
+ "1920w": "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
245
+ path: "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
246
+ },
247
+ },
127
248
  textWrapper: null,
128
- "caption-text": "Sponsor Event",
249
+ "caption-text": "Product Webinar",
129
250
  "date-icon-wrapper": null,
130
- "date-icon": DUMMY_ICON,
131
- publishedAt: "25 July, 2025",
132
- title: "Books, Brighter Futures: A Day for Change",
133
- description: "Over 400 children will receive new educational supplies during this Event.",
251
+ "date-icon": {
252
+ kind: "icon",
253
+ data: {
254
+ id: "calendar-1",
255
+ label: "Calendar 1",
256
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
257
+ },
258
+ },
259
+ publishedAt: "2025-07-25",
260
+ "publishedAt-header": "2025-07-25",
261
+ title: "Inside the Workflow Engine 2.0",
262
+ description: "Live walkthrough of the rebuilt automation engine — triggers, branching, and 200-step chains in under 30 minutes.",
134
263
  },
135
264
  {
136
265
  eventWrapper: null,
137
- image: DUMMY_IMAGE,
266
+ image: {
267
+ id: "7453000326031864384",
268
+ kind: "image",
269
+ location: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
270
+ mimetype: "image/jpeg",
271
+ srcset: {
272
+ "320w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
273
+ "640w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
274
+ "750w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
275
+ "828w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
276
+ "1080w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
277
+ "1200w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
278
+ "1920w": "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
279
+ 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",
280
+ },
281
+ },
138
282
  textWrapper: null,
139
- "caption-text": "Community Event",
283
+ "caption-text": "Customer Roundtable",
140
284
  "date-icon-wrapper": null,
141
- "date-icon": DUMMY_ICON,
142
- publishedAt: "15 August, 2025",
143
- title: "Stories of Impact: Volunteers Who Inspire",
144
- description:
145
- "Hear from passionate volunteers about their life-changing moments while working",
285
+ "date-icon": {
286
+ kind: "icon",
287
+ data: {
288
+ id: "profile-2user",
289
+ label: "Profile 2user",
290
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.15957 11.62C9.12957 11.62 9.10957 11.62 9.07957 11.62C9.02957 11.61 8.95957 11.61 8.89957 11.62C5.99957 11.53 3.80957 9.25 3.80957 6.44C3.80957 3.58 6.13957 1.25 8.99957 1.25C11.8596 1.25 14.1896 3.58 14.1896 6.44C14.1796 9.25 11.9796 11.53 9.18957 11.62C9.17957 11.62 9.16957 11.62 9.15957 11.62ZM8.99957 2.75C6.96957 2.75 5.30957 4.41 5.30957 6.44C5.30957 8.44 6.86957 10.05 8.85957 10.12C8.91957 10.11 9.04957 10.11 9.17957 10.12C11.1396 10.03 12.6796 8.42 12.6896 6.44C12.6896 4.41 11.0296 2.75 8.99957 2.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16.5394 11.75C16.5094 11.75 16.4794 11.75 16.4494 11.74C16.0394 11.78 15.6194 11.49 15.5794 11.08C15.5394 10.67 15.7894 10.3 16.1994 10.25C16.3194 10.24 16.4494 10.24 16.5594 10.24C18.0194 10.16 19.1594 8.96 19.1594 7.49C19.1594 5.97 17.9294 4.74 16.4094 4.74C15.9994 4.75 15.6594 4.41 15.6594 4C15.6594 3.59 15.9994 3.25 16.4094 3.25C18.7494 3.25 20.6594 5.16 20.6594 7.5C20.6594 9.8 18.8594 11.66 16.5694 11.75C16.5594 11.75 16.5494 11.75 16.5394 11.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M9.16961 22.55C7.20961 22.55 5.23961 22.05 3.74961 21.05C2.35961 20.13 1.59961 18.87 1.59961 17.5C1.59961 16.13 2.35961 14.86 3.74961 13.93C6.74961 11.94 11.6096 11.94 14.5896 13.93C15.9696 14.85 16.7396 16.11 16.7396 17.48C16.7396 18.85 15.9796 20.12 14.5896 21.05C13.0896 22.05 11.1296 22.55 9.16961 22.55ZM4.57961 15.19C3.61961 15.83 3.09961 16.65 3.09961 17.51C3.09961 18.36 3.62961 19.18 4.57961 19.81C7.06961 21.48 11.2696 21.48 13.7596 19.81C14.7196 19.17 15.2396 18.35 15.2396 17.49C15.2396 16.64 14.7096 15.82 13.7596 15.19C11.2696 13.53 7.06961 13.53 4.57961 15.19Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M18.3392 20.75C17.9892 20.75 17.6792 20.51 17.6092 20.15C17.5292 19.74 17.7892 19.35 18.1892 19.26C18.8192 19.13 19.3992 18.88 19.8492 18.53C20.4192 18.1 20.7292 17.56 20.7292 16.99C20.7292 16.42 20.4192 15.88 19.8592 15.46C19.4192 15.12 18.8692 14.88 18.2192 14.73C17.8192 14.64 17.5592 14.24 17.6492 13.83C17.7392 13.43 18.1392 13.17 18.5492 13.26C19.4092 13.45 20.1592 13.79 20.7692 14.26C21.6992 14.96 22.2292 15.95 22.2292 16.99C22.2292 18.03 21.6892 19.02 20.7592 19.73C20.1392 20.21 19.3592 20.56 18.4992 20.73C18.4392 20.75 18.3892 20.75 18.3392 20.75Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
291
+ },
292
+ },
293
+ publishedAt: "2025-08-15",
294
+ "publishedAt-header": "2025-08-15",
295
+ title: "How Teams Cut Review Time 62%",
296
+ description: "Three heads of ops share their playbooks for shipping proposals, briefs, and RFPs without the 4pm scramble.",
146
297
  },
147
298
  {
148
299
  eventWrapper: null,
149
- image: DUMMY_IMAGE,
300
+ image: {
301
+ id: "7453000326846841531",
302
+ kind: "image",
303
+ location: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
304
+ mimetype: "image/jpeg",
305
+ srcset: {
306
+ "320w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
307
+ "640w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
308
+ "750w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
309
+ "828w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
310
+ "1080w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
311
+ "1200w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
312
+ "1920w": "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
313
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
314
+ },
315
+ },
150
316
  textWrapper: null,
151
- "caption-text": "Fundraiser Event",
317
+ "caption-text": "Data Summit",
152
318
  "date-icon-wrapper": null,
153
- "date-icon": DUMMY_ICON,
154
- publishedAt: "3 December, 2025",
155
- title: "Voices for a Cause: Music & Giving",
156
- description: "Experience an evening of soulful and delightful performances and storytelling.",
319
+ "date-icon": {
320
+ kind: "icon",
321
+ data: {
322
+ id: "trend-up",
323
+ label: "Trend Up",
324
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.50043 15.25C7.31043 15.25 7.12043 15.18 6.97043 15.03C6.68043 14.74 6.68043 14.26 6.97043 13.97L10.1704 10.77C10.3304 10.61 10.5404 10.53 10.7704 10.55C10.9904 10.57 11.1904 10.69 11.3204 10.88L12.4104 12.52L15.9604 8.97C16.2504 8.68 16.7304 8.68 17.0204 8.97C17.3104 9.26 17.3104 9.74 17.0204 10.03L12.8204 14.23C12.6604 14.39 12.4504 14.47 12.2204 14.45C12.0004 14.43 11.8004 14.31 11.6704 14.12L10.5804 12.48L8.03043 15.03C7.88043 15.18 7.69043 15.25 7.50043 15.25Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M16.5 12.25C16.09 12.25 15.75 11.91 15.75 11.5V10.25H14.5C14.09 10.25 13.75 9.91 13.75 9.5C13.75 9.09 14.09 8.75 14.5 8.75H16.5C16.91 8.75 17.25 9.09 17.25 9.5V11.5C17.25 11.91 16.91 12.25 16.5 12.25Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
325
+ },
326
+ },
327
+ publishedAt: "2025-12-03",
328
+ "publishedAt-header": "2025-12-03",
329
+ title: "Dashboards That Drive Decisions",
330
+ description: "Pattern library for building exec dashboards that survive Monday reviews — signal, benchmarks, and owner rollups.",
157
331
  },
158
332
  {
159
333
  eventWrapper: null,
160
- image: DUMMY_IMAGE,
334
+ image: {
335
+ id: "7453000329595518135",
336
+ kind: "image",
337
+ location: "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg",
338
+ mimetype: "image/jpeg",
339
+ srcset: {
340
+ "320w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
341
+ "640w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
342
+ "750w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
343
+ "828w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
344
+ "1080w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
345
+ "1200w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
346
+ "1920w": "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
347
+ path: "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
348
+ },
349
+ },
161
350
  textWrapper: null,
162
- "caption-text": "Workshop Event",
351
+ "caption-text": "Developer Day",
163
352
  "date-icon-wrapper": null,
164
- "date-icon": DUMMY_ICON,
165
- publishedAt: "10 March, 2025",
166
- title: "Digital Skills for Tomorrow",
167
- description:
168
- "Learn essential digital skills that will help you succeed in the modern workplace.",
353
+ "date-icon": {
354
+ kind: "icon",
355
+ data: {
356
+ id: "code-circle",
357
+ label: "Code Circle",
358
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99945 14.75C7.80945 14.75 7.61945 14.68 7.46945 14.53L5.46945 12.53C5.17945 12.24 5.17945 11.7599 5.46945 11.4699L7.46945 9.46994C7.75945 9.17994 8.23945 9.17994 8.52945 9.46994C8.81945 9.75994 8.81945 10.24 8.52945 10.53L7.05945 12L8.52945 13.4699C8.81945 13.7599 8.81945 14.24 8.52945 14.53C8.37945 14.68 8.18945 14.75 7.99945 14.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M15.9995 14.75C15.8095 14.75 15.6195 14.68 15.4695 14.53C15.1795 14.24 15.1795 13.7599 15.4695 13.4699L16.9395 12L15.4695 10.53C15.1795 10.24 15.1795 9.75994 15.4695 9.46994C15.7595 9.17994 16.2395 9.17994 16.5295 9.46994L18.5295 11.4699C18.8195 11.7599 18.8195 12.24 18.5295 12.53L16.5295 14.53C16.3795 14.68 16.1895 14.75 15.9995 14.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M11.0001 15.0801C10.9001 15.0801 10.8001 15.0601 10.7101 15.0201C10.3301 14.8601 10.1501 14.4201 10.3201 14.0301L12.3201 9.36004C12.4801 8.98004 12.9201 8.80002 13.3001 8.97002C13.6801 9.13002 13.8601 9.57008 13.6901 9.96008L11.6901 14.6301C11.5701 14.9101 11.2901 15.0801 11.0001 15.0801Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
359
+ },
360
+ },
361
+ publishedAt: "2025-03-10",
362
+ "publishedAt-header": "2025-03-10",
363
+ title: "Shipping the New SDK",
364
+ description: "TypeScript and Python SDKs, typed webhooks, and a live build of a Slack-to-Jira bridge in 40 minutes.",
169
365
  },
170
366
  {
171
367
  eventWrapper: null,
172
- image: DUMMY_IMAGE,
368
+ image: {
369
+ id: "7453000328841402812",
370
+ kind: "image",
371
+ location: "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg",
372
+ mimetype: "image/jpeg",
373
+ srcset: {
374
+ "320w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
375
+ "640w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
376
+ "750w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
377
+ "828w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
378
+ "1080w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
379
+ "1200w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
380
+ "1920w": "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
381
+ path: "https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8769355/pexels-photo-8769355.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
382
+ },
383
+ },
173
384
  textWrapper: null,
174
- "caption-text": "Health Event",
385
+ "caption-text": "Live Workshop",
175
386
  "date-icon-wrapper": null,
176
- "date-icon": DUMMY_ICON,
177
- publishedAt: "22 September, 2025",
178
- title: "Wellness Wednesday: Mind & Body",
179
- description:
180
- "Join us for a comprehensive wellness program focusing on mental and physical health.",
387
+ "date-icon": {
388
+ kind: "icon",
389
+ data: {
390
+ id: "magic-star",
391
+ label: "Magic Star",
392
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0103 22.5C12.4103 22.5 11.4803 22.21 10.5903 20.75L8.83027 17.9C8.66027 17.62 8.14026 17.35 7.82026 17.37L4.48024 17.54C2.48024 17.64 1.78028 16.81 1.53028 16.31C1.28028 15.81 1.06024 14.74 2.36024 13.22L4.34028 10.92C4.54028 10.68 4.65025 10.16 4.56025 9.86002L3.55024 6.63004C3.04024 5.01004 3.61025 4.14004 3.99025 3.76004C4.37024 3.38004 5.25025 2.83003 6.87025 3.37003L9.82026 4.34003C10.0903 4.43003 10.5903 4.35003 10.8203 4.19003L13.9003 1.97003C15.3103 0.950032 16.3302 1.22003 16.8002 1.47003C17.2702 1.72003 18.0702 2.40005 18.0402 4.14005L17.9702 7.93002C17.9602 8.21002 18.1902 8.67003 18.4102 8.84003L20.8903 10.72C22.2403 11.75 22.2903 12.78 22.2003 13.31C22.1103 13.84 21.7103 14.8 20.0903 15.3L16.8602 16.31C16.5602 16.4 16.1902 16.79 16.1102 17.09L15.3403 20.03C14.8303 21.96 13.8303 22.39 13.2703 22.47C13.2003 22.49 13.1103 22.5 13.0103 22.5ZM7.85023 15.87C8.71023 15.87 9.66023 16.39 10.1002 17.11L11.8602 19.96C12.3602 20.78 12.8102 21.03 13.0502 20.99C13.2802 20.96 13.6403 20.58 13.8903 19.66L14.6602 16.72C14.8702 15.92 15.6202 15.13 16.4102 14.89L19.6403 13.88C20.2603 13.69 20.6602 13.38 20.7202 13.06C20.7802 12.74 20.5002 12.32 19.9802 11.92L17.5003 10.04C16.8903 9.58004 16.4503 8.66002 16.4603 7.90002L16.5303 4.11002C16.5403 3.44002 16.3803 2.94004 16.0903 2.79004C15.8003 2.64004 15.3103 2.79002 14.7603 3.18002L11.6802 5.40002C11.0702 5.84002 10.0603 6.00004 9.33027 5.76004L6.38026 4.79004C5.76026 4.59004 5.26028 4.60002 5.03028 4.83002C4.80028 5.06002 4.78023 5.56002 4.97023 6.18002L5.98024 9.41003C6.23024 10.2 6.01023 11.27 5.47023 11.89L3.49025 14.19C2.86025 14.92 2.76025 15.43 2.87025 15.64C2.97025 15.85 3.45028 16.08 4.40028 16.03L7.74025 15.86C7.78025 15.87 7.82023 15.87 7.85023 15.87Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M21.9103 22.7502C21.7203 22.7502 21.5303 22.6802 21.3803 22.5302L18.3503 19.5002C18.0603 19.2102 18.0603 18.7302 18.3503 18.4402C18.6403 18.1502 19.1203 18.1502 19.4103 18.4402L22.4403 21.4702C22.7303 21.7602 22.7303 22.2402 22.4403 22.5302C22.2903 22.6802 22.1003 22.7502 21.9103 22.7502Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
393
+ },
394
+ },
395
+ publishedAt: "2025-09-22",
396
+ "publishedAt-header": "2025-09-22",
397
+ title: "AI Copilots for Ops Teams",
398
+ description: "Hands-on session wiring a copilot to your ticket queue — prompt structure, guardrails, and daily rollups that stick.",
181
399
  },
182
400
  {
183
401
  eventWrapper: null,
184
- image: DUMMY_IMAGE,
402
+ image: {
403
+ id: "7453000331037373449",
404
+ kind: "image",
405
+ location: "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg",
406
+ mimetype: "image/jpeg",
407
+ srcset: {
408
+ "320w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
409
+ "640w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
410
+ "750w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
411
+ "828w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
412
+ "1080w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
413
+ "1200w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
414
+ "1920w": "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
415
+ path: "https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7413915/pexels-photo-7413915.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
416
+ },
417
+ },
185
418
  textWrapper: null,
186
- "caption-text": "Career Event",
419
+ "caption-text": "Founders Meetup",
187
420
  "date-icon-wrapper": null,
188
- "date-icon": DUMMY_ICON,
189
- publishedAt: "8 November, 2025",
190
- title: "Career Fair: Your Future Awaits",
191
- description:
192
- "Connect with top employers and discover exciting career opportunities in your field.",
421
+ "date-icon": {
422
+ kind: "icon",
423
+ data: {
424
+ id: "flash",
425
+ label: "Flash",
426
+ svgCode: "<svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.57 22.3801C13.34 22.3801 13.11 22.3401 12.89 22.2601C12.14 21.9801 11.66 21.2801 11.66 20.4801V14.0301H9.31997C8.55997 14.0301 7.89996 13.6001 7.58996 12.9101C7.27996 12.2201 7.39996 11.4401 7.89996 10.8701L15.47 2.27006C16 1.67006 16.82 1.46006 17.57 1.75006C18.32 2.03006 18.7999 2.73006 18.7999 3.53006V9.98006H21.14C21.9 9.98006 22.56 10.4101 22.87 11.1001C23.18 11.7901 23.06 12.5701 22.56 13.1401L14.99 21.7401C14.62 22.1601 14.1 22.3801 13.57 22.3801ZM16.88 3.12006C16.79 3.12006 16.68 3.15006 16.59 3.26006L9.01995 11.8701C8.85995 12.0501 8.91997 12.2301 8.94997 12.3001C8.97997 12.3701 9.07997 12.5401 9.31997 12.5401H12.41C12.82 12.5401 13.16 12.8801 13.16 13.2901V20.4901C13.16 20.7401 13.34 20.8401 13.42 20.8701C13.5 20.9001 13.6999 20.9501 13.8599 20.7601L21.43 12.1501C21.59 11.9701 21.53 11.7901 21.5 11.7201C21.47 11.6501 21.37 11.4801 21.13 11.4801H18.04C17.63 11.4801 17.29 11.1401 17.29 10.7301V3.53006C17.29 3.28006 17.11 3.18006 17.03 3.15006C17 3.13006 16.94 3.12006 16.88 3.12006Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M8.5 4.75H1.5C1.09 4.75 0.75 4.41 0.75 4C0.75 3.59 1.09 3.25 1.5 3.25H8.5C8.91 3.25 9.25 3.59 9.25 4C9.25 4.41 8.91 4.75 8.5 4.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M7.5 20.75H1.5C1.09 20.75 0.75 20.41 0.75 20C0.75 19.59 1.09 19.25 1.5 19.25H7.5C7.91 19.25 8.25 19.59 8.25 20C8.25 20.41 7.91 20.75 7.5 20.75Z\" fill=\"var(--color-icon-primary)\"/>\n<path d=\"M4.5 12.75H1.5C1.09 12.75 0.75 12.41 0.75 12C0.75 11.59 1.09 11.25 1.5 11.25H4.5C4.91 11.25 5.25 11.59 5.25 12C5.25 12.41 4.91 12.75 4.5 12.75Z\" fill=\"var(--color-icon-primary)\"/>\n</svg>",
427
+ },
428
+ },
429
+ publishedAt: "2025-11-08",
430
+ "publishedAt-header": "2025-11-08",
431
+ title: "From MVP to Multi-Tenant",
432
+ description: "Four founders on the architecture calls they made at 100 paying teams — auth, data isolation, and pricing rewrites.",
193
433
  },
194
434
  ],
195
435
  paginationWrapper: null,
@@ -205,257 +445,219 @@ export const Cards19: IBlock = {
205
445
  title: "Cards 19",
206
446
  key: "cards-19",
207
447
  version: "v1",
208
- prompt_description:
209
- "Grid of event cards in two rows, each card featuring a top image, event title, brief description, and date; section headline above and pagination buttons below.",
448
+ prompt_description: "Grid of event cards in two rows, each card featuring a top image, event title, brief description, and date; section headline above and pagination buttons below.",
210
449
  content_schema: [
211
- {
212
- key: "layout",
213
- label: "Layout",
214
- field_interface: "LayoutWidget",
215
- hint: {
216
- prompt_description:
217
- "Defines the overall structure and layout of the Events block. No content generation required.",
218
- },
450
+ {
451
+ key: "layout",
452
+ label: "Layout",
453
+ field_interface: "LayoutWidget",
454
+ hint: {
455
+ prompt_description: "Defines the overall structure and layout of the Events block. No content generation required.",
219
456
  },
220
- {
221
- key: "container",
222
- label: "Container",
223
- field_interface: "ContainerWidget",
224
- hint: {
225
- prompt_description:
226
- "Contains the whole Events section, providing spacing and alignment for visual consistency. No content generation required.",
227
- },
457
+ },
458
+ {
459
+ key: "container",
460
+ label: "Container",
461
+ field_interface: "ContainerWidget",
462
+ hint: {
463
+ prompt_description: "Contains the whole Events section, providing spacing and alignment. No content generation required.",
228
464
  },
229
- {
230
- key: "header-container",
231
- label: "Header Container",
232
- field_interface: "BoxWidget",
233
- hint: {
234
- prompt_description:
235
- "Container for the call-to-action section at the top of the events block, holding the main heading and action button. No content generation required.",
236
- },
465
+ },
466
+ {
467
+ key: "header-container",
468
+ label: "Header Container",
469
+ field_interface: "BoxWidget",
470
+ hint: {
471
+ prompt_description: "Container for the optional CTA section at the top of the events block. No content generation required.",
237
472
  },
238
- {
239
- key: "cta-button",
240
- label: "CTA Button",
241
- field_interface: "ButtonWidget",
242
- hint: {
243
- prompt_description:
244
- "Call-to-action button displayed next to the main heading. Should encourage exploration, such as 'View all' or 'See more events'.",
245
- min_characters: 6,
246
- max_characters: 15,
247
- },
473
+ },
474
+ {
475
+ key: "cta-button",
476
+ label: "CTA Button",
477
+ field_interface: "ButtonWidget",
478
+ hint: {
479
+ prompt_description: "Optional CTA button next to the heading (e.g., 'View all').",
480
+ min_characters: 6,
481
+ max_characters: 15,
248
482
  },
249
- {
250
- key: "title",
251
- label: "Title",
252
- field_interface: "HeadingWidget",
253
- hint: {
254
- prompt_description:
255
- "Block headline centered at the top of the Events section. Should clearly state the purpose of the section, such as 'Events' or a similarly concise title.",
256
- min_characters: 5,
257
- max_characters: 18,
258
- },
483
+ },
484
+ {
485
+ key: "title",
486
+ label: "Title",
487
+ field_interface: "HeadingWidget",
488
+ hint: {
489
+ prompt_description: "Block headline centered at the top of the Events section.",
490
+ min_characters: 5,
491
+ max_characters: 30,
259
492
  },
260
- {
261
- key: "events",
262
- label: "Events",
263
- field_interface: "BoxWidget",
264
- kind: "group",
265
- fields: [
266
- {
267
- key: "eventWrapper",
268
- label: "Event Wrapper",
269
- field_interface: "BoxWidget",
270
- },
271
- {
272
- key: "image",
273
- label: "Image",
274
- field_interface: "ImageWidget",
275
- hint: {
276
- prompt_description:
277
- "Visual banner or cover image for the event, displayed prominently at the top of each card. Should be inviting and relevant to the event content.",
278
- orientation: "landscape",
279
- size: "medium",
280
- usecase: "hero",
281
- },
282
- },
283
- {
284
- key: "text-wrapper",
285
- label: "Text Wrapper",
286
- field_interface: "BoxWidget",
287
- },
288
- {
289
- key: "text-container",
290
- label: "Text Container",
291
- field_interface: "BoxWidget",
493
+ },
494
+ {
495
+ key: "events",
496
+ label: "Events",
497
+ field_interface: "BoxWidget",
498
+ kind: "group",
499
+ fields: [
500
+ {
501
+ key: "eventWrapper",
502
+ label: "Event Wrapper",
503
+ field_interface: "BoxWidget",
504
+ },
505
+ {
506
+ key: "image",
507
+ label: "Image",
508
+ field_interface: "ImageWidget",
509
+ hint: {
510
+ prompt_description: "Banner image for the event.",
511
+ orientation: "landscape",
512
+ size: "medium",
513
+ usecase: "hero",
292
514
  },
293
-
294
- {
295
- key: "caption-text",
296
- label: "Caption Text",
297
- field_interface: "TypographyWidget",
298
- hint: {
299
- prompt_description:
300
- "Small caption or category label for the event, displayed prominently at the top of the card content. Examples: 'Sponsor Event', 'Community Event', 'Fundraiser Event'.",
301
- min_characters: 8,
302
- max_characters: 25,
303
- },
304
- },
305
- {
306
- key: "date-wrapper",
307
- label: "Date Wrapper",
308
- field_interface: "BoxWidget",
309
- hint: {
310
- prompt_description:
311
- "Container for the date icon and date text, arranged in a flex layout. No content generation required.",
312
- },
313
- },
314
- {
315
- key: "date-icon",
316
- label: "Date Icon",
317
- field_interface: "IconWidget",
318
- hint: {
319
- prompt_description:
320
- "Small calendar or date icon displayed next to the event date. Should be simple and clearly recognizable.",
321
- orientation: "square",
322
- size: "icon",
323
- usecase: "icon",
324
- },
325
- },
326
- {
327
- key: "publishedAt-header",
328
- label: "Published At Header",
329
- field_interface: "TypographyWidget",
330
- hint: {
331
- prompt_description:
332
- "Displays the date and time of the event. Format as 'Month DD, YYYY HH:MM AM/PM'. Keep it short, clear, and easily readable.",
333
- min_characters: 16,
334
- max_characters: 28,
335
- },
336
- },
337
- {
338
- key: "title",
339
- label: "Title",
340
- field_interface: "TypographyWidget",
341
- hint: {
342
- prompt_description:
343
- "Event card headline. Should be the name or title of the event, immediately catching the user's attention. Aim for clarity and engagement.",
344
- min_characters: 8,
345
- max_characters: 32,
346
- },
347
- },
348
- {
349
- key: "description",
350
- label: "Description",
351
- field_interface: "TypographyWidget",
352
- hint: {
353
- prompt_description:
354
- "Short summary or description of the event, conveying value and enticing interest. Displayed in one or two lines under the event title. Keep concise yet informative.",
355
- min_characters: 40,
356
- max_characters: 120,
357
- },
358
- },
359
- {
360
- key: "publishedAt",
361
- label: "Published At",
362
- field_interface: "TypographyWidget",
363
- hint: {
364
- prompt_description:
365
- "Displays the date and time of the event. Format as 'Month DD, YYYY HH:MM AM/PM'. Keep it short, clear, and easily readable.",
366
- min_characters: 16,
367
- max_characters: 28,
368
- },
369
- },
370
- ],
371
- hint: {
372
- prompt_description:
373
- "A group representing a grid of event cards. Each card highlights an upcoming or featured event. Intended for listing multiple events at a glance.",
374
- min_items: 6,
375
- max_items: 6,
376
515
  },
377
- },
378
- {
379
- key: "paginationWrapper",
380
- label: "Pagination Wrapper",
381
- field_interface: "BoxWidget",
382
- hint: {
383
- prompt_description:
384
- "Container holding pagination controls (buttons and info) at the bottom of the event grid. Provides structure and alignment for pagination elements. No content generation required.",
516
+ {
517
+ key: "text-wrapper",
518
+ label: "Text Wrapper",
519
+ field_interface: "BoxWidget",
385
520
  },
386
- },
387
- {
388
- key: "paginationLeftButton",
389
- label: "Pagination Left Button",
390
- field_interface: "ButtonWidget",
391
- hint: {
392
- prompt_description:
393
- "Button for navigating to the previous page of events. Label should be clear and descriptive, such as 'Previous'.",
394
- min_characters: 4,
395
- max_characters: 12,
521
+ {
522
+ key: "text-container",
523
+ label: "Text Container",
524
+ field_interface: "BoxWidget",
396
525
  },
397
- },
398
- {
399
- key: "paginationInfo",
400
- label: "Pagination Info",
401
- field_interface: "TypographyWidget",
402
- hint: {
403
- prompt_description:
404
- "Displays the current events page and total pages, e.g., '1/10'. Keep format concise and clear.",
405
- min_characters: 3,
406
- max_characters: 8,
526
+ {
527
+ key: "caption-text",
528
+ label: "Caption Text",
529
+ field_interface: "TypographyWidget",
530
+ hint: {
531
+ prompt_description: "Category label (e.g., 'Webinar', 'Roundtable', 'Workshop').",
532
+ min_characters: 4,
533
+ max_characters: 25,
534
+ },
407
535
  },
408
- },
409
- {
410
- key: "paginationText",
411
- label: "Pagination Text",
412
- field_interface: "TypographyWidget",
413
- hint: {
414
- prompt_description:
415
- "Displays the current events page and total pages, e.g., '1/10'. Keep format concise and clear.",
416
- min_characters: 3,
417
- max_characters: 8,
536
+ {
537
+ key: "date-wrapper",
538
+ label: "Date Wrapper",
539
+ field_interface: "BoxWidget",
418
540
  },
419
- },
420
- {
421
- key: "paginationRightButton",
422
- label: "Pagination Right Button",
423
- field_interface: "ButtonWidget",
424
- hint: {
425
- prompt_description:
426
- "Button for navigating to the next page of events. Label should be clear and descriptive, such as 'Next'.",
427
- min_characters: 4,
428
- max_characters: 12,
541
+ {
542
+ key: "date-icon",
543
+ label: "Date Icon",
544
+ field_interface: "IconWidget",
545
+ hint: {
546
+ prompt_description: "Small icon (calendar/theme) next to the date.",
547
+ orientation: "square",
548
+ size: "icon",
549
+ usecase: "icon",
550
+ },
551
+ },
552
+ {
553
+ key: "publishedAt-header",
554
+ label: "Published At Header",
555
+ field_interface: "TypographyWidget",
556
+ hint: {
557
+ prompt_description: "ISO date (YYYY-MM-DD); the component formats it.",
558
+ min_characters: 8,
559
+ max_characters: 28,
560
+ },
561
+ },
562
+ {
563
+ key: "title",
564
+ label: "Title",
565
+ field_interface: "TypographyWidget",
566
+ hint: {
567
+ prompt_description: "Event card headline.",
568
+ min_characters: 8,
569
+ max_characters: 60,
570
+ },
429
571
  },
572
+ {
573
+ key: "description",
574
+ label: "Description",
575
+ field_interface: "TypographyWidget",
576
+ hint: {
577
+ prompt_description: "Short summary of the event.",
578
+ min_characters: 40,
579
+ max_characters: 160,
580
+ },
581
+ },
582
+ {
583
+ key: "publishedAt",
584
+ label: "Published At",
585
+ field_interface: "TypographyWidget",
586
+ hint: {
587
+ prompt_description: "Alternate published-at display (hidden in most layouts).",
588
+ min_characters: 8,
589
+ max_characters: 28,
590
+ },
591
+ },
592
+ ],
593
+ hint: {
594
+ prompt_description: "Grid of event cards.",
595
+ min_items: 6,
596
+ max_items: 6,
430
597
  },
431
- ],
598
+ },
599
+ {
600
+ key: "paginationWrapper",
601
+ label: "Pagination Wrapper",
602
+ field_interface: "BoxWidget",
603
+ },
604
+ {
605
+ key: "paginationLeftButton",
606
+ label: "Pagination Left Button",
607
+ field_interface: "ButtonWidget",
608
+ hint: {
609
+ prompt_description: "Label for previous-page button.",
610
+ min_characters: 4,
611
+ max_characters: 12,
612
+ },
613
+ },
614
+ {
615
+ key: "paginationText",
616
+ label: "Pagination Text",
617
+ field_interface: "TypographyWidget",
618
+ hint: {
619
+ prompt_description: "Pagination counter (e.g., '1/10').",
620
+ min_characters: 3,
621
+ max_characters: 8,
622
+ },
623
+ },
624
+ {
625
+ key: "paginationRightButton",
626
+ label: "Pagination Right Button",
627
+ field_interface: "ButtonWidget",
628
+ hint: {
629
+ prompt_description: "Label for next-page button.",
630
+ min_characters: 4,
631
+ max_characters: 12,
632
+ },
633
+ },
634
+ ],
432
635
  layouts: [
433
636
  {
434
637
  key: "default",
435
638
  title: "Default",
436
639
  styles: {
437
640
  layout: {
438
- "padding-left": "10xl",
439
- "padding-right": "10xl",
641
+ "padding-left": "5xl",
642
+ "padding-right": "5xl",
440
643
  "padding-top": "5xl",
441
644
  "padding-bottom": "5xl",
442
645
  tablet: {
443
- "padding-left": "8xl",
444
- "padding-right": "8xl",
646
+ "padding-left": "3xl",
647
+ "padding-right": "3xl",
445
648
  "padding-top": "4xl",
446
649
  "padding-bottom": "4xl",
447
650
  },
448
651
  mobile: {
449
- "padding-left": "6xl",
450
- "padding-right": "6xl",
652
+ "padding-left": "xl",
653
+ "padding-right": "xl",
451
654
  "padding-top": "3xl",
452
655
  "padding-bottom": "3xl",
453
656
  },
454
- filter: "none",
455
657
  },
456
658
  title: {
457
- "padding-left": "none",
458
659
  color: "text-1",
660
+ "text-align": "center",
459
661
  },
460
662
  container: {
461
663
  display: "flex",
@@ -467,8 +669,8 @@ export const Cards19: IBlock = {
467
669
  display: "grid",
468
670
  width: "100%",
469
671
  "grid-template-columns": "repeat(3, 1fr)",
470
- "row-gap": "5xl",
471
- "column-gap": "5xl",
672
+ "row-gap": "2xl",
673
+ "column-gap": "2xl",
472
674
  tablet: {
473
675
  "grid-template-columns": "repeat(2, 1fr)",
474
676
  },
@@ -477,295 +679,75 @@ export const Cards19: IBlock = {
477
679
  "row-gap": "lg",
478
680
  },
479
681
  },
480
- events: [
481
- {
482
- eventWrapper: {
483
- "border-radius": "base",
484
- overflow: "hidden",
485
- "box-shadow": "default",
486
- },
487
- image: {
488
- width: "100%",
489
- },
490
- textWrapper: {
491
- "padding-left": "xl",
492
- "padding-top": "2xl",
493
- "padding-right": "xl",
494
- "padding-bottom": "2xl",
495
- display: "flex",
496
- "flex-direction": "column",
497
- "row-gap": "sm",
498
- },
499
- title: {
500
- "font-weight": 400,
501
- "font-size": "xl",
502
- filter: "none",
503
- color: "text-1",
504
- },
505
- description: {
506
- overflow: "hidden",
507
- display: "-webkit-box",
508
- "-webkit-box-orient": "vertical",
509
- "-webkit-line-clamp": 3,
510
- color: "text-2",
511
- },
512
- publishedAt: {
513
- "font-size": "sm",
514
- },
515
- "text-container": {
516
- filter: "none",
517
- display: "none",
518
- },
519
- "text-wrapper": {
520
- "padding-left": "xl",
521
- "padding-top": "2xl",
522
- "padding-right": "xl",
523
- "padding-bottom": "2xl",
524
- display: "flex",
525
- "flex-direction": "column",
526
- "row-gap": "sm",
527
- filter: "none",
528
- },
682
+ events_levoGroupItem: {
683
+ eventWrapper: {
684
+ "border-radius": "lg",
685
+ overflow: "hidden",
686
+ "box-shadow": "default",
687
+ height: "100%",
688
+ display: "flex",
689
+ "flex-direction": "column",
529
690
  },
530
- {
531
- eventWrapper: {
532
- "border-radius": "xl",
533
- overflow: "hidden",
534
- "box-shadow": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
535
- filter: "none",
536
- },
537
- image: {
538
- width: "100%",
539
- },
540
- textWrapper: {
541
- "padding-left": "xl",
542
- "padding-top": "2xl",
543
- "padding-right": "xl",
544
- "padding-bottom": "2xl",
545
- display: "flex",
546
- "flex-direction": "column",
547
- "row-gap": "sm",
548
- },
549
- title: {
550
- "font-weight": 400,
551
- "font-size": "xl",
552
- filter: "none",
553
- color: "text-1",
554
- },
555
- description: {
556
- overflow: "hidden",
557
- display: "-webkit-box",
558
- "-webkit-box-orient": "vertical",
559
- "-webkit-line-clamp": 3,
560
- color: "text-2",
561
- },
562
- publishedAt: {
563
- "font-size": "sm",
564
- },
565
- "text-container": {
566
- filter: "none",
567
- display: "none",
568
- },
569
- "text-wrapper": {
570
- "padding-left": "xl",
571
- "padding-top": "2xl",
572
- "padding-right": "xl",
573
- "padding-bottom": "2xl",
574
- display: "flex",
575
- "flex-direction": "column",
576
- "row-gap": "sm",
577
- filter: "none",
578
- },
691
+ image: {
692
+ width: "100%",
693
+ height: "200px",
694
+ "object-fit": "cover",
579
695
  },
580
- {
581
- eventWrapper: {
582
- "border-radius": "base",
583
- overflow: "hidden",
584
- "box-shadow": "default",
585
- filter: "none",
586
- },
587
- image: {
588
- width: "100%",
589
- },
590
- textWrapper: {
591
- "padding-left": "xl",
592
- "padding-top": "2xl",
593
- "padding-right": "xl",
594
- "padding-bottom": "2xl",
595
- display: "flex",
596
- "flex-direction": "column",
597
- "row-gap": "sm",
598
- },
599
- title: {
600
- "font-weight": 400,
601
- "font-size": "xl",
602
- },
603
- description: {
604
- overflow: "hidden",
605
- display: "-webkit-box",
606
- "-webkit-box-orient": "vertical",
607
- "-webkit-line-clamp": 3,
608
- color: "text-2",
609
- },
610
- publishedAt: {
611
- color: "text-2",
612
- },
613
- "text-container": {
614
- filter: "none",
615
- display: "none",
616
- },
617
- "text-wrapper": {
618
- "padding-left": "xl",
619
- "padding-top": "2xl",
620
- "padding-right": "xl",
621
- "padding-bottom": "2xl",
622
- display: "flex",
623
- "flex-direction": "column",
624
- "row-gap": "sm",
625
- filter: "none",
626
- },
696
+ title: {
697
+ "font-weight": 600,
698
+ "font-size": "xl",
699
+ color: "text-1",
627
700
  },
628
- {
629
- eventWrapper: {
630
- "border-radius": "base",
631
- overflow: "hidden",
632
- "box-shadow": "default",
633
- },
634
- image: {
635
- width: "100%",
636
- },
637
- textWrapper: {
638
- "padding-left": "xl",
639
- "padding-top": "2xl",
640
- "padding-right": "xl",
641
- "padding-bottom": "2xl",
642
- display: "flex",
643
- "flex-direction": "column",
644
- "row-gap": "sm",
645
- },
646
- title: {
647
- "font-weight": 400,
648
- "font-size": "xl",
649
- },
650
- description: {
651
- overflow: "hidden",
652
- display: "-webkit-box",
653
- "-webkit-box-orient": "vertical",
654
- "-webkit-line-clamp": 3,
655
- color: "text-2",
656
- },
657
- publishedAt: {
658
- "font-size": "sm",
659
- },
660
- "text-container": {
661
- filter: "none",
662
- display: "none",
663
- },
664
- "text-wrapper": {
665
- "padding-left": "xl",
666
- "padding-top": "2xl",
667
- "padding-right": "xl",
668
- "padding-bottom": "2xl",
669
- display: "flex",
670
- "flex-direction": "column",
671
- "row-gap": "sm",
672
- filter: "none",
673
- },
701
+ description: {
702
+ overflow: "hidden",
703
+ display: "-webkit-box",
704
+ "-webkit-box-orient": "vertical",
705
+ "-webkit-line-clamp": 3,
706
+ color: "text-2",
707
+ "line-height": 1.5,
674
708
  },
675
- {
676
- eventWrapper: {
677
- "border-radius": "base",
678
- overflow: "hidden",
679
- "box-shadow": "default",
680
- },
681
- image: {
682
- width: "100%",
683
- },
684
- textWrapper: {
685
- "padding-left": "xl",
686
- "padding-top": "2xl",
687
- "padding-right": "xl",
688
- "padding-bottom": "2xl",
689
- display: "flex",
690
- "flex-direction": "column",
691
- "row-gap": "sm",
692
- },
693
- title: {
694
- "font-weight": 400,
695
- "font-size": "xl",
696
- },
697
- description: {
698
- overflow: "hidden",
699
- display: "-webkit-box",
700
- "-webkit-box-orient": "vertical",
701
- "-webkit-line-clamp": 3,
702
- color: "text-2",
703
- },
704
- publishedAt: {
705
- "font-size": "sm",
706
- },
707
- "text-container": {
708
- filter: "none",
709
- display: "none",
710
- },
711
- "text-wrapper": {
712
- "padding-left": "xl",
713
- "padding-top": "2xl",
714
- "padding-right": "xl",
715
- "padding-bottom": "2xl",
716
- display: "flex",
717
- "flex-direction": "column",
718
- "row-gap": "sm",
719
- filter: "none",
720
- },
709
+ publishedAt: {
710
+ "font-size": "sm",
711
+ color: "text-2",
721
712
  },
722
- {
723
- eventWrapper: {
724
- "border-radius": "base",
725
- overflow: "hidden",
726
- "box-shadow": "default",
727
- },
728
- image: {
729
- width: "100%",
730
- },
731
- textWrapper: {
732
- "padding-left": "xl",
733
- "padding-top": "2xl",
734
- "padding-right": "xl",
735
- "padding-bottom": "2xl",
736
- display: "flex",
737
- "flex-direction": "column",
738
- "row-gap": "sm",
739
- },
740
- title: {
741
- "font-weight": 400,
742
- "font-size": "xl",
743
- },
744
- description: {
745
- overflow: "hidden",
746
- display: "-webkit-box",
747
- "-webkit-box-orient": "vertical",
748
- "-webkit-line-clamp": 3,
749
- color: "text-2",
750
- },
751
- publishedAt: {
752
- "font-size": "sm",
753
- },
754
- "text-container": {
755
- filter: "none",
756
- display: "none",
757
- },
758
- "text-wrapper": {
759
- "padding-left": "xl",
760
- "padding-top": "2xl",
761
- "padding-right": "xl",
762
- "padding-bottom": "2xl",
763
- display: "flex",
764
- "flex-direction": "column",
765
- "row-gap": "sm",
766
- filter: "none",
767
- },
713
+ textWrapper: {
714
+ "padding-left": "xl",
715
+ "padding-top": "xl",
716
+ "padding-right": "xl",
717
+ "padding-bottom": "xl",
718
+ display: "flex",
719
+ "flex-direction": "column",
720
+ "row-gap": "sm",
721
+ flex: "1",
722
+ },
723
+ "text-wrapper": {
724
+ "padding-left": "xl",
725
+ "padding-top": "xl",
726
+ "padding-right": "xl",
727
+ "padding-bottom": "xl",
728
+ display: "flex",
729
+ "flex-direction": "column",
730
+ "row-gap": "sm",
731
+ flex: "1",
768
732
  },
733
+ "text-container": {
734
+ display: "none",
735
+ },
736
+ "caption-text": {
737
+ color: "brand",
738
+ "font-size": "xs",
739
+ "font-weight": 600,
740
+ "text-transform": "uppercase",
741
+ "letter-spacing": "0.08em",
742
+ },
743
+ },
744
+ events: [
745
+ {},
746
+ {},
747
+ {},
748
+ {},
749
+ {},
750
+ {},
769
751
  ],
770
752
  paginationWrapper: {
771
753
  width: "100%",
@@ -775,7 +757,7 @@ export const Cards19: IBlock = {
775
757
  "align-items": "center",
776
758
  },
777
759
  "cta-button": {
778
- filter: "none",
760
+ display: "none",
779
761
  },
780
762
  },
781
763
  content: DEFAULT_CONTENT,
@@ -795,30 +777,30 @@ export const Cards19: IBlock = {
795
777
  title: "CTA Variant",
796
778
  styles: {
797
779
  layout: {
798
- "padding-left": "10xl",
799
- "padding-right": "10xl",
780
+ "padding-left": "5xl",
781
+ "padding-right": "5xl",
800
782
  "padding-top": "5xl",
801
783
  "padding-bottom": "5xl",
802
784
  tablet: {
803
- "padding-left": "8xl",
804
- "padding-right": "8xl",
785
+ "padding-left": "3xl",
786
+ "padding-right": "3xl",
805
787
  "padding-top": "4xl",
806
788
  "padding-bottom": "4xl",
807
789
  },
808
790
  mobile: {
809
- "padding-left": "6xl",
810
- "padding-right": "6xl",
791
+ "padding-left": "xl",
792
+ "padding-right": "xl",
811
793
  "padding-top": "3xl",
812
794
  "padding-bottom": "3xl",
813
795
  },
814
- filter: "none",
815
796
  },
816
797
  "header-container": {
817
798
  display: "flex",
818
799
  width: "100%",
819
800
  "justify-content": "space-between",
820
801
  "align-items": "center",
821
- "margin-bottom": "3xl",
802
+ "column-gap": "xl",
803
+ "margin-bottom": "2xl",
822
804
  mobile: {
823
805
  "flex-direction": "column",
824
806
  "align-items": "flex-start",
@@ -829,20 +811,18 @@ export const Cards19: IBlock = {
829
811
  color: "text-1",
830
812
  margin: "0",
831
813
  },
832
-
833
814
  container: {
834
815
  display: "flex",
835
816
  "flex-direction": "column",
836
817
  "align-items": "center",
837
818
  "row-gap": "2xl",
838
- filter: "none",
839
819
  },
840
820
  events_levoGroup: {
841
821
  display: "grid",
842
822
  width: "100%",
843
823
  "grid-template-columns": "repeat(3, 1fr)",
844
- "row-gap": "5xl",
845
- "column-gap": "5xl",
824
+ "row-gap": "2xl",
825
+ "column-gap": "2xl",
846
826
  tablet: {
847
827
  "grid-template-columns": "repeat(2, 1fr)",
848
828
  },
@@ -851,471 +831,368 @@ export const Cards19: IBlock = {
851
831
  "row-gap": "lg",
852
832
  },
853
833
  },
834
+ events_levoGroupItem: {
835
+ eventWrapper: {
836
+ "border-radius": "lg",
837
+ overflow: "hidden",
838
+ "box-shadow": "default",
839
+ position: "relative",
840
+ height: "100%",
841
+ display: "flex",
842
+ "flex-direction": "column",
843
+ },
844
+ image: {
845
+ width: "100%",
846
+ height: "200px",
847
+ "object-fit": "cover",
848
+ },
849
+ "text-wrapper": {
850
+ "padding-left": "xl",
851
+ "padding-top": "xl",
852
+ "padding-right": "xl",
853
+ "padding-bottom": "xl",
854
+ display: "flex",
855
+ "flex-direction": "column",
856
+ "row-gap": "base",
857
+ flex: "1",
858
+ },
859
+ "text-container": {
860
+ display: "flex",
861
+ "justify-content": "start",
862
+ "align-items": "center",
863
+ "column-gap": "sm",
864
+ },
865
+ "caption-text": {
866
+ "font-family": "var(--font-body)",
867
+ color: "white",
868
+ "font-size": "xs",
869
+ "line-height": "normal",
870
+ "background-color": "brand",
871
+ "font-weight": 500,
872
+ "padding-left": "sm",
873
+ "padding-right": "sm",
874
+ "padding-top": "2xs",
875
+ "padding-bottom": "2xs",
876
+ "border-radius": "3xl",
877
+ },
878
+ "date-wrapper": {
879
+ display: "flex",
880
+ "align-items": "center",
881
+ "column-gap": "2xs",
882
+ "padding-left": "sm",
883
+ "border-left": "1px solid",
884
+ "border-color": "border",
885
+ },
886
+ "date-icon": {
887
+ width: "16px",
888
+ height: "16px",
889
+ },
890
+ "publishedAt-header": {
891
+ "font-size": "sm",
892
+ color: "text-2",
893
+ "font-weight": 500,
894
+ },
895
+ title: {
896
+ "font-weight": 600,
897
+ "font-size": "xl",
898
+ color: "text-1",
899
+ },
900
+ description: {
901
+ overflow: "hidden",
902
+ display: "-webkit-box",
903
+ "-webkit-box-orient": "vertical",
904
+ "-webkit-line-clamp": 3,
905
+ color: "text-2",
906
+ "line-height": 1.5,
907
+ },
908
+ publishedAt: {
909
+ display: "none",
910
+ },
911
+ },
854
912
  events: [
855
- {
856
- eventWrapper: {
857
- "border-radius": "base",
858
- overflow: "hidden",
859
- "box-shadow": "default",
860
- position: "relative",
861
- filter: "none",
862
- "padding-bottom": "base",
863
- },
864
- image: {
865
- width: "100%",
866
- height: "200px",
867
- "object-fit": "cover",
868
- filter: "none",
869
- "border-radius": "base",
870
- },
871
- "text-wrapper": {
872
- "padding-left": "xl",
873
- "padding-top": "2xl",
874
- "padding-right": "xl",
875
- "padding-bottom": "base",
876
- display: "flex",
877
- "flex-direction": "column",
878
- "row-gap": "lg",
879
- filter: "none",
880
- },
881
- "text-container": {
882
- display: "flex",
883
- "justify-content": "start",
884
- "align-items": "center",
885
- filter: "none",
886
- "column-gap": "xs",
887
- },
888
- "caption-text": {
889
- "font-family": "var(--font-body)",
890
- color: "white",
891
- "font-size": "xs",
892
- "line-height": "normal",
893
- "background-color": "brand",
894
- "font-weight": 500,
895
- "padding-left": "sm",
896
- "padding-right": "sm",
897
- "padding-top": "2xs",
898
- "padding-bottom": "2xs",
899
- "border-radius": "3xl",
900
- filter: "none",
901
- },
902
- "date-wrapper": {
903
- display: "flex",
904
- "align-items": "center",
905
- "column-gap": "2xs",
906
- filter: "none",
907
- " border-left": "1px solid #000",
908
- "padding-left": "2xs",
909
- },
910
- "date-icon": {
911
- width: "16px",
912
- height: "16px",
913
- filter: "none",
914
- },
915
- "publishedAt-header": {
916
- "font-size": "sm",
917
- color: "text-2",
918
- "font-weight": 500,
919
- filter: "none",
920
- },
921
- title: {
922
- "font-weight": 600,
923
- "font-size": "xl",
924
- "margin-bottom": "xs",
925
- color: "text-1",
926
- filter: "none",
927
- },
928
- description: {
929
- overflow: "hidden",
930
- display: "-webkit-box",
931
- "-webkit-box-orient": "vertical",
932
- "-webkit-line-clamp": 3,
933
- color: "text-2",
934
- "line-height": 1.5,
935
- },
936
- publishedAt: {
937
- display: "none",
938
- filter: "none",
939
- },
913
+ {},
914
+ {},
915
+ {},
916
+ {},
917
+ {},
918
+ {},
919
+ ],
920
+ paginationWrapper: {
921
+ width: "100%",
922
+ display: "flex",
923
+ "justify-content": "center",
924
+ "column-gap": "lg",
925
+ "align-items": "center",
926
+ },
927
+ },
928
+ content: DEFAULT_CONTENT_CTA,
929
+ config: {
930
+ title: {
931
+ selectedVariants: {
932
+ Heading_Level: "H2",
940
933
  },
941
- {
942
- eventWrapper: {
943
- "border-radius": "base",
944
- overflow: "hidden",
945
- "box-shadow": "default",
946
- position: "relative",
947
- filter: "none",
948
- },
949
- image: {
950
- width: "100%",
951
- height: "200px",
952
- "object-fit": "cover",
953
- filter: "none",
954
- },
955
- "text-wrapper": {
956
- "padding-left": "xl",
957
- "padding-top": "2xl",
958
- "padding-right": "xl",
959
- "padding-bottom": "base",
960
- display: "flex",
961
- "flex-direction": "column",
962
- "row-gap": "lg",
963
- filter: "none",
964
- },
965
- "text-container": {
966
- display: "flex",
967
- "justify-content": "start",
968
- "align-items": "center",
969
- filter: "none",
970
- "column-gap": "lg",
971
- },
972
- "caption-text": {
973
- "font-family": "var(--font-body)",
974
- color: "white",
975
- "font-size": "xs",
976
- "line-height": "normal",
977
- "background-color": "brand",
978
- "font-weight": 500,
979
- "padding-left": "sm",
980
- "padding-right": "sm",
981
- "padding-top": "2xs",
982
- "padding-bottom": "2xs",
983
- "border-radius": "3xl",
984
- filter: "none",
985
- },
986
- "date-wrapper": {
987
- display: "flex",
988
- "align-items": "center",
989
- "column-gap": "xs",
990
- },
991
- "date-icon": {
992
- width: "16px",
993
- height: "16px",
994
- },
995
- "publishedAt-header": {
996
- "font-size": "sm",
997
- color: "text-2",
998
- "font-weight": 500,
999
- },
1000
- title: {
1001
- "font-weight": 600,
1002
- "font-size": "xl",
1003
- "margin-bottom": "xs",
1004
- color: "text-1",
1005
- },
1006
- description: {
1007
- overflow: "hidden",
1008
- display: "-webkit-box",
1009
- "-webkit-box-orient": "vertical",
1010
- "-webkit-line-clamp": 3,
1011
- color: "text-2",
1012
- "line-height": 1.5,
1013
- },
1014
- publishedAt: {
1015
- display: "none",
1016
- },
934
+ heading: {
935
+ level: 2,
1017
936
  },
1018
- {
1019
- eventWrapper: {
1020
- "border-radius": "base",
1021
- overflow: "hidden",
1022
- "box-shadow": "default",
1023
- position: "relative",
1024
- filter: "none",
1025
- },
1026
- image: {
1027
- width: "100%",
1028
- height: "200px",
1029
- "object-fit": "cover",
1030
- },
1031
- "text-wrapper": {
1032
- "padding-left": "xl",
1033
- "padding-top": "2xl",
1034
- "padding-right": "xl",
1035
- "padding-bottom": "base",
1036
- display: "flex",
1037
- "flex-direction": "column",
1038
- "row-gap": "lg",
1039
- filter: "none",
1040
- },
1041
- "text-container": {
1042
- display: "flex",
1043
- "justify-content": "start",
1044
- "align-items": "center",
1045
- filter: "none",
1046
- "column-gap": "lg",
1047
- },
1048
- "caption-text": {
1049
- "font-family": "var(--font-body)",
1050
- color: "white",
1051
- "font-size": "xs",
1052
- "line-height": "normal",
1053
- "background-color": "brand",
1054
- "font-weight": 500,
1055
- "padding-left": "sm",
1056
- "padding-right": "sm",
1057
- "padding-top": "2xs",
1058
- "padding-bottom": "2xs",
1059
- "border-radius": "3xl",
1060
- filter: "none",
1061
- },
1062
- "date-wrapper": {
1063
- display: "flex",
1064
- "align-items": "center",
1065
- "column-gap": "xs",
1066
- },
1067
- "date-icon": {
1068
- width: "16px",
1069
- height: "16px",
1070
- },
1071
- "publishedAt-header": {
1072
- "font-size": "sm",
1073
- color: "text-2",
1074
- "font-weight": 500,
1075
- },
1076
- title: {
1077
- "font-weight": 600,
1078
- "font-size": "xl",
1079
- "margin-bottom": "xs",
1080
- color: "text-1",
1081
- },
1082
- description: {
1083
- overflow: "hidden",
1084
- display: "-webkit-box",
1085
- "-webkit-box-orient": "vertical",
1086
- "-webkit-line-clamp": 3,
1087
- color: "text-2",
1088
- "line-height": 1.5,
1089
- },
1090
- publishedAt: {
1091
- display: "none",
1092
- },
937
+ },
938
+ },
939
+ },
940
+ {
941
+ key: "two-col-grid",
942
+ title: "Two Column Grid",
943
+ styles: {
944
+ layout: {
945
+ "padding-left": "5xl",
946
+ "padding-right": "5xl",
947
+ "padding-top": "5xl",
948
+ "padding-bottom": "5xl",
949
+ tablet: {
950
+ "padding-left": "3xl",
951
+ "padding-right": "3xl",
952
+ "padding-top": "4xl",
953
+ "padding-bottom": "4xl",
1093
954
  },
1094
- {
1095
- eventWrapper: {
1096
- "border-radius": "base",
1097
- overflow: "hidden",
1098
- "box-shadow": "default",
1099
- position: "relative",
1100
- },
1101
- image: {
1102
- width: "100%",
1103
- height: "200px",
1104
- "object-fit": "cover",
1105
- },
1106
- "text-wrapper": {
1107
- "padding-left": "base",
1108
- "padding-top": "2xl",
1109
- "padding-right": "base",
1110
- "padding-bottom": "base",
1111
- display: "flex",
1112
- "flex-direction": "column",
1113
- "row-gap": "lg",
1114
- filter: "none",
1115
- },
1116
- "text-container": {
1117
- display: "flex",
1118
- "justify-content": "start",
1119
- "align-items": "center",
1120
- filter: "none",
1121
- "column-gap": "lg",
1122
- },
1123
- "caption-text": {
1124
- "font-family": "var(--font-body)",
1125
- color: "white",
1126
- "font-size": "xs",
1127
- "line-height": "normal",
1128
- "background-color": "brand",
1129
- "font-weight": 500,
1130
- "padding-left": "sm",
1131
- "padding-right": "sm",
1132
- "padding-top": "2xs",
1133
- "padding-bottom": "2xs",
1134
- "border-radius": "3xl",
1135
- filter: "none",
1136
- },
1137
- "date-wrapper": {
1138
- display: "flex",
1139
- "align-items": "center",
1140
- "column-gap": "xs",
1141
- },
1142
- "date-icon": {
1143
- width: "16px",
1144
- height: "16px",
1145
- },
1146
- "publishedAt-header": {
1147
- "font-size": "sm",
1148
- color: "text-2",
1149
- "font-weight": 500,
1150
- },
1151
- title: {
1152
- "font-weight": 600,
1153
- "font-size": "xl",
1154
- "margin-bottom": "xs",
1155
- color: "text-1",
1156
- },
1157
- description: {
1158
- overflow: "hidden",
1159
- display: "-webkit-box",
1160
- "-webkit-box-orient": "vertical",
1161
- "-webkit-line-clamp": 3,
1162
- color: "text-2",
1163
- "line-height": 1.5,
1164
- },
1165
- publishedAt: {
1166
- display: "none",
1167
- },
955
+ mobile: {
956
+ "padding-left": "xl",
957
+ "padding-right": "xl",
958
+ "padding-top": "3xl",
959
+ "padding-bottom": "3xl",
1168
960
  },
1169
- {
1170
- eventWrapper: {
1171
- "border-radius": "base",
1172
- overflow: "hidden",
1173
- "box-shadow": "default",
1174
- position: "relative",
1175
- },
1176
- image: {
1177
- width: "100%",
1178
- height: "200px",
1179
- "object-fit": "cover",
1180
- },
1181
- "text-wrapper": {
1182
- "padding-left": "xl",
1183
- "padding-top": "2xl",
1184
- "padding-right": "xl",
1185
- "padding-bottom": "base",
1186
- display: "flex",
961
+ },
962
+ title: {
963
+ color: "text-1",
964
+ "text-align": "center",
965
+ },
966
+ container: {
967
+ display: "flex",
968
+ "flex-direction": "column",
969
+ "align-items": "center",
970
+ "row-gap": "2xl",
971
+ },
972
+ events_levoGroup: {
973
+ display: "grid",
974
+ width: "100%",
975
+ "grid-template-columns": "repeat(2, 1fr)",
976
+ "row-gap": "2xl",
977
+ "column-gap": "2xl",
978
+ tablet: {
979
+ "grid-template-columns": "repeat(2, 1fr)",
980
+ },
981
+ mobile: {
982
+ "grid-template-columns": "repeat(1, 1fr)",
983
+ "row-gap": "xl",
984
+ },
985
+ },
986
+ events_levoGroupItem: {
987
+ eventWrapper: {
988
+ "border-radius": "xl",
989
+ overflow: "hidden",
990
+ "box-shadow": "default",
991
+ height: "100%",
992
+ display: "flex",
993
+ "flex-direction": "column",
994
+ },
995
+ image: {
996
+ width: "100%",
997
+ height: "240px",
998
+ "object-fit": "cover",
999
+ },
1000
+ textWrapper: {
1001
+ "padding-left": "xl",
1002
+ "padding-top": "xl",
1003
+ "padding-right": "xl",
1004
+ "padding-bottom": "xl",
1005
+ display: "flex",
1006
+ "flex-direction": "column",
1007
+ "row-gap": "sm",
1008
+ flex: "1",
1009
+ },
1010
+ "text-wrapper": {
1011
+ "padding-left": "xl",
1012
+ "padding-top": "xl",
1013
+ "padding-right": "xl",
1014
+ "padding-bottom": "xl",
1015
+ display: "flex",
1016
+ "flex-direction": "column",
1017
+ "row-gap": "sm",
1018
+ flex: "1",
1019
+ },
1020
+ "text-container": {
1021
+ display: "none",
1022
+ },
1023
+ "caption-text": {
1024
+ color: "brand",
1025
+ "font-size": "xs",
1026
+ "font-weight": 600,
1027
+ "text-transform": "uppercase",
1028
+ "letter-spacing": "0.08em",
1029
+ },
1030
+ title: {
1031
+ "font-weight": 600,
1032
+ "font-size": "xl",
1033
+ color: "text-1",
1034
+ },
1035
+ description: {
1036
+ overflow: "hidden",
1037
+ display: "-webkit-box",
1038
+ "-webkit-box-orient": "vertical",
1039
+ "-webkit-line-clamp": 3,
1040
+ color: "text-2",
1041
+ },
1042
+ publishedAt: {
1043
+ "font-size": "sm",
1044
+ color: "text-2",
1045
+ },
1046
+ },
1047
+ events: [
1048
+ {},
1049
+ {},
1050
+ {},
1051
+ {},
1052
+ {},
1053
+ {},
1054
+ ],
1055
+ paginationWrapper: {
1056
+ width: "100%",
1057
+ display: "flex",
1058
+ "justify-content": "center",
1059
+ "column-gap": "lg",
1060
+ "align-items": "center",
1061
+ },
1062
+ "cta-button": {
1063
+ display: "none",
1064
+ },
1065
+ },
1066
+ content: DEFAULT_CONTENT,
1067
+ config: {
1068
+ title: {
1069
+ selectedVariants: {
1070
+ Heading_Level: "H2",
1071
+ },
1072
+ heading: {
1073
+ level: 2,
1074
+ },
1075
+ },
1076
+ },
1077
+ },
1078
+ {
1079
+ key: "horizontal-events",
1080
+ title: "Horizontal Events",
1081
+ styles: {
1082
+ layout: {
1083
+ "padding-left": "5xl",
1084
+ "padding-right": "5xl",
1085
+ "padding-top": "5xl",
1086
+ "padding-bottom": "5xl",
1087
+ tablet: {
1088
+ "padding-left": "3xl",
1089
+ "padding-right": "3xl",
1090
+ "padding-top": "4xl",
1091
+ "padding-bottom": "4xl",
1092
+ },
1093
+ mobile: {
1094
+ "padding-left": "xl",
1095
+ "padding-right": "xl",
1096
+ "padding-top": "3xl",
1097
+ "padding-bottom": "3xl",
1098
+ },
1099
+ },
1100
+ title: {
1101
+ color: "text-1",
1102
+ "text-align": "center",
1103
+ },
1104
+ container: {
1105
+ display: "flex",
1106
+ "flex-direction": "column",
1107
+ "align-items": "center",
1108
+ "row-gap": "2xl",
1109
+ },
1110
+ events_levoGroup: {
1111
+ display: "flex",
1112
+ width: "100%",
1113
+ "flex-direction": "column",
1114
+ "row-gap": "xl",
1115
+ },
1116
+ events_levoGroupItem: {
1117
+ eventWrapper: {
1118
+ display: "flex",
1119
+ "flex-direction": "row",
1120
+ "column-gap": "2xl",
1121
+ "align-items": "stretch",
1122
+ "border-radius": "xl",
1123
+ overflow: "hidden",
1124
+ "border-style": "solid",
1125
+ "border-width": "1px",
1126
+ "border-color": "border",
1127
+ "padding-top": "lg",
1128
+ "padding-bottom": "lg",
1129
+ "padding-left": "lg",
1130
+ "padding-right": "lg",
1131
+ height: "100%",
1132
+ mobile: {
1187
1133
  "flex-direction": "column",
1188
- "row-gap": "lg",
1189
- filter: "none",
1190
- },
1191
- "text-container": {
1192
- display: "flex",
1193
- "justify-content": "start",
1194
- "align-items": "center",
1195
- filter: "none",
1196
- "column-gap": "lg",
1197
- },
1198
- "caption-text": {
1199
- "font-family": "var(--font-body)",
1200
- color: "white",
1201
- "font-size": "xs",
1202
- "line-height": "normal",
1203
- "background-color": "brand",
1204
- "font-weight": 500,
1205
- "padding-left": "sm",
1206
- "padding-right": "sm",
1207
- "padding-top": "2xs",
1208
- "padding-bottom": "2xs",
1209
- "border-radius": "3xl",
1210
- filter: "none",
1211
- },
1212
- "date-wrapper": {
1213
- display: "flex",
1214
- "align-items": "center",
1215
- "column-gap": "xs",
1216
- },
1217
- "date-icon": {
1218
- width: "16px",
1219
- height: "16px",
1220
- },
1221
- "publishedAt-header": {
1222
- "font-size": "sm",
1223
- color: "text-2",
1224
- "font-weight": 500,
1225
- },
1226
- title: {
1227
- "font-weight": 600,
1228
- "font-size": "xl",
1229
- "margin-bottom": "xs",
1230
- color: "text-1",
1231
- },
1232
- description: {
1233
- overflow: "hidden",
1234
- display: "-webkit-box",
1235
- "-webkit-box-orient": "vertical",
1236
- "-webkit-line-clamp": 3,
1237
- color: "text-2",
1238
- "line-height": 1.5,
1239
- },
1240
- publishedAt: {
1241
- display: "none",
1134
+ "row-gap": "md",
1242
1135
  },
1243
1136
  },
1244
- {
1245
- eventWrapper: {
1246
- "border-radius": "base",
1247
- overflow: "hidden",
1248
- "box-shadow": "default",
1249
- position: "relative",
1250
- },
1251
- image: {
1137
+ image: {
1138
+ width: "260px",
1139
+ "min-width": "260px",
1140
+ height: "180px",
1141
+ "object-fit": "cover",
1142
+ "border-radius": "lg",
1143
+ mobile: {
1252
1144
  width: "100%",
1253
- height: "200px",
1254
- "object-fit": "cover",
1255
- },
1256
- "text-wrapper": {
1257
- "padding-left": "xl",
1258
- "padding-top": "2xl",
1259
- "padding-right": "xl",
1260
- "padding-bottom": "base",
1261
- display: "flex",
1262
- "flex-direction": "column",
1263
- "row-gap": "lg",
1264
- filter: "none",
1265
- },
1266
- "text-container": {
1267
- display: "flex",
1268
- "justify-content": "start",
1269
- "align-items": "center",
1270
- filter: "none",
1271
- "column-gap": "lg",
1272
- },
1273
- "caption-text": {
1274
- "font-family": "var(--font-body)",
1275
- color: "white",
1276
- "font-size": "xs",
1277
- "line-height": "normal",
1278
- "background-color": "brand",
1279
- "font-weight": 500,
1280
- "padding-left": "sm",
1281
- "padding-right": "sm",
1282
- "padding-top": "2xs",
1283
- "padding-bottom": "2xs",
1284
- "border-radius": "3xl",
1285
- filter: "none",
1286
- },
1287
- "date-wrapper": {
1288
- display: "flex",
1289
- "align-items": "center",
1290
- "column-gap": "xs",
1291
- },
1292
- "date-icon": {
1293
- width: "16px",
1294
- height: "16px",
1295
- },
1296
- "publishedAt-header": {
1297
- "font-size": "sm",
1298
- color: "text-2",
1299
- "font-weight": 500,
1300
- },
1301
- title: {
1302
- "font-weight": 600,
1303
- "font-size": "xl",
1304
- "margin-bottom": "xs",
1305
- color: "text-1",
1306
- },
1307
- description: {
1308
- overflow: "hidden",
1309
- display: "-webkit-box",
1310
- "-webkit-box-orient": "vertical",
1311
- "-webkit-line-clamp": 3,
1312
- color: "text-2",
1313
- "line-height": 1.5,
1314
- },
1315
- publishedAt: {
1316
- display: "none",
1145
+ "min-width": "unset",
1317
1146
  },
1318
1147
  },
1148
+ textWrapper: {
1149
+ display: "flex",
1150
+ "flex-direction": "column",
1151
+ "row-gap": "sm",
1152
+ "justify-content": "center",
1153
+ flex: "1",
1154
+ },
1155
+ "text-wrapper": {
1156
+ display: "flex",
1157
+ "flex-direction": "column",
1158
+ "row-gap": "sm",
1159
+ "justify-content": "center",
1160
+ flex: "1",
1161
+ },
1162
+ "text-container": {
1163
+ display: "none",
1164
+ },
1165
+ "caption-text": {
1166
+ color: "brand",
1167
+ "font-size": "xs",
1168
+ "font-weight": 600,
1169
+ "text-transform": "uppercase",
1170
+ "letter-spacing": "0.08em",
1171
+ },
1172
+ title: {
1173
+ "font-weight": 600,
1174
+ "font-size": "xl",
1175
+ color: "text-1",
1176
+ },
1177
+ description: {
1178
+ overflow: "hidden",
1179
+ display: "-webkit-box",
1180
+ "-webkit-box-orient": "vertical",
1181
+ "-webkit-line-clamp": 2,
1182
+ color: "text-2",
1183
+ },
1184
+ publishedAt: {
1185
+ "font-size": "sm",
1186
+ color: "text-2",
1187
+ },
1188
+ },
1189
+ events: [
1190
+ {},
1191
+ {},
1192
+ {},
1193
+ {},
1194
+ {},
1195
+ {},
1319
1196
  ],
1320
1197
  paginationWrapper: {
1321
1198
  width: "100%",
@@ -1324,8 +1201,152 @@ export const Cards19: IBlock = {
1324
1201
  "column-gap": "lg",
1325
1202
  "align-items": "center",
1326
1203
  },
1204
+ "cta-button": {
1205
+ display: "none",
1206
+ },
1327
1207
  },
1328
- content: DEFAULT_CONTENT_CTA,
1208
+ content: DEFAULT_CONTENT,
1209
+ config: {
1210
+ title: {
1211
+ selectedVariants: {
1212
+ Heading_Level: "H2",
1213
+ },
1214
+ heading: {
1215
+ level: 2,
1216
+ },
1217
+ },
1218
+ },
1219
+ },
1220
+ {
1221
+ key: "bordered-grid",
1222
+ title: "Bordered Grid",
1223
+ styles: {
1224
+ layout: {
1225
+ "padding-left": "5xl",
1226
+ "padding-right": "5xl",
1227
+ "padding-top": "5xl",
1228
+ "padding-bottom": "5xl",
1229
+ tablet: {
1230
+ "padding-left": "3xl",
1231
+ "padding-right": "3xl",
1232
+ "padding-top": "4xl",
1233
+ "padding-bottom": "4xl",
1234
+ },
1235
+ mobile: {
1236
+ "padding-left": "xl",
1237
+ "padding-right": "xl",
1238
+ "padding-top": "3xl",
1239
+ "padding-bottom": "3xl",
1240
+ },
1241
+ },
1242
+ title: {
1243
+ color: "text-1",
1244
+ "text-align": "center",
1245
+ },
1246
+ container: {
1247
+ display: "flex",
1248
+ "flex-direction": "column",
1249
+ "align-items": "center",
1250
+ "row-gap": "2xl",
1251
+ },
1252
+ events_levoGroup: {
1253
+ display: "grid",
1254
+ width: "100%",
1255
+ "grid-template-columns": "repeat(3, 1fr)",
1256
+ "row-gap": "xl",
1257
+ "column-gap": "xl",
1258
+ tablet: {
1259
+ "grid-template-columns": "repeat(2, 1fr)",
1260
+ },
1261
+ mobile: {
1262
+ "grid-template-columns": "repeat(1, 1fr)",
1263
+ "row-gap": "lg",
1264
+ },
1265
+ },
1266
+ events_levoGroupItem: {
1267
+ eventWrapper: {
1268
+ "border-radius": "xl",
1269
+ overflow: "hidden",
1270
+ "border-style": "solid",
1271
+ "border-width": "1px",
1272
+ "border-color": "border",
1273
+ height: "100%",
1274
+ display: "flex",
1275
+ "flex-direction": "column",
1276
+ },
1277
+ image: {
1278
+ width: "100%",
1279
+ height: "200px",
1280
+ "object-fit": "cover",
1281
+ },
1282
+ textWrapper: {
1283
+ "padding-left": "xl",
1284
+ "padding-top": "xl",
1285
+ "padding-right": "xl",
1286
+ "padding-bottom": "xl",
1287
+ display: "flex",
1288
+ "flex-direction": "column",
1289
+ "row-gap": "sm",
1290
+ flex: "1",
1291
+ },
1292
+ "text-wrapper": {
1293
+ "padding-left": "xl",
1294
+ "padding-top": "xl",
1295
+ "padding-right": "xl",
1296
+ "padding-bottom": "xl",
1297
+ display: "flex",
1298
+ "flex-direction": "column",
1299
+ "row-gap": "sm",
1300
+ flex: "1",
1301
+ },
1302
+ "text-container": {
1303
+ display: "none",
1304
+ },
1305
+ "caption-text": {
1306
+ color: "brand",
1307
+ "font-size": "xs",
1308
+ "font-weight": 600,
1309
+ "text-transform": "uppercase",
1310
+ "letter-spacing": "0.08em",
1311
+ },
1312
+ title: {
1313
+ "font-weight": 600,
1314
+ "font-size": "lg",
1315
+ color: "text-1",
1316
+ },
1317
+ description: {
1318
+ overflow: "hidden",
1319
+ display: "-webkit-box",
1320
+ "-webkit-box-orient": "vertical",
1321
+ "-webkit-line-clamp": 2,
1322
+ color: "text-2",
1323
+ "font-size": "sm",
1324
+ },
1325
+ publishedAt: {
1326
+ "font-size": "xs",
1327
+ color: "text-2",
1328
+ },
1329
+ },
1330
+ events: [
1331
+ {},
1332
+ {},
1333
+ {},
1334
+ {},
1335
+ {},
1336
+ {},
1337
+ ],
1338
+ paginationWrapper: {
1339
+ width: "100%",
1340
+ display: "flex",
1341
+ "justify-content": "center",
1342
+ "column-gap": "lg",
1343
+ "align-items": "center",
1344
+ },
1345
+ "cta-button": {
1346
+ display: "none",
1347
+ },
1348
+ },
1349
+ content: DEFAULT_CONTENT,
1329
1350
  config: {
1330
1351
  title: {
1331
1352
  selectedVariants: {