@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
@@ -2,6 +2,68 @@ import type { IBlockLayouts } from "@levo-so/studio";
2
2
 
3
3
  import { DEFAULT_CONTENT } from "./default";
4
4
 
5
+ /**
6
+ * 3-col variant with brandSecondary-bg cards. Icons are intentionally hidden
7
+ * in this layout — the cards lean on title + description weight alone.
8
+ */
9
+ const V2_CARD_STYLE = {
10
+ content_wrapper: {
11
+ "border-radius": "2xl",
12
+ "border-width": "0px",
13
+ "border-style": "none",
14
+ "border-color": "var(--color-border)",
15
+ display: "flex",
16
+ "flex-direction": "column",
17
+ "row-gap": "lg",
18
+ "background-color": "brandSecondary",
19
+ padding: "2xl",
20
+ tablet: {
21
+ padding: "xl",
22
+ },
23
+ "justify-content": "start",
24
+ "align-items": "start",
25
+ height: "100%",
26
+ },
27
+ icon_wrapper: {
28
+ display: "none",
29
+ },
30
+ icon: {
31
+ display: "none",
32
+ },
33
+ text_wrapper: {
34
+ display: "flex",
35
+ width: "100%",
36
+ "flex-direction": "column",
37
+ "align-items": "start",
38
+ "row-gap": "sm",
39
+ "justify-content": "center",
40
+ "flex-grow": "1",
41
+ },
42
+ title: {
43
+ color: "brandSecondaryForeground",
44
+ "font-weight": 700,
45
+ },
46
+ description: {
47
+ color: "brandSecondaryForeground",
48
+ },
49
+ caption: {
50
+ display: "none",
51
+ },
52
+ ctas_levoGroup: {
53
+ display: "flex",
54
+ "column-gap": "sm",
55
+ "margin-top": "auto",
56
+ },
57
+ ctas: [
58
+ {
59
+ cta: {
60
+ display: "flex",
61
+ "column-gap": "xs",
62
+ },
63
+ },
64
+ ],
65
+ };
66
+
5
67
  export const stylizedCardsV2Features1Variant: IBlockLayouts = {
6
68
  key: "stylized_cards_v2",
7
69
  title: "Stylized Cards V2",
@@ -17,14 +79,15 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
17
79
  width: "100%",
18
80
  "flex-direction": "column",
19
81
  "align-items": "center",
20
- "row-gap": "7xl",
82
+ "row-gap": "5xl",
21
83
  mobile: {
22
- "row-gap": "5xl",
84
+ "row-gap": "3xl",
23
85
  },
24
86
  },
