@levo-so/blocks 0.1.101 → 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 +6 -5
  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,67 +1,259 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA_1 = {
4
- id: "OaJSLqfjJnrh",
5
- filename: "cta-2-1.jpg",
3
+ const IMG_1 = {
4
+ id: "7452990814740612148",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4.jpg",
6
+ location: "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg",
7
+ mimetype: "image/jpeg",
8
+ srcset: {
9
+ "320w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
10
+ "640w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
11
+ "750w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
12
+ "828w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
13
+ "1080w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
14
+ "1200w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
15
+ "1920w": "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
16
+ path: "https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/26728098/pexels-photo-26728098.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
+ },
18
+ };
19
+
20
+ const IMG_2 = {
21
+ id: "7452990822296187546",
22
+ kind: "image",
23
+ location: "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg",
24
+ mimetype: "image/jpeg",
8
25
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cta-2-1-1d79LgEHfjk4-320w.webp 320w",
26
+ "320w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
27
+ "640w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
28
+ "750w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
29
+ "828w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
30
+ "1080w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
31
+ "1200w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
32
+ "1920w": "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
33
+ path: "https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/28002663/pexels-photo-28002663.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
34
  },
35
+ };
36
+
37
+ const IMG_3 = {
38
+ id: "7452990819993326009",
39
+ kind: "image",
40
+ location: "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg",
18
41
  mimetype: "image/jpeg",
42
+ srcset: {
43
+ "320w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
44
+ "640w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
45
+ "750w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
46
+ "828w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
47
+ "1080w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
48
+ "1200w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
49
+ "1920w": "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
50
+ path: "https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8424520/pexels-photo-8424520.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
+ },
19
52
  };
20
53
 
