@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,21 +1,53 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "aytAUN3yAYoHd",
5
- filename: "cards-12-1.png",
6
- kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St.png",
3
+ const IMG_1 = {
4
+ id: "7453007362183782822",
5
+ kind: "image" as const,
6
+ location:
7
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1920w.webp 1920w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ 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",
25
+ },
26
+ };
27
+
28
+ const IMG_2 = {
29
+ id: "7453007504733762258",
30
+ kind: "image" as const,
31
+ location:
32
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg",
33
+ mimetype: "image/jpeg",
34
+ srcset: {
35
+ "320w":
36
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
37
+ "640w":
38
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
39
+ "750w":
40
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
41
+ "828w":
42
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
43
+ "1080w":
44
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
45
+ "1200w":
46
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
47
+ "1920w":
48
+ "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
49
+ path: "https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6253568/pexels-photo-6253568.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
50
  },
18
- mimetype: "image/png",
19
51
  };
20
52
 
21
53
  const DEFAULT_CONTENT = {
@@ -23,49 +55,95 @@ const DEFAULT_CONTENT = {
23
55
  container: null,
24
56
  main_wrapper: null,
25
57
  left_container: null,
26
- left_title: "Enterprise Solutions Platform",
58
+ left_title: "Workflows that move with your team",
27
59
  left_description:
28
- "Comprehensive business technology solutions designed to streamline operations and drive digital transformation across your organization.",
60
+ "Levo unifies docs, tasks, and approvals into one real-time workspace so squads ship work without context-switching across five tabs.",
29
61
  right_container: null,
30
- images: [
31
- {
32
- image: MEDIA,
33
- },
34
- ],
62
+ images: [{ image: IMG_1 }, { image: IMG_2 }],
35
63
  cards: [
36
64
  {
37
65
  card: null,
38
- small_desc: "Core Features",
39
- title: "Advanced Analytics Dashboard",
66
+ small_desc: "Real-time",
67
+ title: "Edit together, instantly",
40
68
  description:
41
- "Real-time business intelligence with comprehensive reporting tools and customizable metrics for data-driven decision making.",
69
+ "Multiplayer cursors, presence, and conflict-free sync keep every doc and board updated under 80ms across regions.",
42
70
  },
43
71
  {
44
72
  card: null,
45
- small_desc: "Integration",
46
- title: "Seamless System Integration",
73
+ small_desc: "Automation",
74
+ title: "Automations that adapt",
47
75
  description:
48
- "Connect all your business tools and applications through our unified platform with robust API connectivity and data synchronization.",
76
+ "Trigger handoffs, approvals, and Slack pings on any field change with a no-code rules engine your ops team can own.",
49
77
  },
50
78
  {
51
79
  card: null,
52
- small_desc: "Security",
53
- title: "Enterprise-Grade Security",
80
+ small_desc: "Integrations",
81
+ title: "Plugged into your stack",
54
82
  description:
55
- "Multi-layered security architecture with advanced encryption, access controls, and compliance management for maximum data protection.",
83
+ "Two-way sync with GitHub, Jira, HubSpot, and 60+ tools so updates flow without copy-paste or stale dashboards.",
56
84
  },
57
85
  {
58
86
  card: null,
59
- small_desc: "Support",
60
- title: "24/7 Professional Support",
87
+ small_desc: "Governance",
88
+ title: "Permissions you can trust",
61
89
  description:
62
- "Dedicated technical support team available around the clock with expert guidance and rapid issue resolution capabilities.",
90
+ "SSO, SCIM, granular roles, and SOC 2 Type II audits give IT control without slowing the people doing the work.",
63
91
  },
64
92
  ],
65
93
  };
66
94
 
67
95
  export type ICards12Content = typeof DEFAULT_CONTENT;
68
96
 
97
+ const CARD_CONFIG = {
98
+ title: {
99
+ heading: { level: "4" },
100
+ selectedVariants: { Heading_Level: "H5" },
101
+ },
102
+ description: { selectedVariants: {} },
103
+ small_desc: { selectedVariants: { Typography_Variants: "Small" } },
104
+ };
105
+
106
+ const CARDS_CONFIG = Array(4)
107
+ .fill(0)
108
+ .map(() => CARD_CONFIG);
109
+
110
+ const BRAND_LABEL = {
111
+ "font-weight": 600,
112
+ color: "brand",
113
+ "text-transform": "uppercase",
114
+ "letter-spacing": "0.08em",
115
+ "font-size": "xs",
116
+ width: "fit-content",
117
+ };
118
+
119
+ const CARD_BORDERED = {
120
+ display: "flex",
121
+ "flex-direction": "column",
122
+ "row-gap": "sm",
123
+ "padding-top": "xl",
124
+ "padding-bottom": "xl",
125
+ "padding-left": "xl",
126
+ "padding-right": "xl",
127
+ "border-radius": "lg",
128
+ "border-width": "1px",
129
+ "border-color": "border",
130
+ height: "100%",
131
+ };
132
+
133
+ const IMAGE_STYLE_4_3 = {
134
+ width: "100%",
135
+ "border-radius": "lg",
136
+ "aspect-ratio": "4/3",
137
+ "object-fit": "cover",
138
+ };
139
+
140
+ const IMAGE_STYLE_16_9 = {
141
+ width: "100%",
142
+ "border-radius": "lg",
143
+ "aspect-ratio": "16/9",
144
+ "object-fit": "cover",
145
+ };
146
+
69
147
  export const Cards12: IBlock = {
70
148
  category_id: "cards",
71
149
  title: "Cards 12",
@@ -232,6 +310,58 @@ export const Cards12: IBlock = {
232
310
  display: "flex",
233
311
  "column-gap": "5xl",
234
312
  "align-items": "flex-start",
313
+ tablet: { "column-gap": "3xl" },
314
+ mobile: { "flex-direction": "column", "row-gap": "3xl" },
315
+ },
316
+ left_container: {
317
+ flex: "1",
318
+ display: "flex",
319
+ "flex-direction": "column",
320
+ "row-gap": "xl",
321
+ position: "sticky",
322
+ top: "2xl",
323
+ },
324
+ left_title: {},
325
+ left_description: {},
326
+ images_levoGroup: {
327
+ display: "grid",
328
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
329
+ "row-gap": "base",
330
+ "column-gap": "base",
331
+ },
332
+ right_container: { flex: "1" },
333
+ cards_levoGroup: {
334
+ display: "flex",
335
+ "flex-direction": "column",
336
+ "row-gap": "lg",
337
+ },
338
+ images: [{ image: IMAGE_STYLE_4_3 }, { image: IMAGE_STYLE_4_3 }],
339
+ cards_levoGroupItem: {
340
+ card: CARD_BORDERED,
341
+ title: { "font-weight": 600 },
342
+ description: {},
343
+ small_desc: BRAND_LABEL,
344
+ },
345
+ cards: [{}, {}, {}, {}],
346
+ },
347
+ content: DEFAULT_CONTENT,
348
+ config: {
349
+ left_title: { selectedVariants: { Heading_Level: "H3" } },
350
+ left_description: { selectedVariants: {} },
351
+ cards: CARDS_CONFIG,
352
+ },
353
+ },
354
+ {
355
+ title: "Reversed",
356
+ key: "reversed",
357
+ styles: {
358
+ layout: {},
359
+ container: {},
360
+ main_wrapper: {
361
+ display: "flex",
362
+ "flex-direction": "row-reverse",
363
+ "column-gap": "5xl",
364
+ "align-items": "flex-start",
235
365
  tablet: {
236
366
  "column-gap": "3xl",
237
367
  },
@@ -245,6 +375,8 @@ export const Cards12: IBlock = {
245
375
  display: "flex",
246
376
  "flex-direction": "column",
247
377
  "row-gap": "xl",
378
+ position: "sticky",
379
+ top: "2xl",
248
380
  },
249
381
  left_title: {},
250
382
  left_description: {},
@@ -253,9 +385,6 @@ export const Cards12: IBlock = {
253
385
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
254
386
  "row-gap": "base",
255
387
  "column-gap": "base",
256
- mobile: {
257
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
258
- },
259
388
  },
260
389
  right_container: {
261
390
  flex: "1",
@@ -263,7 +392,7 @@ export const Cards12: IBlock = {
263
392
  cards_levoGroup: {
264
393
  display: "flex",
265
394
  "flex-direction": "column",
266
- "row-gap": "xl",
395
+ "row-gap": "lg",
267
396
  },
268
397
  images: [
269
398
  {
@@ -275,134 +404,396 @@ export const Cards12: IBlock = {
275
404
  },
276
405
  },
277
406
  ],
278
- cards: [
407
+ cards_levoGroupItem: {
408
+ card: {
409
+ display: "flex",
410
+ "flex-direction": "column",
411
+ "row-gap": "sm",
412
+ "padding-top": "xl",
413
+ "padding-bottom": "xl",
414
+ "padding-left": "xl",
415
+ "padding-right": "xl",
416
+ "border-radius": "lg",
417
+ "border-width": "1px",
418
+ "border-color": "border",
419
+ height: "100%",
420
+ },
421
+ title: {
422
+ "font-weight": 600,
423
+ },
424
+ description: {},
425
+ small_desc: {
426
+ "font-weight": 600,
427
+ color: "brand",
428
+ "text-transform": "uppercase",
429
+ "letter-spacing": "0.08em",
430
+ "font-size": "xs",
431
+ width: "fit-content",
432
+ },
433
+ },
434
+ cards: [{}, {}, {}, {}],
435
+ },
436
+ content: {
437
+ layout: null,
438
+ container: null,
439
+ main_wrapper: null,
440
+ left_container: null,
441
+ left_title: "Workflows that move with your team",
442
+ left_description:
443
+ "Levo unifies docs, tasks, and approvals into one real-time workspace so squads ship work without context-switching across five tabs.",
444
+ right_container: null,
445
+ images: [
279
446
  {
280
- card: {
281
- display: "flex",
282
- "flex-direction": "column",
283
- "row-gap": "sm",
284
- "padding-top": "lg",
285
- "padding-bottom": "lg",
286
- "padding-left": "lg",
287
- "padding-right": "lg",
288
- "border-radius": "lg",
289
- "border-width": "1px",
290
- "border-color": "border",
447
+ image: {
448
+ id: "7453007362183782822",
449
+ kind: "image",
450
+ location:
451
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
452
+ mimetype: "image/jpeg",
453
+ srcset: {
454
+ "320w":
455
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
456
+ "640w":
457
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
458
+ "750w":
459
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
460
+ "828w":
461
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
462
+ "1080w":
463
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
464
+ "1200w":
465
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
466
+ "1920w":
467
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
468
+ 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",
469
+ },
291
470
  },
471
+ },
472
+ ],
473
+ cards: [
474
+ {
475
+ card: null,
476
+ small_desc: "Real-time",
477
+ title: "Edit together, instantly",
478
+ description:
479
+ "Multiplayer cursors, presence, and conflict-free sync keep every doc and board updated under 80ms across regions.",
480
+ },
481
+ {
482
+ card: null,
483
+ small_desc: "Automation",
484
+ title: "Automations that adapt",
485
+ description:
486
+ "Trigger handoffs, approvals, and Slack pings on any field change with a no-code rules engine your ops team can own.",
487
+ },
488
+ {
489
+ card: null,
490
+ small_desc: "Integrations",
491
+ title: "Plugged into your stack",
492
+ description:
493
+ "Two-way sync with GitHub, Jira, HubSpot, and 60+ tools so updates flow without copy-paste or stale dashboards.",
494
+ },
495
+ {
496
+ card: null,
497
+ small_desc: "Governance",
498
+ title: "Permissions you can trust",
499
+ description:
500
+ "SSO, SCIM, granular roles, and SOC 2 Type II audits give IT control without slowing the people doing the work.",
501
+ },
502
+ ],
503
+ },
504
+ config: {
505
+ left_title: {
506
+ selectedVariants: {
507
+ Heading_Level: "H3",
508
+ },
509
+ },
510
+ left_description: {
511
+ selectedVariants: {},
512
+ },
513
+ cards: [
514
+ {
292
515
  title: {
293
- "font-weight": 600,
516
+ heading: {
517
+ level: "4",
518
+ },
519
+ selectedVariants: {
520
+ Heading_Level: "H5",
521
+ },
522
+ },
523
+ description: {
524
+ selectedVariants: {},
294
525
  },
295
- description: {},
296
526
  small_desc: {
297
- "font-weight": 600,
298
- color: "text-3",
299
- "text-transform": "uppercase",
300
- "letter-spacing": "0.05em",
301
- width: "fit-content",
302
- "background-color": "brandSecondary",
303
- "padding-left": "xs",
304
- "padding-right": "xs",
305
- "padding-top": "4xs",
306
- "padding-bottom": "4xs",
307
- "border-radius": "3xl",
527
+ selectedVariants: {
528
+ Typography_Variants: "Small",
529
+ },
308
530
  },
309
531
  },
310
532
  {
311
- card: {
312
- display: "flex",
313
- "flex-direction": "column",
314
- "row-gap": "sm",
315
- "padding-top": "lg",
316
- "padding-bottom": "lg",
317
- "padding-left": "lg",
318
- "padding-right": "lg",
319
- "border-radius": "lg",
320
- "border-width": "1px",
321
- "border-color": "border",
322
- },
323
533
  title: {
324
- "font-weight": 600,
534
+ heading: {
535
+ level: "4",
536
+ },
537
+ selectedVariants: {
538
+ Heading_Level: "H5",
539
+ },
540
+ },
541
+ description: {
542
+ selectedVariants: {},
325
543
  },
326
- description: {},
327
544
  small_desc: {
328
- "font-weight": 600,
329
- color: "text-3",
330
- "text-transform": "uppercase",
331
- "letter-spacing": "0.05em",
332
- width: "fit-content",
333
- "background-color": "brandSecondary",
334
- "padding-left": "xs",
335
- "padding-right": "xs",
336
- "padding-top": "4xs",
337
- "padding-bottom": "4xs",
338
- "border-radius": "3xl",
545
+ selectedVariants: {
546
+ Typography_Variants: "Small",
547
+ },
339
548
  },
340
549
  },
341
550
  {
342
- small_desc: {
343
- "font-weight": 600,
344
- color: "text-3",
345
- "text-transform": "uppercase",
346
- "letter-spacing": "0.05em",
347
- width: "fit-content",
348
- "background-color": "brandSecondary",
349
- "padding-left": "xs",
350
- "padding-right": "xs",
351
- "padding-top": "4xs",
352
- "padding-bottom": "4xs",
353
- "border-radius": "3xl",
551
+ title: {
552
+ heading: {
553
+ level: "4",
554
+ },
555
+ selectedVariants: {
556
+ Heading_Level: "H5",
557
+ },
354
558
  },
355
- card: {
356
- display: "flex",
357
- "flex-direction": "column",
358
- "row-gap": "sm",
359
- "padding-top": "lg",
360
- "padding-bottom": "lg",
361
- "padding-left": "lg",
362
- "padding-right": "lg",
363
- "border-radius": "lg",
364
- "border-width": "1px",
365
- "border-color": "border",
559
+ description: {
560
+ selectedVariants: {},
366
561
  },
367
- title: {
368
- "font-weight": 600,
562
+ small_desc: {
563
+ selectedVariants: {
564
+ Typography_Variants: "Small",
565
+ },
369
566
  },
370
- description: {},
371
567
  },
372
568
  {
569
+ title: {
570
+ heading: {
571
+ level: "4",
572
+ },
573
+ selectedVariants: {
574
+ Heading_Level: "H5",
575
+ },
576
+ },
577
+ description: {
578
+ selectedVariants: {},
579
+ },
373
580
  small_desc: {
374
- "font-weight": 600,
375
- color: "text-3",
376
- "text-transform": "uppercase",
377
- "letter-spacing": "0.05em",
378
- width: "fit-content",
379
- "background-color": "brandSecondary",
380
- "padding-left": "xs",
381
- "padding-right": "xs",
382
- "padding-top": "4xs",
383
- "padding-bottom": "4xs",
384
- "border-radius": "3xl",
581
+ selectedVariants: {
582
+ Typography_Variants: "Small",
583
+ },
385
584
  },
386
- card: {
387
- display: "flex",
388
- "flex-direction": "column",
389
- "row-gap": "sm",
390
- "padding-top": "lg",
391
- "padding-bottom": "lg",
392
- "padding-left": "lg",
393
- "padding-right": "lg",
585
+ },
586
+ ],
587
+ },
588
+ },
589
+ {
590
+ title: "Stacked",
591
+ key: "stacked",
592
+ styles: {
593
+ layout: {},
594
+ container: {},
595
+ main_wrapper: {
596
+ display: "flex",
597
+ "flex-direction": "column",
598
+ "row-gap": "3xl",
599
+ "align-items": "center",
600
+ },
601
+ left_container: {
602
+ display: "flex",
603
+ "flex-direction": "column",
604
+ "row-gap": "lg",
605
+ "text-align": "center",
606
+ "align-items": "center",
607
+ "max-width": "720px",
608
+ },
609
+ left_title: {},
610
+ left_description: {},
611
+ images_levoGroup: {
612
+ display: "grid",
613
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
614
+ "row-gap": "base",
615
+ "column-gap": "base",
616
+ width: "100%",
617
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
618
+ },
619
+ right_container: { width: "100%" },
620
+ cards_levoGroup: {
621
+ display: "grid",
622
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
623
+ "column-gap": "lg",
624
+ "row-gap": "lg",
625
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
626
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
627
+ },
628
+ images: [{ image: IMAGE_STYLE_16_9 }, { image: IMAGE_STYLE_16_9 }],
629
+ cards_levoGroupItem: {
630
+ card: CARD_BORDERED,
631
+ title: { "font-weight": 600 },
632
+ description: {},
633
+ small_desc: BRAND_LABEL,
634
+ },
635
+ cards: [{}, {}, {}, {}],
636
+ },
637
+ content: DEFAULT_CONTENT,
638
+ config: {
639
+ left_title: { selectedVariants: { Heading_Level: "H3" } },
640
+ left_description: { selectedVariants: {} },
641
+ cards: CARDS_CONFIG,
642
+ },
643
+ },
644
+ {
645
+ title: "Cards Grid",
646
+ key: "cards_grid",
647
+ styles: {
648
+ layout: {},
649
+ container: {},
650
+ main_wrapper: {
651
+ display: "flex",
652
+ "column-gap": "5xl",
653
+ "align-items": "flex-start",
654
+ tablet: {
655
+ "column-gap": "3xl",
656
+ },
657
+ mobile: {
658
+ "flex-direction": "column",
659
+ "row-gap": "3xl",
660
+ },
661
+ },
662
+ left_container: {
663
+ flex: "1",
664
+ display: "flex",
665
+ "flex-direction": "column",
666
+ "row-gap": "xl",
667
+ position: "sticky",
668
+ top: "2xl",
669
+ },
670
+ left_title: {},
671
+ left_description: {},
672
+ images_levoGroup: {
673
+ display: "grid",
674
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
675
+ "row-gap": "base",
676
+ "column-gap": "base",
677
+ },
678
+ right_container: {
679
+ flex: "1",
680
+ },
681
+ cards_levoGroup: {
682
+ display: "grid",
683
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
684
+ "column-gap": "base",
685
+ "row-gap": "base",
686
+ mobile: {
687
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
688
+ },
689
+ },
690
+ images: [
691
+ {
692
+ image: {
693
+ width: "100%",
394
694
  "border-radius": "lg",
395
- "border-width": "1px",
396
- "border-color": "border",
695
+ "aspect-ratio": "4/3",
696
+ "object-fit": "cover",
397
697
  },
398
- title: {
399
- "font-weight": 600,
698
+ },
699
+ ],
700
+ cards_levoGroupItem: {
701
+ card: {
702
+ display: "flex",
703
+ "flex-direction": "column",
704
+ "row-gap": "sm",
705
+ "padding-top": "lg",
706
+ "padding-bottom": "lg",
707
+ "padding-left": "lg",
708
+ "padding-right": "lg",
709
+ "border-radius": "lg",
710
+ "border-width": "1px",
711
+ "border-color": "border",
712
+ height: "100%",
713
+ },
714
+ title: {
715
+ "font-weight": 600,
716
+ },
717
+ description: {},
718
+ small_desc: {
719
+ "font-weight": 600,
720
+ color: "brand",
721
+ "text-transform": "uppercase",
722
+ "letter-spacing": "0.08em",
723
+ "font-size": "xs",
724
+ width: "fit-content",
725
+ },
726
+ },
727
+ cards: [{}, {}, {}, {}],
728
+ },
729
+ content: {
730
+ layout: null,
731
+ container: null,
732
+ main_wrapper: null,
733
+ left_container: null,
734
+ left_title: "Workflows that move with your team",
735
+ left_description:
736
+ "Levo unifies docs, tasks, and approvals into one real-time workspace so squads ship work without context-switching across five tabs.",
737
+ right_container: null,
738
+ images: [
739
+ {
740
+ image: {
741
+ id: "7453007362183782822",
742
+ kind: "image",
743
+ location:
744
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
745
+ mimetype: "image/jpeg",
746
+ srcset: {
747
+ "320w":
748
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
749
+ "640w":
750
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
751
+ "750w":
752
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
753
+ "828w":
754
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
755
+ "1080w":
756
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
757
+ "1200w":
758
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
759
+ "1920w":
760
+ "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
761
+ 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",
762
+ },
400
763
  },
401
- description: {},
764
+ },
765
+ ],
766
+ cards: [
767
+ {
768
+ card: null,
769
+ small_desc: "Real-time",
770
+ title: "Edit together, instantly",
771
+ description:
772
+ "Multiplayer cursors, presence, and conflict-free sync keep every doc and board updated under 80ms across regions.",
773
+ },
774
+ {
775
+ card: null,
776
+ small_desc: "Automation",
777
+ title: "Automations that adapt",
778
+ description:
779
+ "Trigger handoffs, approvals, and Slack pings on any field change with a no-code rules engine your ops team can own.",
780
+ },
781
+ {
782
+ card: null,
783
+ small_desc: "Integrations",
784
+ title: "Plugged into your stack",
785
+ description:
786
+ "Two-way sync with GitHub, Jira, HubSpot, and 60+ tools so updates flow without copy-paste or stale dashboards.",
787
+ },
788
+ {
789
+ card: null,
790
+ small_desc: "Governance",
791
+ title: "Permissions you can trust",
792
+ description:
793
+ "SSO, SCIM, granular roles, and SOC 2 Type II audits give IT control without slowing the people doing the work.",
402
794
  },
403
795
  ],
404
796
  },
405
- content: DEFAULT_CONTENT,
406
797
  config: {
407
798
  left_title: {
408
799
  selectedVariants: {
@@ -433,12 +824,12 @@ export const Cards12: IBlock = {
433
824
  },
434
825
  {
435
826
  title: {
436
- selectedVariants: {
437
- Heading_Level: "H5",
438
- },
439
827
  heading: {
440
828
  level: "4",
441
829
  },
830
+ selectedVariants: {
831
+ Heading_Level: "H5",
832
+ },
442
833
  },
443
834
  description: {
444
835
  selectedVariants: {},
@@ -451,12 +842,12 @@ export const Cards12: IBlock = {
451
842
  },
452
843
  {
453
844
  title: {
454
- selectedVariants: {
455
- Heading_Level: "H5",
456
- },
457
845
  heading: {
458
846
  level: "4",
459
847
  },
848
+ selectedVariants: {
849
+ Heading_Level: "H5",
850
+ },
460
851
  },
461
852
  description: {
462
853
  selectedVariants: {},
@@ -469,12 +860,12 @@ export const Cards12: IBlock = {
469
860
  },
470
861
  {
471
862
  title: {
472
- selectedVariants: {
473
- Heading_Level: "H5",
474
- },
475
863
  heading: {
476
864
  level: "4",
477
865
  },
866
+ selectedVariants: {
867
+ Heading_Level: "H5",
868
+ },
478
869
  },
479
870
  description: {
480
871
  selectedVariants: {},