@levo-so/blocks 0.1.58 → 0.1.60

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 (191) hide show
  1. package/package.json +16 -15
  2. package/src/blocks/about-us/about-us-1.schema.ts +75 -58
  3. package/src/blocks/about-us/about-us-2.schema.ts +186 -39
  4. package/src/blocks/blogs/blog-listing-1.tsx +17 -15
  5. package/src/blocks/blogs/blog-listing-2.tsx +17 -15
  6. package/src/blocks/blogs/blog-listing-3.tsx +17 -15
  7. package/src/blocks/calendar/calendar-1.schema.ts +263 -181
  8. package/src/blocks/calendar/calendar-1.tsx +42 -11
  9. package/src/blocks/cards/cards-10.schema.ts +322 -313
  10. package/src/blocks/cards/cards-10.tsx +9 -1
  11. package/src/blocks/cards/cards-11.schema.ts +139 -248
  12. package/src/blocks/cards/cards-12.schema.ts +117 -196
  13. package/src/blocks/cards/cards-13.schema.ts +107 -56
  14. package/src/blocks/cards/cards-14.schema.ts +58 -154
  15. package/src/blocks/cards/cards-15.schema.ts +54 -31
  16. package/src/blocks/cards/cards-15.tsx +13 -2
  17. package/src/blocks/cards/cards-2.schema.ts +83 -88
  18. package/src/blocks/cards/cards-2.tsx +10 -2
  19. package/src/blocks/cards/cards-3.schema.ts +75 -70
  20. package/src/blocks/cards/cards-4.schema.ts +149 -91
  21. package/src/blocks/cards/cards-4.tsx +13 -2
  22. package/src/blocks/cards/cards-5.schema.ts +91 -68
  23. package/src/blocks/cards/cards-5.tsx +9 -1
  24. package/src/blocks/cards/cards-6.schema.ts +794 -972
  25. package/src/blocks/cards/cards-6.tsx +18 -2
  26. package/src/blocks/cards/cards-7.schema.ts +802 -2250
  27. package/src/blocks/cards/cards-7.tsx +14 -1
  28. package/src/blocks/cards/cards-8.schema.ts +166 -347
  29. package/src/blocks/cards/cards-8.tsx +14 -1
  30. package/src/blocks/cards/cards-9.schema.ts +300 -305
  31. package/src/blocks/cards/cards-9.tsx +27 -3
  32. package/src/blocks/carousel/carousel-1.schema.ts +479 -46
  33. package/src/blocks/carousel/carousel-1.tsx +2 -0
  34. package/src/blocks/carousel/carousel-2.schema.ts +170 -118
  35. package/src/blocks/carousel/carousel-2.tsx +10 -2
  36. package/src/blocks/community/community-1.schema.ts +566 -0
  37. package/src/blocks/community/community-1.tsx +690 -0
  38. package/src/blocks/community/community-post-1.schema.ts +417 -0
  39. package/src/blocks/community/community-post-1.tsx +155 -0
  40. package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
  41. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  42. package/src/blocks/contact-us/contact-us-2.tsx +1 -1
  43. package/src/blocks/content/content-1.schema.ts +184 -234
  44. package/src/blocks/content/content-1.tsx +48 -38
  45. package/src/blocks/content/content-2.schema.ts +143 -32
  46. package/src/blocks/content/content-2.tsx +15 -3
  47. package/src/blocks/content/content-3.schema.ts +215 -205
  48. package/src/blocks/content/content-3.tsx +13 -1
  49. package/src/blocks/content/content-4.schema.ts +124 -85
  50. package/src/blocks/content/content-4.tsx +2 -1
  51. package/src/blocks/content/content-5.schema.ts +296 -278
  52. package/src/blocks/content/content-5.tsx +23 -2
  53. package/src/blocks/content/content-6.schema.ts +474 -244
  54. package/src/blocks/content/content-6.tsx +23 -1
  55. package/src/blocks/content/content-7.schema.ts +173 -133
  56. package/src/blocks/content/content-7.tsx +27 -3
  57. package/src/blocks/content/content-8.schema.ts +27 -17
  58. package/src/blocks/content/content-9.schema.ts +64 -2208
  59. package/src/blocks/content/content-9.tsx +6 -3
  60. package/src/blocks/cta/cta-1.schema.ts +13 -108
  61. package/src/blocks/cta/cta-2.schema.ts +60 -69
  62. package/src/blocks/cta/cta-3.schema.ts +97 -66
  63. package/src/blocks/embed/embed-1.schema.ts +30 -52
  64. package/src/blocks/event/event-details.schema.ts +7 -0
  65. package/src/blocks/event/event-details.tsx +1 -0
  66. package/src/blocks/event/event-listing-2.tsx +17 -15
  67. package/src/blocks/event/event-listing-3.tsx +17 -15
  68. package/src/blocks/event/event-listing-4.tsx +17 -15
  69. package/src/blocks/event/event-listing.tsx +17 -15
  70. package/src/blocks/faq/faq-1.schema.ts +158 -112
  71. package/src/blocks/faq/faq-1.tsx +12 -3
  72. package/src/blocks/faq/faq-2.schema.ts +137 -74
  73. package/src/blocks/faq/faq-2.tsx +10 -1
  74. package/src/blocks/faq/faq-3.schema.ts +185 -105
  75. package/src/blocks/faq/faq-3.tsx +19 -3
  76. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  77. package/src/blocks/features/features-1/features-1.tsx +10 -1
  78. package/src/blocks/features/features-1/variants/default.ts +172 -54
  79. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  80. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  81. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  82. package/src/blocks/features/features-2.schema.ts +178 -45
  83. package/src/blocks/features/features-2.tsx +10 -2
  84. package/src/blocks/features/features-3.schema.ts +284 -65
  85. package/src/blocks/features/features-3.tsx +22 -3
  86. package/src/blocks/features/features-4.schema.ts +380 -185
  87. package/src/blocks/features/features-4.tsx +9 -1
  88. package/src/blocks/features/features-5.schema.ts +194 -198
  89. package/src/blocks/features/features-5.tsx +12 -1
  90. package/src/blocks/features/features-6.schema.ts +240 -193
  91. package/src/blocks/features/features-6.tsx +16 -2
  92. package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
  93. package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
  94. package/src/blocks/footer/footer-1.schema.ts +118 -48
  95. package/src/blocks/footer/footer-1.tsx +2 -1
  96. package/src/blocks/footer/footer-2.schema.ts +235 -31
  97. package/src/blocks/footer/footer-2.tsx +2 -1
  98. package/src/blocks/footer/footer-3.schema.ts +334 -57
  99. package/src/blocks/footer/footer-3.tsx +2 -1
  100. package/src/blocks/footer/footer-4.schema.ts +147 -76
  101. package/src/blocks/footer/footer-4.tsx +2 -1
  102. package/src/blocks/footer/footer-5.schema.ts +144 -52
  103. package/src/blocks/footer/footer-5.tsx +2 -1
  104. package/src/blocks/footer/footer-6.schema.ts +68 -140
  105. package/src/blocks/footer/footer-6.tsx +2 -1
  106. package/src/blocks/hero/hero-1.schema.ts +184 -87
  107. package/src/blocks/hero/hero-10.schema.ts +8 -29
  108. package/src/blocks/hero/hero-11.schema.ts +192 -89
  109. package/src/blocks/hero/hero-11.tsx +1 -1
  110. package/src/blocks/hero/hero-12.schema.ts +107 -170
  111. package/src/blocks/hero/hero-12.tsx +1 -1
  112. package/src/blocks/hero/hero-13.schema.ts +42 -28
  113. package/src/blocks/hero/hero-2.schema.ts +33 -58
  114. package/src/blocks/hero/hero-3.schema.ts +42 -34
  115. package/src/blocks/hero/hero-4.schema.ts +265 -70
  116. package/src/blocks/hero/hero-4.tsx +19 -2
  117. package/src/blocks/hero/hero-5.schema.ts +122 -44
  118. package/src/blocks/hero/hero-5.tsx +14 -2
  119. package/src/blocks/hero/hero-6.schema.ts +159 -255
  120. package/src/blocks/hero/hero-7.schema.ts +105 -34
  121. package/src/blocks/hero/hero-7.tsx +4 -1
  122. package/src/blocks/hero/hero-8.schema.ts +363 -133
  123. package/src/blocks/hero/hero-8.tsx +27 -3
  124. package/src/blocks/hero/hero-9.schema.ts +116 -83
  125. package/src/blocks/hero/hero-9.tsx +9 -1
  126. package/src/blocks/index.ts +7 -0
  127. package/src/blocks/logos/logos-1.schema.ts +424 -30
  128. package/src/blocks/polling/polling-1.schema.ts +1 -19
  129. package/src/blocks/pricing/pricing-1.schema.ts +296 -266
  130. package/src/blocks/pricing/pricing-1.tsx +16 -2
  131. package/src/blocks/products/products-listing-1.schema.ts +144 -33
  132. package/src/blocks/products/products-listing-1.tsx +9 -1
  133. package/src/blocks/products/products-listing-2.schema.ts +199 -213
  134. package/src/blocks/products/products-listing-2.tsx +25 -3
  135. package/src/blocks/products/products-listing-3.schema.ts +439 -154
  136. package/src/blocks/products/products-listing-3.tsx +43 -8
  137. package/src/blocks/profile/profile-1.schema.ts +67 -49
  138. package/src/blocks/profile/profile-1.tsx +3 -2
  139. package/src/blocks/profile/profile-2.schema.ts +73 -85
  140. package/src/blocks/profile/profile-2.tsx +2 -1
  141. package/src/blocks/profile/profile-3.schema.ts +162 -529
  142. package/src/blocks/profile/profile-3.tsx +2 -2
  143. package/src/blocks/services/service-1.schema.ts +204 -804
  144. package/src/blocks/services/service-1.tsx +15 -2
  145. package/src/blocks/services/service-2.schema.ts +95 -75
  146. package/src/blocks/services/service-2.tsx +9 -1
  147. package/src/blocks/services/service-3.schema.ts +73 -73
  148. package/src/blocks/services/service-3.tsx +40 -39
  149. package/src/blocks/stats/stats-1.schema.ts +225 -21
  150. package/src/blocks/stats/stats-1.tsx +4 -0
  151. package/src/blocks/stats/stats-2.schema.ts +13 -5
  152. package/src/blocks/stats/stats-2.tsx +9 -1
  153. package/src/blocks/stats/variants/default.ts +59 -41
  154. package/src/blocks/stats/variants/hero.ts +64 -31
  155. package/src/blocks/tabs/tab-1.schema.ts +105 -407
  156. package/src/blocks/tabs/tab-1.tsx +15 -4
  157. package/src/blocks/tabs/tab-2.schema.ts +208 -278
  158. package/src/blocks/tabs/tab-2.tsx +14 -2
  159. package/src/blocks/team/team-1.schema.ts +621 -76
  160. package/src/blocks/team/team-1.tsx +9 -1
  161. package/src/blocks/team/team-2.schema.ts +693 -1421
  162. package/src/blocks/team/team-2.tsx +4 -1
  163. package/src/blocks/team/team-3.schema.ts +147 -74
  164. package/src/blocks/team/team-3.tsx +1 -0
  165. package/src/blocks/team/team-4.schema.ts +216 -57
  166. package/src/blocks/team/team-4.tsx +10 -2
  167. package/src/blocks/team/team-5.schema.ts +67 -42
  168. package/src/blocks/team/team-5.tsx +12 -3
  169. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  170. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
  171. package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
  172. package/src/blocks/testimonial/testimonial-1.tsx +2 -4
  173. package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
  174. package/src/blocks/testimonial/testimonial-2.tsx +4 -1
  175. package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
  176. package/src/blocks/testimonial/testimonial-3.tsx +5 -2
  177. package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
  178. package/src/blocks/testimonial/testimonial-4.tsx +4 -1
  179. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
  180. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
  181. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
  182. package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
  183. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  184. package/src/blocks/testimonial/testimonial-7.tsx +2 -2
  185. package/src/blocks/timeline/timeline-1.schema.ts +196 -149
  186. package/src/blocks/timeline/timeline-1.tsx +4 -1
  187. package/src/blocks/users/edit-profile.schema.ts +56 -44
  188. package/src/blocks/users/edit-profile.tsx +13 -6
  189. package/src/constants/index.ts +19 -0
  190. package/src/schemas/blocks.ts +6 -0
  191. package/src/schemas/categories.ts +12 -0
