@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
@@ -1,110 +1,128 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA_1 = {
4
- id: "iPDjefZlgPh1M",
5
- filename: "product-listing-1-1.png",
3
+ const IMG_1 = {
4
+ id: "7453455573150418985",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0.png",
6
+ location: "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-1-R6ertNbOMvUa0-1200w.webp 1200w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
- const MEDIA_2 = {
21
- id: "XZbHubcwuDQuO",
22
- filename: "product-listing-1-2.png",
26
+
27
+ const IMG_2 = {
28
+ id: "7453455590824764276",
23
29
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o.png",
30
+ location: "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg",
31
+ mimetype: "image/jpeg",
25
32
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-2-OaJNDLqfjAZ3o-1920w.webp 1920w",
33
+ "320w":
34
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
35
+ "640w":
36
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
37
+ "750w":
38
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
39
+ "828w":
40
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
41
+ "1080w":
42
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
43
+ "1200w":
44
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
45
+ "1920w":
46
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
47
+ path: "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
48
  },
35
- mimetype: "image/png",
36
49
  };
37
- const MEDIA_3 = {
38
- id: "oildArpqXyWvw",
39
- filename: "product-listing-1-3.png",
50
+
51
+ const IMG_3 = {
52
+ id: "7453455596347178503",
40
53
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf.png",
54
+ location: "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg",
55
+ mimetype: "image/jpeg",
42
56
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-3-k5KMbTxRrITlf-1200w.webp 1200w",
57
+ "320w":
58
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
59
+ "640w":
60
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
61
+ "750w":
62
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w":
64
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
65
+ "1080w":
66
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
67
+ "1200w":
68
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
69
+ "1920w":
70
+ "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
71
+ path: "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
72
  },
52
- mimetype: "image/png",
53
73
  };
54
- const MEDIA_4 = {
55
- id: "6HgbtxxyDY0T7",
56
- filename: "product-listing-1-4.png",
74
+
75
+ const IMG_4 = {
76
+ id: "7453455601213605667",
57
77
  kind: "image",
58
- location: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF.png",
78
+ location: "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg",
79
+ mimetype: "image/jpeg",
59
80
  srcset: {
60
- "1080w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-1080w.webp",
61
- "1200w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-1200w.webp",
62
- "1920w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-1920w.webp",
63
- "320w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-320w.webp",
64
- "640w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-640w.webp",
65
- "750w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-750w.webp",
66
- "828w": "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-828w.webp",
67
- path: "https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/product-listing-1-4-T71RynwUbPcTF-1200w.webp 1200w",
81
+ "320w":
82
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
83
+ "640w":
84
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
85
+ "750w":
86
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
87
+ "828w":
88
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
89
+ "1080w":
90
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
91
+ "1200w":
92
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
93
+ "1920w":
94
+ "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
95
+ path: "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
68
96
  },
69
- mimetype: "image/png",
70
97
  };
71
98
 
99
+ const PRODUCT_COUNT = 4;
100
+
72
101
  const DEFAULT_CONTENT = {
73
102
  layout: null,
74
103
  container: null,
75
104
  header_box: null,
76
- title: "AI-Powered Products Built for Growth",
105
+ title: "Fintech products built for scale",
77
106
  cta_box: null,
78
107
  description:
79
- "Our intelligent, scalable, and user-friendly products leverage AI to enhance performance, automation, and user engagement.",
108
+ "A PCI DSS Level 1 stack powering payments, cards, treasury, and risk for modern finance teams.",
80
109
  buttons_levoGroup: null,
81
- buttons: [{ button: "View More" }, { button: "Learn More" }],
110
+ buttons: [{ button: "See pricing" }, { button: "Book a demo" }],
82
111
  products_levoGroup: null,
83
112
  products: [
84
- {
85
- card: null,
86
- image: MEDIA_1,
87
- title: "Websites",
88
- price: "$25.00",
89
- },
90
- {
91
- card: null,
92
- image: MEDIA_2,
93
- title: "Mobile Apps",
94
- price: "$25.00",
95
- },
96
- {
97
- card: null,
98
- image: MEDIA_3,
99
- title: "Chatbots",
100
- price: "$25.00",
101
- },
102
- {
103
- card: null,
104
- image: MEDIA_4,
105
- title: "Platforms",
106
- price: "$25.00",
107
- },
113
+ { card: null, image: IMG_1, title: "Payments API", price: "From $0.30 / txn" },
114
+ { card: null, image: IMG_2, title: "Virtual Cards", price: "From $4 / card" },
115
+ { card: null, image: IMG_3, title: "Treasury Suite", price: "From $99 / mo" },
116
+ { card: null, image: IMG_4, title: "Risk & KYC", price: "From $0.15 / check" },
117
+ ],
118
+ };
119
+
120
+ const THREE_COL_CONTENT = {
121
+ ...DEFAULT_CONTENT,
122
+ products: [
123
+ { card: null, image: IMG_2, title: "Virtual Cards", price: "From $4 / card" },
124
+ { card: null, image: IMG_3, title: "Treasury Suite", price: "From $99 / mo" },
125
+ { card: null, image: IMG_4, title: "Risk & KYC", price: "From $0.15 / check" },
108
126
  ],
109
127
  };
110
128
 
@@ -116,48 +134,18 @@ export const ProductsListing1: IBlock = {
116
134
  key: "products-listing-1",
117
135
  version: "v1",
118
136
  content_schema: [
119
- {
120
- key: "layout",
121
- label: "Layout",
122
- field_interface: "LayoutWidget",
123
- },
124
- {
125
- key: "container",
126
- label: "Container",
127
- field_interface: "ContainerWidget",
128
- },
129
- {
130
- key: "header_box",
131
- label: "Header Box",
132
- field_interface: "BoxWidget",
133
- },
134
- {
135
- key: "title",
136
- label: "Title",
137
- field_interface: "HeadingWidget",
138
- },
139
- {
140
- key: "cta_box",
141
- label: "Cta Box",
142
- field_interface: "BoxWidget",
143
- },
144
- {
145
- key: "description",
146
- label: "Description",
147
- field_interface: "TypographyWidget",
148
- },
137
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
138
+ { key: "container", label: "Container", field_interface: "ContainerWidget" },
139
+ { key: "header_box", label: "Header Box", field_interface: "BoxWidget" },
140
+ { key: "title", label: "Title", field_interface: "HeadingWidget" },
141
+ { key: "cta_box", label: "Cta Box", field_interface: "BoxWidget" },
142
+ { key: "description", label: "Description", field_interface: "TypographyWidget" },
149
143
  {
150
144
  key: "buttons",
151
145
  label: "Buttons",
152
146
  field_interface: "BoxWidget",
153
147
  kind: "group",
154
- fields: [
155
- {
156
- key: "button",
157
- label: "Button",
158
- field_interface: "ButtonWidget",
159
- },
160
- ],
148
+ fields: [{ key: "button", label: "Button", field_interface: "ButtonWidget" }],
161
149
  },
162
150
  {
163
151
  key: "products",
@@ -165,26 +153,10 @@ export const ProductsListing1: IBlock = {
165
153
  kind: "group",
166
154
  field_interface: "BoxWidget",
167
155
  fields: [
168
- {
169
- key: "card",
170
- label: "Card",
171
- field_interface: "BoxWidget",
172
- },
173
- {
174
- key: "image",
175
- label: "Image",
176
- field_interface: "ImageWidget",
177
- },
178
- {
179
- key: "title",
180
- label: "Title",
181
- field_interface: "HeadingWidget",
182
- },
183
- {
184
- key: "price",
185
- label: "Price",
186
- field_interface: "TypographyWidget",
187
- },
156
+ { key: "card", label: "Card", field_interface: "BoxWidget" },
157
+ { key: "image", label: "Image", field_interface: "ImageWidget" },
158
+ { key: "title", label: "Title", field_interface: "HeadingWidget" },
159
+ { key: "price", label: "Price", field_interface: "TypographyWidget" },
188
160
  ],
189
161
  },
190
162
  ],
@@ -197,153 +169,295 @@ export const ProductsListing1: IBlock = {
197
169
  header_box: {
198
170
  display: "flex",
199
171
  "flex-direction": "column",
200
- "justify-content": "center",
201
- "column-gap": "3xl",
202
- "margin-bottom": "7xl",
203
- mobile: {
204
- "flex-direction": "column",
205
- },
206
172
  "align-items": "center",
207
173
  "row-gap": "md",
174
+ "margin-bottom": "5xl",
175
+ mobile: { "margin-bottom": "2xl" },
208
176
  },
209
177
  cta_box: {
210
178
  display: "flex",
211
179
  "flex-direction": "column",
212
- mobile: {
213
- width: "100%",
214
- },
215
- "row-gap": "xs",
216
- "justify-content": "center",
180
+ "row-gap": "lg",
217
181
  "align-items": "center",
182
+ mobile: { width: "100%" },
218
183
  },
219
- description: {},
184
+ title: { "text-align": "center" },
185
+ description: { "text-align": "center", "max-width": "640px" },
220
186
  buttons_levoGroup: {
221
187
  display: "flex",
222
188
  "flex-direction": "row",
223
189
  "align-items": "center",
224
190
  gap: "sm",
225
191
  },
226
- buttons: Array(2).map(() => ({})),
227
192
  products_levoGroup: {
228
193
  display: "grid",
229
194
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
230
195
  "row-gap": "3xl",
231
196
  "column-gap": "3xl",
232
- mobile: {
233
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
234
- },
197
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
235
198
  },
236
- products: [
237
- {
238
- image: {
239
- "border-radius": "base",
240
- height: "400px",
241
- "margin-bottom": "lg",
242
- width: "100%",
243
- display: "block",
244
- },
245
- price: {
246
- "margin-top": "4xs",
247
- },
199
+ products_levoGroupItem: {
200
+ card: {
201
+ display: "flex",
202
+ "flex-direction": "column",
203
+ height: "100%",
248
204
  },
249
- {
250
- image: {
251
- "border-radius": "base",
252
- height: "400px",
253
- "margin-bottom": "lg",
254
- width: "100%",
255
- display: "block",
256
- },
257
- price: {
258
- "margin-top": "4xs",
259
- },
205
+ image: {
206
+ "border-radius": "base",
207
+ height: "400px",
208
+ "margin-bottom": "lg",
209
+ width: "100%",
210
+ "object-fit": "cover",
211
+ display: "block",
260
212
  },
261
- {
262
- image: {
263
- "border-radius": "base",
264
- height: "400px",
265
- "margin-bottom": "lg",
266
- width: "100%",
267
- display: "block",
268
- },
269
- price: {
270
- "margin-top": "4xs",
271
- },
213
+ title: {},
214
+ price: { "margin-top": "4xs" },
215
+ },
216
+ products: [{}, {}, {}, {}],
217
+ },
218
+ content: DEFAULT_CONTENT,
219
+ config: {
220
+ title: { selectedVariants: { Heading_Level: "H2" } },
221
+ buttons: [
222
+ { button: { selectedVariants: {} } },
223
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
224
+ ],
225
+ products: Array.from({ length: PRODUCT_COUNT }, () => ({
226
+ title: {
227
+ selectedVariants: { Heading_Level: "H4" },
228
+ heading: { level: "4" },
272
229
  },
273
- {
274
- image: {
275
- "border-radius": "base",
276
- height: "400px",
277
- "margin-bottom": "lg",
278
- width: "100%",
279
- display: "block",
280
- },
281
- price: {
282
- "margin-top": "4xs",
283
- },
230
+ price: { selectedVariants: { Typography_Variants: "Large" } },
231
+ })),
232
+ },
233
+ },
234
+ {
235
+ key: "three-col-grid",
236
+ title: "3 Column Grid",
237
+ styles: {
238
+ container: {},
239
+ buttons: [{}, {}],
240
+ header_box: {
241
+ display: "flex",
242
+ "flex-direction": "column",
243
+ "align-items": "center",
244
+ "row-gap": "md",
245
+ "margin-bottom": "5xl",
246
+ mobile: { "margin-bottom": "2xl" },
247
+ },
248
+ cta_box: {
249
+ display: "flex",
250
+ "flex-direction": "column",
251
+ "row-gap": "lg",
252
+ "align-items": "center",
253
+ },
254
+ title: { "text-align": "center" },
255
+ description: { "text-align": "center", "max-width": "640px" },
256
+ buttons_levoGroup: {
257
+ display: "flex",
258
+ "flex-direction": "row",
259
+ "align-items": "center",
260
+ gap: "sm",
261
+ },
262
+ products_levoGroup: {
263
+ display: "grid",
264
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
265
+ "row-gap": "2xl",
266
+ "column-gap": "2xl",
267
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
268
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
269
+ },
270
+ products_levoGroupItem: {
271
+ card: {
272
+ display: "flex",
273
+ "flex-direction": "column",
274
+ height: "100%",
284
275
  },
285
- ],
276
+ image: {
277
+ "border-radius": "base",
278
+ height: "320px",
279
+ "margin-bottom": "md",
280
+ width: "100%",
281
+ "object-fit": "cover",
282
+ },
283
+ title: {},
284
+ price: { "margin-top": "4xs" },
285
+ },
286
+ products: [{}, {}, {}],
286
287
  },
287
- content: DEFAULT_CONTENT,
288
+ content: THREE_COL_CONTENT,
288
289
  config: {
289
- title: {
290
- selectedVariants: {
291
- Heading_Level: "H2",
290
+ title: { selectedVariants: { Heading_Level: "H2" } },
291
+ buttons: [
292
+ { button: { selectedVariants: {} } },
293
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
294
+ ],
295
+ products: Array.from({ length: 3 }, () => ({
296
+ title: {
297
+ selectedVariants: { Heading_Level: "H4" },
298
+ heading: { level: "4" },
292
299
  },
300
+ price: { selectedVariants: { Typography_Variants: "Large" } },
301
+ })),
302
+ },
303
+ },
304
+ {
305
+ key: "bordered-cards",
306
+ title: "Bordered Cards",
307
+ styles: {
308
+ container: {},
309
+ header_box: {
310
+ display: "flex",
311
+ "flex-direction": "column",
312
+ "align-items": "flex-start",
313
+ "row-gap": "md",
314
+ "margin-bottom": "4xl",
293
315
  },
294
- products: [
295
- {
296
- title: {
297
- selectedVariants: {
298
- Heading_Level: "H4",
299
- },
300
- heading: {
301
- level: "4",
302
- },
303
- },
304
- price: {
305
- selectedVariants: {
306
- Typography_Variants: "Large",
307
- },
308
- },
316
+ cta_box: {
317
+ display: "flex",
318
+ "flex-direction": "column",
319
+ "row-gap": "lg",
320
+ "align-items": "flex-start",
321
+ },
322
+ title: {},
323
+ description: { "max-width": "640px" },
324
+ buttons_levoGroup: {
325
+ display: "flex",
326
+ "flex-direction": "row",
327
+ "align-items": "center",
328
+ gap: "sm",
329
+ },
330
+ products_levoGroup: {
331
+ display: "grid",
332
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
333
+ "row-gap": "xl",
334
+ "column-gap": "xl",
335
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
336
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
337
+ },
338
+ products_levoGroupItem: {
339
+ card: {
340
+ display: "flex",
341
+ "flex-direction": "column",
342
+ "border-width": "1px",
343
+ "border-style": "solid",
344
+ "border-color": "border",
345
+ "border-radius": "xl",
346
+ overflow: "hidden",
347
+ "padding-bottom": "lg",
348
+ height: "100%",
309
349
  },
310
- {
311
- title: {
312
- selectedVariants: {
313
- Heading_Level: "H4",
314
- },
315
- },
316
- price: {
317
- selectedVariants: {
318
- Typography_Variants: "Large",
319
- },
320
- },
350
+ image: {
351
+ height: "260px",
352
+ width: "100%",
353
+ "object-fit": "cover",
354
+ "margin-bottom": "lg",
321
355
  },
322
- {
323
- title: {
324
- selectedVariants: {
325
- Heading_Level: "H4",
326
- },
327
- },
328
- price: {
329
- selectedVariants: {
330
- Typography_Variants: "Large",
331
- },
332
- },
356
+ title: { "padding-left": "lg", "padding-right": "lg" },
357
+ price: {
358
+ "padding-left": "lg",
359
+ "padding-right": "lg",
360
+ "margin-top": "4xs",
333
361
  },
334
- {
335
- title: {
336
- selectedVariants: {
337
- Heading_Level: "H4",
338
- },
339
- },
340
- price: {
341
- selectedVariants: {
342
- Typography_Variants: "Large",
343
- },
362
+ },
363
+ products: Array.from({ length: PRODUCT_COUNT }, () => ({})),
364
+ },
365
+ content: DEFAULT_CONTENT,
366
+ config: {
367
+ title: { selectedVariants: { Heading_Level: "H2" } },
368
+ buttons: [
369
+ { button: { selectedVariants: {} } },
370
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
371
+ ],
372
+ products: Array.from({ length: PRODUCT_COUNT }, () => ({
373
+ title: {
374
+ selectedVariants: { Heading_Level: "H4" },
375
+ heading: { level: "4" },
376
+ },
377
+ price: { selectedVariants: { Typography_Variants: "Large" } },
378
+ })),
379
+ },
380
+ },
381
+ {
382
+ key: "list-view",
383
+ title: "List View",
384
+ styles: {
385
+ container: {},
386
+ header_box: {
387
+ display: "flex",
388
+ "flex-direction": "row",
389
+ "justify-content": "space-between",
390
+ "align-items": "center",
391
+ "column-gap": "xl",
392
+ "margin-bottom": "3xl",
393
+ mobile: {
394
+ "flex-direction": "column",
395
+ "align-items": "flex-start",
396
+ "row-gap": "md",
397
+ },
398
+ },
399
+ cta_box: {
400
+ display: "flex",
401
+ "flex-direction": "column",
402
+ "row-gap": "md",
403
+ "align-items": "flex-start",
404
+ },
405
+ title: {},
406
+ description: { "max-width": "540px" },
407
+ buttons_levoGroup: {
408
+ display: "flex",
409
+ "flex-direction": "row",
410
+ "align-items": "center",
411
+ gap: "sm",
412
+ },
413
+ products_levoGroup: {
414
+ display: "flex",
415
+ "flex-direction": "column",
416
+ "row-gap": "lg",
417
+ },
418
+ products_levoGroupItem: {
419
+ card: {
420
+ display: "flex",
421
+ "flex-direction": "row",
422
+ "align-items": "center",
423
+ "column-gap": "xl",
424
+ "padding-top": "lg",
425
+ "padding-bottom": "lg",
426
+ "border-bottom-width": "1px",
427
+ "border-style": "solid",
428
+ "border-color": "border",
429
+ mobile: {
430
+ "flex-direction": "column",
431
+ "align-items": "flex-start",
432
+ "row-gap": "md",
344
433
  },
345
434
  },
435
+ image: {
436
+ "border-radius": "base",
437
+ width: "240px",
438
+ height: "160px",
439
+ "object-fit": "cover",
440
+ mobile: { width: "100%", height: "240px" },
441
+ },
442
+ title: {},
443
+ price: { "margin-top": "4xs" },
444
+ },
445
+ products: Array.from({ length: PRODUCT_COUNT }, () => ({})),
446
+ },
447
+ content: DEFAULT_CONTENT,
448
+ config: {
449
+ title: { selectedVariants: { Heading_Level: "H2" } },
450
+ buttons: [
451
+ { button: { selectedVariants: {} } },
452
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
346
453
  ],
454
+ products: Array.from({ length: PRODUCT_COUNT }, () => ({
455
+ title: {
456
+ selectedVariants: { Heading_Level: "H4" },
457
+ heading: { level: "4" },
458
+ },
459
+ price: { selectedVariants: { Typography_Variants: "Large" } },
460
+ })),
347
461
  },
348
462
  },
349
463
  ],