@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,236 +1,94 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const IMG_DEFAULT = {
4
- id: "8eRTS0Um3wREL",
5
- filename: "cards-11-1.png",
3
+ const IMG_MAIN = {
4
+ id: "7453004939600131344",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9.png",
6
+ location: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-750w.webp 750w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ 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",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
- const IMG_VARAINT_1 = {
22
- object: "media",
23
- id: "4JO66lk27h2zF",
24
- workspace_id: "WLZ1TXTD",
25
- folder_id: null,
26
- filename: "cards-11-variant-1.jpg",
27
- kind: "image",
28
- path: "WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638.jpg",
29
- location: "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638.jpg",
30
- metadata: {
31
- etag: '"5a0f40372c2cd91d16884e009779788d"',
32
- mimetype: "image/jpeg",
33
- size: 8383117,
27
+ const ICON_FLASH = {
28
+ kind: "icon" as const,
29
+ data: {
30
+ id: "flash",
31
+ label: "Flash",
32
+ svgCode:
33
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.98959 22.75C9.78959 22.75 9.62959 22.71 9.50959 22.66C9.10959 22.51 8.42959 22.02 8.42959 20.47V14.02H6.08959C4.74959 14.02 4.26959 13.39 4.09959 13.02C3.92959 12.64 3.77959 11.87 4.65959 10.86L12.2296 2.26001C13.2496 1.10001 14.0796 1.18001 14.4796 1.33001C14.8796 1.48001 15.5596 1.97001 15.5596 3.52001V9.97001H17.8996C19.2396 9.97001 19.7196 10.6 19.8896 10.97C20.0596 11.35 20.2096 12.12 19.3296 13.13L11.7596 21.73C11.0496 22.54 10.4296 22.75 9.98959 22.75ZM13.9296 2.74001C13.8996 2.78001 13.6896 2.88001 13.3596 3.26001L5.78959 11.86C5.50959 12.18 5.46959 12.38 5.46959 12.42C5.48959 12.43 5.66959 12.53 6.08959 12.53H9.17959C9.58959 12.53 9.92959 12.87 9.92959 13.28V20.48C9.92959 20.98 10.0196 21.2 10.0596 21.26C10.0896 21.22 10.2996 21.12 10.6296 20.74L18.1996 12.14C18.4796 11.82 18.5196 11.62 18.5196 11.58C18.4996 11.57 18.3196 11.47 17.8996 11.47H14.8096C14.3996 11.47 14.0596 11.13 14.0596 10.72V3.52001C14.0696 3.02001 13.9696 2.81001 13.9296 2.74001Z" fill="var(--color-icon-primary)"/>\n</svg>',
34
34
  },
35
- srcset: {
36
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1080w.webp",
37
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1200w.webp",
38
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1920w.webp",
39
- "320w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-320w.webp",
40
- "640w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-640w.webp",
41
- "750w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-750w.webp",
42
- "828w": "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-828w.webp",
43
- path: "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1920w.webp 1920w",
35
+ };
36
+
37
+ const ICON_SHIELD = {
38
+ kind: "icon" as const,
39
+ data: {
40
+ id: "shield-tick",
41
+ label: "Shield Tick",
42
+ svgCode:
43
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
44
44
  },
45
- tags: [],
46
- created_at: "2025-12-20T08:17:47.836Z",
47
- updated_at: "2025-12-20T08:17:47.836Z",
48
- created_by: null,
49
- updated_by: null,
50
45
  };
51
46
 
52
- const DEFAULT_CONTENT = {
53
- layout: null,
54
- container: null,
55
- header_section: null,
56
- main_title: "Why Choose Us",
57
- main_description:
58
- "More than investors true partners in growth. The difference that sets our venture studio apart.",
59
- main_wrapper: null,
60
- left_container: null,
61
- right_container: null,
62
- main_image: IMG_DEFAULT,
63
- cards: [
64
- {
65
- card: null,
66
- content_wrapper: null,
67
- title: "Founder-First Approach",
68
- description: "We don't just invest we partner, guiding entrepreneurs through every stage.",
69
- icon: {
70
- kind: "custom",
71
- data: {
72
- id: "vxmyzMLxwL34",
73
- filename: "image.png",
74
- kind: "image",
75
- location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
76
- srcset: {
77
- "1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
78
- "1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
79
- "1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
80
- "320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
81
- "640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
82
- "750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
83
- "828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
84
- path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
85
- },
86
- mimetype: "image/png",
87
- },
88
- },
89
- },
90
- {
91
- card: null,
92
- content_wrapper: null,
93
- title: "Founder-First Approach",
94
- description: "We don't just invest we partner, guiding entrepreneurs through every stage.",
95
- icon: {
96
- kind: "custom",
97
- data: {
98
- id: "vxmyzMLxwL34",
99
- filename: "image.png",
100
- kind: "image",
101
- location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
102
- srcset: {
103
- "1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
104
- "1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
105
- "1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
106
- "320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
107
- "640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
108
- "750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
109
- "828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
110
- path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
111
- },
112
- mimetype: "image/png",
113
- },
114
- },
115
- },
116
- {
117
- card: null,
118
- content_wrapper: null,
119
- title: "Founder-First Approach",
120
- description: "We don't just invest we partner, guiding entrepreneurs through every stage.",
121
- icon: {
122
- kind: "custom",
123
- data: {
124
- id: "vxmyzMLxwL34",
125
- filename: "image.png",
126
- kind: "image",
127
- location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
128
- srcset: {
129
- "1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
130
- "1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
131
- "1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
132
- "320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
133
- "640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
134
- "750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
135
- "828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
136
- path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
137
- },
138
- mimetype: "image/png",
139
- },
140
- },
141
- },
142
- ],
47
+ const ICON_CHART = {
48
+ kind: "icon" as const,
49
+ data: {
50
+ id: "chart-success",
51
+ label: "Chart Success",
52
+ svgCode:
53
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13 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 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.98001 7 9.98001C7.41 9.98001 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.98001 17 9.98001C17.41 9.98001 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17.5803 21.75C17.3803 21.75 17.1903 21.67 17.0503 21.53L15.4703 19.96C15.1803 19.67 15.1703 19.19 15.4703 18.9C15.7603 18.61 16.2403 18.6 16.5303 18.9L17.5403 19.9L20.4403 16.51C20.7103 16.19 21.1803 16.16 21.5003 16.43C21.8103 16.7 21.8503 17.17 21.5803 17.49L18.1603 21.49C18.0203 21.65 17.8303 21.74 17.6203 21.75C17.6003 21.75 17.5903 21.75 17.5803 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
54
+ },
143
55
  };
144
56
 
145
- const DEFAULT_CONTENT_VARIANT_1 = {
57
+ const DEFAULT_CONTENT = {
146
58
  layout: null,
147
59
  container: null,
148
60
  header_section: null,
149
- main_title: "Extracurricular Activities",
61
+ main_title: "Why teams switch to one shared workspace",
150
62
  main_description:
151
- "More than investors true partners in growth. The difference that sets our venture studio apart.",
63
+ "Replace ten tabs with one source of truth. Real-time docs, automations, and audit trails so cross-functional work actually ships on time.",
152
64
  main_wrapper: null,
153
65
  left_container: null,
154
66
  right_container: null,
155
- main_image: IMG_VARAINT_1,
67
+ main_image: IMG_MAIN,
156
68
  cards: [
157
69
  {
158
70
  card: null,
159
71
  content_wrapper: null,
160
- title: "<p>Arts &amp; Creativity</p>",
161
- description: "<p>Express ideas through music, dance, drama, and visual arts.</p>",
162
- icon: {
163
- kind: "custom",
164
- data: {
165
- id: "eg6WHl4on5xv3",
166
- filename: "image.png",
167
- kind: "image",
168
- location: "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i.png",
169
- srcset: {
170
- "1080w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1080w.webp",
171
- "1200w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1200w.webp",
172
- "1920w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1920w.webp",
173
- "320w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-320w.webp",
174
- "640w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-640w.webp",
175
- "750w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-750w.webp",
176
- "828w": "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-828w.webp",
177
- path: "https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-bMZQ9no4MTA3i-828w.webp 828w",
178
- },
179
- mimetype: "image/png",
180
- },
181
- },
72
+ title: "Fast by default",
73
+ description:
74
+ "Sub-100ms sync across regions keeps cursors, comments, and edits live for distributed product squads.",
75
+ icon: ICON_FLASH,
182
76
  },
183
77
  {
184
78
  card: null,
185
79
  content_wrapper: null,
186
- title: "<p>Sports &amp; Fitness</p>",
187
- description: "<p>Express ideas through music, dance, drama, and visual arts.</p>",
188
- icon: {
189
- kind: "custom",
190
- data: {
191
- id: "2EYwJ5Y1UhEs4",
192
- filename: "image.png",
193
- kind: "image",
194
- location: "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh.png",
195
- srcset: {
196
- "1080w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1080w.webp",
197
- "1200w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1200w.webp",
198
- "1920w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1920w.webp",
199
- "320w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-320w.webp",
200
- "640w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-640w.webp",
201
- "750w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-750w.webp",
202
- "828w": "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-828w.webp",
203
- path: "https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-5AQQtZ4LuiVGh-1920w.webp 1920w",
204
- },
205
- mimetype: "image/png",
206
- },
207
- },
80
+ title: "Secure by design",
81
+ description:
82
+ "SOC 2 Type II, SAML SSO, SCIM provisioning, and per-workspace encryption keys protect every customer document.",
83
+ icon: ICON_SHIELD,
208
84
  },
209
85
  {
210
86
  card: null,
211
87
  content_wrapper: null,
212
- title: "<p>Community Service</p>",
213
- description: "<p>Express ideas through music, dance, drama, and visual arts.</p>",
214
- icon: {
215
- kind: "custom",
216
- data: {
217
- id: "Mqne8ygHcjhdt",
218
- filename: "image.png",
219
- kind: "image",
220
- location: "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa.png",
221
- srcset: {
222
- "1080w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1080w.webp",
223
- "1200w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1200w.webp",
224
- "1920w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1920w.webp",
225
- "320w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-320w.webp",
226
- "640w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-640w.webp",
227
- "750w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-750w.webp",
228
- "828w": "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-828w.webp",
229
- path: "https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-uY2MuYb5nGmaa-828w.webp 828w",
230
- },
231
- mimetype: "image/png",
232
- },
233
- },
88
+ title: "Measurable by week one",
89
+ description:
90
+ "Built-in usage analytics show adoption, throughput, and cycle time so leaders prove ROI inside thirty days.",
91
+ icon: ICON_CHART,
234
92
  },
235
93
  ],
236
94
  };
@@ -332,22 +190,20 @@ export const Cards11: IBlock = {
332
190
  layout: {},
333
191
  container: {},
334
192
  header_section: {
335
- "text-align": "center",
336
193
  "margin-bottom": "3xl",
337
- "margin-left": "auto",
338
- "margin-right": "auto",
339
194
  display: "flex",
340
- "justify-content": "space-between",
195
+ "flex-direction": "column",
196
+ "row-gap": "sm",
341
197
  width: "100%",
342
- tablet: {
343
- "flex-direction": "column",
344
- },
198
+ "max-width": "720px",
199
+ },
200
+ main_description: {
201
+ "max-width": "640px",
345
202
  },
346
- main_description: {},
347
203
  main_wrapper: {
348
204
  display: "flex",
349
205
  "align-items": "center",
350
- "column-gap": "15xl",
206
+ "column-gap": "5xl",
351
207
  mobile: {
352
208
  "flex-direction": "column",
353
209
  "row-gap": "2xl",
@@ -355,7 +211,7 @@ export const Cards11: IBlock = {
355
211
  },
356
212
  tablet: {
357
213
  "flex-direction": "column-reverse",
358
- "row-gap": "5xl",
214
+ "row-gap": "3xl",
359
215
  },
360
216
  },
361
217
  left_container: {
@@ -368,121 +224,435 @@ export const Cards11: IBlock = {
368
224
  },
369
225
  main_image: {
370
226
  width: "100%",
371
- "max-width": "500px",
372
- height: "auto",
227
+ "max-width": "520px",
228
+ "aspect-ratio": "4 / 3",
373
229
  "border-radius": "lg",
374
230
  "object-fit": "cover",
375
231
  },
376
232
  cards_levoGroup: {
377
233
  display: "flex",
378
234
  "flex-direction": "column",
379
- "row-gap": "xl",
235
+ "row-gap": "lg",
236
+ },
237
+ cards_levoGroupItem: {
238
+ card: {
239
+ "background-color": "brandSecondary",
240
+ "padding-top": "2xl",
241
+ "padding-right": "2xl",
242
+ "padding-left": "2xl",
243
+ "padding-bottom": "2xl",
244
+ "border-radius": "base",
245
+ display: "flex",
246
+ "column-gap": "lg",
247
+ "align-items": "flex-start",
248
+ height: "100%",
249
+ },
250
+ icon: {
251
+ height: "28px",
252
+ width: "28px",
253
+ "font-size": "28px",
254
+ "flex-shrink": 0,
255
+ },
256
+ content_wrapper: {
257
+ display: "flex",
258
+ "flex-direction": "column",
259
+ "row-gap": "xs",
260
+ },
261
+ title: {},
262
+ },
263
+ cards: [{}, {}, {}],
264
+ },
265
+ content: DEFAULT_CONTENT,
266
+ config: {
267
+ main_title: {
268
+ selectedVariants: {
269
+ Heading_Level: "H2",
270
+ },
271
+ },
272
+ cards: [
273
+ {
274
+ title: {
275
+ selectedVariants: {
276
+ Heading_Level: "H5",
277
+ },
278
+ },
279
+ },
280
+ {
281
+ title: {
282
+ selectedVariants: {
283
+ Heading_Level: "H5",
284
+ },
285
+ },
286
+ },
287
+ {
288
+ title: {
289
+ selectedVariants: {
290
+ Heading_Level: "H5",
291
+ },
292
+ },
293
+ },
294
+ ],
295
+ main_description: {
296
+ selectedVariants: {
297
+ Typography_Variants: "Large",
298
+ },
299
+ },
300
+ },
301
+ },
302
+ {
303
+ key: "variant-1",
304
+ title: "Variant 1",
305
+ styles: {
306
+ layout: {},
307
+ container: {},
308
+ header_section: {
309
+ "margin-bottom": "3xl",
310
+ display: "flex",
311
+ "flex-direction": "column",
312
+ "row-gap": "sm",
313
+ width: "100%",
314
+ "max-width": "720px",
380
315
  },
381
- "cards.*.card": {
316
+ main_description: {
317
+ "max-width": "640px",
318
+ },
319
+ main_wrapper: {
382
320
  display: "flex",
383
- "align-items": "flex-start",
384
- "column-gap": "base",
385
- "padding-top": "lg",
386
- "padding-bottom": "lg",
387
- "padding-left": "lg",
388
- "padding-right": "lg",
389
- "background-color": "background-2",
390
- "border-radius": "lg",
391
- "border-width": "1px",
392
- "border-color": "border",
321
+ "align-items": "center",
322
+ "column-gap": "5xl",
323
+ mobile: {
324
+ "flex-direction": "column",
325
+ "row-gap": "2xl",
326
+ "column-gap": "none",
327
+ },
328
+ tablet: {
329
+ "flex-direction": "column-reverse",
330
+ "row-gap": "3xl",
331
+ },
393
332
  },
394
- "cards.*.icon": {
395
- width: "48px",
396
- height: "48px",
397
- "border-radius": "sm",
398
- "object-fit": "cover",
399
- "flex-shrink": "0",
333
+ left_container: {
334
+ flex: "1",
400
335
  },
401
- "cards.*.content_wrapper": {
336
+ right_container: {
402
337
  flex: "1",
338
+ display: "flex",
339
+ "justify-content": "center",
403
340
  },
404
- "cards.*.title": {
405
- "font-size": "xl",
406
- "font-weight": "600",
407
- "margin-bottom": "xs",
408
- color: "text-1",
341
+ main_image: {
342
+ width: "100%",
343
+ "max-width": "520px",
344
+ "aspect-ratio": "4 / 3",
345
+ "border-radius": "lg",
346
+ "object-fit": "cover",
409
347
  },
410
- "cards.*.description": {
411
- "font-size": "base",
412
- color: "text-2",
413
- "line-height": "1.5",
348
+ cards_levoGroup: {
349
+ display: "flex",
350
+ "flex-direction": "column",
351
+ "row-gap": "none",
352
+ },
353
+ cards_levoGroupItem: {
354
+ icon: {
355
+ height: "28px",
356
+ width: "28px",
357
+ "font-size": "28px",
358
+ "flex-shrink": 0,
359
+ },
360
+ content_wrapper: {
361
+ display: "flex",
362
+ "flex-direction": "column",
363
+ "row-gap": "xs",
364
+ },
365
+ title: {
366
+ "font-weight": 600,
367
+ },
414
368
  },
415
369
  cards: [
416
370
  {
417
371
  card: {
418
- "background-color": "brandSecondary",
419
- "padding-top": "3xl",
420
- "padding-right": "3xl",
421
- "padding-left": "3xl",
422
- "padding-bottom": "3xl",
423
- "border-radius": "base",
372
+ "padding-top": "none",
373
+ "padding-bottom": "xl",
424
374
  display: "flex",
425
- "column-gap": "sm",
426
- },
427
- icon: {
428
- height: "34px",
429
- width: "34px",
430
- "font-size": "34px",
375
+ "column-gap": "lg",
376
+ "align-items": "flex-start",
377
+ "border-bottom": "1px solid var(--color-border)",
378
+ height: "100%",
431
379
  },
432
- content_wrapper: {
380
+ },
381
+ {
382
+ card: {
383
+ "padding-top": "xl",
384
+ "padding-bottom": "xl",
433
385
  display: "flex",
434
- "flex-direction": "column",
435
- "row-gap": "sm",
386
+ "column-gap": "lg",
387
+ "align-items": "flex-start",
388
+ "border-bottom": "1px solid var(--color-border)",
389
+ height: "100%",
436
390
  },
437
- title: {},
438
391
  },
439
392
  {
440
393
  card: {
441
- "background-color": "brandSecondary",
442
- "padding-top": "3xl",
443
- "padding-right": "3xl",
444
- "padding-left": "3xl",
445
- "padding-bottom": "3xl",
446
- "border-radius": "base",
394
+ "padding-top": "xl",
395
+ "padding-bottom": "none",
447
396
  display: "flex",
448
- "column-gap": "sm",
397
+ "column-gap": "lg",
398
+ "align-items": "flex-start",
399
+ "border-bottom": "none",
400
+ height: "100%",
449
401
  },
450
- icon: {
451
- height: "34px",
452
- width: "34px",
453
- "font-size": "34px",
402
+ },
403
+ ],
404
+ },
405
+ content: DEFAULT_CONTENT,
406
+ config: {
407
+ main_title: {
408
+ selectedVariants: {
409
+ Heading_Level: "H2",
410
+ },
411
+ },
412
+ main_description: {
413
+ selectedVariants: {
414
+ Typography_Variants: "Large",
415
+ },
416
+ },
417
+ cards: [
418
+ {
419
+ title: {
420
+ selectedVariants: {
421
+ Heading_Level: "H4",
422
+ },
423
+ heading: {
424
+ level: "4",
425
+ },
454
426
  },
455
- content_wrapper: {
456
- display: "flex",
457
- "flex-direction": "column",
458
- "row-gap": "sm",
427
+ },
428
+ {
429
+ title: {
430
+ selectedVariants: {
431
+ Heading_Level: "H4",
432
+ },
433
+ heading: {
434
+ level: "4",
435
+ },
459
436
  },
460
- title: {},
461
437
  },
462
438
  {
463
- card: {
464
- "background-color": "brandSecondary",
465
- "padding-top": "3xl",
466
- "padding-right": "3xl",
467
- "padding-left": "3xl",
468
- "padding-bottom": "3xl",
469
- "border-radius": "base",
470
- display: "flex",
471
- "column-gap": "sm",
439
+ title: {
440
+ selectedVariants: {
441
+ Heading_Level: "H4",
442
+ },
443
+ heading: {
444
+ level: "4",
445
+ },
472
446
  },
473
- icon: {
474
- height: "34px",
475
- width: "34px",
476
- "font-size": "34px",
447
+ },
448
+ ],
449
+ },
450
+ },
451
+ {
452
+ key: "variant-2",
453
+ title: "Variant 2",
454
+ styles: {
455
+ layout: {},
456
+ container: {},
457
+ header_section: {
458
+ "text-align": "center",
459
+ "margin-bottom": "3xl",
460
+ "margin-left": "auto",
461
+ "margin-right": "auto",
462
+ display: "flex",
463
+ "flex-direction": "column",
464
+ "align-items": "center",
465
+ width: "100%",
466
+ "row-gap": "sm",
467
+ },
468
+ main_description: {
469
+ "max-width": "600px",
470
+ "text-align": "center",
471
+ },
472
+ main_wrapper: {
473
+ display: "grid",
474
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
475
+ "column-gap": "3xl",
476
+ "align-items": "center",
477
+ mobile: {
478
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
479
+ "row-gap": "2xl",
480
+ },
481
+ tablet: {
482
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
483
+ "row-gap": "3xl",
484
+ },
485
+ },
486
+ left_container: {},
487
+ right_container: {
488
+ display: "flex",
489
+ "justify-content": "center",
490
+ },
491
+ main_image: {
492
+ width: "100%",
493
+ "max-width": "480px",
494
+ "aspect-ratio": "4 / 3",
495
+ "border-radius": "xl",
496
+ "object-fit": "cover",
497
+ "box-shadow": "lg",
498
+ },
499
+ cards_levoGroup: {
500
+ display: "grid",
501
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
502
+ "row-gap": "base",
503
+ },
504
+ cards_levoGroupItem: {
505
+ card: {
506
+ "background-color": "brandSecondary",
507
+ "padding-top": "xl",
508
+ "padding-right": "xl",
509
+ "padding-left": "xl",
510
+ "padding-bottom": "xl",
511
+ "border-radius": "base",
512
+ display: "flex",
513
+ "column-gap": "lg",
514
+ "align-items": "flex-start",
515
+ height: "100%",
516
+ },
517
+ icon: {
518
+ height: "28px",
519
+ width: "28px",
520
+ "font-size": "28px",
521
+ "flex-shrink": 0,
522
+ },
523
+ content_wrapper: {
524
+ display: "flex",
525
+ "flex-direction": "column",
526
+ "row-gap": "xs",
527
+ },
528
+ title: {},
529
+ },
530
+ cards: [{}, {}, {}],
531
+ },
532
+ content: DEFAULT_CONTENT,
533
+ config: {
534
+ main_title: {
535
+ selectedVariants: {
536
+ Heading_Level: "H2",
537
+ },
538
+ },
539
+ cards: [
540
+ {
541
+ title: {
542
+ selectedVariants: {
543
+ Heading_Level: "H5",
544
+ },
477
545
  },
478
- content_wrapper: {
479
- display: "flex",
480
- "flex-direction": "column",
481
- "row-gap": "sm",
546
+ },
547
+ {
548
+ title: {
549
+ selectedVariants: {
550
+ Heading_Level: "H5",
551
+ },
552
+ },
553
+ },
554
+ {
555
+ title: {
556
+ selectedVariants: {
557
+ Heading_Level: "H5",
558
+ },
482
559
  },
483
- title: {},
484
560
  },
485
561
  ],
562
+ main_description: {
563
+ selectedVariants: {
564
+ Typography_Variants: "Large",
565
+ },
566
+ },
567
+ },
568
+ },
569
+ {
570
+ key: "variant-3",
571
+ title: "Variant 3",
572
+ styles: {
573
+ layout: {},
574
+ container: {},
575
+ header_section: {
576
+ "margin-bottom": "3xl",
577
+ display: "flex",
578
+ "justify-content": "space-between",
579
+ "align-items": "flex-end",
580
+ "column-gap": "xl",
581
+ width: "100%",
582
+ mobile: {
583
+ "flex-direction": "column",
584
+ "align-items": "flex-start",
585
+ "row-gap": "base",
586
+ },
587
+ },
588
+ main_description: {
589
+ "max-width": "440px",
590
+ },
591
+ main_wrapper: {
592
+ display: "flex",
593
+ "flex-direction": "column",
594
+ "row-gap": "3xl",
595
+ mobile: {
596
+ "row-gap": "2xl",
597
+ },
598
+ },
599
+ left_container: {
600
+ flex: "1",
601
+ },
602
+ right_container: {
603
+ display: "flex",
604
+ "justify-content": "center",
605
+ },
606
+ main_image: {
607
+ width: "100%",
608
+ height: "360px",
609
+ "border-radius": "lg",
610
+ "object-fit": "cover",
611
+ mobile: {
612
+ height: "220px",
613
+ },
614
+ },
615
+ cards_levoGroup: {
616
+ display: "grid",
617
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
618
+ "column-gap": "xl",
619
+ "row-gap": "xl",
620
+ mobile: {
621
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
622
+ },
623
+ tablet: {
624
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
625
+ },
626
+ },
627
+ cards_levoGroupItem: {
628
+ card: {
629
+ "padding-top": "xl",
630
+ "padding-right": "xl",
631
+ "padding-left": "xl",
632
+ "padding-bottom": "xl",
633
+ "border-radius": "base",
634
+ display: "flex",
635
+ "flex-direction": "column",
636
+ "row-gap": "base",
637
+ "border-width": "1px",
638
+ "border-color": "border",
639
+ "border-style": "solid",
640
+ height: "100%",
641
+ },
642
+ icon: {
643
+ height: "28px",
644
+ width: "28px",
645
+ "font-size": "28px",
646
+ "flex-shrink": 0,
647
+ },
648
+ content_wrapper: {
649
+ display: "flex",
650
+ "flex-direction": "column",
651
+ "row-gap": "xs",
652
+ },
653
+ title: {},
654
+ },
655
+ cards: [{}, {}, {}],
486
656
  },
487
657
  content: DEFAULT_CONTENT,
488
658
  config: {
@@ -522,8 +692,8 @@ export const Cards11: IBlock = {
522
692
  },
523
693
  },
524
694
  {
525
- key: "variant-1",
526
- title: "Variant 1",
695
+ key: "variant-4",
696
+ title: "Variant 4",
527
697
  styles: {
528
698
  layout: {},
529
699
  container: {},
@@ -532,33 +702,36 @@ export const Cards11: IBlock = {
532
702
  "margin-bottom": "3xl",
533
703
  "margin-left": "auto",
534
704
  "margin-right": "auto",
535
- display: "block",
536
- "justify-content": "center",
705
+ display: "flex",
706
+ "flex-direction": "column",
707
+ "align-items": "center",
537
708
  width: "100%",
538
- tablet: {
539
- "flex-direction": "column",
709
+ "row-gap": "sm",
710
+ mobile: {
711
+ "margin-bottom": "2xl",
540
712
  },
541
- "align-items": "center",
542
713
  },
543
714
  main_description: {
544
- display: "none",
715
+ "max-width": "600px",
716
+ "text-align": "center",
545
717
  },
546
718
  main_wrapper: {
547
719
  display: "flex",
548
- "align-items": "center",
549
- "column-gap": "15xl",
720
+ "align-items": "stretch",
721
+ "column-gap": "3xl",
550
722
  mobile: {
551
- "flex-direction": "column",
723
+ "flex-direction": "column-reverse",
552
724
  "row-gap": "2xl",
553
- "column-gap": "none",
554
725
  },
555
726
  tablet: {
556
727
  "flex-direction": "column-reverse",
557
- "row-gap": "5xl",
728
+ "row-gap": "3xl",
558
729
  },
559
730
  },
560
731
  left_container: {
561
732
  flex: "1",
733
+ display: "flex",
734
+ "align-items": "center",
562
735
  },
563
736
  right_container: {
564
737
  flex: "1",
@@ -567,173 +740,106 @@ export const Cards11: IBlock = {
567
740
  },
568
741
  main_image: {
569
742
  width: "100%",
570
- height: "auto",
571
- "border-radius": "lg",
743
+ height: "100%",
744
+ "min-height": "420px",
745
+ "border-radius": "xl",
572
746
  "object-fit": "cover",
747
+ mobile: {
748
+ "min-height": "260px",
749
+ },
573
750
  },
574
751
  cards_levoGroup: {
575
752
  display: "flex",
576
753
  "flex-direction": "column",
577
- "row-gap": "xl",
754
+ "row-gap": "none",
578
755
  },
579
- "cards.*.card": {
580
- display: "flex",
581
- "align-items": "flex-start",
582
- "column-gap": "base",
583
- "padding-top": "lg",
584
- "padding-bottom": "lg",
585
- "padding-left": "lg",
586
- "padding-right": "lg",
587
- "background-color": "background-2",
588
- "border-radius": "lg",
589
- "border-width": "1px",
590
- "border-color": "border",
591
- },
592
- "cards.*.icon": {
593
- width: "48px",
594
- height: "48px",
595
- "border-radius": "sm",
596
- "object-fit": "cover",
597
- "flex-shrink": "0",
598
- },
599
- "cards.*.content_wrapper": {
600
- flex: "1",
601
- },
602
- "cards.*.title": {
603
- "font-size": "xl",
604
- "font-weight": "600",
605
- "margin-bottom": "xs",
606
- color: "text-1",
607
- },
608
- "cards.*.description": {
609
- "font-size": "base",
610
- color: "text-2",
611
- "line-height": "1.5",
756
+ cards_levoGroupItem: {
757
+ icon: {
758
+ height: "28px",
759
+ width: "28px",
760
+ "font-size": "28px",
761
+ "flex-shrink": 0,
762
+ },
763
+ content_wrapper: {
764
+ display: "flex",
765
+ "flex-direction": "column",
766
+ "row-gap": "xs",
767
+ },
768
+ title: {
769
+ "font-weight": 600,
770
+ },
612
771
  },
613
772
  cards: [
614
773
  {
615
774
  card: {
616
775
  "padding-top": "none",
617
- "padding-right": "3xl",
618
- "padding-left": "3xl",
619
- "padding-bottom": "base",
776
+ "padding-bottom": "xl",
620
777
  display: "flex",
621
- "column-gap": "sm",
622
- "border-bottom": "1px solid #D9D9D9",
623
- },
624
- icon: {
625
- height: "34px",
626
- width: "34px",
627
- "font-size": "34px",
628
- },
629
- content_wrapper: {
630
- display: "flex",
631
- "flex-direction": "column",
632
- "row-gap": "sm",
633
- },
634
- title: {
635
- "font-weight": 600,
778
+ "column-gap": "lg",
779
+ "align-items": "flex-start",
780
+ "border-bottom": "1px solid var(--color-border)",
781
+ height: "100%",
636
782
  },
637
783
  },
638
784
  {
639
785
  card: {
640
- "padding-top": "none",
641
- "padding-right": "3xl",
642
- "padding-left": "3xl",
643
- "padding-bottom": "base",
644
- display: "flex",
645
- "column-gap": "sm",
646
- "border-bottom": "1px solid #D9D9D9",
647
- },
648
- icon: {
649
- height: "34px",
650
- width: "34px",
651
- "font-size": "34px",
652
- },
653
- content_wrapper: {
786
+ "padding-top": "xl",
787
+ "padding-bottom": "xl",
654
788
  display: "flex",
655
- "flex-direction": "column",
656
- "row-gap": "sm",
657
- },
658
- title: {
659
- "font-weight": 600,
789
+ "column-gap": "lg",
790
+ "align-items": "flex-start",
791
+ "border-bottom": "1px solid var(--color-border)",
792
+ height: "100%",
660
793
  },
661
794
  },
662
795
  {
663
796
  card: {
664
- "padding-top": "none",
665
- "padding-right": "3xl",
666
- "padding-left": "3xl",
667
- "padding-bottom": "base",
668
- display: "flex",
669
- "column-gap": "sm",
670
- "border-bottom": "1px solid #D9D9D9",
671
- },
672
- icon: {
673
- height: "34px",
674
- width: "34px",
675
- "font-size": "34px",
676
- },
677
- content_wrapper: {
797
+ "padding-top": "xl",
798
+ "padding-bottom": "none",
678
799
  display: "flex",
679
- "flex-direction": "column",
680
- "row-gap": "sm",
681
- },
682
- title: {
683
- "font-weight": 600,
800
+ "column-gap": "lg",
801
+ "align-items": "flex-start",
802
+ "border-bottom": "none",
803
+ height: "100%",
684
804
  },
685
805
  },
686
806
  ],
687
- cards_levoGroupItem: {
688
- title: {
689
- "font-weight": 600,
690
- },
691
- },
692
807
  },
693
- content: DEFAULT_CONTENT_VARIANT_1,
808
+ content: DEFAULT_CONTENT,
694
809
  config: {
695
810
  main_title: {
696
811
  selectedVariants: {
697
812
  Heading_Level: "H2",
698
813
  },
699
814
  },
700
- main_description: {
701
- selectedVariants: {
702
- Typography_Variants: "Large",
703
- },
704
- },
705
815
  cards: [
706
816
  {
707
817
  title: {
708
818
  selectedVariants: {
709
- Heading_Level: "H4",
710
- },
711
- heading: {
712
- level: "4",
819
+ Heading_Level: "H5",
713
820
  },
714
821
  },
715
822
  },
716
823
  {
717
824
  title: {
718
825
  selectedVariants: {
719
- Heading_Level: "H4",
720
- },
721
- heading: {
722
- level: "4",
826
+ Heading_Level: "H5",
723
827
  },
724
828
  },
725
829
  },
726
830
  {
727
831
  title: {
728
832
  selectedVariants: {
729
- Heading_Level: "H4",
730
- },
731
- heading: {
732
- level: "4",
833
+ Heading_Level: "H5",
733
834
  },
734
835
  },
735
836
  },
736
837
  ],
838
+ main_description: {
839
+ selectedVariants: {
840
+ Typography_Variants: "Large",
841
+ },
842
+ },
737
843
  },
738
844
  },
739
845
  ],