@levo-so/blocks 0.1.59 → 0.1.61

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 (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -1,5 +1,23 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const MEDIA = {
4
+ id: "1d7oLgELQi66",
5
+ filename: "services-1.png",
6
+ kind: "image",
7
+ location: "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI.png",
8
+ srcset: {
9
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1080w.webp",
10
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1200w.webp",
11
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1920w.webp",
12
+ "320w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-320w.webp",
13
+ "640w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-640w.webp",
14
+ "750w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-750w.webp",
15
+ "828w": "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-828w.webp",
16
+ path: "https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/services-1-PzNoMN1prgDI-1920w.webp 1920w",
17
+ },
18
+ mimetype: "image/png",
19
+ };
20
+
3
21
  const DEFAULT_CONTENT = {
4
22
  layout: null,
5
23
  container: null,
@@ -92,20 +110,17 @@ const DEFAULT_CONTENT = {
92
110
  {
93
111
  "feature-item": null,
94
112
  title: "Expert Team",
95
- description:
96
- "Seasoned professionals with deep industry knowledge and proven track records.",
113
+ description: "Seasoned professionals with deep industry knowledge and proven track records.",
97
114
  },
98
115
  {
99
116
  "feature-item": null,
100
117
  title: "Custom Solutions",
101
- description:
102
- "Tailored approaches designed specifically for your unique business challenges.",
118
+ description: "Tailored approaches designed specifically for your unique business challenges.",
103
119
  },
104
120
  {
105
121
  "feature-item": null,
106
122
  title: "24/7 Support",
107
- description:
108
- "Round-the-clock assistance and dedicated account management.",
123
+ description: "Round-the-clock assistance and dedicated account management.",
109
124
  },
110
125
  ],
111
126
  "right-container": null,
@@ -113,32 +128,11 @@ const DEFAULT_CONTENT = {
113
128
  {
114
129
  "card-container": null,
115
130
  title: "Strategic Consulting",
116
- image: {
117
- id: "7141014160938075687",
118
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
119
- kind: "image",
120
- mimetype: "image/png",
121
- srcset: {
122
- "1080w":
123
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
124
- "1200w":
125
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
126
- "1920w":
127
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
128
- "320w":
129
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
130
- "640w":
131
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
132
- "750w":
133
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
134
- "828w":
135
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
136
- 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",
137
- },
138
- },
131
+ image: MEDIA,
139
132
  description:
140
133
  "Comprehensive business strategy development and market analysis to drive growth and competitive advantage.",
141
- cta: "Learn More",
134
+ ctas_levoGroup: null,
135
+ ctas: [{ cta: "Learn More" }, { cta: "Get Started" }],
142
136
  "service-features": [],
143
137
  },
144
138
  {
@@ -146,7 +140,8 @@ const DEFAULT_CONTENT = {
146
140
  title: "Strategic Consulting",
147
141
  image: null,
148
142
  description: "",
149
- cta: "",
143
+ ctas_levoGroup: null,
144
+ ctas: [{ cta: "Contact Us" }, { cta: "View Details" }],
150
145
  "service-features": [
151
146
  {
152
147
  icon: {
@@ -217,8 +212,7 @@ export const Service1: IBlock = {
217
212
  label: "Main Wrapper",
218
213
  field_interface: "BoxWidget",
219
214
  hint: {
220
- prompt_description:
221
- "Main wrapper for the two-column layout. No content needed.",
215
+ prompt_description: "Main wrapper for the two-column layout. No content needed.",
222
216
  },
223
217
  },
224
218
 
@@ -228,8 +222,7 @@ export const Service1: IBlock = {
228
222
  label: "Left Container",
229
223
  field_interface: "BoxWidget",
230
224
  hint: {
231
- prompt_description:
232
- "Left side container with main content box. No content needed.",
225
+ prompt_description: "Left side container with main content box. No content needed.",
233
226
  },
234
227
  },
235
228
  {
@@ -284,7 +277,7 @@ export const Service1: IBlock = {
284
277
  {
285
278
  key: "question",
286
279
  label: "Question",
287
- field_interface: "TypographyWidget",
280
+ field_interface: "HeadingWidget",
288
281
  hint: {
289
282
  prompt_description:
290
283
  "Frequently asked question about services. Should be clear and professional.",
@@ -305,8 +298,7 @@ export const Service1: IBlock = {
305
298
  },
306
299
  ],
307
300
  hint: {
308
- prompt_description:
309
- "Collapsible FAQ items about services and solutions.",
301
+ prompt_description: "Collapsible FAQ items about services and solutions.",
310
302
  min_items: 3,
311
303
  max_items: 6,
312
304
  },
@@ -318,8 +310,7 @@ export const Service1: IBlock = {
318
310
  label: "Features Section",
319
311
  field_interface: "BoxWidget",
320
312
  hint: {
321
- prompt_description:
322
- "Section containing key service features. No content needed.",
313
+ prompt_description: "Section containing key service features. No content needed.",
323
314
  },
324
315
  },
325
316
  {
@@ -327,8 +318,7 @@ export const Service1: IBlock = {
327
318
  label: "Features Title",
328
319
  field_interface: "HeadingWidget",
329
320
  hint: {
330
- prompt_description:
331
- "Title for the features section. Should highlight key benefits.",
321
+ prompt_description: "Title for the features section. Should highlight key benefits.",
332
322
  min_characters: 8,
333
323
  max_characters: 30,
334
324
  },
@@ -344,8 +334,7 @@ export const Service1: IBlock = {
344
334
  label: "Title",
345
335
  field_interface: "TypographyWidget",
346
336
  hint: {
347
- prompt_description:
348
- "Feature title highlighting a specific service benefit.",
337
+ prompt_description: "Feature title highlighting a specific service benefit.",
349
338
  min_characters: 8,
350
339
  max_characters: 30,
351
340
  },
@@ -386,8 +375,7 @@ export const Service1: IBlock = {
386
375
  label: "Title",
387
376
  field_interface: "HeadingWidget",
388
377
  hint: {
389
- prompt_description:
390
- "Service card title. Should be descriptive and professional.",
378
+ prompt_description: "Service card title. Should be descriptive and professional.",
391
379
  min_characters: 10,
392
380
  max_characters: 40,
393
381
  },
@@ -409,22 +397,29 @@ export const Service1: IBlock = {
409
397
  label: "Description",
410
398
  field_interface: "TypographyWidget",
411
399
  hint: {
412
- prompt_description:
413
- "Service description explaining the benefits and approach.",
400
+ prompt_description: "Service description explaining the benefits and approach.",
414
401
  min_characters: 40,
415
402
  max_characters: 150,
416
403
  },
417
404
  },
418
405
  {
419
- key: "cta",
420
- label: "CTA Button",
421
- field_interface: "ButtonWidget",
422
- hint: {
423
- prompt_description:
424
- "Call-to-action button text. Should be action-oriented and concise.",
425
- min_characters: 5,
426
- max_characters: 20,
427
- },
406
+ key: "ctas",
407
+ label: "CTA Buttons",
408
+ kind: "group",
409
+ field_interface: "BoxWidget",
410
+ fields: [
411
+ {
412
+ key: "cta",
413
+ label: "CTA Button",
414
+ field_interface: "ButtonWidget",
415
+ hint: {
416
+ prompt_description:
417
+ "Call-to-action button text. Should be action-oriented and concise.",
418
+ min_characters: 5,
419
+ max_characters: 20,
420
+ },
421
+ },
422
+ ],
428
423
  },
429
424
  {
430
425
  key: "service-features",
@@ -442,8 +437,7 @@ export const Service1: IBlock = {
442
437
  label: "Icon",
443
438
  field_interface: "IconWidget",
444
439
  hint: {
445
- prompt_description:
446
- "Icon representing the service feature or benefit.",
440
+ prompt_description: "Icon representing the service feature or benefit.",
447
441
  orientation: "square",
448
442
  size: "icon",
449
443
  usecase: "icon",
@@ -459,8 +453,7 @@ export const Service1: IBlock = {
459
453
  label: "Title",
460
454
  field_interface: "TypographyWidget",
461
455
  hint: {
462
- prompt_description:
463
- "Feature title highlighting a specific service advantage.",
456
+ prompt_description: "Feature title highlighting a specific service advantage.",
464
457
  min_characters: 8,
465
458
  max_characters: 30,
466
459
  },
@@ -494,25 +487,8 @@ export const Service1: IBlock = {
494
487
  key: "default",
495
488
  title: "Default",
496
489
  styles: {
497
- layout: {
498
- width: "100%",
499
- "padding-top": "8xl",
500
- "padding-bottom": "8xl",
501
- "padding-left": "6xl",
502
- "padding-right": "6xl",
503
- mobile: {
504
- "padding-top": "5xl",
505
- "padding-bottom": "5xl",
506
- "padding-left": "2xl",
507
- "padding-right": "2xl",
508
- },
509
- },
510
- container: {
511
- width: "100%",
512
- "max-width": "1280px",
513
- "margin-left": "auto",
514
- "margin-right": "auto",
515
- },
490
+ layout: {},
491
+ container: {},
516
492
  "main-wrapper": {
517
493
  display: "flex",
518
494
  "column-gap": "6xl",
@@ -535,7 +511,6 @@ export const Service1: IBlock = {
535
511
  },
536
512
  "content-box": {},
537
513
  "main-title": {
538
- color: "text-1",
539
514
  "margin-bottom": "xs",
540
515
  },
541
516
  "main-description": {
@@ -559,13 +534,9 @@ export const Service1: IBlock = {
559
534
  "padding-bottom": "none",
560
535
  },
561
536
  question: {
562
- "font-size": "lg",
563
- "font-weight": "600",
564
- color: "text-1",
537
+ "font-weight": 600,
565
538
  },
566
539
  answer: {
567
- color: "text-2",
568
- "line-height": "1.6",
569
540
  "padding-bottom": "lg",
570
541
  },
571
542
  trigger: {
@@ -591,13 +562,9 @@ export const Service1: IBlock = {
591
562
  "padding-bottom": "none",
592
563
  },
593
564
  question: {
594
- "font-size": "lg",
595
- "font-weight": "600",
596
- color: "text-1",
565
+ "font-weight": 600,
597
566
  },
598
567
  answer: {
599
- color: "text-2",
600
- "line-height": "1.6",
601
568
  "padding-bottom": "lg",
602
569
  },
603
570
  trigger: {
@@ -623,13 +590,9 @@ export const Service1: IBlock = {
623
590
  "padding-bottom": "none",
624
591
  },
625
592
  question: {
626
- "font-size": "lg",
627
- "font-weight": "600",
628
- color: "text-1",
593
+ "font-weight": 600,
629
594
  },
630
595
  answer: {
631
- color: "text-2",
632
- "line-height": "1.6",
633
596
  "padding-bottom": "lg",
634
597
  },
635
598
  trigger: {
@@ -655,13 +618,9 @@ export const Service1: IBlock = {
655
618
  "padding-bottom": "none",
656
619
  },
657
620
  question: {
658
- "font-size": "lg",
659
- "font-weight": "600",
660
- color: "text-1",
621
+ "font-weight": 600,
661
622
  },
662
623
  answer: {
663
- color: "text-2",
664
- "line-height": "1.6",
665
624
  "padding-bottom": "lg",
666
625
  },
667
626
  trigger: {
@@ -686,9 +645,7 @@ export const Service1: IBlock = {
686
645
  padding: "base",
687
646
  },
688
647
  "features-title": {
689
- color: "text-1",
690
- "margin-bottom": "sm",
691
- "font-size": "2xl",
648
+ "font-weight": 600,
692
649
  },
693
650
  "features-list_levoGroup": {
694
651
  display: "flex",
@@ -704,12 +661,15 @@ export const Service1: IBlock = {
704
661
  "column-gap": "sm",
705
662
  },
706
663
  title: {
707
- "font-weight": "600",
708
- color: "text-1",
664
+ "font-weight": 600,
709
665
  "margin-bottom": "xs",
710
- padding: "4xs",
711
- "background-color": "background-3",
666
+ "background-color": "brandSecondary",
712
667
  "border-radius": "3xl",
668
+ color: "brandSecondaryForeground",
669
+ "padding-right": "sm",
670
+ "padding-left": "sm",
671
+ "padding-top": "4xs",
672
+ "padding-bottom": "4xs",
713
673
  },
714
674
  description: {
715
675
  "font-size": "sm",
@@ -724,12 +684,15 @@ export const Service1: IBlock = {
724
684
  "column-gap": "sm",
725
685
  },
726
686
  title: {
727
- "font-weight": "600",
728
- color: "text-1",
687
+ "font-weight": 600,
729
688
  "margin-bottom": "xs",
730
- padding: "4xs",
731
- "background-color": "background-3",
689
+ "background-color": "brandSecondary",
732
690
  "border-radius": "3xl",
691
+ color: "brandSecondaryForeground",
692
+ "padding-right": "sm",
693
+ "padding-left": "sm",
694
+ "padding-top": "4xs",
695
+ "padding-bottom": "4xs",
733
696
  },
734
697
  description: {
735
698
  "font-size": "sm",
@@ -744,12 +707,15 @@ export const Service1: IBlock = {
744
707
  "column-gap": "sm",
745
708
  },
746
709
  title: {
747
- "font-weight": "600",
748
- color: "text-1",
710
+ "font-weight": 600,
749
711
  "margin-bottom": "xs",
750
- padding: "4xs",
751
- "background-color": "background-3",
712
+ "background-color": "brandSecondary",
752
713
  "border-radius": "3xl",
714
+ color: "brandSecondaryForeground",
715
+ "padding-right": "sm",
716
+ "padding-left": "sm",
717
+ "padding-top": "4xs",
718
+ "padding-bottom": "4xs",
753
719
  },
754
720
  description: {
755
721
  "font-size": "sm",
@@ -779,25 +745,24 @@ export const Service1: IBlock = {
779
745
  "card-container": {
780
746
  display: "flex",
781
747
  "flex-direction": "column",
782
- "row-gap": "lg",
748
+ "row-gap": "xs",
783
749
  "padding-top": "lg",
784
750
  "padding-bottom": "lg",
785
751
  "padding-left": "lg",
786
752
  "padding-right": "lg",
787
- "border-radius": "base",
753
+ "border-radius": "lg",
788
754
  "border-width": "1px",
789
755
  "border-style": "solid",
790
756
  "border-color": "border",
791
757
  },
792
758
  title: {
793
- color: "text-1",
794
- "font-size": "lg",
795
- "font-weight": "600",
759
+ "font-weight": 600,
796
760
  },
797
761
  image: {
762
+ width: "100%",
763
+ height: "200px",
798
764
  "object-fit": "cover",
799
765
  "border-radius": "base",
800
- width: "200px",
801
766
  },
802
767
  description: {
803
768
  color: "text-2",
@@ -805,14 +770,19 @@ export const Service1: IBlock = {
805
770
  "font-size": "sm",
806
771
  "flex-grow": "1",
807
772
  },
808
- cta: {
809
- width: "fit-content",
773
+ ctas_levoGroup: {
774
+ display: "flex",
775
+ "flex-direction": "column",
776
+ gap: "sm",
810
777
  "margin-top": "auto",
811
778
  },
779
+ ctas: Array(2)
780
+ .fill(0)
781
+ .map(() => ({ cta: {} })),
812
782
  "service-features_levoGroup": {
813
783
  display: "grid",
814
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
815
- "row-gap": "lg",
784
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
785
+ "row-gap": "6xs",
816
786
  "column-gap": "lg",
817
787
  mobile: {
818
788
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
@@ -822,62 +792,20 @@ export const Service1: IBlock = {
822
792
  {
823
793
  "feature-container": {
824
794
  display: "flex",
825
- "align-items": "flex-start",
826
- "column-gap": "base",
827
- "padding-top": "lg",
828
- "padding-bottom": "lg",
829
- "padding-left": "lg",
830
- "padding-right": "lg",
831
- "border-radius": "lg",
832
- "background-color": "background-2",
833
- },
834
- icon: {
835
- width: "32px",
836
- height: "32px",
837
- "flex-shrink": "0",
838
- },
839
- "text-container": {
840
- display: "flex",
841
- "flex-direction": "column",
842
- },
843
- title: {
844
- "font-weight": "600",
845
- color: "text-1",
846
- "margin-bottom": "xs",
847
- "font-size": "sm",
848
- },
849
- description: {
850
- "font-size": "xs",
851
- color: "text-2",
852
- "line-height": "1.5",
853
- },
854
- },
855
- {
856
- "feature-container": {
857
- display: "flex",
858
- "align-items": "flex-start",
859
- "column-gap": "base",
860
- "padding-top": "lg",
861
- "padding-bottom": "lg",
862
- "padding-left": "lg",
863
- "padding-right": "lg",
864
- "border-radius": "lg",
865
- "background-color": "background-2",
795
+ "column-gap": "2xs",
866
796
  },
867
797
  icon: {
868
- width: "32px",
869
- height: "32px",
798
+ width: "22px",
799
+ height: "22px",
870
800
  "flex-shrink": "0",
801
+ "font-size": "22px",
871
802
  },
872
803
  "text-container": {
873
804
  display: "flex",
874
805
  "flex-direction": "column",
875
806
  },
876
807
  title: {
877
- "font-weight": "600",
878
- color: "text-1",
879
808
  "margin-bottom": "xs",
880
- "font-size": "sm",
881
809
  },
882
810
  description: {
883
811
  "font-size": "xs",
@@ -888,29 +816,20 @@ export const Service1: IBlock = {
888
816
  {
889
817
  "feature-container": {
890
818
  display: "flex",
891
- "align-items": "flex-start",
892
- "column-gap": "base",
893
- "padding-top": "lg",
894
- "padding-bottom": "lg",
895
- "padding-left": "lg",
896
- "padding-right": "lg",
897
- "border-radius": "lg",
898
- "background-color": "background-2",
819
+ "column-gap": "2xs",
899
820
  },
900
821
  icon: {
901
- width: "32px",
902
- height: "32px",
822
+ width: "22px",
823
+ height: "22px",
903
824
  "flex-shrink": "0",
825
+ "font-size": "22px",
904
826
  },
905
827
  "text-container": {
906
828
  display: "flex",
907
829
  "flex-direction": "column",
908
830
  },
909
831
  title: {
910
- "font-weight": "600",
911
- color: "text-1",
912
832
  "margin-bottom": "xs",
913
- "font-size": "sm",
914
833
  },
915
834
  description: {
916
835
  "font-size": "xs",
@@ -921,29 +840,20 @@ export const Service1: IBlock = {
921
840
  {
922
841
  "feature-container": {
923
842
  display: "flex",
924
- "align-items": "flex-start",
925
- "column-gap": "base",
926
- "padding-top": "lg",
927
- "padding-bottom": "lg",
928
- "padding-left": "lg",
929
- "padding-right": "lg",
930
- "border-radius": "lg",
931
- "background-color": "background-2",
843
+ "column-gap": "2xs",
932
844
  },
933
845
  icon: {
934
- width: "32px",
935
- height: "32px",
846
+ width: "22px",
847
+ height: "22px",
936
848
  "flex-shrink": "0",
849
+ "font-size": "22px",
937
850
  },
938
851
  "text-container": {
939
852
  display: "flex",
940
853
  "flex-direction": "column",
941
854
  },
942
855
  title: {
943
- "font-weight": "600",
944
- color: "text-1",
945
856
  "margin-bottom": "xs",
946
- "font-size": "sm",
947
857
  },
948
858
  description: {
949
859
  "font-size": "xs",
@@ -957,7 +867,7 @@ export const Service1: IBlock = {
957
867
  "card-container": {
958
868
  display: "flex",
959
869
  "flex-direction": "column",
960
- "row-gap": "lg",
870
+ "row-gap": "xs",
961
871
  "padding-top": "lg",
962
872
  "padding-bottom": "lg",
963
873
  "padding-left": "lg",
@@ -968,9 +878,7 @@ export const Service1: IBlock = {
968
878
  "border-color": "border",
969
879
  },
970
880
  title: {
971
- color: "text-1",
972
- "font-size": "lg",
973
- "font-weight": "600",
881
+ "font-weight": 600,
974
882
  },
975
883
  image: {
976
884
  width: "100%",
@@ -984,10 +892,15 @@ export const Service1: IBlock = {
984
892
  "font-size": "sm",
985
893
  "flex-grow": "1",
986
894
  },
987
- cta: {
988
- width: "fit-content",
895
+ ctas_levoGroup: {
896
+ display: "flex",
897
+ "flex-direction": "column",
898
+ gap: "sm",
989
899
  "margin-top": "auto",
990
900
  },
901
+ ctas: Array(2)
902
+ .fill(0)
903
+ .map(() => ({ cta: {} })),
991
904
  "service-features_levoGroup": {
992
905
  display: "grid",
993
906
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
@@ -1014,9 +927,7 @@ export const Service1: IBlock = {
1014
927
  "flex-direction": "column",
1015
928
  },
1016
929
  title: {
1017
- color: "text-1",
1018
930
  "margin-bottom": "xs",
1019
- "font-size": "sm",
1020
931
  },
1021
932
  description: {
1022
933
  "font-size": "xs",
@@ -1040,9 +951,7 @@ export const Service1: IBlock = {
1040
951
  "flex-direction": "column",
1041
952
  },
1042
953
  title: {
1043
- color: "text-1",
1044
954
  "margin-bottom": "xs",
1045
- "font-size": "sm",
1046
955
  },
1047
956
  description: {
1048
957
  "font-size": "xs",
@@ -1066,108 +975,7 @@ export const Service1: IBlock = {
1066
975
  "flex-direction": "column",
1067
976
  },
1068
977
  title: {
1069
- color: "text-1",
1070
- "margin-bottom": "xs",
1071
- "font-size": "sm",
1072
- },
1073
- description: {
1074
- "font-size": "xs",
1075
- color: "text-2",
1076
- "line-height": "1.5",
1077
- },
1078
- },
1079
- {
1080
- "feature-container": {
1081
- display: "flex",
1082
- "align-items": "flex-start",
1083
- "column-gap": "base",
1084
- "padding-top": "lg",
1085
- "padding-bottom": "lg",
1086
- "padding-left": "lg",
1087
- "padding-right": "lg",
1088
- "border-radius": "lg",
1089
- "background-color": "background-2",
1090
- },
1091
- icon: {
1092
- width: "32px",
1093
- height: "32px",
1094
- "flex-shrink": "0",
1095
- },
1096
- "text-container": {
1097
- display: "flex",
1098
- "flex-direction": "column",
1099
- },
1100
- title: {
1101
- "font-weight": "600",
1102
- color: "text-1",
1103
- "margin-bottom": "xs",
1104
- "font-size": "sm",
1105
- },
1106
- description: {
1107
- "font-size": "xs",
1108
- color: "text-2",
1109
- "line-height": "1.5",
1110
- },
1111
- },
1112
- {
1113
- "feature-container": {
1114
- display: "flex",
1115
- "align-items": "flex-start",
1116
- "column-gap": "base",
1117
- "padding-top": "lg",
1118
- "padding-bottom": "lg",
1119
- "padding-left": "lg",
1120
- "padding-right": "lg",
1121
- "border-radius": "lg",
1122
- "background-color": "background-2",
1123
- },
1124
- icon: {
1125
- width: "32px",
1126
- height: "32px",
1127
- "flex-shrink": "0",
1128
- },
1129
- "text-container": {
1130
- display: "flex",
1131
- "flex-direction": "column",
1132
- },
1133
- title: {
1134
- "font-weight": "600",
1135
- color: "text-1",
1136
- "margin-bottom": "xs",
1137
- "font-size": "sm",
1138
- },
1139
- description: {
1140
- "font-size": "xs",
1141
- color: "text-2",
1142
- "line-height": "1.5",
1143
- },
1144
- },
1145
- {
1146
- "feature-container": {
1147
- display: "flex",
1148
- "align-items": "flex-start",
1149
- "column-gap": "base",
1150
- "padding-top": "lg",
1151
- "padding-bottom": "lg",
1152
- "padding-left": "lg",
1153
- "padding-right": "lg",
1154
- "border-radius": "lg",
1155
- "background-color": "background-2",
1156
- },
1157
- icon: {
1158
- width: "32px",
1159
- height: "32px",
1160
- "flex-shrink": "0",
1161
- },
1162
- "text-container": {
1163
- display: "flex",
1164
- "flex-direction": "column",
1165
- },
1166
- title: {
1167
- "font-weight": "600",
1168
- color: "text-1",
1169
978
  "margin-bottom": "xs",
1170
- "font-size": "sm",
1171
979
  },
1172
980
  description: {
1173
981
  "font-size": "xs",
@@ -1177,566 +985,138 @@ export const Service1: IBlock = {
1177
985
  },
1178
986
  ],
1179
987
  },
988
+ ],
989
+ },
990
+ content: DEFAULT_CONTENT,
991
+ config: {
992
+ "main-title": {
993
+ heading: {
994
+ level: 2,
995
+ },
996
+ selectedVariants: {
997
+ Heading_Level: "H2",
998
+ },
999
+ },
1000
+ "features-title": {
1001
+ heading: {
1002
+ level: "4",
1003
+ },
1004
+ selectedVariants: {
1005
+ Heading_Level: "H5",
1006
+ },
1007
+ },
1008
+ "service-cards": [
1180
1009
  {
1181
- "card-container": {
1182
- display: "flex",
1183
- "flex-direction": "column",
1184
- "row-gap": "lg",
1185
- "padding-top": "lg",
1186
- "padding-bottom": "lg",
1187
- "padding-left": "lg",
1188
- "padding-right": "lg",
1189
- "border-radius": "lg",
1190
- "border-width": "1px",
1191
- "border-style": "solid",
1192
- "border-color": "border",
1193
- "background-color": "background-1",
1194
- },
1195
1010
  title: {
1196
- color: "text-1",
1197
- "font-size": "lg",
1198
- "font-weight": "600",
1199
- },
1200
- image: {
1201
- width: "100%",
1202
- height: "200px",
1203
- "object-fit": "cover",
1204
- "border-radius": "base",
1011
+ heading: {
1012
+ level: "5",
1013
+ },
1014
+ selectedVariants: {
1015
+ Heading_Level: "H6",
1016
+ },
1205
1017
  },
1206
1018
  description: {
1207
- color: "text-2",
1208
- "line-height": "1.6",
1209
- "font-size": "sm",
1210
- "flex-grow": "1",
1019
+ selectedVariants: {
1020
+ Typography_Variants: "Small",
1021
+ },
1211
1022
  },
1212
- cta: {
1213
- width: "fit-content",
1214
- "margin-top": "auto",
1023
+ "card-container": {
1024
+ selectedVariants: {},
1215
1025
  },
1216
- "service-features_levoGroup": {
1217
- display: "grid",
1218
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1219
- "row-gap": "lg",
1220
- "column-gap": "lg",
1221
- mobile: {
1222
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
1026
+ },
1027
+ {
1028
+ title: {
1029
+ heading: {
1030
+ level: "5",
1031
+ },
1032
+ selectedVariants: {
1033
+ Heading_Level: "H6",
1223
1034
  },
1224
1035
  },
1225
1036
  "service-features": [
1226
1037
  {
1227
- "feature-container": {
1228
- display: "flex",
1229
- "align-items": "flex-start",
1230
- "column-gap": "base",
1231
- "padding-top": "lg",
1232
- "padding-bottom": "lg",
1233
- "padding-left": "lg",
1234
- "padding-right": "lg",
1235
- "border-radius": "lg",
1236
- "background-color": "background-2",
1237
- },
1238
- icon: {
1239
- width: "32px",
1240
- height: "32px",
1241
- "flex-shrink": "0",
1242
- },
1243
- "text-container": {
1244
- display: "flex",
1245
- "flex-direction": "column",
1246
- },
1247
1038
  title: {
1248
- "font-weight": "600",
1249
- color: "text-1",
1250
- "margin-bottom": "xs",
1251
- "font-size": "sm",
1252
- },
1253
- description: {
1254
- "font-size": "xs",
1255
- color: "text-2",
1256
- "line-height": "1.5",
1039
+ selectedVariants: {
1040
+ Typography_Variants: "Small",
1041
+ },
1257
1042
  },
1258
1043
  },
1259
1044
  {
1260
- "feature-container": {
1261
- display: "flex",
1262
- "align-items": "flex-start",
1263
- "column-gap": "base",
1264
- "padding-top": "lg",
1265
- "padding-bottom": "lg",
1266
- "padding-left": "lg",
1267
- "padding-right": "lg",
1268
- "border-radius": "lg",
1269
- "background-color": "background-2",
1270
- },
1271
- icon: {
1272
- width: "32px",
1273
- height: "32px",
1274
- "flex-shrink": "0",
1275
- },
1276
- "text-container": {
1277
- display: "flex",
1278
- "flex-direction": "column",
1279
- },
1280
1045
  title: {
1281
- "font-weight": "600",
1282
- color: "text-1",
1283
- "margin-bottom": "xs",
1284
- "font-size": "sm",
1285
- },
1286
- description: {
1287
- "font-size": "xs",
1288
- color: "text-2",
1289
- "line-height": "1.5",
1046
+ selectedVariants: {
1047
+ Typography_Variants: "Small",
1048
+ },
1290
1049
  },
1291
1050
  },
1292
1051
  {
1293
- "feature-container": {
1294
- display: "flex",
1295
- "align-items": "flex-start",
1296
- "column-gap": "base",
1297
- "padding-top": "lg",
1298
- "padding-bottom": "lg",
1299
- "padding-left": "lg",
1300
- "padding-right": "lg",
1301
- "border-radius": "lg",
1302
- "background-color": "background-2",
1303
- },
1304
- icon: {
1305
- width: "32px",
1306
- height: "32px",
1307
- "flex-shrink": "0",
1308
- },
1309
- "text-container": {
1310
- display: "flex",
1311
- "flex-direction": "column",
1312
- },
1313
1052
  title: {
1314
- "font-weight": "600",
1315
- color: "text-1",
1316
- "margin-bottom": "xs",
1317
- "font-size": "sm",
1318
- },
1319
- description: {
1320
- "font-size": "xs",
1321
- color: "text-2",
1322
- "line-height": "1.5",
1323
- },
1324
- },
1325
- {
1326
- "feature-container": {
1327
- display: "flex",
1328
- "align-items": "flex-start",
1329
- "column-gap": "base",
1330
- "padding-top": "lg",
1331
- "padding-bottom": "lg",
1332
- "padding-left": "lg",
1333
- "padding-right": "lg",
1334
- "border-radius": "lg",
1335
- "background-color": "background-2",
1336
- },
1337
- icon: {
1338
- width: "32px",
1339
- height: "32px",
1340
- "flex-shrink": "0",
1341
- },
1342
- "text-container": {
1343
- display: "flex",
1344
- "flex-direction": "column",
1345
- },
1346
- title: {
1347
- "font-weight": "600",
1348
- color: "text-1",
1349
- "margin-bottom": "xs",
1350
- "font-size": "sm",
1351
- },
1352
- description: {
1353
- "font-size": "xs",
1354
- color: "text-2",
1355
- "line-height": "1.5",
1053
+ selectedVariants: {
1054
+ Typography_Variants: "Small",
1055
+ },
1356
1056
  },
1357
1057
  },
1358
1058
  ],
1359
- },
1360
- {
1361
1059
  "card-container": {
1362
- display: "flex",
1363
- "flex-direction": "column",
1364
- "row-gap": "lg",
1365
- "padding-top": "lg",
1366
- "padding-bottom": "lg",
1367
- "padding-left": "lg",
1368
- "padding-right": "lg",
1369
- "border-radius": "lg",
1370
- "border-width": "1px",
1371
- "border-style": "solid",
1372
- "border-color": "border",
1373
- "background-color": "background-1",
1374
- },
1375
- title: {
1376
- color: "text-1",
1377
- "font-size": "lg",
1378
- "font-weight": "600",
1379
- },
1380
- image: {
1381
- width: "100%",
1382
- height: "200px",
1383
- "object-fit": "cover",
1384
- "border-radius": "base",
1385
- },
1386
- description: {
1387
- color: "text-2",
1388
- "line-height": "1.6",
1389
- "font-size": "sm",
1390
- "flex-grow": "1",
1060
+ selectedVariants: {},
1391
1061
  },
1392
- cta: {
1393
- width: "fit-content",
1394
- "margin-top": "auto",
1395
- },
1396
- "service-features_levoGroup": {
1397
- display: "grid",
1398
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1399
- "row-gap": "lg",
1400
- "column-gap": "lg",
1401
- mobile: {
1402
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
1062
+ },
1063
+ ],
1064
+ "services-accordion": [
1065
+ {
1066
+ question: {
1067
+ heading: {
1068
+ level: "5",
1069
+ },
1070
+ selectedVariants: {
1071
+ Heading_Level: "H6",
1403
1072
  },
1404
1073
  },
1405
- "service-features": [
1406
- {
1407
- "feature-container": {
1408
- display: "flex",
1409
- "align-items": "flex-start",
1410
- "column-gap": "base",
1411
- "padding-top": "lg",
1412
- "padding-bottom": "lg",
1413
- "padding-left": "lg",
1414
- "padding-right": "lg",
1415
- "border-radius": "lg",
1416
- "background-color": "background-2",
1417
- },
1418
- icon: {
1419
- width: "32px",
1420
- height: "32px",
1421
- "flex-shrink": "0",
1422
- },
1423
- "text-container": {
1424
- display: "flex",
1425
- "flex-direction": "column",
1426
- },
1427
- title: {
1428
- "font-weight": "600",
1429
- color: "text-1",
1430
- "margin-bottom": "xs",
1431
- "font-size": "sm",
1432
- },
1433
- description: {
1434
- "font-size": "xs",
1435
- color: "text-2",
1436
- "line-height": "1.5",
1437
- },
1074
+ },
1075
+ {
1076
+ question: {
1077
+ selectedVariants: {
1078
+ Heading_Level: "H6",
1438
1079
  },
1439
- {
1440
- "feature-container": {
1441
- display: "flex",
1442
- "align-items": "flex-start",
1443
- "column-gap": "base",
1444
- "padding-top": "lg",
1445
- "padding-bottom": "lg",
1446
- "padding-left": "lg",
1447
- "padding-right": "lg",
1448
- "border-radius": "lg",
1449
- "background-color": "background-2",
1450
- },
1451
- icon: {
1452
- width: "32px",
1453
- height: "32px",
1454
- "flex-shrink": "0",
1455
- },
1456
- "text-container": {
1457
- display: "flex",
1458
- "flex-direction": "column",
1459
- },
1460
- title: {
1461
- "font-weight": "600",
1462
- color: "text-1",
1463
- "margin-bottom": "xs",
1464
- "font-size": "sm",
1465
- },
1466
- description: {
1467
- "font-size": "xs",
1468
- color: "text-2",
1469
- "line-height": "1.5",
1470
- },
1080
+ heading: {
1081
+ level: "5",
1471
1082
  },
1472
- {
1473
- "feature-container": {
1474
- display: "flex",
1475
- "align-items": "flex-start",
1476
- "column-gap": "base",
1477
- "padding-top": "lg",
1478
- "padding-bottom": "lg",
1479
- "padding-left": "lg",
1480
- "padding-right": "lg",
1481
- "border-radius": "lg",
1482
- "background-color": "background-2",
1483
- },
1484
- icon: {
1485
- width: "32px",
1486
- height: "32px",
1487
- "flex-shrink": "0",
1488
- },
1489
- "text-container": {
1490
- display: "flex",
1491
- "flex-direction": "column",
1492
- },
1493
- title: {
1494
- "font-weight": "600",
1495
- color: "text-1",
1496
- "margin-bottom": "xs",
1497
- "font-size": "sm",
1498
- },
1499
- description: {
1500
- "font-size": "xs",
1501
- color: "text-2",
1502
- "line-height": "1.5",
1503
- },
1083
+ },
1084
+ },
1085
+ {
1086
+ question: {
1087
+ selectedVariants: {
1088
+ Heading_Level: "H6",
1504
1089
  },
1505
- {
1506
- "feature-container": {
1507
- display: "flex",
1508
- "align-items": "flex-start",
1509
- "column-gap": "base",
1510
- "padding-top": "lg",
1511
- "padding-bottom": "lg",
1512
- "padding-left": "lg",
1513
- "padding-right": "lg",
1514
- "border-radius": "lg",
1515
- "background-color": "background-2",
1516
- },
1517
- icon: {
1518
- width: "32px",
1519
- height: "32px",
1520
- "flex-shrink": "0",
1521
- },
1522
- "text-container": {
1523
- display: "flex",
1524
- "flex-direction": "column",
1525
- },
1526
- title: {
1527
- "font-weight": "600",
1528
- color: "text-1",
1529
- "margin-bottom": "xs",
1530
- "font-size": "sm",
1531
- },
1532
- description: {
1533
- "font-size": "xs",
1534
- color: "text-2",
1535
- "line-height": "1.5",
1536
- },
1090
+ heading: {
1091
+ level: "5",
1537
1092
  },
1538
- ],
1093
+ },
1539
1094
  },
1540
1095
  {
1541
- "card-container": {
1542
- display: "flex",
1543
- "flex-direction": "column",
1544
- "row-gap": "lg",
1545
- "padding-top": "lg",
1546
- "padding-bottom": "lg",
1547
- "padding-left": "lg",
1548
- "padding-right": "lg",
1549
- "border-radius": "lg",
1550
- "border-width": "1px",
1551
- "border-style": "solid",
1552
- "border-color": "border",
1553
- "background-color": "background-1",
1554
- },
1555
- title: {
1556
- color: "text-1",
1557
- "font-size": "lg",
1558
- "font-weight": "600",
1559
- },
1560
- image: {
1561
- width: "100%",
1562
- height: "200px",
1563
- "object-fit": "cover",
1564
- "border-radius": "base",
1565
- },
1566
- description: {
1567
- color: "text-2",
1568
- "line-height": "1.6",
1569
- "font-size": "sm",
1570
- "flex-grow": "1",
1571
- },
1572
- cta: {
1573
- width: "fit-content",
1574
- "margin-top": "auto",
1575
- },
1576
- "service-features_levoGroup": {
1577
- display: "grid",
1578
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1579
- "row-gap": "lg",
1580
- "column-gap": "lg",
1581
- mobile: {
1582
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
1096
+ question: {
1097
+ selectedVariants: {
1098
+ Heading_Level: "H6",
1583
1099
  },
1584
1100
  },
1585
- "service-features": [
1586
- {
1587
- "feature-container": {
1588
- display: "flex",
1589
- "align-items": "flex-start",
1590
- "column-gap": "base",
1591
- "padding-top": "lg",
1592
- "padding-bottom": "lg",
1593
- "padding-left": "lg",
1594
- "padding-right": "lg",
1595
- "border-radius": "lg",
1596
- "background-color": "background-2",
1597
- },
1598
- icon: {
1599
- width: "32px",
1600
- height: "32px",
1601
- "flex-shrink": "0",
1602
- },
1603
- "text-container": {
1604
- display: "flex",
1605
- "flex-direction": "column",
1606
- },
1607
- title: {
1608
- "font-weight": "600",
1609
- color: "text-1",
1610
- "margin-bottom": "xs",
1611
- "font-size": "sm",
1612
- },
1613
- description: {
1614
- "font-size": "xs",
1615
- color: "text-2",
1616
- "line-height": "1.5",
1617
- },
1618
- },
1619
- {
1620
- "feature-container": {
1621
- display: "flex",
1622
- "align-items": "flex-start",
1623
- "column-gap": "base",
1624
- "padding-top": "lg",
1625
- "padding-bottom": "lg",
1626
- "padding-left": "lg",
1627
- "padding-right": "lg",
1628
- "border-radius": "lg",
1629
- "background-color": "background-2",
1630
- },
1631
- icon: {
1632
- width: "32px",
1633
- height: "32px",
1634
- "flex-shrink": "0",
1635
- },
1636
- "text-container": {
1637
- display: "flex",
1638
- "flex-direction": "column",
1639
- },
1640
- title: {
1641
- "font-weight": "600",
1642
- color: "text-1",
1643
- "margin-bottom": "xs",
1644
- "font-size": "sm",
1645
- },
1646
- description: {
1647
- "font-size": "xs",
1648
- color: "text-2",
1649
- "line-height": "1.5",
1650
- },
1651
- },
1652
- {
1653
- "feature-container": {
1654
- display: "flex",
1655
- "align-items": "flex-start",
1656
- "column-gap": "base",
1657
- "padding-top": "lg",
1658
- "padding-bottom": "lg",
1659
- "padding-left": "lg",
1660
- "padding-right": "lg",
1661
- "border-radius": "lg",
1662
- "background-color": "background-2",
1663
- },
1664
- icon: {
1665
- width: "32px",
1666
- height: "32px",
1667
- "flex-shrink": "0",
1668
- },
1669
- "text-container": {
1670
- display: "flex",
1671
- "flex-direction": "column",
1672
- },
1673
- title: {
1674
- "font-weight": "600",
1675
- color: "text-1",
1676
- "margin-bottom": "xs",
1677
- "font-size": "sm",
1678
- },
1679
- description: {
1680
- "font-size": "xs",
1681
- color: "text-2",
1682
- "line-height": "1.5",
1683
- },
1684
- },
1685
- {
1686
- "feature-container": {
1687
- display: "flex",
1688
- "align-items": "flex-start",
1689
- "column-gap": "base",
1690
- "padding-top": "lg",
1691
- "padding-bottom": "lg",
1692
- "padding-left": "lg",
1693
- "padding-right": "lg",
1694
- "border-radius": "lg",
1695
- "background-color": "background-2",
1696
- },
1697
- icon: {
1698
- width: "32px",
1699
- height: "32px",
1700
- "flex-shrink": "0",
1701
- },
1702
- "text-container": {
1703
- display: "flex",
1704
- "flex-direction": "column",
1705
- },
1706
- title: {
1707
- "font-weight": "600",
1708
- color: "text-1",
1709
- "margin-bottom": "xs",
1710
- "font-size": "sm",
1711
- },
1712
- description: {
1713
- "font-size": "xs",
1714
- color: "text-2",
1715
- "line-height": "1.5",
1716
- },
1717
- },
1718
- ],
1719
1101
  },
1720
1102
  ],
1721
- },
1722
- content: DEFAULT_CONTENT,
1723
- config: {
1724
- "main-title": {
1725
- heading: {
1726
- level: 2,
1727
- },
1728
- selectedVariants: {
1729
- Heading_Level: "H2",
1103
+ "features-list": [
1104
+ {
1105
+ title: {
1106
+ selectedVariants: {},
1107
+ },
1730
1108
  },
1731
- },
1732
- "features-title": {
1733
- heading: {
1734
- level: 3,
1109
+ {
1110
+ title: {
1111
+ selectedVariants: {},
1112
+ },
1735
1113
  },
1736
- selectedVariants: {
1737
- Heading_Level: "H3",
1114
+ {
1115
+ title: {
1116
+ selectedVariants: {},
1117
+ },
1738
1118
  },
1739
- },
1119
+ ],
1740
1120
  },
1741
1121
  },
1742
1122
  ],