25
87
  text_wrapper: {
26
88
  display: "flex",
27
89
  "flex-direction": "row",
90
+ "column-gap": "xl",
28
91
  "row-gap": "lg",
29
92
  tablet: {
30
93
  "row-gap": "sm",
@@ -38,6 +101,7 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
38
101
  },
39
102
  title: {
40
103
  "text-align": "left",
104
+ "max-width": "560px",
41
105
  tablet: {
42
106
  "text-align": "center",
43
107
  width: "100%",
@@ -54,7 +118,7 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
54
118
  width: "100%",
55
119
  "grid-template-columns": "repeat(3, 1fr)",
56
120
  "row-gap": "2xl",
57
- "column-gap": "7xl",
121
+ "column-gap": "2xl",
58
122
  tablet: {
59
123
  "grid-template-columns": "repeat(2, 1fr)",
60
124
  "column-gap": "2xl",
@@ -64,332 +128,9 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
64
128
  "row-gap": "lg",
65
129
  },
66
130
  },
67
- specialties: [
68
- {
69
- content_wrapper: {
70
- "border-radius": "2xl",
71
- "border-width": "0px",
72
- "border-style": "none",
73
- "border-color": "var(--color-border)",
74
- display: "flex",
75
- "flex-direction": "column",
76
- "row-gap": "lg",
77
- "background-color": "brandSecondary",
78
- "padding-bottom": "4xl",
79
- "padding-right": "4xl",
80
- "padding-top": "base",
81
- "padding-left": "4xl",
82
- tablet: {
83
- "padding-top": "2xl",
84
- "padding-right": "2xl",
85
- "padding-left": "2xl",
86
- "padding-bottom": "2xl",
87
- },
88
- "justify-content": "start",
89
- "align-items": "center",
90
- },
91
- icon_wrapper: {
92
- display: "flex",
93
- "justify-content": "center",
94
- "align-items": "center",
95
- },
96
- icon: {
97
- height: "16",
98
- width: "16",
99
- "border-radius": "none",
100
- "background-color": "brandSecondary",
101
- display: "none",
102
- },
103
- text_wrapper: {
104
- display: "flex",
105
- width: "100%",
106
- "flex-direction": "column",
107
- "align-items": "start",
108
- "row-gap": "xl",
109
- "justify-content": "center",
110
- },
111
- title: {
112
- color: "brandSecondaryForeground",
113
- },
114
- description: {
115
- "max-width": "266px",
116
- color: "brandSecondaryForeground",
117
- },
118
- caption: {
119
- color: "black",
120
- },
121
- },
122
- {
123
- content_wrapper: {
124
- "border-radius": "2xl",
125
- "border-width": "0px",
126
- "border-style": "none",
127
- "border-color": "var(--color-border)",
128
- display: "flex",
129
- "flex-direction": "column",
130
- "row-gap": "lg",
131
- "background-color": "brandSecondary",
132
- "padding-bottom": "4xl",
133
- "padding-right": "4xl",
134
- "padding-top": "base",
135
- "padding-left": "4xl",
136
- tablet: {
137
- "padding-top": "2xl",
138
- "padding-right": "2xl",
139
- "padding-left": "2xl",
140
- "padding-bottom": "2xl",
141
- },
142
- "justify-content": "start",
143
- "align-items": "center",
144
- },
145
- icon_wrapper: {
146
- display: "flex",
147
- "justify-content": "center",
148
- "align-items": "center",
149
- },
150
- icon: {
151
- height: "16",
152
- width: "16",
153
- "border-radius": "none",
154
- "background-color": "brandSecondary",
155
- display: "none",
156
- },
157
- text_wrapper: {
158
- display: "flex",
159
- width: "100%",
160
- "flex-direction": "column",
161
- "align-items": "start",
162
- "row-gap": "xl",
163
- "justify-content": "center",
164
- },
165
- title: {
166
- color: "brandSecondaryForeground",
167
- },
168
- description: {
169
- "max-width": "266px",
170
- color: "brandSecondaryForeground",
171
- },
172
- caption: {
173
- color: "black",
174
- },
175
- },
176
- {
177
- content_wrapper: {
178
- "border-radius": "2xl",
179
- "border-width": "0px",
180
- "border-style": "none",
181
- "border-color": "var(--color-border)",
182
- display: "flex",
183
- "flex-direction": "column",
184
- "row-gap": "lg",
185
- "background-color": "brandSecondary",
186
- "padding-bottom": "4xl",
187
- "padding-right": "4xl",
188
- "padding-top": "base",
189
- "padding-left": "4xl",
190
- tablet: {
191
- "padding-top": "2xl",
192
- "padding-right": "2xl",
193
- "padding-left": "2xl",
194
- "padding-bottom": "2xl",
195
- },
196
- "justify-content": "start",
197
- "align-items": "center",
198
- },
199
- icon_wrapper: {
200
- display: "flex",
201
- "justify-content": "center",
202
- "align-items": "center",
203
- },
204
- icon: {
205
- height: "16",
206
- width: "16",
207
- "border-radius": "none",
208
- "background-color": "brandSecondary",
209
- display: "none",
210
- },
211
- text_wrapper: {
212
- display: "flex",
213
- width: "100%",
214
- "flex-direction": "column",
215
- "align-items": "start",
216
- "row-gap": "xl",
217
- "justify-content": "center",
218
- },
219
- title: {
220
- color: "brandSecondaryForeground",
221
- },
222
- description: {
223
- "max-width": "266px",
224
- color: "brandSecondaryForeground",
225
- },
226
- caption: {
227
- color: "black",
228
- },
229
- },
230
- {
231
- content_wrapper: {
232
- "border-radius": "2xl",
233
- "border-width": "0px",
234
- "border-style": "none",
235
- "border-color": "var(--color-border)",
236
- display: "flex",
237
- "flex-direction": "column",
238
- "row-gap": "lg",
239
- "background-color": "brandSecondary",
240
- "padding-bottom": "4xl",
241
- "padding-right": "4xl",
242
- "padding-top": "base",
243
- "padding-left": "4xl",
244
- tablet: {
245
- "padding-top": "2xl",
246
- "padding-right": "2xl",
247
- "padding-left": "2xl",
248
- "padding-bottom": "2xl",
249
- },
250
- "justify-content": "start",
251
- "align-items": "center",
252
- },
253
- icon_wrapper: {
254
- display: "flex",
255
- "justify-content": "center",
256
- "align-items": "center",
257
- },
258
- icon: {
259
- height: "16",
260
- width: "16",
261
- "border-radius": "none",
262
- "background-color": "brandSecondary",
263
- display: "none",
264
- },
265
- text_wrapper: {
266
- display: "flex",
267
- width: "100%",
268
- "flex-direction": "column",
269
- "align-items": "start",
270
- "row-gap": "xl",
271
- "justify-content": "center",
272
- },
273
- title: {
274
- color: "brandSecondaryForeground",
275
- },
276
- description: {
277
- "max-width": "266px",
278
- color: "brandSecondaryForeground",
279
- },
280
- caption: {
281
- color: "black",
282
- },
283
- },
284
- {
285
- content_wrapper: {
286
- "border-radius": "2xl",
287
- "border-width": "0px",
288
- "border-style": "none",
289
- "border-color": "var(--color-border)",
290
- display: "flex",
291
- "flex-direction": "column",
292
- "row-gap": "lg",
293
- "background-color": "brandSecondary",
294
- "padding-bottom": "4xl",
295
- "padding-right": "4xl",
296
- "padding-top": "base",
297
- "padding-left": "4xl",
298
- tablet: {
299
- "padding-top": "2xl",
300
- "padding-right": "2xl",
301
- "padding-left": "2xl",
302
- "padding-bottom": "2xl",
303
- },
304
- "justify-content": "start",
305
- "align-items": "center",
306
- },
307
- icon_wrapper: {
308
- display: "flex",
309
- "justify-content": "center",
310
- "align-items": "center",
311
- },
312
- icon: {
313
- height: "16",
314
- width: "16",
315
- "border-radius": "none",
316
- "background-color": "brandSecondary",
317
- display: "none",
318
- },
319
- text_wrapper: {
320
- display: "flex",
321
- width: "100%",
322
- "flex-direction": "column",
323
- "align-items": "start",
324
- "row-gap": "xl",
325
- "justify-content": "center",
326
- },
327
- title: {
328
- color: "brandSecondaryForeground",
329
- },
330
- description: {
331
- "max-width": "266px",
332
- color: "brandSecondaryForeground",
333
- },
334
- caption: {
335
- color: "black",
336
- },
337
- },
338
- {
339
- content_wrapper: {
340
- "border-radius": "2xl",
341
- "border-width": "0px",
342
- "border-style": "none",
343
- "border-color": "var(--color-border)",
344
- display: "flex",
345
- "flex-direction": "column",
346
- "row-gap": "lg",
347
- "background-color": "brandSecondary",
348
- "padding-bottom": "4xl",
349
- "padding-right": "4xl",
350
- "padding-top": "base",
351
- "padding-left": "4xl",
352
- tablet: {
353
- "padding-top": "2xl",
354
- "padding-right": "2xl",
355
- "padding-left": "2xl",
356
- "padding-bottom": "2xl",
357
- },
358
- "justify-content": "start",
359
- "align-items": "center",
360
- },
361
- icon_wrapper: {
362
- display: "flex",
363
- "justify-content": "center",
364
- "align-items": "center",
365
- },
366
- icon: {
367
- height: "16",
368
- width: "16",
369
- "border-radius": "none",
370
- "background-color": "brandSecondary",
371
- display: "none",
372
- },
373
- text_wrapper: {
374
- display: "flex",
375
- width: "100%",
376
- "flex-direction": "column",
377
- "align-items": "start",
378
- "row-gap": "xl",
379
- "justify-content": "center",
380
- },
381
- title: {
382
- color: "brandSecondaryForeground",
383
- },
384
- description: {
385
- "max-width": "266px",
386
- color: "brandSecondaryForeground",
387
- },
388
- caption: {
389
- color: "black",
390
- },
391
- },
392
- ],
131
+ specialties: Array(6)
132
+ .fill(0)
133
+ .map(() => V2_CARD_STYLE),
393
134
  },
394
135
  content: DEFAULT_CONTENT,
395
136
  config: {
@@ -403,8 +144,9 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
403
144
  Typography_Variants: "Large",
404
145
  },
405
146
  },