21
- const MEDIA_2 = {
22
- id: "A8s91BvhprIr",
23
- filename: "carousel-2-2-new.png",
54
+ const IMG_4 = {
55
+ id: "7452990814737675090",
24
56
  kind: "image",
25
- location: "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6.png",
57
+ location: "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg",
58
+ mimetype: "image/jpeg",
26
59
  srcset: {
27
- "1080w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1080w.webp",
28
- "1200w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1200w.webp",
29
- "1920w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1920w.webp",
30
- "320w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-320w.webp",
31
- "640w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-640w.webp",
32
- "750w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-750w.webp",
33
- "828w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-828w.webp",
34
- path: "https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/carousel-2-2-new-T71AnwU1WaP6-750w.webp 750w",
60
+ "320w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
61
+ "640w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
62
+ "750w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
63
+ "828w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
64
+ "1080w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
65
+ "1200w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
66
+ "1920w": "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
67
+ path: "https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/31880922/pexels-photo-31880922.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
35
68
  },
36
- mimetype: "image/png",
37
69
  };
38
70
 
39
- const MEDIA_3 = {
40
- id: "KQ5FRQXeGJVXT",
41
- filename: "carousel-2-3.jpg",
71
+ const IMG_5 = {
72
+ id: "7452990814739112854",
42
73
  kind: "image",
43
- path: "WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR.jpg",
44
- location: "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR.jpg",
45
- metadata: {
46
- etag: '"ebf93e4ef37f20570526391e64562b1c"',
47
- mimetype: "image/jpeg",
48
- size: 79539,
74
+ location: "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg",
75
+ mimetype: "image/jpeg",
76
+ srcset: {
77
+ "320w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
78
+ "640w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
79
+ "750w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
80
+ "828w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
81
+ "1080w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
82
+ "1200w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
83
+ "1920w": "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
84
+ path: "https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/29995644/pexels-photo-29995644.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
49
85
  },
86
+ };
87
+
88
+ const IMG_6 = {
89
+ id: "7452990814739809903",
90
+ kind: "image",
91
+ location: "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg",
92
+ mimetype: "image/jpeg",
93
+ srcset: {
94
+ "320w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
95
+ "640w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
96
+ "750w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
97
+ "828w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
98
+ "1080w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
99
+ "1200w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
100
+ "1920w": "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
101
+ path: "https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/14589344/pexels-photo-14589344.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
102
+ },
103
+ };
104
+
105
+ const IMG_7 = {
106
+ id: "7452990814739282297",
107
+ kind: "image",
108
+ location: "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg",
109
+ mimetype: "image/jpeg",
110
+ srcset: {
111
+ "320w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
112
+ "640w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
113
+ "750w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
114
+ "828w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
115
+ "1080w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
116
+ "1200w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
117
+ "1920w": "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
118
+ path: "https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/4687544/pexels-photo-4687544.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
119
+ },
120
+ };
121
+
122
+ const IMG_8 = {
123
+ id: "7452990819991442719",
124
+ kind: "image",
125
+ location: "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg",
126
+ mimetype: "image/jpeg",
50
127
  srcset: {
51
- "1080w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1080w.webp",
52
- "1200w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1200w.webp",
53
- "1920w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1920w.webp",
54
- "320w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-320w.webp",
55
- "640w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-640w.webp",
56
- "750w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-750w.webp",
57
- "828w": "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-828w.webp",
58
- path: "https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/carousel-2-3-T71EBnwUbeAMR-1080w.webp 1080w",
128
+ "320w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
129
+ "640w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
130
+ "750w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
131
+ "828w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
132
+ "1080w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
133
+ "1200w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
134
+ "1920w": "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
135
+ path: "https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8133906/pexels-photo-8133906.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
136
+ },
137
+ };
138
+
139
+ const IMG_9 = {
140
+ id: "7452990819991668030",
141
+ kind: "image",
142
+ location: "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg",
143
+ mimetype: "image/jpeg",
144
+ srcset: {
145
+ "320w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
146
+ "640w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
147
+ "750w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
148
+ "828w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
149
+ "1080w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
150
+ "1200w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
151
+ "1920w": "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
152
+ path: "https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8133884/pexels-photo-8133884.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
153
+ },
154
+ };
155
+
156
+ const IMG_10 = {
157
+ id: "7452990822296568284",
158
+ kind: "image",
159
+ location: "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg",
160
+ mimetype: "image/jpeg",
161
+ srcset: {
162
+ "320w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
163
+ "640w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
164
+ "750w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
165
+ "828w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
166
+ "1080w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
167
+ "1200w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
168
+ "1920w": "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
169
+ path: "https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7580761/pexels-photo-7580761.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
170
+ },
171
+ };
172
+
173
+ const IMG_11 = {
174
+ id: "7452990822293908478",
175
+ kind: "image",
176
+ location: "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg",
177
+ mimetype: "image/jpeg",
178
+ srcset: {
179
+ "320w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
180
+ "640w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
181
+ "750w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
182
+ "828w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
183
+ "1080w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
184
+ "1200w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
185
+ "1920w": "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
186
+ path: "https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6476364/pexels-photo-6476364.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
187
+ },
188
+ };
189
+
190
+ const IMG_12 = {
191
+ id: "7452990819992482236",
192
+ kind: "image",
193
+ location: "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg",
194
+ mimetype: "image/jpeg",
195
+ srcset: {
196
+ "320w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
197
+ "640w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
198
+ "750w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
199
+ "828w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
200
+ "1080w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
201
+ "1200w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
202
+ "1920w": "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
203
+ path: "https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5717548/pexels-photo-5717548.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
204
+ },
205
+ };
206
+
207
+ const ICON_LINKEDIN = {
208
+ kind: "icon",
209
+ data: {
210
+ id: "linkedin",
211
+ label: "Linkedin",
212
+ svgCode:
213
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_4945)">\n<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="currentColor"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="currentColor"/>\n</clipPath>\n</defs>\n</svg>',
214
+ },
215
+ };
216
+
217
+ const ICON_TWITTER = {
218
+ kind: "icon",
219
+ data: {
220
+ id: "twitter",
221
+ label: "Twitter",
222
+ svgCode:
223
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.55016 21.75C16.6045 21.75 21.5583 14.2468 21.5583 7.74192C21.5583 7.53098 21.5536 7.31536 21.5442 7.10442C22.5079 6.40752 23.3395 5.54432 24 4.55536C23.1025 4.95466 22.1496 5.21544 21.1739 5.3288C22.2013 4.71297 22.9705 3.74553 23.3391 2.60583C22.3726 3.17862 21.3156 3.58267 20.2134 3.80067C19.4708 3.01162 18.489 2.48918 17.4197 2.31411C16.3504 2.13905 15.2532 2.32111 14.2977 2.83216C13.3423 3.3432 12.5818 4.15477 12.1338 5.14137C11.6859 6.12798 11.5754 7.23468 11.8195 8.29036C9.86249 8.19215 7.94794 7.68377 6.19998 6.79816C4.45203 5.91255 2.90969 4.6695 1.67297 3.14958C1.0444 4.2333 0.852057 5.51571 1.13503 6.73615C1.418 7.9566 2.15506 9.02351 3.19641 9.72005C2.41463 9.69523 1.64998 9.48474 0.965625 9.10598V9.16692C0.964925 10.3042 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1932 3.43198 14.2221 2.69484 14.0794C3.00945 15.0575 3.62157 15.913 4.44577 16.5264C5.26997 17.1398 6.26512 17.4807 7.29234 17.5013C5.54842 18.8712 3.39417 19.6142 1.17656 19.6107C0.783287 19.6101 0.390399 19.586 0 19.5385C2.25286 20.9838 4.87353 21.7514 7.55016 21.75Z" fill="currentColor"/>\n</svg>',
224
+ },
225
+ };
226
+
227
+ const ICON_GITHUB = {
228
+ kind: "icon",
229
+ data: {
230
+ id: "github",
231
+ label: "Github",
232
+ svgCode:
233
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_5133)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.3724 0 0 5.3808 0 12.0204C0 17.3304 3.438 21.8364 8.2068 23.4252C8.8068 23.5356 9.0252 23.1648 9.0252 22.8456C9.0252 22.5612 9.0156 21.804 9.0096 20.802C5.6712 21.528 4.9668 19.1904 4.9668 19.1904C4.422 17.8008 3.6348 17.4312 3.6348 17.4312C2.5452 16.6872 3.7176 16.7016 3.7176 16.7016C4.9212 16.7856 5.5548 17.94 5.5548 17.94C6.6252 19.776 8.364 19.2456 9.0468 18.9384C9.1572 18.162 9.4668 17.6328 9.81 17.3328C7.146 17.0292 4.344 15.9972 4.344 11.3916C4.344 10.08 4.812 9.006 5.5788 8.166C5.4552 7.8624 5.0436 6.6396 5.6964 4.986C5.6964 4.986 6.7044 4.662 8.9964 6.2172C9.97532 5.95022 10.9853 5.81423 12 5.8128C13.02 5.8176 14.046 5.9508 15.0048 6.2172C17.2956 4.662 18.3012 4.9848 18.3012 4.9848C18.9564 6.6396 18.5436 7.8624 18.4212 8.166C19.1892 9.006 19.6548 10.08 19.6548 11.3916C19.6548 16.0092 16.848 17.0256 14.1756 17.3232C14.6064 17.694 14.9892 18.4272 14.9892 19.5492C14.9892 21.1548 14.9748 22.452 14.9748 22.8456C14.9748 23.1672 15.1908 23.5416 15.8004 23.424C18.19 22.6225 20.2672 21.0904 21.7386 19.0441C23.2099 16.9977 24.001 14.5408 24 12.0204C24 5.3808 18.6264 0 12 0Z" fill="currentColor"/>\n</g>\n<defs>\n<clipPath id="clip0_37_5133">\n<rect width="24" height="24" fill="currentColor"/>\n</clipPath>\n</defs>\n</svg>',
234
+ },
235
+ };
236
+
237
+ const ICON_ARROW_LEFT = {
238
+ kind: "icon",
239
+ data: {
240
+ id: "arrow-left",
241
+ label: "Arrow Left",
242
+ tags: ["arrow", "custom", "directional", "left"],
243
+ svgCode:
244
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
245
+ },
246
+ };
247
+
248
+ const ICON_ARROW_RIGHT = {
249
+ kind: "icon",
250
+ data: {
251
+ id: "arrow-right-1",
252
+ label: "Arrow Right 1",
253
+ tags: ["arrow", "custom", "directional", "right"],
254
+ svgCode:
255
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
59
256
  },
60
- tags: [],
61
- created_at: "2025-12-20T08:42:52.998Z",
62
- updated_at: "2025-12-20T08:42:52.998Z",
63
- created_by: null,
64
- updated_by: null,
65
257
  };
66
258
 
67
259
  const DEFAULT_CONTENT = {
@@ -69,75 +261,117 @@ const DEFAULT_CONTENT = {
69
261
  container: null,
70
262
  header: null,
71
263
  "header-content": null,
72
- title: "Our Trainers",
264
+ title: "The team behind the platform",
73
265
  description:
74
- "More Than Instructors They're Mentors Who Push, Inspire, and Guide You Toward Your Strongest Self, One Session at a Time.",
266
+ "Operators, engineers, and product leads who've shipped infrastructure at scale and now sit on the other side of your support ticket.",
75
267
  team: [
76
268
  {
77
269
  card: null,
78
270
  info: null,
79
271
  "name-position-wrapper": null,
80
- name: "Lisa Kudro",
81
- description: "Senior Fitness Trainer",
82
- social: [
83
- {
84
- icon: {
85
- kind: "icon",
86
- data: {
87
- id: "arrow-right-1",
88
- label: "Arrow Right 1",
89
- tags: ["arrow", "custom", "directional", "right"],
90
- svgCode:
91
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="var(--color-icon-primary)"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
92
- },
93
- },
94
- },
95
- ],
96
- img: MEDIA_1,
272
+ name: "Priya Ramanathan",
273
+ description: "VP of Product",
274
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_TWITTER }],
275
+ img: IMG_1,
97
276
  },
98
277
  {
99
278
  card: null,
100
279
  info: null,
101
280
  "name-position-wrapper": null,
102
- name: "Lisa Kudro",
103
- description: "Senior Fitness Trainer",
104
- social: [
105
- {
106
- icon: {
107
- kind: "icon",
108
- data: {
109
- id: "arrow-right-1",
110
- label: "Arrow Right 1",
111
- tags: ["arrow", "custom", "directional", "right"],
112
- svgCode:
113
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="var(--color-icon-primary)"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
114
- },
115
- },
116
- },
117
- ],
118
- img: MEDIA_2,
281
+ name: "Daniel Okafor",
282
+ description: "Head of Engineering",
283
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_GITHUB }],
284
+ img: IMG_2,
119
285
  },