@@ -1,23 +1,31 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
- const DUMMY_IMAGE = {
3
- id: "7141014160938075687",
4
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
2
+
3
+ const MEDIA = {
4
+ id: "fF9hWpVJEq8H",
5
+ filename: "hero-9-default.jpg",
5
6
  kind: "image",
6
- mimetype: "image/png",
7
+ location:
8
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5.jpg",
7
9
  srcset: {
8
10
  "1080w":
9
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
11
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1080w.webp",
10
12
  "1200w":
11
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
13
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1200w.webp",
12
14
  "1920w":
13
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
14
- "320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
15
- "640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
16
- "750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
17
- "828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
18
- path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
15
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1920w.webp",
16
+ "320w":
17
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-320w.webp",
18
+ "640w":
19
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-640w.webp",
20
+ "750w":
21
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-750w.webp",
22
+ "828w":
23
+ "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-828w.webp",
24
+ path: "https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-9-default-ZnMmUkWOVll5-1920w.webp 1920w",
19
25
  },
26
+ mimetype: "image/jpeg",
20
27
  };
28
+
21
29
  const DEFAULT_CONTENT = {
22
30
  layout: null,
23
31
  container: null,
@@ -28,7 +36,15 @@ const DEFAULT_CONTENT = {
28
36
  title: "Care That Feels Like Family",
29
37
  description:
30
38
  "Dignified, personalized senior care that keeps your loved ones safe, happy, and independent — right where they belong.",
31
- cta: "Contact Us",
39
+ ctas_levoGroup: null,
40
+ ctas: [
41
+ {
42
+ cta: "Contact Us",
43
+ },
44
+ {
45
+ cta: "Learn More",
46
+ },
47
+ ],
32
48
  stats_container: null,
33
49
  stats: [
34
50
  {
@@ -48,7 +64,7 @@ const DEFAULT_CONTENT = {
48
64
  },
49
65
  ],
50
66
  right_container: null,
51
- hero_image: DUMMY_IMAGE,
67
+ hero_image: MEDIA,
52
68
  };
53
69
 
54
70
  export type IHero9Content = typeof DEFAULT_CONTENT;
@@ -134,15 +150,23 @@ export const Hero9: IBlock = {
134
150
  },
135
151
  },
136
152
  {
137
- key: "cta",
138
- label: "Call to Action",
139
- field_interface: "ButtonWidget",
140
- hint: {
141
- prompt_description:
142
- "Primary action button that encourages user engagement. Should be clear and action-oriented.",
143
- min_characters: 8,
144
- max_characters: 20,
145
- },
153
+ key: "ctas",
154
+ label: "CTA Buttons Group",
155
+ field_interface: "BoxWidget",
156
+ kind: "group",
157
+ fields: [
158
+ {
159
+ key: "cta",
160
+ label: "Call to Action",
161
+ field_interface: "ButtonWidget",
162
+ hint: {
163
+ prompt_description:
164
+ "Primary action button that encourages user engagement. Should be clear and action-oriented.",
165
+ min_characters: 8,
166
+ max_characters: 20,
167
+ },
168
+ },
169
+ ],
146
170
  },
147
171
  {
148
172
  key: "stats_container",
@@ -227,30 +251,8 @@ export const Hero9: IBlock = {
227
251
  title: "Default",
228
252
  key: "default",
229
253
  styles: {
230
- layout: {
231
- "padding-top": "5xl",
232
- "padding-bottom": "5xl",
233
- "padding-left": "xl",
234
- "padding-right": "xl",
235
- "background-color": "oklch(0.9643 0.0169 61.9599)",
236
- tablet: {
237
- "padding-top": "4xl",
238
- "padding-bottom": "4xl",
239
- "padding-left": "lg",
240
- "padding-right": "lg",
241
- },
242
- mobile: {
243
- "padding-top": "3xl",
244
- "padding-bottom": "3xl",
245
- "padding-left": "base",
246
- "padding-right": "base",
247
- },
248
- },
249
- container: {
250
- "max-width": "1280px",
251
- "margin-left": "auto",
252
- "margin-right": "auto",
253
- },
254
+ layout: {},
255
+ container: {},
254
256
  main_wrapper: {
255
257
  display: "flex",
256
258
  "align-items": "center",
@@ -282,23 +284,25 @@ export const Hero9: IBlock = {
282
284
  "padding-right": "2xs",
283
285
  "padding-top": "4xs",
284
286
  "padding-bottom": "4xs",
285
- color: "white",
286
- },
287
- title: {
288
- color: "text-1",
287
+ color: "brandForeground",
289
288
  },
290
- description: {
291
- color: "text-2",
292
- },
293
- cta: {
294
- "background-color": "oklch(0.3451 0.1175 164.4309)",
295
- color: "white",
296
- "padding-top": "sm",
297
- "padding-bottom": "sm",
298
- "padding-left": "lg",
299
- "padding-right": "lg",
300
- "align-self": "flex-start",
289
+ title: {},
290
+ description: {},
291
+ ctas_levoGroup: {
292
+ display: "flex",
293
+ "flex-direction": "row",
294
+ "column-gap": "md",
295
+ "row-gap": "md",
296
+ "flex-wrap": "wrap",
297
+ "align-items": "center",
301
298
  },
299
+ ctas: Array(2)
300
+ .fill(0)
301
+ .map(() => ({
302
+ cta: {
303
+ width: "fit-content",
304
+ },
305
+ })),
302
306
  stats_container: {
303
307
  display: "flex",
304
308
  "flex-direction": "column",
@@ -326,40 +330,28 @@ export const Hero9: IBlock = {
326
330
  stat_wrapper: {
327
331
  display: "flex",
328
332
  "flex-direction": "column",
329
- "row-gap": "xs",
330
- },
331
- value: {
332
- color: "text-1",
333
- },
334
- label: {
335
- color: "text-2",
333
+ "row-gap": "6xs",
336
334
  },
335
+ value: {},
336
+ label: {},
337
337
  },
338
338
  {
339
339
  stat_wrapper: {
340
340
  display: "flex",
341
341
  "flex-direction": "column",
342
- "row-gap": "xs",
343
- },
344
- value: {
345
- color: "text-1",
346
- },
347
- label: {
348
- color: "text-2",
342
+ "row-gap": "6xs",
349
343
  },
344
+ value: {},
345
+ label: {},
350
346
  },
351
347
  {
352
348
  stat_wrapper: {
353
349
  display: "flex",
354
350
  "flex-direction": "column",
355
- "row-gap": "xs",
356
- },
357
- value: {
358
- color: "text-1",
359
- },
360
- label: {
361
- color: "text-2",
351
+ "row-gap": "6xs",
362
352
  },
353
+ value: {},
354
+ label: {},
363
355
  },
364
356
  ],
365
357
  },
@@ -378,6 +370,47 @@ export const Hero9: IBlock = {
378
370
  Button_Variants: "Primary",
379
371
  },
380
372
  },
373
+ stats: [
374
+ {
375
+ value: {
376
+ selectedVariants: {
377
+ Heading_Level: "H2",
378
+ },
379
+ },
380
+ label: {
381
+ selectedVariants: {},
382
+ },
383
+ stat_wrapper: {
384
+ selectedVariants: {},
385
+ },
386
+ },
387
+ {
388
+ value: {
389
+ selectedVariants: {
390
+ Heading_Level: "H2",
391
+ },
392
+ },
393
+ label: {
394
+ selectedVariants: {},
395
+ },
396
+ stat_wrapper: {
397
+ selectedVariants: {},
398
+ },
399
+ },
400
+ {
401
+ value: {
402
+ selectedVariants: {
403
+ Heading_Level: "H2",
404
+ },
405
+ },
406
+ label: {
407
+ selectedVariants: {},
408
+ },
409
+ stat_wrapper: {
410
+ selectedVariants: {},
411
+ },
412
+ },
413
+ ],
381
414
  },
382
415
  },
383
416
  ],
@@ -22,7 +22,15 @@ const Hero9: React.FC<ILevoBlockBaseProps<IHero9Content>> = ({ content }) => (
22
22
  <Typography elementKey="label" />
23
23
  <Heading elementKey="title" />
24
24
  <Typography elementKey="description" />
25
- <Button elementKey="cta" />
25
+ <Box elementKey="ctas_levoGroup" data-levo_group>
26
+ {(content?.ctas ?? []).map((_: any, index: number) => (
27
+ <Button
28
+ key={`ctas.${index}.cta`}
29
+ elementKey={`ctas.${index}.cta`}
30
+ data-levo_group_item
31
+ />
32
+ ))}
33
+ </Box>
26
34
  </Box>
27
35
  <Box elementKey="stats_container">
28
36
  <Box elementKey="stats_levoGroup" data-levo_group>
@@ -11,12 +11,15 @@ export const blocks: Record<string, BlockComponent> = {
11
11
  "blog-post-2:v1": lazy(() => import("./blogs/blog-post-2")),
12
12
  "blog-post-3:v1": lazy(() => import("./blogs/blog-post-3")),
13
13
  "calendar-1:v1": lazy(() => import("./calendar/calendar-1")),
14
+ "community-1:v1": lazy(() => import("./community/community-1")),
15
+ "community-post-1:v1": lazy(() => import("./community/community-post-1")),
14
16
  "cards-2:v1": lazy(() => import("./cards/cards-2")),
15
17
  "cards-3:v1": lazy(() => import("./cards/cards-3")),
16
18
  "cards-4:v1": lazy(() => import("./cards/cards-4")),
17
19
  "cards-5:v1": lazy(() => import("./cards/cards-5")),
18
20
  "cards-6:v1": lazy(() => import("./cards/cards-6")),
19
21
  "cards-7:v1": lazy(() => import("./cards/cards-7")),
22
+ "cards-8:v1": lazy(() => import("./cards/cards-8")),
20
23
  "cards-9:v1": lazy(() => import("./cards/cards-9")),
21
24
  "cards-10:v1": lazy(() => import("./cards/cards-10")),
22
25
  "cards-11:v1": lazy(() => import("./cards/cards-11")),
@@ -65,6 +68,7 @@ export const blocks: Record<string, BlockComponent> = {
65
68
  ),
66
69
  "hero-1:v1": lazy(() => import("./hero/hero-1")),
67
70
  "hero-2:v1": lazy(() => import("./hero/hero-2")),
71
+ "hero-3:v1": lazy(() => import("./hero/hero-3")),
68
72
  "hero-4:v1": lazy(() => import("./hero/hero-4")),
69
73
  "hero-5:v1": lazy(() => import("./hero/hero-5")),
70
74
  "hero-6:v1": lazy(() => import("./hero/hero-6")),
@@ -113,4 +117,7 @@ export const blocks: Record<string, BlockComponent> = {
113
117
  "tab-1:v1": lazy(() => import("./tabs/tab-1")),
114
118
  "tab-2:v1": lazy(() => import("./tabs/tab-2")),
115
119
  "service-1:v1": lazy(() => import("./services/service-1")),
120
+ "floating-button-1:v1": lazy(
121
+ () => import("./floating-buttons/floating-button-1"),
122
+ ),
116
123
  };