@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,74 +1,81 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "2EYrb5YIeOsSw",
5
- filename: "cards-14-1.png",
3
+ const MAIN_IMAGE = {
4
+ id: "7453030333554320818",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv.png",
6
+ location: "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1920w.webp 1920w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6949525/pexels-photo-6949525.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
24
+ },
25
+ };
26
+
27
+ const ICON_QUOTE = {
28
+ kind: "icon",
29
+ data: {
30
+ id: "quote-up",
31
+ label: "Quote Up",
32
+ svgCode:
33
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.79999 21.47H4.58002C2.75002 21.47 1.25 19.9801 1.25 18.1401V12.3401C1.25 11.9301 1.59 11.5901 2 11.5901H7.79999C9.69999 11.5901 11.13 13.02 11.13 14.92V18.1401C11.12 20.0401 9.68999 21.47 7.79999 21.47ZM2.75 13.1V18.1501C2.75 19.1601 3.57002 19.98 4.58002 19.98H7.79999C8.85999 19.98 9.63 19.2101 9.63 18.1501V14.9301C9.63 13.8701 8.85999 13.1 7.79999 13.1H2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M2 13.1C1.59 13.1 1.25 12.76 1.25 12.35C1.25 6.10004 2.52002 4.79008 6.15002 2.64008C6.51002 2.43008 6.96999 2.55009 7.17999 2.90009C7.38999 3.26009 7.26998 3.72006 6.91998 3.93006C3.67998 5.85006 2.75 6.65004 2.75 12.35C2.75 12.76 2.41 13.1 2 13.1Z" fill="var(--color-icon-primary)"/>\n<path d="M19.4201 21.47H16.2001C14.3701 21.47 12.8701 19.9801 12.8701 18.1401V12.3401C12.8701 11.9301 13.2101 11.5901 13.6201 11.5901H19.4201C21.3201 11.5901 22.7501 13.02 22.7501 14.92V18.1401C22.7501 20.0401 21.3201 21.47 19.4201 21.47ZM14.3801 13.1V18.1501C14.3801 19.1601 15.2001 19.98 16.2101 19.98H19.4301C20.4901 19.98 21.2601 19.2101 21.2601 18.1501V14.9301C21.2601 13.8701 20.4901 13.1 19.4301 13.1H14.3801Z" fill="var(--color-icon-primary)"/>\n<path d="M13.6299 13.1C13.2199 13.1 12.8799 12.76 12.8799 12.35C12.8799 6.10004 14.1499 4.79008 17.7799 2.64008C18.1399 2.43008 18.5999 2.55009 18.8099 2.90009C19.0199 3.26009 18.8999 3.72006 18.5499 3.93006C15.3099 5.85006 14.3799 6.65004 14.3799 12.35C14.3799 12.76 14.0399 13.1 13.6299 13.1Z" fill="var(--color-icon-primary)"/>\n</svg>',
34
+ },
35
+ };
36
+
37
+ const ICON_TREND = {
38
+ kind: "icon",
39
+ data: {
40
+ id: "trend-up",
41
+ label: "Trend Up",
42
+ svgCode:
43
+ '<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>',
17
44
  },
18
- mimetype: "image/png",
19
45
  };
20
46
 
