@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
@@ -4,69 +4,69 @@ const DEFAULT_CONTENT = {
4
4
  layout: null,
5
5
  container: null,
6
6
  header_wrapper: null,
7
- title: "Our Services",
7
+ title: "Services that ship in weeks",
8
8
  description:
9
- "Everything you need to build, launch, and grow without writing a single line of code.",
9
+ "Acceptance, risk, ledger, payouts, and reporting a modular stack that clears PCI audit, settles daily, and plugs into your existing rails.",
10
10
  services_levoGroup: null,
11
11
  services: [
12
12
  {
13
13
  service_item: null,
14
14
  number_wrapper: null,
15
- number: "1",
15
+ number: "01",
16
16
  content_wrapper: null,
17
- service_title: "Custom Website Building",
17
+ service_title: "Acceptance",
18
18
  service_description:
19
- "Professional website development tailored to your business needs with modern design and functionality.",
19
+ "Route across 180+ currencies and 40 local methods with smart retries that recover 8% of declined authorizations automatically.",
20
20
  ctas_levoGroup: null,
21
- ctas: [{ cta: "Explore More" }, { cta: "Learn More" }],
21
+ ctas: [{ cta: "See coverage" }, { cta: "Book a demo" }],
22
22
  separator: null,
23
23
  },
24
24
  {
25
25
  service_item: null,
26
26
  number_wrapper: null,
27
- number: "2",
27
+ number: "02",
28
28
  content_wrapper: null,
29
- service_title: "Landing Page Creation",
29
+ service_title: "Risk engine",
30
30
  service_description:
31
- "High-converting landing pages designed to capture leads and drive business growth effectively.",
31
+ "Device graph and behavioral models cut fraud by 42% while keeping 3-D Secure challenges under 4% of approved volume.",
32
32
  ctas_levoGroup: null,
33
- ctas: [{ cta: "Explore More" }, { cta: "Learn More" }],
33
+ ctas: [{ cta: "View rule catalog" }, { cta: "Book a demo" }],
34
34
  separator: null,
35
35
  },
36
36
  {
37
37
  service_item: null,
38
38
  number_wrapper: null,
39
- number: "3",
39
+ number: "03",
40
40
  content_wrapper: null,
41
- service_title: "Client Portfolio Websites",
41
+ service_title: "Ledger",
42
42
  service_description:
43
- "Showcase your work with stunning portfolio websites that highlight your expertise and achievements.",
43
+ "Double-entry books update per authorization with tokenized IDs, so reconciliation and payouts clear within the same minute.",
44
44
  ctas_levoGroup: null,
45
- ctas: [{ cta: "Explore More" }, { cta: "Learn More" }],
45
+ ctas: [{ cta: "Read ledger docs" }, { cta: "Book a demo" }],
46
46
  separator: null,
47
47
  },
48
48
  {
49
49
  service_item: null,
50
50
  number_wrapper: null,
51
- number: "4",
51
+ number: "04",
52
52
  content_wrapper: null,
53
- service_title: "Event & Webinar Pages",
53
+ service_title: "Payouts",
54
54
  service_description:
55
- "Engaging event pages with registration forms and promotional content to maximize attendance.",
55
+ "Push to 14 corridors with per-corridor SLAs, real-time FX, and batched settlement files that drop into your treasury on a schedule.",
56
56
  ctas_levoGroup: null,
57
- ctas: [{ cta: "Explore More" }, { cta: "Learn More" }],
57
+ ctas: [{ cta: "See routing rules" }, { cta: "Book a demo" }],
58
58
  separator: null,
59
59
  },
60
60
  {
61
61
  service_item: null,
62
62
  number_wrapper: null,
63
- number: "5",
63
+ number: "05",
64
64
  content_wrapper: null,
65
- service_title: "Team or Company Microsites",
65
+ service_title: "Reporting",
66
66
  service_description:
67
- "Dedicated microsites for teams or company divisions with focused messaging and branding.",
67
+ "Dashboards, exports, and warehouse syncs with signed row-level events audit-ready reports without a separate pipeline.",
68
68
  ctas_levoGroup: null,
69
- ctas: [{ cta: "Explore More" }, { cta: "Learn More" }],
69
+ ctas: [{ cta: "Open sample report" }, { cta: "Book a demo" }],
70
70
  separator: null,
71
71
  },
72
72
  ],
@@ -206,470 +206,435 @@ export const Content3: IBlock = {
206
206
  "flex-direction": "column",
207
207
  "row-gap": "none",
208
208
  },
209
- services: [
210
- {
211
- service_item: {
212
- display: "flex",
213
- "align-items": "center",
214
- "column-gap": "2xl",
215
- "padding-top": "3xl",
216
- "padding-bottom": "3xl",
217
- tablet: {
218
- "column-gap": "base",
219
- "padding-top": "xl",
220
- "padding-bottom": "xl",
221
- },
222
- mobile: {
223
- "flex-direction": "row",
224
- "row-gap": "base",
225
- "padding-top": "lg",
226
- "padding-bottom": "lg",
227
- },
228
- "justify-content": "space-between",
229
- "row-gap": "none",
230
- },
231
- number_wrapper: {
232
- "flex-shrink": "0",
233
- tablet: {
234
- width: "40px",
235
- height: "40px",
236
- },
237
- mobile: {
238
- width: "auto",
239
- height: "auto",
240
- },
241
- },
242
- number: {
243
- color: "text-1",
244
- mobile: {
245
- "font-size": "sm",
246
-
247
- width: "fit-content",
248
- },
249
- },
250
- content_wrapper: {
251
- "flex-grow": "1",
252
- display: "flex",
209
+ services_levoGroupItem: {
210
+ service_item: {
211
+ display: "flex",
212
+ "align-items": "center",
213
+ "column-gap": "2xl",
214
+ "padding-top": "3xl",
215
+ "padding-bottom": "3xl",
216
+ tablet: {
217
+ "column-gap": "base",
218
+ "padding-top": "xl",
219
+ "padding-bottom": "xl",
220
+ },
221
+ mobile: {
253
222
  "flex-direction": "row",
254
- "row-gap": "12px",
255
-
256
- "justify-content": "space-between",
257
- "align-items": "center",
223
+ "row-gap": "base",
224
+ "padding-top": "lg",
225
+ "padding-bottom": "lg",
258
226
  },
259
- service_title: {
260
- tablet: {
261
- "font-size": "xl",
262
- },
263
- mobile: {
264
- "font-size": "sm",
265
- width: "auto",
266
- },
227
+ "justify-content": "space-between",
228
+ "row-gap": "none",
229
+ },
230
+ number_wrapper: {
231
+ "flex-shrink": "0",
232
+ tablet: {
233
+ width: "40px",
234
+ height: "40px",
267
235
  },
268
- service_description: {
269
- "font-size": "16px",
270
- color: "text-2",
271
- "line-height": "1.6",
272
- tablet: {
273
- "font-size": "14px",
274
- },
275
- mobile: {
276
- "font-size": "14px",
277
- },
236
+ mobile: {
237
+ width: "auto",
238
+ height: "auto",
239
+ },
240
+ },
241
+ number: {
242
+ color: "text-1",
243
+ mobile: {
244
+ "font-size": "sm",
278
245
 
279
- display: "none",
246
+ width: "fit-content",
280
247
  },
281
- ctas_levoGroup: {
282
- display: "flex",
283
- "flex-direction": "row",
284
- "align-items": "center",
285
- gap: "sm",
286
- tablet: {
287
- "font-size": "13px",
288
- },
289
- mobile: {
290
- "font-size": "12px",
248
+ },
249
+ content_wrapper: {
250
+ "flex-grow": "1",
251
+ display: "flex",
252
+ "flex-direction": "row",
253
+ "row-gap": "12px",
291
254
 
292
- "flex-direction": "column",
293
- },
255
+ "justify-content": "space-between",
256
+ "align-items": "center",
257
+ },
258
+ service_title: {
259
+ tablet: {
260
+ "font-size": "xl",
294
261
  },
295
- ctas: Array(2).map(() => ({})),
296
- separator: {
297
- width: "100%",
298
- height: "1px",
299
- "background-color": "var(--color-border)",
262
+ mobile: {
263
+ "font-size": "sm",
264
+ width: "auto",
300
265
  },
301
266
  },
302
- {
303
- service_item: {
304
- display: "flex",
305
- "align-items": "center",
306
- "column-gap": "2xl",
307
- "padding-top": "3xl",
308
- "padding-bottom": "3xl",
309
- tablet: {
310
- "column-gap": "base",
311
- "padding-top": "xl",
312
- "padding-bottom": "xl",
313
- },
314
- mobile: {
315
- "flex-direction": "row",
316
- "row-gap": "base",
317
- "padding-top": "lg",
318
- "padding-bottom": "lg",
319
- },
320
- "justify-content": "space-between",
321
- "row-gap": "none",
267
+ service_description: {
268
+ "font-size": "16px",
269
+ color: "text-2",
270
+ "line-height": "1.6",
271
+ tablet: {
272
+ "font-size": "14px",
322
273
  },
323
- number_wrapper: {
324
- "flex-shrink": "0",
325
- tablet: {
326
- width: "40px",
327
- height: "40px",
328
- },
329
- mobile: {
330
- width: "auto",
331
- height: "auto",
332
- },
274
+ mobile: {
275
+ "font-size": "14px",
333
276
  },
334
- number: {
335
- color: "text-1",
336
- mobile: {
337
- "font-size": "sm",
338
277
 
339
- width: "fit-content",
340
- },
341
- },
342
- content_wrapper: {
343
- "flex-grow": "1",
344
- display: "flex",
345
- "flex-direction": "row",
346
- "row-gap": "12px",
278
+ display: "none",
279
+ },
280
+ ctas_levoGroup: {
281
+ display: "flex",
282
+ "flex-direction": "row",
283
+ "align-items": "center",
284
+ gap: "sm",
285
+ tablet: {
286
+ "font-size": "13px",
287
+ },
288
+ mobile: {
289
+ "font-size": "12px",
347
290
 
348
- "justify-content": "space-between",
349
- "align-items": "center",
350
- },
351
- service_title: {
352
- tablet: {
353
- "font-size": "xl",
354
- },
355
- mobile: {
356
- "font-size": "sm",
357
- width: "auto",
358
- },
291
+ "flex-direction": "column",
359
292
  },
360
- service_description: {
361
- "font-size": "16px",
362
- color: "text-2",
363
- "line-height": "1.6",
364
- tablet: {
365
- "font-size": "14px",
366
- },
367
- mobile: {
368
- "font-size": "14px",
369
- },
370
-
371
- display: "none",
293
+ },
294
+ separator: {
295
+ width: "100%",
296
+ height: "1px",
297
+ "background-color": "var(--color-border)",
298
+ },
299
+ },
300
+ services: [{}, {}, {}, {}, {}],
301
+ },
302
+ content: DEFAULT_CONTENT,
303
+ config: {
304
+ title: {
305
+ heading: {
306
+ level: 2,
307
+ },
308
+ selectedVariants: {
309
+ Heading_Level: "H2",
310
+ },
311
+ },
312
+ services: [
313
+ {
314
+ number: {
315
+ selectedVariants: {},
372
316
  },
373
- ctas_levoGroup: {
374
- display: "flex",
375
- "flex-direction": "row",
376
- "align-items": "center",
377
- gap: "sm",
378
- tablet: {
379
- "font-size": "13px",
317
+ service_title: {
318
+ heading: {
319
+ level: "4",
380
320
  },
381
- mobile: {
382
- "font-size": "12px",
383
-
384
- "flex-direction": "column",
321
+ selectedVariants: {
322
+ Heading_Level: "H4",
385
323
  },
386
324
  },
387
- ctas: Array(2).map(() => ({})),
388
- separator: {
389
- width: "100%",
390
- height: "1px",
391
- "background-color": "var(--color-border)",
392
- },
393
- },
394
- {
395
325
  service_item: {
396
- display: "flex",
397
- "align-items": "center",
398
- "column-gap": "2xl",
399
- "padding-top": "3xl",
400
- "padding-bottom": "3xl",
401
- tablet: {
402
- "column-gap": "base",
403
- "padding-top": "xl",
404
- "padding-bottom": "xl",
405
- },
406
- mobile: {
407
- "flex-direction": "row",
408
- "row-gap": "base",
409
- "padding-top": "lg",
410
- "padding-bottom": "lg",
411
- },
412
- "justify-content": "space-between",
413
- "row-gap": "none",
326
+ selectedVariants: {},
414
327
  },
415
328
  number_wrapper: {
416
- "flex-shrink": "0",
417
- tablet: {
418
- width: "40px",
419
- height: "40px",
420
- },
421
- mobile: {
422
- width: "auto",
423
- height: "auto",
424
- },
329
+ selectedVariants: {},
425
330
  },
331
+ ctas: [
332
+ { cta: { selectedVariants: {} } },
333
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
334
+ ],
335
+ },
336
+ {
426
337
  number: {
427
- color: "text-1",
428
- mobile: {
429
- "font-size": "sm",
430
-
431
- width: "fit-content",
432
- },
433
- },
434
- content_wrapper: {
435
- "flex-grow": "1",
436
- display: "flex",
437
- "flex-direction": "row",
438
- "row-gap": "12px",
439
-
440
- "justify-content": "space-between",
441
- "align-items": "center",
338
+ selectedVariants: {},
442
339
  },
443
340
  service_title: {
444
- tablet: {
445
- "font-size": "xl",
446
- },
447
- mobile: {
448
- "font-size": "sm",
449
- width: "auto",
450
- },
451
- },
452
- service_description: {
453
- "font-size": "16px",
454
- color: "text-2",
455
- "line-height": "1.6",
456
- tablet: {
457
- "font-size": "14px",
458
- },
459
- mobile: {
460
- "font-size": "14px",
341
+ selectedVariants: {
342
+ Heading_Level: "H4",
461
343
  },
462
-
463
- display: "none",
464
344
  },
465
- ctas_levoGroup: {
466
- display: "flex",
467
- "flex-direction": "row",
468
- "align-items": "center",
469
- gap: "sm",
470
- tablet: {
471
- "font-size": "13px",
472
- },
473
- mobile: {
474
- "font-size": "12px",
475
-
476
- "flex-direction": "column",
477
- },
345
+ service_item: {
346
+ selectedVariants: {},
478
347
  },
479
- ctas: Array(2).map(() => ({})),
480
- separator: {
481
- width: "100%",
482
- height: "1px",
483
- "background-color": "var(--color-border)",
348
+ number_wrapper: {
349
+ selectedVariants: {},
484
350
  },
351
+ ctas: [
352
+ { cta: { selectedVariants: {} } },
353
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
354
+ ],
485
355
  },
486
356
  {
357
+ number: {
358
+ selectedVariants: {},
359
+ },
360
+ service_title: {
361
+ selectedVariants: {
362
+ Heading_Level: "H4",
363
+ },
364
+ },
487
365
  service_item: {
488
- display: "flex",
489
- "align-items": "center",
490
- "column-gap": "2xl",
491
- "padding-top": "3xl",
492
- "padding-bottom": "3xl",
493
- tablet: {
494
- "column-gap": "base",
495
- "padding-top": "xl",
496
- "padding-bottom": "xl",
497
- },
498
- mobile: {
499
- "flex-direction": "row",
500
- "row-gap": "base",
501
- "padding-top": "lg",
502
- "padding-bottom": "lg",
503
- },
504
- "justify-content": "space-between",
505
- "row-gap": "none",
366
+ selectedVariants: {},
506
367
  },
507
368
  number_wrapper: {
508
- "flex-shrink": "0",
509
- tablet: {
510
- width: "40px",
511
- height: "40px",
512
- },
513
- mobile: {
514
- width: "auto",
515
- height: "auto",
516
- },
369
+ selectedVariants: {},
517
370
  },
371
+ ctas: [
372
+ { cta: { selectedVariants: {} } },
373
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
374
+ ],
375
+ },
376
+ {
518
377
  number: {
519
- color: "text-1",
520
- mobile: {
521
- "font-size": "sm",
522
-
523
- width: "fit-content",
524
- },
525
- },
526
- content_wrapper: {
527
- "flex-grow": "1",
528
- display: "flex",
529
- "flex-direction": "row",
530
- "row-gap": "12px",
531
-
532
- "justify-content": "space-between",
533
- "align-items": "center",
378
+ selectedVariants: {},
534
379
  },
535
380
  service_title: {
536
- tablet: {
537
- "font-size": "xl",
538
- },
539
- mobile: {
540
- "font-size": "sm",
541
- width: "auto",
542
- },
543
- },
544
- service_description: {
545
- "font-size": "16px",
546
- color: "text-2",
547
- "line-height": "1.6",
548
- tablet: {
549
- "font-size": "14px",
550
- },
551
- mobile: {
552
- "font-size": "14px",
381
+ selectedVariants: {
382
+ Heading_Level: "H4",
553
383
  },
554
-
555
- display: "none",
556
384
  },
557
- ctas_levoGroup: {
558
- display: "flex",
559
- "flex-direction": "row",
560
- "align-items": "center",
561
- gap: "sm",
562
- tablet: {
563
- "font-size": "13px",
564
- },
565
- mobile: {
566
- "font-size": "12px",
567
-
568
- "flex-direction": "column",
569
- },
385
+ service_item: {
386
+ selectedVariants: {},
570
387
  },
571
- ctas: Array(2).map(() => ({})),
572
- separator: {
573
- width: "100%",
574
- height: "1px",
575
- "background-color": "var(--color-border)",
388
+ number_wrapper: {
389
+ selectedVariants: {},
576
390
  },
391
+ ctas: [
392
+ { cta: { selectedVariants: {} } },
393
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
394
+ ],
577
395
  },
578
396
  {
397
+ number: {
398
+ selectedVariants: {},
399
+ },
400
+ service_title: {
401
+ selectedVariants: {
402
+ Heading_Level: "H4",
403
+ },
404
+ },
579
405
  service_item: {
580
- display: "flex",
581
- "align-items": "center",
582
- "column-gap": "2xl",
583
- "padding-top": "3xl",
584
- "padding-bottom": "3xl",
585
- tablet: {
586
- "column-gap": "base",
587
- "padding-top": "xl",
588
- "padding-bottom": "xl",
589
- },
590
- mobile: {
591
- "flex-direction": "row",
592
- "row-gap": "base",
593
- "padding-top": "lg",
594
- "padding-bottom": "lg",
595
- },
596
- "justify-content": "space-between",
597
- "row-gap": "none",
406
+ selectedVariants: {},
598
407
  },
599
408
  number_wrapper: {
600
- "flex-shrink": "0",
601
- tablet: {
602
- width: "40px",
603
- height: "40px",
604
- },
605
- mobile: {
606
- width: "auto",
607
- height: "auto",
608
- },
409
+ selectedVariants: {},
609
410
  },
610
- number: {
611
- color: "text-1",
612
- mobile: {
613
- "font-size": "sm",
614
-
615
- width: "fit-content",
616
- },
411
+ ctas: [
412
+ { cta: { selectedVariants: {} } },
413
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
414
+ ],
415
+ },
416
+ ],
417
+ },
418
+ },
419
+ {
420
+ key: "grid",
421
+ title: "Grid",
422
+ styles: {
423
+ layout: {},
424
+ container: {},
425
+ header_wrapper: {
426
+ "text-align": "center",
427
+ "margin-bottom": "48px",
428
+ tablet: {
429
+ "margin-bottom": "32px",
430
+ "flex-direction": "column",
431
+ },
432
+ mobile: {
433
+ "margin-bottom": "24px",
434
+ },
435
+ display: "flex",
436
+ "justify-content": "space-between",
437
+ "align-items": "center",
438
+ width: "100%",
439
+ "flex-direction": "column",
440
+ },
441
+ title: {
442
+ "margin-bottom": "base",
443
+ },
444
+ description: {
445
+ "text-align": "center",
446
+ "max-width": "450px",
447
+ },
448
+ services_levoGroup: {
449
+ display: "grid",
450
+ "grid-template-columns": "1fr 1fr",
451
+ gap: "xl",
452
+ tablet: {
453
+ "grid-template-columns": "1fr 1fr",
454
+ gap: "base",
455
+ },
456
+ mobile: {
457
+ "grid-template-columns": "1fr",
458
+ },
459
+ },
460
+ services_levoGroupItem: {
461
+ service_item: {
462
+ display: "flex",
463
+ "flex-direction": "column",
464
+ "row-gap": "base",
465
+ "padding-top": "xl",
466
+ "padding-bottom": "xl",
467
+ "padding-left": "xl",
468
+ "padding-right": "xl",
469
+ tablet: {
470
+ "padding-top": "base",
471
+ "padding-bottom": "base",
472
+ "padding-left": "base",
473
+ "padding-right": "base",
474
+ },
475
+ mobile: {
476
+ "padding-top": "base",
477
+ "padding-bottom": "base",
478
+ "padding-left": "base",
479
+ "padding-right": "base",
617
480
  },
618
- content_wrapper: {
619
- "flex-grow": "1",
620
- display: "flex",
621
- "flex-direction": "row",
622
- "row-gap": "12px",
623
-
624
- "justify-content": "space-between",
625
- "align-items": "center",
481
+ },
482
+ number_wrapper: {
483
+ "flex-shrink": "0",
484
+ "margin-bottom": "sm",
485
+ },
486
+ number: {
487
+ color: "text-1",
488
+ },
489
+ content_wrapper: {
490
+ display: "flex",
491
+ "flex-direction": "column",
492
+ "row-gap": "sm",
493
+ },
494
+ service_title: {
495
+ tablet: {
496
+ "font-size": "xl",
626
497
  },
627
- service_title: {
628
- tablet: {
629
- "font-size": "xl",
630
- },
631
- mobile: {
632
- "font-size": "sm",
633
- width: "auto",
634
- },
498
+ mobile: {
499
+ "font-size": "base",
635
500
  },
636
- service_description: {
637
- "font-size": "16px",
638
- color: "text-2",
639
- "line-height": "1.6",
640
- tablet: {
641
- "font-size": "14px",
642
- },
643
- mobile: {
644
- "font-size": "14px",
645
- },
646
-
647
- display: "none",
501
+ },
502
+ service_description: {
503
+ "font-size": "16px",
504
+ color: "text-2",
505
+ "line-height": "1.6",
506
+ tablet: {
507
+ "font-size": "14px",
648
508
  },
649
- ctas_levoGroup: {
650
- display: "flex",
651
- "flex-direction": "row",
652
- "align-items": "center",
653
- gap: "sm",
654
- tablet: {
655
- "font-size": "13px",
656
- },
657
- mobile: {
658
- "font-size": "12px",
659
-
660
- "flex-direction": "column",
661
- },
509
+ mobile: {
510
+ "font-size": "14px",
511
+ },
512
+ },
513
+ ctas_levoGroup: {
514
+ display: "flex",
515
+ "flex-direction": "row",
516
+ "align-items": "center",
517
+ gap: "sm",
518
+ tablet: {
519
+ "font-size": "13px",
662
520
  },
663
- ctas: Array(2).map(() => ({})),
664
- separator: {
665
- width: "100%",
666
- height: "1px",
667
- "background-color": "var(--color-border)",
521
+ mobile: {
522
+ "font-size": "12px",
668
523
  },
669
524
  },
525
+ ctas: [null, null],
526
+ separator: {
527
+ display: "none",
528
+ },
529
+ },
530
+ services: [{}, {}, {}, {}, {}],
531
+ },
532
+ content: {
533
+ layout: null,
534
+ container: null,
535
+ header_wrapper: null,
536
+ title: "Our Services",
537
+ description:
538
+ "Everything you need to build, launch, and grow without writing a single line of code.",
539
+ services_levoGroup: null,
540
+ services: [
541
+ {
542
+ service_item: null,
543
+ number_wrapper: null,
544
+ number: "1",
545
+ content_wrapper: null,
546
+ service_title: "Custom Website Building",
547
+ service_description:
548
+ "Professional website development tailored to your business needs with modern design and functionality.",
549
+ ctas_levoGroup: null,
550
+ ctas: [
551
+ {
552
+ cta: "Explore More",
553
+ },
554
+ {
555
+ cta: "Learn More",
556
+ },
557
+ ],
558
+ separator: null,
559
+ },
560
+ {
561
+ service_item: null,
562
+ number_wrapper: null,
563
+ number: "2",
564
+ content_wrapper: null,
565
+ service_title: "Landing Page Creation",
566
+ service_description:
567
+ "High-converting landing pages designed to capture leads and drive business growth effectively.",
568
+ ctas_levoGroup: null,
569
+ ctas: [
570
+ {
571
+ cta: "Explore More",
572
+ },
573
+ {
574
+ cta: "Learn More",
575
+ },
576
+ ],
577
+ separator: null,
578
+ },
579
+ {
580
+ service_item: null,
581
+ number_wrapper: null,
582
+ number: "3",
583
+ content_wrapper: null,
584
+ service_title: "Client Portfolio Websites",
585
+ service_description:
586
+ "Showcase your work with stunning portfolio websites that highlight your expertise and achievements.",
587
+ ctas_levoGroup: null,
588
+ ctas: [
589
+ {
590
+ cta: "Explore More",
591
+ },
592
+ {
593
+ cta: "Learn More",
594
+ },
595
+ ],
596
+ separator: null,
597
+ },
598
+ {
599
+ service_item: null,
600
+ number_wrapper: null,
601
+ number: "4",
602
+ content_wrapper: null,
603
+ service_title: "Event & Webinar Pages",
604
+ service_description:
605
+ "Engaging event pages with registration forms and promotional content to maximize attendance.",
606
+ ctas_levoGroup: null,
607
+ ctas: [
608
+ {
609
+ cta: "Explore More",
610
+ },
611
+ {
612
+ cta: "Learn More",
613
+ },
614
+ ],
615
+ separator: null,
616
+ },
617
+ {
618
+ service_item: null,
619
+ number_wrapper: null,
620
+ number: "5",
621
+ content_wrapper: null,
622
+ service_title: "Team or Company Microsites",
623
+ service_description:
624
+ "Dedicated microsites for teams or company divisions with focused messaging and branding.",
625
+ ctas_levoGroup: null,
626
+ ctas: [
627
+ {
628
+ cta: "Explore More",
629
+ },
630
+ {
631
+ cta: "Learn More",
632
+ },
633
+ ],
634
+ separator: null,
635
+ },
670
636
  ],
671
637
  },
672
- content: DEFAULT_CONTENT,
673
638
  config: {
674
639
  title: {
675
640
  heading: {
@@ -685,9 +650,6 @@ export const Content3: IBlock = {
685
650
  selectedVariants: {},
686
651
  },
687
652
  service_title: {
688
- heading: {
689
- level: "4",
690
- },
691
653
  selectedVariants: {
692
654
  Heading_Level: "H4",
693
655
  },
@@ -698,6 +660,20 @@ export const Content3: IBlock = {
698
660
  number_wrapper: {
699
661
  selectedVariants: {},
700
662
  },
663
+ ctas: [
664
+ {
665
+ cta: {
666
+ selectedVariants: {},
667
+ },
668
+ },
669
+ {
670
+ cta: {
671
+ selectedVariants: {
672
+ Button_Variants: "Secondary",
673
+ },
674
+ },
675
+ },
676
+ ],
701
677
  },
702
678
  {
703
679
  number: {
@@ -714,6 +690,20 @@ export const Content3: IBlock = {
714
690
  number_wrapper: {
715
691
  selectedVariants: {},
716
692
  },
693
+ ctas: [
694
+ {
695
+ cta: {
696
+ selectedVariants: {},
697
+ },
698
+ },
699
+ {
700
+ cta: {
701
+ selectedVariants: {
702
+ Button_Variants: "Secondary",
703
+ },
704
+ },
705
+ },
706
+ ],
717
707
  },
718
708
  {
719
709
  number: {
@@ -730,6 +720,20 @@ export const Content3: IBlock = {
730
720
  number_wrapper: {
731
721
  selectedVariants: {},
732
722
  },
723
+ ctas: [
724
+ {
725
+ cta: {
726
+ selectedVariants: {},
727
+ },
728
+ },
729
+ {
730
+ cta: {
731
+ selectedVariants: {
732
+ Button_Variants: "Secondary",
733
+ },
734
+ },
735
+ },
736
+ ],
733
737
  },
734
738
  {
735
739
  number: {
@@ -746,6 +750,20 @@ export const Content3: IBlock = {
746
750
  number_wrapper: {
747
751
  selectedVariants: {},
748
752
  },
753
+ ctas: [
754
+ {
755
+ cta: {
756
+ selectedVariants: {},
757
+ },
758
+ },
759
+ {
760
+ cta: {
761
+ selectedVariants: {
762
+ Button_Variants: "Secondary",
763
+ },
764
+ },
765
+ },
766
+ ],
749
767
  },
750
768
  {
751
769
  number: {
@@ -762,9 +780,190 @@ export const Content3: IBlock = {
762
780
  number_wrapper: {
763
781
  selectedVariants: {},
764
782
  },
783
+ ctas: [
784
+ {
785
+ cta: {
786
+ selectedVariants: {},
787
+ },
788
+ },
789
+ {
790
+ cta: {
791
+ selectedVariants: {
792
+ Button_Variants: "Secondary",
793
+ },
794
+ },
795
+ },
796
+ ],
765
797
  },
766
798
  ],
767
799
  },
768
800
  },
801
+ {
802
+ key: "cards",
803
+ title: "Cards",
804
+ styles: {
805
+ layout: {},
806
+ container: {},
807
+ header_wrapper: {
808
+ "text-align": "center",
809
+ "margin-bottom": "48px",
810
+ tablet: {
811
+ "margin-bottom": "32px",
812
+ "flex-direction": "column",
813
+ },
814
+ mobile: {
815
+ "margin-bottom": "24px",
816
+ },
817
+ display: "flex",
818
+ "justify-content": "space-between",
819
+ "align-items": "center",
820
+ width: "100%",
821
+ "flex-direction": "row",
822
+ },
823
+ title: {
824
+ "margin-bottom": "base",
825
+ },
826
+ description: {
827
+ mobile: {
828
+ "text-align": "center",
829
+ },
830
+ "text-align": "left",
831
+ "max-width": "450px",
832
+ },
833
+ services_levoGroup: {
834
+ display: "flex",
835
+ "flex-direction": "column",
836
+ "row-gap": "xl",
837
+ },
838
+ services_levoGroupItem: {
839
+ service_item: {
840
+ display: "flex",
841
+ "align-items": "center",
842
+ "column-gap": "2xl",
843
+ "padding-top": "3xl",
844
+ "padding-bottom": "3xl",
845
+ "padding-left": "3xl",
846
+ "padding-right": "3xl",
847
+ "background-color": "background-1",
848
+ "border-radius": "xl",
849
+ "box-shadow": "0 1px 3px 0 rgba(0,0,0,0.1)",
850
+ tablet: {
851
+ "column-gap": "base",
852
+ "padding-top": "xl",
853
+ "padding-bottom": "xl",
854
+ "padding-left": "xl",
855
+ "padding-right": "xl",
856
+ },
857
+ mobile: {
858
+ "flex-direction": "row",
859
+ "row-gap": "base",
860
+ "padding-top": "lg",
861
+ "padding-bottom": "lg",
862
+ "padding-left": "lg",
863
+ "padding-right": "lg",
864
+ },
865
+ "justify-content": "space-between",
866
+ "row-gap": "none",
867
+ },
868
+ number_wrapper: {
869
+ "flex-shrink": "0",
870
+ tablet: {
871
+ width: "40px",
872
+ height: "40px",
873
+ },
874
+ mobile: {
875
+ width: "auto",
876
+ height: "auto",
877
+ },
878
+ },
879
+ number: {
880
+ color: "text-1",
881
+ mobile: {
882
+ "font-size": "sm",
883
+ width: "fit-content",
884
+ },
885
+ },
886
+ content_wrapper: {
887
+ "flex-grow": "1",
888
+ display: "flex",
889
+ "flex-direction": "row",
890
+ "row-gap": "12px",
891
+ "justify-content": "space-between",
892
+ "align-items": "center",
893
+ },
894
+ service_title: {
895
+ tablet: {
896
+ "font-size": "xl",
897
+ },
898
+ mobile: {
899
+ "font-size": "sm",
900
+ width: "auto",
901
+ },
902
+ },
903
+ service_description: {
904
+ "font-size": "16px",
905
+ color: "text-2",
906
+ "line-height": "1.6",
907
+ tablet: {
908
+ "font-size": "14px",
909
+ },
910
+ mobile: {
911
+ "font-size": "14px",
912
+ },
913
+ display: "none",
914
+ },
915
+ ctas_levoGroup: {
916
+ display: "flex",
917
+ "flex-direction": "row",
918
+ "align-items": "center",
919
+ gap: "sm",
920
+ tablet: {
921
+ "font-size": "13px",
922
+ },
923
+ mobile: {
924
+ "font-size": "12px",
925
+ "flex-direction": "column",
926
+ },
927
+ },
928
+ separator: {
929
+ display: "none",
930
+ },
931
+ },
932
+ services: [{}, {}, {}, {}, {}],
933
+ },
934
+ content: DEFAULT_CONTENT,
935
+ config: {
936
+ title: {
937
+ heading: {
938
+ level: 2,
939
+ },
940
+ selectedVariants: {
941
+ Heading_Level: "H2",
942
+ },
943
+ },
944
+ services: Array(5)
945
+ .fill(0)
946
+ .map(() => ({
947
+ number: {
948
+ selectedVariants: {},
949
+ },
950
+ service_title: {
951
+ selectedVariants: {
952
+ Heading_Level: "H4",
953
+ },
954
+ },
955
+ service_item: {
956
+ selectedVariants: {},
957
+ },
958
+ number_wrapper: {
959
+ selectedVariants: {},
960
+ },
961
+ ctas: [
962
+ { cta: { selectedVariants: {} } },
963
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
964
+ ],
965
+ })),
966
+ },
967
+ },
769
968
  ],
770
969
  };