406
- specialties: [
407
- {
147
+ specialties: Array(6)
148
+ .fill(0)
149
+ .map(() => ({
408
150
  title: {
409
151
  heading: {
410
152
  level: "4",
@@ -421,82 +163,6 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
421
163
  cta: {
422
164
  selectedVariants: {},
423
165
  },
424
- },
425
- {
426
- title: {
427
- selectedVariants: {
428
- Heading_Level: "H3",
429
- },
430
- },
431
- description: {
432
- selectedVariants: {
433
- Typography_Variants: "Large",
434
- },
435
- },
436
- cta: {
437
- selectedVariants: {},
438
- },
439
- },
440
- {
441
- title: {
442
- selectedVariants: {
443
- Heading_Level: "H3",
444
- },
445
- },
446
- description: {
447
- selectedVariants: {
448
- Typography_Variants: "Large",
449
- },
450
- },
451
- cta: {
452
- selectedVariants: {},
453
- },
454
- },
455
- {
456
- title: {
457
- selectedVariants: {
458
- Heading_Level: "H3",
459
- },
460
- },
461
- description: {
462
- selectedVariants: {
463
- Typography_Variants: "Large",
464
- },
465
- },
466
- cta: {
467
- selectedVariants: {},
468
- },
469
- },
470
- {
471
- title: {
472
- selectedVariants: {
473
- Heading_Level: "H3",
474
- },
475
- },
476
- description: {
477
- selectedVariants: {
478
- Typography_Variants: "Large",
479
- },
480
- },
481
- cta: {
482
- selectedVariants: {},
483
- },
484
- },
485
- {
486
- title: {
487
- selectedVariants: {
488
- Heading_Level: "H3",
489
- },
490
- },
491
- description: {
492
- selectedVariants: {
493
- Typography_Variants: "Large",
494
- },
495
- },
496
- cta: {
497
- selectedVariants: {},
498
- },
499
- },
500
- ],
166
+ })),
501
167
  },
502
168
  };