120
286
  {
121
287
  card: null,
122
288
  info: null,
123
- "name-posiMEDIA_1ion-wrapper": null,
124
- name: "Lisa Kudro",
125
- description: "Senior Fitness Trainer",
126
- social: [
127
- {
128
- icon: {
129
- kind: "icon",
130
- data: {
131
- id: "arrow-right-1",
132
- label: "Arrow Right 1",
133
- tags: ["arrow", "custom", "directional", "right"],
134
- svgCode:
135
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="var(--color-icon-primary)"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
136
- },
137
- },
138
- },
139
- ],
140
- img: MEDIA_3,
289
+ "name-position-wrapper": null,
290
+ name: "Margaret Chen",
291
+ description: "Chief Customer Officer",
292
+ social: [{ icon: ICON_LINKEDIN }],
293
+ img: IMG_3,
294
+ },
295
+ {
296
+ card: null,
297
+ info: null,
298
+ "name-position-wrapper": null,
299
+ name: "Elena Rossi",
300
+ description: "Chief Executive Officer",
301
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_TWITTER }],
302
+ img: IMG_4,
303
+ },
304
+ {
305
+ card: null,
306
+ info: null,
307
+ "name-position-wrapper": null,
308
+ name: "Sofia Martinez",
309
+ description: "Staff Product Designer",
310
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_TWITTER }],
311
+ img: IMG_5,
312
+ },
313
+ {
314
+ card: null,
315
+ info: null,
316
+ "name-position-wrapper": null,
317
+ name: "Marcus Holloway",
318
+ description: "Chief Technology Officer",
319
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_GITHUB }],
320
+ img: IMG_6,
321
+ },
322
+ {
323
+ card: null,
324
+ info: null,
325
+ "name-position-wrapper": null,
326
+ name: "James Park",
327
+ description: "Developer Relations Lead",
328
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_GITHUB }, { icon: ICON_TWITTER }],
329
+ img: IMG_7,
330
+ },
331
+ {
332
+ card: null,
333
+ info: null,
334
+ "name-position-wrapper": null,
335
+ name: "Aisha Patel",
336
+ description: "Head of Security",
337
+ social: [{ icon: ICON_LINKEDIN }],
338
+ img: IMG_8,
339
+ },
340
+ {
341
+ card: null,
342
+ info: null,
343
+ "name-position-wrapper": null,
344
+ name: "Lina Adeyemi",
345
+ description: "Head of Data",
346
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_GITHUB }],
347
+ img: IMG_9,
348
+ },
349
+ {
350
+ card: null,
351
+ info: null,
352
+ "name-position-wrapper": null,
353
+ name: "Noah Singh",
354
+ description: "Principal Site Reliability Engineer",
355
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_GITHUB }],
356
+ img: IMG_10,
357
+ },
358
+ {
359
+ card: null,
360
+ info: null,
361
+ "name-position-wrapper": null,
362
+ name: "Carter Nguyen",
363
+ description: "Head of Marketing",
364
+ social: [{ icon: ICON_LINKEDIN }, { icon: ICON_TWITTER }],
365
+ img: IMG_11,
366
+ },
367
+ {
368
+ card: null,
369
+ info: null,
370
+ "name-position-wrapper": null,
371
+ name: "Helena Björk",
372
+ description: "Head of Revenue",
373
+ social: [{ icon: ICON_LINKEDIN }],
374
+ img: IMG_12,
141
375
  },
142
376
  ],
143
377
  "carousel-navigation-container": null,
@@ -145,36 +379,16 @@ const DEFAULT_CONTENT = {
145
379
  "carousel-navigation-pill": null,
146
380
  "carousel-navigation-arrow-left": " ",
147
381
  "carousel-navigation-arrow-right": " ",
148
- "carousel-navigation-arrow-left_leftIcon": {
149
- kind: "icon",
150
- data: {
151
- id: "arrow-left",
152
- label: "Arrow Left",
153
- tags: ["arrow", "custom", "directional", "left"],
154
- svgCode:
155
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
156
- },
157
- },
158
- "carousel-navigation-arrow-right_rightIcon": {
159
- kind: "icon",
160
- data: {
161
- id: "arrow-right-1",
162
- label: "Arrow Right 1",
163
- tags: ["arrow", "custom", "directional", "right"],
164
- svgCode:
165
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
166
- },
167
- },
382
+ "carousel-navigation-arrow-left_leftIcon": ICON_ARROW_LEFT,
383
+ "carousel-navigation-arrow-right_rightIcon": ICON_ARROW_RIGHT,
168
384
  cta_wrapper: null,
169
385
  ctas_levoGroup: null,
170
- ctas: [
171
- {
172
- cta: "Explore All Trainers",
173
- },
174
- {
175
- cta: "Apply Now",
176
- },
177
- ],
386
+ ctas: [{ cta: "See the full team" }, { cta: "Join us" }],
387
+ };
388
+
389
+ const CONTENT_9 = {
390
+ ...DEFAULT_CONTENT,
391
+ team: DEFAULT_CONTENT.team.slice(0, 9),
178
392
  };
179
393
 
180
394
  export type ICarousel2Content = typeof DEFAULT_CONTENT;
@@ -201,7 +415,8 @@ export const Carousel2: IBlock = {
201
415
  label: "Container",
202
416
  field_interface: "ContainerWidget",
203
417
  hint: {
204
- prompt_description: "Main container providing padding and centering for the team section.",
418
+ prompt_description:
419
+ "Main container providing padding and centering for the team section.",
205
420
  },
206
421
  },
