@levo-so/blocks 0.1.101 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,21 +1,27 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const IMG = {
4
- id: "HXVK4tirkNvhr",
5
- filename: "cards-3-1.png",
4
+ id: "7452991585623566044",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2.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-3-1-UpLP5Wh3X9LV2-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-3-1-UpLP5Wh3X9LV2-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
27
  const DEFAULT_CONTENT = {
@@ -23,28 +29,58 @@ const DEFAULT_CONTENT = {
23
29
  container: null,
24
30
  hero_section: null,
25
31
  text_content: null,
26
- main_title: "Schedule a productivity boost",
32
+ main_title: "Trusted by teams shipping every day",
27
33
  description:
28
- "Take control of your time and energy with smart planning tools. Build better habits, stay focused, and get more done—every day.",
34
+ "Real-time workspaces, automations that actually fire, and integrations across 300+ tools. Built for the way modern product teams ship.",
29
35
  hero_image: IMG,
30
36
  stats_section: null,
31
37
  stats_cards: [
32
38
  {
33
39
  card: null,
34
- number: "500%",
35
- label: "Return on Investment",
40
+ number: "12,000+",
41
+ label: "Teams onboarded",
36
42
  separator: null,
37
43
  },
38
44
  {
39
45
  card: null,
40
- number: "250+",
41
- label: "Project in 5 Years",
46
+ number: "99.99%",
47
+ label: "Uptime SLA, last 12 months",
42
48
  separator: null,
43
49
  },
44
50
  {
45
51
  card: null,
46
- number: "20M+",
47
- label: "Return on Investment",
52
+ number: "4.9 / 5",
53
+ label: "G2 score across 1,800 reviews",
54
+ separator: null,
55
+ },
56
+ ],
57
+ };
58
+
59
+ const FOUR_STATS_CONTENT = {
60
+ ...DEFAULT_CONTENT,
61
+ stats_cards: [
62
+ {
63
+ card: null,
64
+ number: "12,000+",
65
+ label: "Teams onboarded",
66
+ separator: null,
67
+ },
68
+ {
69
+ card: null,
70
+ number: "99.99%",
71
+ label: "Uptime SLA, last 12 months",
72
+ separator: null,
73
+ },
74
+ {
75
+ card: null,
76
+ number: "300+",
77
+ label: "Native integrations",
78
+ separator: null,
79
+ },
80
+ {
81
+ card: null,
82
+ number: "4.9 / 5",
83
+ label: "G2 score, 1,800 reviews",
48
84
  separator: null,
49
85
  },
50
86
  ],
@@ -58,7 +94,7 @@ export const Cards3: IBlock = {
58
94
  key: "cards-3",
59
95
  version: "v1",
60
96
  prompt_description:
61
- "Productivity boost section with hero content and three statistics cards displaying key performance metrics with separators between them.",
97
+ "Hero with headline, supporting copy, photography, and a row of company-trust statistics with vertical separators between each metric.",
62
98
  content_schema: [
63
99
  {
64
100
  key: "layout",
@@ -134,68 +170,59 @@ export const Cards3: IBlock = {
134
170
  title: "Default",
135
171
  key: "default",
136
172
  styles: {
137
- layout: {},
173
+ layout: {
174
+ "padding-top": "3xl",
175
+ "padding-bottom": "3xl",
176
+ },
138
177
  container: {},
139
178
  hero_section: {
140
179
  display: "flex",
141
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
142
- "column-gap": "3xl",
143
- "align-items": "center",
144
- "margin-bottom": "4xl",
145
- tablet: {
146
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
147
- "row-gap": "2xl",
148
- },
180
+ "flex-direction": "column",
181
+ "row-gap": "3xl",
182
+ "margin-bottom": "3xl",
149
183
  mobile: {
150
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
151
184
  "row-gap": "xl",
185
+ "margin-bottom": "2xl",
152
186
  },
153
-
154
- "flex-direction": "column",
155
187
  },
156
188
  text_content: {
157
189
  display: "flex",
158
190
  "flex-direction": "row",
159
- "row-gap": "base",
160
-
191
+ "column-gap": "3xl",
192
+ "row-gap": "lg",
161
193
  width: "100%",
162
194
  "justify-content": "space-between",
163
- "align-items": "center",
195
+ "align-items": "end",
164
196
  mobile: {
165
197
  "flex-direction": "column",
198
+ "align-items": "start",
166
199
  },
167
200
  tablet: {
168
- "flex-direction": "row",
169
- "justify-content": "start",
201
+ "flex-direction": "column",
170
202
  "align-items": "start",
171
203
  },
172
204
  },
173
205
  main_title: {
174
- width: "500px",
206
+ "max-width": "560px",
175
207
  mobile: {
176
208
  width: "100%",
177
- "text-align": "center",
178
209
  },
179
210
  },
180
211
  description: {
212
+ "max-width": "440px",
213
+ color: "muted-foreground",
181
214
  mobile: {
182
215
  width: "100%",
183
- "text-align": "center",
184
216
  },
185
- width: "400px",
186
217
  },
187
218
  hero_image: {
188
219
  width: "100%",
189
- height: "500px",
220
+ height: "440px",
190
221
  "border-radius": "base",
191
-
192
222
  "object-fit": "cover",
193
- "margin-top": "8xl",
194
- "margin-bottom": "3xl",
223
+ "aspect-ratio": "16 / 9",
195
224
  mobile: {
196
- height: "100%",
197
- "margin-top": "xl",
198
- "margin-bottom": "none",
225
+ height: "240px",
199
226
  },
200
227
  },
201
228
  stats_section: {
@@ -205,6 +232,7 @@ export const Cards3: IBlock = {
205
232
  display: "flex",
206
233
  "align-items": "center",
207
234
  "justify-content": "space-between",
235
+ "column-gap": "2xl",
208
236
  width: "100%",
209
237
  tablet: {
210
238
  "flex-direction": "row",
@@ -213,83 +241,306 @@ export const Cards3: IBlock = {
213
241
  mobile: {
214
242
  "flex-direction": "column",
215
243
  "row-gap": "lg",
244
+ "align-items": "start",
245
+ },
246
+ },
247
+ stats_cards_levoGroupItem: {
248
+ separator: {
249
+ height: "72px",
250
+ width: "1px",
251
+ "background-color": "border",
252
+ mobile: {
253
+ display: "none",
254
+ },
255
+ },
256
+ number: {
257
+ mobile: {
258
+ "text-align": "left",
259
+ },
260
+ },
261
+ label: {
262
+ color: "muted-foreground",
263
+ },
264
+ card: {
265
+ display: "flex",
266
+ "flex-direction": "column",
267
+ "row-gap": "xs",
268
+ },
269
+ },
270
+ stats_cards: [{}, {}, {}],
271
+ },
272
+ content: DEFAULT_CONTENT,
273
+ config: {
274
+ main_title: {
275
+ heading: {
276
+ level: 2,
277
+ },
278
+ selectedVariants: {
279
+ Heading_Level: "H2",
280
+ },
281
+ },
282
+ description: {
283
+ selectedVariants: {
284
+ Typography_Variants: "Large",
216
285
  },
217
286
  },
218
- "stats_cards.$.card": {
287
+ stats_cards: [
288
+ {
289
+ label: { selectedVariants: {} },
290
+ card: { selectedVariants: {} },
291
+ },
292
+ {
293
+ label: { selectedVariants: {} },
294
+ card: { selectedVariants: {} },
295
+ },
296
+ {
297
+ label: { selectedVariants: {} },
298
+ card: { selectedVariants: {} },
299
+ },
300
+ ],
301
+ },
302
+ },
303
+ {
304
+ title: "Stats Grid",
305
+ key: "stats_grid",
306
+ styles: {
307
+ layout: {
308
+ "padding-top": "3xl",
309
+ "padding-bottom": "3xl",
310
+ },
311
+ container: {},
312
+ hero_section: {
219
313
  display: "flex",
220
314
  "flex-direction": "column",
315
+ "row-gap": "2xl",
221
316
  "align-items": "center",
317
+ "margin-bottom": "3xl",
318
+ mobile: {
319
+ "row-gap": "xl",
320
+ "margin-bottom": "2xl",
321
+ },
322
+ },
323
+ text_content: {
324
+ display: "flex",
325
+ "flex-direction": "column",
326
+ "row-gap": "lg",
327
+ width: "100%",
328
+ "align-items": "center",
329
+ "text-align": "center",
330
+ },
331
+ main_title: {
332
+ "max-width": "640px",
222
333
  "text-align": "center",
223
334
  },
224
- "stats_cards.$.number": {
225
- color: "text-1",
226
- "margin-bottom": "xs",
335
+ description: {
336
+ "max-width": "560px",
337
+ "text-align": "center",
338
+ color: "muted-foreground",
227
339
  },
228
- "stats_cards.$.label": {
229
- color: "text-2",
340
+ hero_image: {
341
+ width: "100%",
342
+ height: "320px",
343
+ "border-radius": "base",
344
+ "object-fit": "cover",
345
+ "aspect-ratio": "21 / 9",
346
+ mobile: {
347
+ height: "200px",
348
+ },
349
+ },
350
+ stats_section: {
351
+ width: "100%",
230
352
  },
231
- "stats_cards.$.separator": {
232
- width: "1px",
233
- height: "80px",
234
- "background-color": "border",
353
+ stats_cards_levoGroup: {
354
+ display: "grid",
355
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
356
+ gap: "xl",
357
+ width: "100%",
235
358
  tablet: {
236
- display: "none",
359
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
237
360
  },
238
361
  mobile: {
362
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
363
+ gap: "lg",
364
+ },
365
+ },
366
+ stats_cards_levoGroupItem: {
367
+ separator: {
239
368
  display: "none",
240
369
  },
370
+ number: {
371
+ "text-align": "center",
372
+ },
373
+ label: {
374
+ "text-align": "center",
375
+ color: "muted-foreground",
376
+ },
377
+ card: {
378
+ display: "flex",
379
+ "flex-direction": "column",
380
+ "row-gap": "xs",
381
+ "align-items": "center",
382
+ height: "100%",
383
+ "padding-top": "xl",
384
+ "padding-bottom": "xl",
385
+ "padding-left": "lg",
386
+ "padding-right": "lg",
387
+ "background-color": "background-2",
388
+ "border-radius": "base",
389
+ },
390
+ },
391
+ stats_cards: [{}, {}, {}, {}],
392
+ },
393
+ content: FOUR_STATS_CONTENT,
394
+ config: {
395
+ main_title: {
396
+ heading: {
397
+ level: 2,
398
+ },
399
+ selectedVariants: {
400
+ Heading_Level: "H2",
401
+ },
402
+ },
403
+ description: {
404
+ selectedVariants: {
405
+ Typography_Variants: "Large",
406
+ },
241
407
  },
242
408
  stats_cards: [
243
409
  {
244
- separator: {
245
- height: "100px",
246
- width: "1px",
247
- "background-color": "black",
248
- mobile: {
249
- display: "none",
250
- },
251
- },
252
- number: {
253
- mobile: {
254
- "text-align": "center",
255
- },
256
- },
257
- label: {},
258
- card: {},
410
+ label: { selectedVariants: {} },
411
+ card: { selectedVariants: {} },
412
+ },
413
+ {
414
+ label: { selectedVariants: {} },
415
+ card: { selectedVariants: {} },
259
416
  },
260
417
  {
261
- number: {
262
- mobile: {
263
- "text-align": "center",
264
- },
418
+ label: { selectedVariants: {} },
419
+ card: { selectedVariants: {} },
420
+ },
421
+ {
422
+ label: { selectedVariants: {} },
423
+ card: { selectedVariants: {} },
424
+ },
425
+ ],
426
+ },
427
+ },
428
+ {
429
+ title: "Overlay Stats",
430
+ key: "overlay_stats",
431
+ styles: {
432
+ layout: {
433
+ "padding-top": "3xl",
434
+ "padding-bottom": "4xl",
435
+ },
436
+ container: {},
437
+ hero_section: {
438
+ display: "flex",
439
+ "flex-direction": "column",
440
+ "row-gap": "2xl",
441
+ "align-items": "center",
442
+ "margin-bottom": "3xl",
443
+ mobile: {
444
+ "margin-bottom": "2xl",
445
+ },
446
+ },
447
+ text_content: {
448
+ display: "flex",
449
+ "flex-direction": "column",
450
+ "row-gap": "lg",
451
+ width: "100%",
452
+ "align-items": "center",
453
+ "text-align": "center",
454
+ },
455
+ main_title: {
456
+ "max-width": "640px",
457
+ "text-align": "center",
458
+ },
459
+ description: {
460
+ "max-width": "560px",
461
+ "text-align": "center",
462
+ color: "muted-foreground",
463
+ },
464
+ hero_image: {
465
+ width: "100%",
466
+ height: "440px",
467
+ "border-radius": "base",
468
+ "object-fit": "cover",
469
+ "aspect-ratio": "21 / 9",
470
+ mobile: {
471
+ height: "260px",
472
+ },
473
+ },
474
+ stats_section: {
475
+ width: "100%",
476
+ "margin-top": "-72px",
477
+ "padding-left": "4xl",
478
+ "padding-right": "4xl",
479
+ position: "relative",
480
+ "z-index": "10",
481
+ mobile: {
482
+ "margin-top": "-32px",
483
+ "padding-left": "lg",
484
+ "padding-right": "lg",
485
+ },
486
+ },
487
+ stats_cards_levoGroup: {
488
+ display: "flex",
489
+ "align-items": "center",
490
+ "justify-content": "space-between",
491
+ "column-gap": "2xl",
492
+ width: "100%",
493
+ "background-color": "background-2",
494
+ "border-radius": "base",
495
+ "box-shadow": "default",
496
+ "padding-top": "2xl",
497
+ "padding-bottom": "2xl",
498
+ "padding-left": "3xl",
499
+ "padding-right": "3xl",
500
+ mobile: {
501
+ "flex-direction": "column",
502
+ "row-gap": "lg",
503
+ "align-items": "start",
504
+ "padding-top": "xl",
505
+ "padding-bottom": "xl",
506
+ "padding-left": "xl",
507
+ "padding-right": "xl",
508
+ },
509
+ },
510
+ stats_cards_levoGroupItem: {
511
+ number: {
512
+ mobile: {
513
+ "text-align": "left",
265
514
  },
515
+ },
516
+ label: {
517
+ color: "muted-foreground",
518
+ },
519
+ card: {
520
+ display: "flex",
521
+ "flex-direction": "column",
522
+ "row-gap": "xs",
523
+ },
524
+ },
525
+ stats_cards: [
526
+ {
266
527
  separator: {
267
- height: "100px",
528
+ height: "64px",
268
529
  width: "1px",
269
- "background-color": "black",
270
- mobile: {
271
- display: "none",
272
- },
530
+ "background-color": "border",
531
+ mobile: { display: "none" },
273
532
  },
274
- label: {},
275
- card: {},
276
533
  },
277
534
  {
278
- number: {
279
- mobile: {
280
- "text-align": "center",
281
- },
282
- },
283
- label: {},
284
535
  separator: {
285
- height: "100px",
536
+ height: "64px",
286
537
  width: "1px",
287
- "background-color": "black",
288
- mobile: {
289
- display: "none",
290
- },
538
+ "background-color": "border",
539
+ mobile: { display: "none" },
291
540
  },
292
- card: {},
541
+ },
542
+ {
543
+ separator: { display: "none" },
293
544
  },
294
545
  ],
295
546
  },
@@ -310,28 +561,16 @@ export const Cards3: IBlock = {
310
561
  },
311
562
  stats_cards: [
312
563
  {
313
- label: {
314
- selectedVariants: {},
315
- },
316
- card: {
317
- selectedVariants: {},
318
- },
564
+ label: { selectedVariants: {} },
565
+ card: { selectedVariants: {} },
319
566
  },
320
567
  {
321
- label: {
322
- selectedVariants: {},
323
- },
324
- card: {
325
- selectedVariants: {},
326
- },
568
+ label: { selectedVariants: {} },
569
+ card: { selectedVariants: {} },
327
570
  },
328
571
  {
329
- label: {
330
- selectedVariants: {},
331
- },
332
- card: {
333
- selectedVariants: {},
334
- },
572
+ label: { selectedVariants: {} },
573
+ card: { selectedVariants: {} },
335
574
  },
336
575
  ],
337
576
  },