21
47
  const DEFAULT_CONTENT = {
22
48
  layout: null,
23
49
  container: null,
24
50
  header_section: null,
25
- main_title: "Performance Metrics Overview",
51
+ main_title: "Teams ship faster on Levo",
26
52
  main_description:
27
- "Track your key performance indicators and measure growth across important business dimensions.",
53
+ "Operations, product, and engineering leaders on how Levo replaces scattered tools with one connected workspace.",
28
54
  main_wrapper: null,
29
55
  left_container: null,
30
- right_container: null,
31
- main_image: MEDIA,
56
+ main_image: MAIN_IMAGE,
32
57
  cards: [
33
58
  {
34
59
  card: null,
35
60
  content_wrapper: null,
36
61
  description:
37
- "<p>“Dr. Arvind, an MIT and Stanford alumnus, combines expertise in engineering, management, and technology to drive business growth through innovation, optimization, and digital transformation.”</p>",
62
+ "<p>“We killed four spreadsheets and two Slack channels in the first sprint. Reviews that took a week now finish inside a day — the whole team can see what's blocked without asking.”</p>",
38
63
  value_container: null,
39
- icon: {
40
- kind: "icon",
41
- data: {
42
- id: "profile-circle",
43
- label: "Profile Circle",
44
- tags: ["circle", "custom", "profile", "users"],
45
- svgCode:
46
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 22.7499C9.30984 22.7499 6.73984 21.7499 4.74984 19.9299C4.56984 19.7699 4.48984 19.5299 4.50984 19.2999C4.63984 18.1099 5.37984 16.9999 6.60984 16.1799C9.58984 14.1999 14.4198 14.1999 17.3898 16.1799C18.6198 17.0099 19.3598 18.1099 19.4898 19.2999C19.5198 19.5399 19.4298 19.7699 19.2498 19.9299C17.2598 21.7499 14.6898 22.7499 11.9998 22.7499ZM6.07984 19.0999C7.73984 20.4899 9.82984 21.2499 11.9998 21.2499C14.1698 21.2499 16.2598 20.4899 17.9198 19.0999C17.7398 18.4899 17.2598 17.8999 16.5498 17.4199C14.0898 15.7799 9.91984 15.7799 7.43984 17.4199C6.72984 17.8999 6.25984 18.4899 6.07984 19.0999Z" 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</svg>',
47
- },
48
- },
64
+ icon: ICON_QUOTE,
49
65
  text_container: null,
50
- title: "<p>Tim Larry</p>",
51
- value: "<p>CEO,Hyphen</p>",
66
+ title: "<p>Priya Desai</p>",
67
+ value: "<p>VP Operations, Lumen</p>",
52
68
  },
53
69
  {
54
70
  card: null,
55
71
  content_wrapper: null,
56
72
  description:
57
- "<p>“Dr. Arvind, an MIT and Stanford alumnus, combines expertise in engineering, management, and technology to drive business growth through innovation, optimization, and digital transformation.”</p>",
73
+ "<p>“Automations catch handoffs that used to slip. We cut cycle time by 42% in one quarter and finally have a single source of truth across sales, CS, and engineering.”</p>",
58
74
  value_container: null,
59
- icon: {
60
- kind: "icon",
61
- data: {
62
- id: "profile-circle",
63
- label: "Profile Circle",
64
- tags: ["circle", "custom", "profile", "users"],
65
- svgCode:
66
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 22.7499C9.30984 22.7499 6.73984 21.7499 4.74984 19.9299C4.56984 19.7699 4.48984 19.5299 4.50984 19.2999C4.63984 18.1099 5.37984 16.9999 6.60984 16.1799C9.58984 14.1999 14.4198 14.1999 17.3898 16.1799C18.6198 17.0099 19.3598 18.1099 19.4898 19.2999C19.5198 19.5399 19.4298 19.7699 19.2498 19.9299C17.2598 21.7499 14.6898 22.7499 11.9998 22.7499ZM6.07984 19.0999C7.73984 20.4899 9.82984 21.2499 11.9998 21.2499C14.1698 21.2499 16.2598 20.4899 17.9198 19.0999C17.7398 18.4899 17.2598 17.8999 16.5498 17.4199C14.0898 15.7799 9.91984 15.7799 7.43984 17.4199C6.72984 17.8999 6.25984 18.4899 6.07984 19.0999Z" 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</svg>',
67
- },
68
- },
75
+ icon: ICON_TREND,
69
76
  text_container: null,
70
- title: "<p>Tim Larry</p>",
71
- value: "<p>CEO,Hyphen</p>",
77
+ title: "<p>Marcus Hale</p>",
78
+ value: "<p>CTO, Parallax Labs</p>",
72
79
  },
73
80
  ],
74
81
  };
@@ -118,7 +125,6 @@ export const Cards14: IBlock = {
118
125
  label: "Left Container",
119
126
  field_interface: "LayoutWidget",
120
127
  },