207
422
  {
@@ -217,9 +432,7 @@ export const Carousel2: IBlock = {
217
432
  key: "header-content",
218
433
  label: "Header Content",
219
434
  field_interface: "BoxWidget",
220
- hint: {
221
- prompt_description: "Wrapper for title and description.",
222
- },
435
+ hint: { prompt_description: "Wrapper for title and description." },
223
436
  },
224
437
  {
225
438
  key: "title",
@@ -274,25 +487,19 @@ export const Carousel2: IBlock = {
274
487
  key: "carousel-navigation-arrow-left",
275
488
  label: "Left Arrow",
276
489
  field_interface: "ButtonWidget",
277
- hint: {
278
- prompt_description: "Arrow button to slide carousel to the left.",
279
- },
490
+ hint: { prompt_description: "Arrow button to slide carousel to the left." },
280
491
  },
281
492
  {
282
493
  key: "carousel-navigation-arrow-right",
283
494
  label: "Right Arrow",
284
495
  field_interface: "ButtonWidget",
285
- hint: {
286
- prompt_description: "Arrow button to slide carousel to the right.",
287
- },
496
+ hint: { prompt_description: "Arrow button to slide carousel to the right." },
288
497
  },
289
498
  {
290
499
  key: "carousel-navigation-top-container",
291
500
  label: "Carousel Navigation Top Container",
292
501
  field_interface: "BoxWidget",
293
- hint: {
294
- prompt_description: "Container for navigation arrows in the header.",
295
- },
502
+ hint: { prompt_description: "Container for navigation arrows in the header." },
296
503
  },
297
504
  {
298
505
  key: "team",
@@ -309,11 +516,7 @@ export const Carousel2: IBlock = {
309
516
  "Wrapper for each team member card, providing structure and spacing with background image.",
310
517
  },
311
518
  },
312
- {
313
- key: "img",
314
- label: "Card Image",
315
- field_interface: "MediaWidget",
316
- },
519
+ { key: "img", label: "Card Image", field_interface: "MediaWidget" },
317
520
  {
318
521
  key: "info",
319
522
  label: "Member Info",
@@ -337,7 +540,8 @@ export const Carousel2: IBlock = {
337
540
  label: "Member Name",
338
541
  field_interface: "HeadingWidget",
339
542
  hint: {
340
- prompt_description: "Full name of the team member. Use professional, clear naming.",
543
+ prompt_description:
544
+ "Full name of the team member. Use professional, clear naming.",
341
545
  min_characters: 8,
342
546
  max_characters: 30,
343
547
  },
@@ -347,7 +551,8 @@ export const Carousel2: IBlock = {
347
551
  label: "Description/Position",
348
552
  field_interface: "TypographyWidget",
349
553
  hint: {
350
- prompt_description: "Full name of the team member. Use professional, clear naming.",
554
+ prompt_description:
555
+ "Role or position of the team member. Keep concise.",
351
556
  min_characters: 8,
352
557
  max_characters: 30,
353
558
  },
@@ -420,75 +625,34 @@ export const Carousel2: IBlock = {
420
625
  key: "default",
421
626
  title: "Default",
422
627
  config: {
423
- team_levoGroup: {
424
- carousel: {
425
- loop: true,
426
- },
427
- },
628
+ team_levoGroup: { carousel: { loop: true } },
428
629
  "carousel-navigation-arrow-left": {
429
- button_icons: {
430
- left: {
431
- enabled: true,
432
- },
433
- },
630
+ button_icons: { left: { enabled: true } },
434
631
  },
435
632
  "carousel-navigation-arrow-right": {
436
- button_icons: {
437
- right: {
438
- enabled: true,
439
- },
440
- },
441
- },
442
- description: {
443
- selectedVariants: {
444
- Typography_Variants: "Large",
445
- },
633
+ button_icons: { right: { enabled: true } },
446
634
  },
447
- team: [
448
- {
449
- description: {
450
- selectedVariants: {},
451
- },
452
- name: {
453
- heading: {
454
- level: "4",
455
- },
456
- selectedVariants: {
457
- Heading_Level: "H4",
458
- },
459
- },
460
- },
461
- {
462
- description: {
463
- selectedVariants: {},
464
- },
635
+ description: { selectedVariants: { Typography_Variants: "Large" } },
636
+ team: Array(9)
637
+ .fill(0)
638
+ .map(() => ({
639
+ description: { selectedVariants: {} },
465
640
  name: {
466
- selectedVariants: {
467
- Heading_Level: "H4",
468
- },
469
- heading: {
470
- level: "4",
471
- },
472
- },
473
- },
474
- {
475
- description: {
476
- selectedVariants: {},
641
+ heading: { level: "4" },
642
+ selectedVariants: { Heading_Level: "H4" },
477
643
  },
478
- name: {
479
- selectedVariants: {
480
- Heading_Level: "H4",
481
- },
482
- heading: {
483
- level: "4",
484
- },
485
- },
486
- },
644
+ })),
645
+ ctas: [
646
+ { cta: {} },
647
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
487
648
  ],
488
649
  },
489
- content: DEFAULT_CONTENT,
650
+ content: CONTENT_9,
490
651
  styles: {
491
- layout: {},
652
+ layout: {
653
+ "padding-top": "4xl",
654
+ "padding-bottom": "4xl",
655
+ },
492
656
  container: {},
493
657
  header: {
494
658
  "margin-bottom": "3xl",
@@ -502,7 +666,7 @@ export const Carousel2: IBlock = {
502
666
  "justify-content": "space-between",
503
667
  "align-items": "end",
504
668
  "flex-direction": "row",
505
- "column-gap": "none",
669
+ "column-gap": "xl",
506
670
  },
507
671
  "header-content": {
508
672
  display: "flex",
@@ -511,593 +675,443 @@ export const Carousel2: IBlock = {
511
675
  "max-width": "600px",
512
676
  },
513
677
  title: {
514
- mobile: {
515
- "text-align": "center",
516
- },
678
+ "margin-bottom": "none",
679
+ mobile: { "text-align": "center" },
517
680
  },
518
681
  description: {
519
682
  "text-align": "left",
520
- mobile: {
521
- "text-align": "center",
522
- },
683
+ color: "text-2",
684
+ mobile: { "text-align": "center" },
523
685
  },
524
686
  team_levoGroup: {
525
687
  number_of_slides: 3,
526
688
  "column-gap": "xl",
527
- mobile: {
528
- number_of_slides: 1,
689
+ mobile: { number_of_slides: 1 },
690
+ tablet: { number_of_slides: 2 },
691
+ },
692
+ team_levoGroupItem: {
693
+ card: {
694
+ display: "flex",
695
+ "flex-direction": "column",
696
+ "align-items": "center",
697
+ "border-radius": "lg",
698
+ "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
699
+ "min-height": "500px",
700
+ position: "relative",
701
+ overflow: "hidden",
529
702
  },
530
- tablet: {
531
- number_of_slides: 2,
703
+ info: {
704
+ display: "flex",
705
+ "flex-direction": "row",
706
+ "align-items": "center",
707
+ "justify-content": "space-between",
708
+ width: "100%",
709
+ "margin-top": "auto",
710
+ "padding-top": "none",
711
+ "padding-bottom": "none",
712
+ "box-shadow": "none",
532
713
  },
533
- },
534
- team: [
535
- {
536
- card: {
537
- display: "flex",
538
- "flex-direction": "column",
539
- "align-items": "center",
540
- "border-radius": "lg",
541
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
542
- "min-height": "500px",
543
- position: "relative",
544
- "margin-left": "4xs",
545
- "margin-right": "4xs",
546
- },
547
- info: {
548
- display: "flex",
549
- "flex-direction": "row",
550
- "align-items": "center",
551
- "justify-content": "space-between",
552
- width: "100%",
553
- "margin-top": "auto",
554
- "padding-top": "none",
555
- "padding-bottom": "none",
556
- "padding-left": "base",
557
- "padding-right": "base",
558
- "box-shadow": "none",
559
- position: "absolute",
560
- bottom: "20px",
561
- },
562
- "name-position-wrapper": {
563
- display: "flex",
564
- "flex-direction": "column",
565
- "align-items": "flex-start",
566
- "row-gap": "4xs",
567
- },
568
- name: {},
569
- social_levoGroup: {
570
- display: "flex",
571
- "justify-content": "center",
572
- "column-gap": "xs",
573
- },
574
- social: [
575
- {
576
- icon: {
577
- width: "40px",
578
- height: "40px",
579
- "object-fit": "contain",
580
- "border-style": "solid",
581
- "border-width": "1px",
582
- "border-color": "brand",
583
- "border-radius": "full",
584
- "background-color": "white",
585
- display: "block",
586
- padding: "xs",
587
- "font-size": "40px",
588
- },
589
- },
590
- ],
591
- img: {
592
- "min-height": "500px",
593
- "object-fit": "cover",
594
- position: "relative",
595
- },
714
+ "name-position-wrapper": {
715
+ display: "flex",
716
+ "flex-direction": "column",
717
+ "align-items": "flex-start",
718
+ "row-gap": "4xs",
596
719
  },
597
- {
598
- card: {
599
- display: "flex",
600
- "flex-direction": "column",
601
- "align-items": "center",
602
- "border-radius": "lg",
603
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
604
- "min-height": "500px",
605
- position: "relative",
606
- "margin-left": "4xs",
607
- "margin-right": "4xs",
608
- },
609
- info: {
610
- display: "flex",
611
- "flex-direction": "row",
612
- "align-items": "center",
613
- "justify-content": "space-between",
614
- width: "100%",
615
- "margin-top": "auto",
616
- "padding-top": "none",
617
- "padding-bottom": "none",
618
- "padding-left": "base",
619
- "padding-right": "base",
620
- "box-shadow": "none",
621
- position: "absolute",
622
- bottom: "20px",
623
- },
624
- "name-position-wrapper": {
625
- display: "flex",
626
- "flex-direction": "column",
627
- "align-items": "flex-start",
628
- "row-gap": "4xs",
629
- },
630
- name: {},
631
- social_levoGroup: {
632
- display: "flex",
633
- "justify-content": "center",
634
- "column-gap": "xs",
635
- },
636
- social: [
637
- {
638
- icon: {
639
- width: "40px",
640
- height: "40px",
641
- "object-fit": "contain",
642
- "border-style": "solid",
643
- "border-width": "1px",
644
- "border-color": "brand",
645
- "border-radius": "full",
646
- "background-color": "white",
647
- display: "block",
648
- padding: "xs",
649
- "font-size": "40px",
650
- },
651
- },
652
- ],
653
- img: {
654
- "min-height": "500px",
655
- "object-fit": "cover",
656
- position: "relative",
657
- },
720
+ social_levoGroup: {
721
+ display: "flex",
722
+ "justify-content": "center",
723
+ "column-gap": "xs",
658
724
  },
659
- {
660
- card: {
661
- display: "flex",
662
- "flex-direction": "column",
663
- "align-items": "center",
664
- "border-radius": "lg",
665
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
666
- "min-height": "500px",
667
- position: "relative",
668
- "margin-left": "4xs",
669
- "margin-right": "4xs",
670
- },
671
- info: {
672
- display: "flex",
673
- "flex-direction": "row",
674
- "align-items": "center",
675
- "justify-content": "space-between",
676
- width: "100%",
677
- "margin-top": "auto",
678
- "padding-top": "none",
679
- "padding-bottom": "none",
680
- "padding-left": "base",
681
- "padding-right": "base",
682
- "box-shadow": "none",
683
- position: "absolute",
684
- bottom: "20px",
685
- },
686
- "name-position-wrapper": {
687
- display: "flex",
688
- "flex-direction": "column",
689
- "align-items": "flex-start",
690
- "row-gap": "4xs",
691
- },
692
- name: {},
693
- social_levoGroup: {
694
- display: "flex",
695
- "justify-content": "center",
696
- "column-gap": "xs",
697
- },
698
- social: [
699
- {
700
- icon: {
701
- width: "40px",
702
- height: "40px",
703
- "object-fit": "contain",
704
- "border-style": "solid",
705
- "border-width": "1px",
706
- "border-color": "brand",
707
- "border-radius": "full",
708
- "background-color": "white",
709
- display: "block",
710
- padding: "xs",
711
- "font-size": "40px",
712
- },
725
+ social: [
726
+ {
727
+ icon: {
728
+ width: "36px",
729
+ height: "36px",
730
+ "object-fit": "contain",
731
+ "border-radius": "full",
732
+ "background-color": "rgba(255, 255, 255, 0.18)",
733
+ "backdrop-filter": "blur(8px)",
734
+ color: "white",
735
+ display: "block",
736
+ padding: "2xs",
737
+ "font-size": "36px",
713
738
  },
714
- ],
715
- img: {
716
- "min-height": "500px",
717
- "object-fit": "cover",
718
- position: "relative",
719
739
  },
740
+ ],
741
+ img: {
742
+ width: "100%",
743
+ height: "100%",
744
+ "min-height": "500px",
745
+ "object-fit": "cover",
746
+ position: "absolute",
747
+ top: "0",
748
+ left: "0",
720
749
  },
721
- {
750
+ description: { color: "white" },
751
+ name: { color: "white" },
752
+ },
753
+ team: Array(9)
754
+ .fill(0)
755
+ .map(() => ({
722
756
  card: {
723
- display: "flex",
724
- "flex-direction": "column",
725
- "align-items": "center",
726
- "border-radius": "lg",
727
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
728
- "min-height": "500px",
729
- position: "relative",
730
- "margin-left": "4xs",
731
- "margin-right": "4xs",
757
+ "background-image":
758
+ "linear-gradient(rgba(10, 15, 25, 0) 40%, rgba(10, 15, 25, 0.78) 100%)",
732
759
  },
733
760
  info: {
734
- display: "flex",
735
- "flex-direction": "row",
736
- "align-items": "center",
737
- "justify-content": "space-between",
738
- width: "100%",
739
- "margin-top": "auto",
740
- "padding-top": "none",
741
- "padding-bottom": "none",
742
- "padding-left": "base",
743
- "padding-right": "base",
744
- "box-shadow": "none",
745
- position: "absolute",
746
- bottom: "20px",
747
- },
748
- "name-position-wrapper": {
749
- display: "flex",
750
- "flex-direction": "column",
751
- "align-items": "flex-start",
752
- "row-gap": "4xs",
753
- },
754
- name: {},
755
- social_levoGroup: {
756
- display: "flex",
757
- "justify-content": "center",
758
- "column-gap": "xs",
759
- },
760
- social: [
761
- {
762
- icon: {
763
- width: "40px",
764
- height: "40px",
765
- "object-fit": "contain",
766
- "border-style": "solid",
767
- "border-width": "1px",
768
- "border-color": "brand",
769
- "border-radius": "full",
770
- "background-color": "white",
771
- display: "block",
772
- padding: "xs",
773
- "font-size": "40px",
774
- },
775
- },
776
- ],
777
- img: {
778
- "min-height": "500px",
779
- "object-fit": "cover",
761
+ "padding-left": "lg",
762
+ "padding-right": "lg",
763
+ "padding-bottom": "lg",
780
764
  position: "relative",
765
+ "z-index": "2",
781
766
  },
782
- },
783
- {
784
- card: {
785
- display: "flex",
786
- "flex-direction": "column",
787
- "align-items": "center",
788
- "border-radius": "lg",
789
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
790
- "min-height": "500px",
791
- position: "relative",
792
- "margin-left": "4xs",
793
- "margin-right": "4xs",
794
- },
795
- info: {
796
- display: "flex",
797
- "flex-direction": "row",
798
- "align-items": "center",
799
- "justify-content": "space-between",
800
- width: "100%",
801
- "margin-top": "auto",
802
- "padding-top": "none",
803
- "padding-bottom": "none",
804
- "padding-left": "base",
805
- "padding-right": "base",
806
- "box-shadow": "none",
807
- position: "absolute",
808
- bottom: "20px",
809
- },
810
- "name-position-wrapper": {
811
- display: "flex",
812
- "flex-direction": "column",
813
- "align-items": "flex-start",
814
- "row-gap": "4xs",
815
- },
816
- name: {},
817
- social_levoGroup: {
818
- display: "flex",
819
- "justify-content": "center",
820
- "column-gap": "xs",
821
- },
822
- social: [
823
- {
824
- icon: {
825
- width: "40px",
826
- height: "40px",
827
- "object-fit": "contain",
828
- "border-style": "solid",
829
- "border-width": "1px",
830
- "border-color": "brand",
831
- "border-radius": "full",
832
- "background-color": "white",
833
- display: "block",
834
- padding: "xs",
835
- "font-size": "40px",
836
- },
837
- },
838
- ],
839
- img: {
840
- "min-height": "500px",
841
- "object-fit": "cover",
842
- position: "relative",
767
+ })),
768
+ cta_wrapper: {
769
+ display: "flex",
770
+ "justify-content": "center",
771
+ "margin-top": "3xl",
772
+ mobile: { "margin-top": "2xl" },
773
+ },
774
+ ctas_levoGroup: {
775
+ display: "flex",
776
+ "justify-content": "center",
777
+ "column-gap": "sm",
778
+ },
779
+ ctas: [
780
+ { cta: {} },
781
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
782
+ ],
783
+ "carousel-navigation-container": {
784
+ display: "flex",
785
+ "justify-content": "center",
786
+ "margin-top": "2xl",
787
+ },
788
+ "carousel-navigation": {
789
+ display: "flex",
790
+ "column-gap": "2xs",
791
+ "align-items": "center",
792
+ },
793
+ "carousel-navigation-pill": {
794
+ width: "8px",
795
+ height: "8px",
796
+ "border-radius": "8px",
797
+ "background-color": "var(--color-border)",
798
+ cursor: "pointer",
799
+ transition: "all 0.3s ease",
800
+ },
801
+ "carousel-navigation-arrow-left": {
802
+ "border-radius": "3xl",
803
+ width: "40px",
804
+ height: "40px",
805
+ padding: "0",
806
+ },
807
+ "carousel-navigation-arrow-right": {
808
+ "border-radius": "3xl",
809
+ width: "40px",
810
+ height: "40px",
811
+ padding: "0",
812
+ },
813
+ "carousel-navigation-top-container": {
814
+ display: "flex",
815
+ "align-items": "center",
816
+ "column-gap": "2xs",
817
+ },
818
+ "carousel-navigation-arrow-left_leftIcon": {
819
+ height: "22px",
820
+ width: "22px",
821
+ "font-size": "22px",
822
+ },
823
+ "carousel-navigation-arrow-right_rightIcon": {
824
+ height: "22px",
825
+ width: "22px",
826
+ "font-size": "22px",
827
+ },
828
+ },
829
+ },
830
+ {
831
+ key: "minimal_portrait",
832
+ title: "Minimal Portrait",
833
+ content: DEFAULT_CONTENT,
834
+ config: {
835
+ team_levoGroup: { carousel: { loop: true } },
836
+ "carousel-navigation-arrow-left": {
837
+ button_icons: { left: { enabled: true } },
838
+ },
839
+ "carousel-navigation-arrow-right": {
840
+ button_icons: { right: { enabled: true } },
841
+ },
842
+ description: { selectedVariants: { Typography_Variants: "Large" } },
843
+ team: Array(12)
844
+ .fill(0)
845
+ .map(() => ({
846
+ description: { selectedVariants: {} },
847
+ name: {
848
+ heading: { level: "4" },
849
+ selectedVariants: { Heading_Level: "H4" },
843
850
  },
851
+ })),
852
+ ctas: [
853
+ { cta: {} },
854
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
855
+ ],
856
+ },
857
+ styles: {
858
+ layout: {
859
+ "background-color": "white",
860
+ "padding-top": "4xl",
861
+ "padding-bottom": "4xl",
862
+ },
863
+ container: {},
864
+ header: {
865
+ "margin-bottom": "3xl",
866
+ display: "flex",
867
+ "flex-direction": "column",
868
+ "align-items": "center",
869
+ "text-align": "center",
870
+ },
871
+ "header-content": {
872
+ display: "flex",
873
+ "flex-direction": "column",
874
+ "row-gap": "xs",
875
+ "max-width": "640px",
876
+ "text-align": "center",
877
+ },
878
+ title: { "text-align": "center", "margin-bottom": "none" },
879
+ description: { "text-align": "center", color: "text-2" },
880
+ team_levoGroup: {
881
+ number_of_slides: 4,
882
+ "column-gap": "lg",
883
+ mobile: { number_of_slides: 1 },
884
+ tablet: { number_of_slides: 2 },
885
+ },
886
+ team_levoGroupItem: {
887
+ card: {
888
+ display: "flex",
889
+ "flex-direction": "column",
890
+ "align-items": "flex-start",
891
+ "row-gap": "base",
844
892
  },
845
- {
846
- card: {
847
- display: "flex",
848
- "flex-direction": "column",
849
- "align-items": "center",
850
- "border-radius": "lg",
851
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
852
- "min-height": "500px",
853
- position: "relative",
854
- "margin-left": "4xs",
855
- "margin-right": "4xs",
856
- },
857
- info: {
858
- display: "flex",
859
- "flex-direction": "row",
860
- "align-items": "center",
861
- "justify-content": "space-between",
862
- width: "100%",
863
- "margin-top": "auto",
864
- "padding-top": "none",
865
- "padding-bottom": "none",
866
- "padding-left": "base",
867
- "padding-right": "base",
868
- "box-shadow": "none",
869
- position: "absolute",
870
- bottom: "20px",
871
- },
872
- "name-position-wrapper": {
873
- display: "flex",
874
- "flex-direction": "column",
875
- "align-items": "flex-start",
876
- "row-gap": "4xs",
877
- },
878
- name: {},
879
- social_levoGroup: {
880
- display: "flex",
881
- "justify-content": "center",
882
- "column-gap": "xs",
883
- },
884
- social: [
885
- {
886
- icon: {
887
- width: "40px",
888
- height: "40px",
889
- "object-fit": "contain",
890
- "border-style": "solid",
891
- "border-width": "1px",
892
- "border-color": "brand",
893
- "border-radius": "full",
894
- "background-color": "white",
895
- display: "block",
896
- padding: "xs",
897
- "font-size": "40px",
898
- },
893
+ info: {
894
+ display: "flex",
895
+ "flex-direction": "column",
896
+ width: "100%",
897
+ "row-gap": "2xs",
898
+ },
899
+ "name-position-wrapper": {
900
+ display: "flex",
901
+ "flex-direction": "column",
902
+ "row-gap": "4xs",
903
+ },
904
+ description: { color: "text-2", "font-size": "sm" },
905
+ social_levoGroup: {
906
+ display: "flex",
907
+ "column-gap": "xs",
908
+ "margin-top": "xs",
909
+ },
910
+ social: [
911
+ {
912
+ icon: {
913
+ width: "28px",
914
+ height: "28px",
915
+ color: "text-1",
916
+ "font-size": "28px",
899
917
  },
900
- ],
901
- img: {
902
- "min-height": "500px",
903
- "object-fit": "cover",
904
- position: "relative",
905
918
  },
919
+ ],
920
+ img: {
921
+ width: "100%",
922
+ height: "420px",
923
+ "aspect-ratio": "3 / 4",
924
+ "object-fit": "cover",
925
+ "border-radius": "base",
906
926
  },
907
- {
908
- card: {
909
- display: "flex",
910
- "flex-direction": "column",
911
- "align-items": "center",
912
- "border-radius": "lg",
913
- padding: "lg",
914
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
915
- position: "relative",
916
- "min-height": "500px",
917
- "margin-left": "4xs",
918
- "margin-right": "4xs",
919
- },
920
- info: {
921
- display: "flex",
922
- "flex-direction": "row",
923
- "align-items": "center",
924
- "justify-content": "space-between",
925
- width: "100%",
926
- "margin-top": "auto",
927
- "padding-top": "none",
928
- "padding-bottom": "none",
929
- "padding-left": "none",
930
- "padding-right": "none",
931
- "box-shadow": "none",
932
- },
933
- "name-position-wrapper": {
934
- display: "flex",
935
- "flex-direction": "column",
936
- "align-items": "flex-start",
937
- "row-gap": "4xs",
938
- },
927
+ },
928
+ team: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
929
+ cta_wrapper: {
930
+ display: "flex",
931
+ "justify-content": "center",
932
+ "margin-top": "3xl",
933
+ },
934
+ ctas_levoGroup: {
935
+ display: "flex",
936
+ "justify-content": "center",
937
+ "column-gap": "sm",
938
+ },
939
+ ctas: [{ cta: {} }],
940
+ "carousel-navigation-container": {
941
+ display: "flex",
942
+ "justify-content": "center",
943
+ "margin-top": "2xl",
944
+ },
945
+ "carousel-navigation": {
946
+ display: "flex",
947
+ "column-gap": "2xs",
948
+ "align-items": "center",
949
+ },
950
+ "carousel-navigation-pill": {
951
+ width: "8px",
952
+ height: "8px",
953
+ "border-radius": "8px",
954
+ "background-color": "var(--color-border)",
955
+ cursor: "pointer",
956
+ transition: "all 0.3s ease",
957
+ },
958
+ "carousel-navigation-arrow-left": {
959
+ "border-radius": "3xl",
960
+ width: "40px",
961
+ height: "40px",
962
+ padding: "0",
963
+ },
964
+ "carousel-navigation-arrow-right": {
965
+ "border-radius": "3xl",
966
+ width: "40px",
967
+ height: "40px",
968
+ padding: "0",
969
+ },
970
+ "carousel-navigation-top-container": {
971
+ display: "flex",
972
+ "align-items": "center",
973
+ "column-gap": "2xs",
974
+ },
975
+ "carousel-navigation-arrow-left_leftIcon": {
976
+ height: "22px",
977
+ width: "22px",
978
+ "font-size": "22px",
979
+ },
980
+ "carousel-navigation-arrow-right_rightIcon": {
981
+ height: "22px",
982
+ width: "22px",
983
+ "font-size": "22px",
984
+ },
985
+ },
986
+ },
987
+ {
988
+ key: "tinted_cards",
989
+ title: "Tinted Cards",
990
+ content: CONTENT_9,
991
+ config: {
992
+ team_levoGroup: { carousel: { loop: true } },
993
+ "carousel-navigation-arrow-left": {
994
+ button_icons: { left: { enabled: true } },
995
+ },
996
+ "carousel-navigation-arrow-right": {
997
+ button_icons: { right: { enabled: true } },
998
+ },
999
+ description: { selectedVariants: { Typography_Variants: "Large" } },
1000
+ team: Array(9)
1001
+ .fill(0)
1002
+ .map(() => ({
1003
+ description: { selectedVariants: {} },
939
1004
  name: {
940
- color: "white",
941
- },
942
- social_levoGroup: {
943
- display: "flex",
944
- "justify-content": "center",
945
- "column-gap": "xs",
1005
+ heading: { level: "4" },
1006
+ selectedVariants: { Heading_Level: "H4" },
946
1007
  },
947
- social: [
948
- {
949
- icon: {
950
- width: "40px",
951
- height: "40px",
952
- "object-fit": "contain",
953
- "border-style": "solid",
954
- "border-width": "1px",
955
- "border-color": "brand",
956
- "border-radius": "full",
957
- "background-color": "white",
958
- display: "block",
959
- padding: "xs",
960
- "font-size": "40px",
961
- },
962
- },
963
- ],
1008
+ })),
1009
+ ctas: [
1010
+ { cta: {} },
1011
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1012
+ ],
1013
+ },
1014
+ styles: {
1015
+ layout: {
1016
+ "background-color": "background-1",
1017
+ "padding-top": "4xl",
1018
+ "padding-bottom": "4xl",
1019
+ },
1020
+ container: {},
1021
+ header: {
1022
+ "margin-bottom": "3xl",
1023
+ display: "flex",
1024
+ "justify-content": "space-between",
1025
+ "align-items": "end",
1026
+ "flex-direction": "row",
1027
+ "column-gap": "xl",
1028
+ mobile: {
1029
+ "flex-direction": "column",
1030
+ "align-items": "center",
964
1031
  },
965
- {
966
- card: {
967
- display: "flex",
968
- "flex-direction": "column",
969
- "align-items": "center",
970
- "border-radius": "lg",
971
- padding: "lg",
972
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
973
- "min-height": "500px",
974
- position: "relative",
975
- "margin-left": "4xs",
976
- "margin-right": "4xs",
977
- },
978
- info: {
979
- display: "flex",
980
- "flex-direction": "row",
981
- "align-items": "center",
982
- "justify-content": "space-between",
983
- width: "100%",
984
- "margin-top": "auto",
985
- "padding-top": "none",
986
- "padding-bottom": "none",
987
- "padding-left": "none",
988
- "padding-right": "none",
989
- "box-shadow": "none",
990
- },
991
- "name-position-wrapper": {
992
- display: "flex",
993
- "flex-direction": "column",
994
- "align-items": "flex-start",
995
- "row-gap": "4xs",
996
- },
997
- name: {
998
- color: "white",
999
- },
1000
- social_levoGroup: {
1001
- display: "flex",
1002
- "justify-content": "center",
1003
- "column-gap": "xs",
1004
- },
1005
- social: [
1006
- {
1007
- icon: {
1008
- width: "40px",
1009
- height: "40px",
1010
- "object-fit": "contain",
1011
- "border-style": "solid",
1012
- "border-width": "1px",
1013
- "border-color": "brand",
1014
- "border-radius": "full",
1015
- "background-color": "white",
1016
- display: "block",
1017
- padding: "xs",
1018
- "font-size": "40px",
1019
- },
1020
- },
1021
- ],
1032
+ },
1033
+ "header-content": {
1034
+ display: "flex",
1035
+ "flex-direction": "column",
1036
+ "row-gap": "xs",
1037
+ "max-width": "600px",
1038
+ },
1039
+ title: { "margin-bottom": "none" },
1040
+ description: { "text-align": "left", color: "text-2" },
1041
+ team_levoGroup: {
1042
+ number_of_slides: 3,
1043
+ "column-gap": "lg",
1044
+ mobile: { number_of_slides: 1 },
1045
+ tablet: { number_of_slides: 2 },
1046
+ },
1047
+ team_levoGroupItem: {
1048
+ card: {
1049
+ display: "flex",
1050
+ "flex-direction": "column",
1051
+ "background-color": "white",
1052
+ "border-radius": "xl",
1053
+ "box-shadow": "default",
1054
+ padding: "base",
1055
+ "row-gap": "base",
1056
+ height: "100%",
1022
1057
  },
1023
- {
1024
- card: {
1025
- display: "flex",
1026
- "flex-direction": "column",
1027
- "align-items": "center",
1028
- "border-radius": "lg",
1029
- padding: "lg",
1030
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
1031
- "min-height": "500px",
1032
- position: "relative",
1033
- "margin-left": "4xs",
1034
- "margin-right": "4xs",
1035
- },
1036
- info: {
1037
- display: "flex",
1038
- "flex-direction": "row",
1039
- "align-items": "center",
1040
- "justify-content": "space-between",
1041
- width: "100%",
1042
- "margin-top": "auto",
1043
- "padding-top": "none",
1044
- "padding-bottom": "none",
1045
- "padding-left": "none",
1046
- "padding-right": "none",
1047
- "box-shadow": "none",
1048
- },
1049
- "name-position-wrapper": {
1050
- display: "flex",
1051
- "flex-direction": "column",
1052
- "align-items": "flex-start",
1053
- "row-gap": "4xs",
1054
- },
1055
- name: {
1056
- color: "white",
1057
- },
1058
- social_levoGroup: {
1059
- display: "flex",
1060
- "justify-content": "center",
1061
- "column-gap": "xs",
1062
- },
1063
- social: [
1064
- {
1065
- icon: {
1066
- width: "40px",
1067
- height: "40px",
1068
- "object-fit": "contain",
1069
- "border-style": "solid",
1070
- "border-width": "1px",
1071
- "border-color": "brand",
1072
- "border-radius": "full",
1073
- "background-color": "white",
1074
- display: "block",
1075
- padding: "xs",
1076
- "font-size": "40px",
1077
- },
1058
+ info: {
1059
+ display: "flex",
1060
+ "flex-direction": "row",
1061
+ "align-items": "center",
1062
+ "justify-content": "space-between",
1063
+ width: "100%",
1064
+ "padding-top": "none",
1065
+ "padding-bottom": "none",
1066
+ "padding-left": "none",
1067
+ "padding-right": "none",
1068
+ },
1069
+ "name-position-wrapper": {
1070
+ display: "flex",
1071
+ "flex-direction": "column",
1072
+ "row-gap": "4xs",
1073
+ },
1074
+ description: { color: "text-2", "font-size": "sm" },
1075
+ social_levoGroup: {
1076
+ display: "flex",
1077
+ "column-gap": "xs",
1078
+ },
1079
+ social: [
1080
+ {
1081
+ icon: {
1082
+ width: "36px",
1083
+ height: "36px",
1084
+ "border-style": "solid",
1085
+ "border-width": "1px",
1086
+ "border-color": "brand",
1087
+ "border-radius": "full",
1088
+ "background-color": "white",
1089
+ color: "brand",
1090
+ padding: "2xs",
1091
+ "font-size": "36px",
1078
1092
  },
1079
- ],
1093
+ },
1094
+ ],
1095
+ img: {
1096
+ width: "100%",
1097
+ height: "320px",
1098
+ "aspect-ratio": "4 / 3",
1099
+ "object-fit": "cover",
1100
+ "border-radius": "base",
1080
1101
  },
1081
- ],
1102
+ },
1103
+ team: [{}, {}, {}, {}, {}, {}, {}, {}, {}],
1082
1104
  cta_wrapper: {
1083
1105
  display: "flex",
1084
1106
  "justify-content": "center",
1085
1107
  "margin-top": "3xl",
1086
- mobile: {
1087
- "margin-top": "2xl",
1088
- },
1089
1108
  },
1090
1109
  ctas_levoGroup: {
1091
1110
  display: "flex",
1092
1111
  "justify-content": "center",
1093
1112
  "column-gap": "sm",
1094
1113
  },
1095
- ctas: [
1096
- {
1097
- cta: {},
1098
- },
1099
- ],
1100
-
1114
+ ctas: [{ cta: {} }],
1101
1115
  "carousel-navigation-container": {
1102
1116
  display: "flex",
1103
1117
  "justify-content": "center",
@@ -1114,7 +1128,6 @@ export const Carousel2: IBlock = {
1114
1128
  "border-radius": "8px",
1115
1129
  "background-color": "var(--color-border)",
1116
1130
  cursor: "pointer",
1117
-
1118
1131
  transition: "all 0.3s ease",
1119
1132
  },
1120
1133
  "carousel-navigation-arrow-left": {
@@ -1144,9 +1157,6 @@ export const Carousel2: IBlock = {
1144
1157
  width: "22px",
1145
1158
  "font-size": "22px",
1146
1159
  },
1147
- team_levoGroupItem: {
1148
- description: {},
1149
- },
1150
1160
  },
1151
1161
  },
1152
1162
  ],