121
-
122
128
  {
123
129
  key: "main_image",
124
130
  label: "Main Image",
@@ -175,217 +181,438 @@ export const Cards14: IBlock = {
175
181
  ],
176
182
  layouts: [
177
183
  {
178
- key: "default",
179
- title: "Default",
184
+ key: "reversed",
185
+ title: "Reversed",
180
186
  styles: {
181
- layout: {},
182
- container: {},
187
+ layout: {
188
+ "padding-top": "3xl",
189
+ "padding-bottom": "3xl",
190
+ "padding-left": "xl",
191
+ "padding-right": "xl",
192
+ },
193
+ container: {
194
+ "max-width": "1280px",
195
+ "margin-left": "auto",
196
+ "margin-right": "auto",
197
+ },
183
198
  header_section: {
184
199
  "text-align": "center",
185
200
  "margin-bottom": "3xl",
186
201
  "margin-left": "auto",
187
202
  "margin-right": "auto",
188
- display: "block",
189
- "justify-content": "space-between",
190
- tablet: {
191
- "flex-direction": "column",
192
- },
203
+ display: "flex",
204
+ "flex-direction": "column",
205
+ "align-items": "center",
206
+ "row-gap": "base",
207
+ "max-width": "720px",
208
+ },
209
+ main_title: {
210
+ "text-align": "center",
211
+ },
212
+ main_description: {
213
+ "text-align": "center",
193
214
  },
194
- main_description: {},
195
215
  main_wrapper: {
196
216
  display: "flex",
197
- "align-items": "center",
217
+ "align-items": "stretch",
198
218
  mobile: {
199
219
  "flex-direction": "column",
200
220
  "row-gap": "2xl",
201
- "column-gap": "none",
221
+ "align-items": "stretch",
202
222
  },
203
223
  tablet: {
204
- "flex-direction": "column-reverse",
205
- "row-gap": "5xl",
224
+ "flex-direction": "column",
225
+ "row-gap": "3xl",
226
+ "align-items": "stretch",
206
227
  },
207
- "flex-direction": "row-reverse",
208
- "column-gap": "xl",
228
+ "flex-direction": "row",
229
+ "column-gap": "3xl",
209
230
  },
210
231
  left_container: {
211
- flex: "1",
212
- },
213
- right_container: {
214
- flex: "1",
215
- display: "block",
216
- "justify-content": "center",
232
+ flex: "1 1 0",
233
+ "min-width": "0",
234
+ display: "flex",
217
235
  },
218
236
  main_image: {
219
237
  "border-radius": "lg",
220
238
  "object-fit": "cover",
221
- height: "500px",
222
- width: "50%",
239
+ "aspect-ratio": "4 / 5",
240
+ height: "auto",
241
+ width: "100%",
242
+ "max-width": "440px",
243
+ flex: "0 1 440px",
223
244
  tablet: {
224
245
  width: "100%",
225
- height: "auto",
246
+ "max-width": "none",
247
+ "aspect-ratio": "16 / 9",
226
248
  },
227
249
  },
228
250
  cards_levoGroup: {
229
251
  display: "flex",
230
252
  "flex-direction": "column",
231
253
  "row-gap": "xl",
254
+ flex: "1",
232
255
  },
233
- "cards.*.card": {
234
- display: "flex",
235
- "flex-direction": "column",
236
- "align-items": "flex-start",
237
- "column-gap": "base",
238
- "padding-top": "lg",
239
- "padding-bottom": "lg",
240
- "padding-left": "lg",
241
- "padding-right": "lg",
242
- "background-color": "background-2",
243
- "border-radius": "lg",
244
- "border-width": "1px",
245
- "border-color": "border",
256
+ cards_levoGroupItem: {
257
+ card: {
258
+ "background-color": "brandSecondary",
259
+ "padding-top": "2xl",
260
+ "padding-right": "2xl",
261
+ "padding-left": "2xl",
262
+ "padding-bottom": "2xl",
263
+ "border-radius": "lg",
264
+ display: "flex",
265
+ "flex-direction": "column",
266
+ "row-gap": "lg",
267
+ height: "100%",
268
+ },
269
+ description: {
270
+ color: "brandSecondaryForeground",
271
+ "line-height": "1.6",
272
+ },
273
+ value_container: {
274
+ display: "flex",
275
+ "align-items": "center",
276
+ "column-gap": "sm",
277
+ "margin-top": "auto",
278
+ },
279
+ icon: {
280
+ height: "28px",
281
+ width: "28px",
282
+ "font-size": "28px",
283
+ "flex-shrink": "0",
284
+ },
285
+ text_container: {
286
+ display: "flex",
287
+ "flex-direction": "column",
288
+ "row-gap": "2xs",
289
+ },
290
+ title: {
291
+ "font-size": "base",
292
+ "font-weight": "600",
293
+ color: "brandSecondaryForeground",
294
+ },
295
+ value: {
296
+ "font-size": "sm",
297
+ color: "brandSecondaryForeground",
298
+ },
246
299
  },
247
- "cards.*.content_wrapper": {
248
- display: "flex",
249
- "flex-direction": "column",
250
- "row-gap": "lg",
251
- flex: "1",
300
+ cards: [{}, {}],
301
+ },
302
+ content: DEFAULT_CONTENT,
303
+ config: {
304
+ main_title: {
305
+ selectedVariants: {
306
+ Heading_Level: "H2",
307
+ },
308
+ },
309
+ main_description: {
310
+ selectedVariants: {
311
+ Typography_Variants: "Large",
312
+ },
313
+ },
314
+ cards: [
315
+ {
316
+ description: {
317
+ selectedVariants: {},
318
+ },
319
+ value: {
320
+ selectedVariants: {},
321
+ },
322
+ title: {
323
+ selectedVariants: {},
324
+ },
325
+ },
326
+ {
327
+ description: {
328
+ selectedVariants: {},
329
+ },
330
+ value: {
331
+ selectedVariants: {},
332
+ },
333
+ title: {
334
+ selectedVariants: {},
335
+ },
336
+ },
337
+ ],
338
+ },
339
+ },
340
+ {
341
+ key: "stacked_center",
342
+ title: "Stacked Center",
343
+ styles: {
344
+ layout: {
345
+ "padding-top": "3xl",
346
+ "padding-bottom": "3xl",
347
+ "padding-left": "xl",
348
+ "padding-right": "xl",
252
349
  },
253
- "cards.*.description": {
254
- "font-size": "base",
255
- color: "text-2",
256
- "line-height": "1.5",
257
- "margin-bottom": "lg",
350
+ container: {
351
+ "max-width": "1280px",
352
+ "margin-left": "auto",
353
+ "margin-right": "auto",
258
354
  },
259
- "cards.*.value_container": {
355
+ header_section: {
356
+ "text-align": "center",
357
+ "margin-bottom": "3xl",
358
+ "margin-left": "auto",
359
+ "margin-right": "auto",
260
360
  display: "flex",
361
+ "flex-direction": "column",
261
362
  "align-items": "center",
262
- "column-gap": "base",
363
+ "row-gap": "base",
364
+ "max-width": "720px",
263
365
  },
264
- "cards.*.icon": {
265
- width: "48px",
266
- height: "48px",
267
- "border-radius": "sm",
268
- "object-fit": "cover",
269
- "flex-shrink": "0",
366
+ main_title: {
367
+ "text-align": "center",
368
+ },
369
+ main_description: {
370
+ "text-align": "center",
270
371
  },
271
- "cards.*.text_container": {
372
+ main_wrapper: {
272
373
  display: "flex",
273
374
  "flex-direction": "column",
274
- "row-gap": "xs",
275
- flex: "1",
375
+ "align-items": "stretch",
376
+ "row-gap": "2xl",
276
377
  },
277
- "cards.*.title": {
278
- "font-size": "xl",
279
- "font-weight": "600",
280
- color: "text-1",
378
+ left_container: {
379
+ width: "100%",
281
380
  },
282
- "cards.*.value": {
283
- "font-size": "2xl",
284
- "font-weight": "700",
285
- color: "text-1",
381
+ main_image: {
382
+ "border-radius": "lg",
383
+ "object-fit": "cover",
384
+ "aspect-ratio": "16 / 7",
385
+ height: "auto",
386
+ width: "100%",
387
+ },
388
+ cards_levoGroup: {
389
+ display: "grid",
390
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
391
+ "column-gap": "xl",
392
+ "row-gap": "xl",
393
+ width: "100%",
394
+ mobile: {
395
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
396
+ },
397
+ },
398
+ cards_levoGroupItem: {
399
+ card: {
400
+ "background-color": "brandSecondary",
401
+ "padding-top": "2xl",
402
+ "padding-right": "2xl",
403
+ "padding-left": "2xl",
404
+ "padding-bottom": "2xl",
405
+ "border-radius": "lg",
406
+ display: "flex",
407
+ "flex-direction": "column",
408
+ "row-gap": "lg",
409
+ height: "100%",
410
+ },
411
+ description: {
412
+ color: "brandSecondaryForeground",
413
+ "line-height": "1.6",
414
+ },
415
+ value_container: {
416
+ display: "flex",
417
+ "align-items": "center",
418
+ "column-gap": "sm",
419
+ "margin-top": "auto",
420
+ },
421
+ icon: {
422
+ height: "28px",
423
+ width: "28px",
424
+ "font-size": "28px",
425
+ "flex-shrink": "0",
426
+ },
427
+ text_container: {
428
+ display: "flex",
429
+ "flex-direction": "column",
430
+ "row-gap": "2xs",
431
+ },
432
+ title: {
433
+ "font-size": "base",
434
+ "font-weight": "600",
435
+ color: "brandSecondaryForeground",
436
+ },
437
+ value: {
438
+ "font-size": "sm",
439
+ color: "brandSecondaryForeground",
440
+ },
441
+ },
442
+ cards: [{}, {}],
443
+ },
444
+ content: DEFAULT_CONTENT,
445
+ config: {
446
+ main_title: {
447
+ selectedVariants: {
448
+ Heading_Level: "H2",
449
+ },
450
+ },
451
+ main_description: {
452
+ selectedVariants: {
453
+ Typography_Variants: "Large",
454
+ },
286
455
  },
287
456
  cards: [
288
457
  {
289
- card: {
290
- "background-color": "brandSecondary",
291
- "padding-top": "3xl",
292
- "padding-right": "3xl",
293
- "padding-left": "3xl",
294
- "padding-bottom": "3xl",
295
- "border-radius": "base",
296
- display: "flex",
297
- "flex-direction": "column",
298
- },
299
458
  description: {
300
- color: "brandSecondaryForeground",
301
- },
302
- value_container: {
303
- display: "flex",
304
- "align-items": "center",
305
- "column-gap": "xs",
306
- "margin-top": "base",
307
- },
308
- icon: {
309
- height: "34px",
310
- width: "34px",
311
- "font-size": "34px",
459
+ selectedVariants: {},
312
460
  },
313
- text_container: {
314
- display: "block",
315
- "flex-direction": "column",
316
- "row-gap": "xs",
461
+ value: {
462
+ selectedVariants: {},
317
463
  },
318
464
  title: {
319
- tablet: {
320
- "font-size": "lg",
321
- },
322
- "font-size": "lg",
323
- mobile: {
324
- "font-size": "base",
325
- },
326
- color: "brandSecondaryForeground",
327
- },
328
- value: {
329
- tablet: {
330
- "font-size": "xl",
331
- },
332
- mobile: {
333
- "font-size": "lg",
334
- },
335
- color: "brandSecondaryForeground",
465
+ selectedVariants: {},
336
466
  },
337
467
  },
338
468
  {
339
- card: {
340
- "background-color": "brandSecondary",
341
- "padding-top": "3xl",
342
- "padding-right": "3xl",
343
- "padding-left": "3xl",
344
- "padding-bottom": "3xl",
345
- "border-radius": "base",
346
- display: "flex",
347
- "flex-direction": "column",
348
- },
349
469
  description: {
350
- color: "brandSecondaryForeground",
470
+ selectedVariants: {},
351
471
  },
352
- value_container: {
353
- display: "flex",
354
- "align-items": "center",
355
- "column-gap": "xs",
356
- "margin-top": "base",
472
+ value: {
473
+ selectedVariants: {},
357
474
  },
358
- icon: {
359
- height: "34px",
360
- width: "34px",
361
- "font-size": "34px",
475
+ title: {
476
+ selectedVariants: {},
362
477
  },
363
- text_container: {
364
- display: "block",
365
- "flex-direction": "column",
366
- "row-gap": "xs",
478
+ },
479
+ ],
480
+ },
481
+ },
482
+ {
483
+ key: "default",
484
+ title: "Default",
485
+ styles: {
486
+ layout: {
487
+ "padding-top": "3xl",
488
+ "padding-bottom": "3xl",
489
+ "padding-left": "xl",
490
+ "padding-right": "xl",
491
+ },
492
+ container: {
493
+ "max-width": "1280px",
494
+ "margin-left": "auto",
495
+ "margin-right": "auto",
496
+ },
497
+ header_section: {
498
+ "text-align": "center",
499
+ "margin-bottom": "3xl",
500
+ "margin-left": "auto",
501
+ "margin-right": "auto",
502
+ display: "flex",
503
+ "flex-direction": "column",
504
+ "align-items": "center",
505
+ "row-gap": "base",
506
+ "max-width": "720px",
507
+ tablet: {
508
+ "flex-direction": "column",
509
+ },
510
+ },
511
+ main_title: {
512
+ "text-align": "center",
513
+ },
514
+ main_description: {
515
+ "text-align": "center",
516
+ },
517
+ main_wrapper: {
518
+ display: "flex",
519
+ "align-items": "stretch",
520
+ mobile: {
521
+ "flex-direction": "column",
522
+ "row-gap": "2xl",
523
+ "column-gap": "none",
524
+ "align-items": "stretch",
525
+ },
526
+ tablet: {
527
+ "flex-direction": "column-reverse",
528
+ "row-gap": "3xl",
529
+ "align-items": "stretch",
530
+ },
531
+ "flex-direction": "row-reverse",
532
+ "column-gap": "3xl",
533
+ },
534
+ left_container: {
535
+ flex: "1 1 0",
536
+ "min-width": "0",
537
+ display: "flex",
538
+ },
539
+ main_image: {
540
+ "border-radius": "lg",
541
+ "object-fit": "cover",
542
+ "aspect-ratio": "4 / 5",
543
+ height: "auto",
544
+ width: "100%",
545
+ "max-width": "440px",
546
+ flex: "0 1 440px",
547
+ tablet: {
548
+ width: "100%",
549
+ "max-width": "none",
550
+ "aspect-ratio": "16 / 9",
551
+ },
552
+ },
553
+ cards_levoGroup: {
554
+ display: "flex",
555
+ "flex-direction": "column",
556
+ "row-gap": "xl",
557
+ flex: "1",
558
+ },
559
+ cards_levoGroupItem: {
560
+ card: {
561
+ "background-color": "brandSecondary",
562
+ "padding-top": "2xl",
563
+ "padding-right": "2xl",
564
+ "padding-left": "2xl",
565
+ "padding-bottom": "2xl",
566
+ "border-radius": "lg",
567
+ display: "flex",
568
+ "flex-direction": "column",
569
+ "row-gap": "lg",
570
+ height: "100%",
571
+ },
572
+ description: {
573
+ color: "brandSecondaryForeground",
574
+ "line-height": "1.6",
575
+ },
576
+ value_container: {
577
+ display: "flex",
578
+ "align-items": "center",
579
+ "column-gap": "sm",
580
+ "margin-top": "auto",
581
+ },
582
+ icon: {
583
+ height: "28px",
584
+ width: "28px",
585
+ "font-size": "28px",
586
+ "flex-shrink": "0",
587
+ },
588
+ text_container: {
589
+ display: "flex",
590
+ "flex-direction": "column",
591
+ "row-gap": "2xs",
592
+ },
593
+ title: {
594
+ "font-size": "base",
595
+ "font-weight": "600",
596
+ color: "brandSecondaryForeground",
597
+ tablet: {
598
+ "font-size": "base",
367
599
  },
368
- title: {
369
- tablet: {
370
- "font-size": "lg",
371
- },
372
- "font-size": "lg",
373
- mobile: {
374
- "font-size": "base",
375
- },
376
- color: "brandSecondaryForeground",
600
+ mobile: {
601
+ "font-size": "base",
377
602
  },
378
- value: {
379
- tablet: {
380
- "font-size": "xl",
381
- },
382
- mobile: {
383
- "font-size": "lg",
384
- },
385
- color: "brandSecondaryForeground",
603
+ },
604
+ value: {
605
+ "font-size": "sm",
606
+ color: "brandSecondaryForeground",
607
+ tablet: {
608
+ "font-size": "sm",
609
+ },
610
+ mobile: {
611
+ "font-size": "sm",
386
612
  },
387
613
  },
388
- ],
614
+ },
615
+ cards: [{}, {}],
389
616
  },
390
617
  content: DEFAULT_CONTENT,
391
618
  config: {