@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,54 +1,330 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const PRODUCT_DEFAULT = {
4
- product_wrapper: null,
5
- image: {
6
- id: "7141014160938075687",
7
- location: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
8
- kind: "image",
9
- mimetype: "image/png",
10
- srcset: {
11
- "1080w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
12
- "1200w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
13
- "1920w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
14
- "320w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
15
- "640w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
16
- "750w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
17
- "828w": "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
18
- path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
19
- },
3
+ const IMG_CHECKOUT_SMART = {
4
+ id: "7453399982328530080",
5
+ kind: "image",
6
+ location:
7
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg",
8
+ mimetype: "image/jpeg",
9
+ srcset: {
10
+ "320w":
11
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
25
+ },
26
+ };
27
+
28
+ const IMG_TERMINAL = {
29
+ id: "7453399982330476323",
30
+ kind: "image",
31
+ location:
32
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg",
33
+ mimetype: "image/jpeg",
34
+ srcset: {
35
+ "320w":
36
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
37
+ "640w":
38
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
39
+ "750w":
40
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
41
+ "828w":
42
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
43
+ "1080w":
44
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
45
+ "1200w":
46
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
47
+ "1920w":
48
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
49
+ path: "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
50
+ },
51
+ };
52
+
53
+ const IMG_PAYMENT_LINK = {
54
+ id: "7453399982986601753",
55
+ kind: "image",
56
+ location:
57
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg",
58
+ mimetype: "image/jpeg",
59
+ srcset: {
60
+ "320w":
61
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
62
+ "640w":
63
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
64
+ "750w":
65
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
66
+ "828w":
67
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
68
+ "1080w":
69
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
70
+ "1200w":
71
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
72
+ "1920w":
73
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
74
+ path: "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
75
+ },
76
+ };
77
+
78
+ const IMG_VIRTUAL_CARD = {
79
+ id: "7453399982986145311",
80
+ kind: "image",
81
+ location:
82
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg",
83
+ mimetype: "image/jpeg",
84
+ srcset: {
85
+ "320w":
86
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
87
+ "640w":
88
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
89
+ "750w":
90
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
91
+ "828w":
92
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
93
+ "1080w":
94
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
95
+ "1200w":
96
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
97
+ "1920w":
98
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
99
+ path: "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
100
+ },
101
+ };
102
+
103
+ const IMG_CORPORATE_CARD = {
104
+ id: "7453399983505162731",
105
+ kind: "image",
106
+ location:
107
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg",
108
+ mimetype: "image/jpeg",
109
+ srcset: {
110
+ "320w":
111
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
112
+ "640w":
113
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
114
+ "750w":
115
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
116
+ "828w":
117
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
118
+ "1080w":
119
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
120
+ "1200w":
121
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
122
+ "1920w":
123
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
124
+ 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",
125
+ },
126
+ };
127
+
128
+ const IMG_CARD_READER = {
129
+ id: "7453399982328476943",
130
+ kind: "image",
131
+ location:
132
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg",
133
+ mimetype: "image/jpeg",
134
+ srcset: {
135
+ "320w":
136
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
137
+ "640w":
138
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
139
+ "750w":
140
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
141
+ "828w":
142
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
143
+ "1080w":
144
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
145
+ "1200w":
146
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
147
+ "1920w":
148
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
149
+ path: "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
150
+ },
151
+ };
152
+
153
+ const IMG_WORKING_CAPITAL = {
154
+ id: "7453399983194240444",
155
+ kind: "image",
156
+ location:
157
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg",
158
+ mimetype: "image/jpeg",
159
+ srcset: {
160
+ "320w":
161
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
162
+ "640w":
163
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
164
+ "750w":
165
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
166
+ "828w":
167
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
168
+ "1080w":
169
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
170
+ "1200w":
171
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
172
+ "1920w":
173
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
174
+ path: "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
175
+ },
176
+ };
177
+
178
+ const IMG_TREASURY = {
179
+ id: "7453399983798174111",
180
+ kind: "image",
181
+ location:
182
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg",
183
+ mimetype: "image/jpeg",
184
+ srcset: {
185
+ "320w":
186
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
187
+ "640w":
188
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
189
+ "750w":
190
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
191
+ "828w":
192
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
193
+ "1080w":
194
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
195
+ "1200w":
196
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
197
+ "1920w":
198
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
199
+ path: "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
200
+ },
201
+ };
202
+
203
+ const IMG_REVENUE_ADVANCE = {
204
+ id: "7453399983194124438",
205
+ kind: "image",
206
+ location:
207
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg",
208
+ mimetype: "image/jpeg",
209
+ srcset: {
210
+ "320w":
211
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
212
+ "640w":
213
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
214
+ "750w":
215
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
216
+ "828w":
217
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
218
+ "1080w":
219
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
220
+ "1200w":
221
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
222
+ "1920w":
223
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
224
+ path: "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
20
225
  },
21
- info_wrapper: null,
22
- name: "Product Name",
23
- title: "Product Title",
24
- url: "https://example.com",
25
226
  };
26
227
 
27
228
  const DEFAULT_CONTENT = {
28
229
  layout: null,
29
230
  container: null,
30
231
  header_wrapper: null,
31
- title: "Our Products",
232
+ title: "One platform. All the money rails.",
32
233
  tabs_section_wrapper: null,
33
234
  tabs_list: null,
34
235
  categories: [
35
236
  {
36
- name: "Category 1",
237
+ name: "Accept payments",
37
238
  tab_content: null,
38
239
  products_grid: null,
39
- products: [PRODUCT_DEFAULT, PRODUCT_DEFAULT, PRODUCT_DEFAULT],
240
+ products: [
241
+ {
242
+ product_wrapper: null,
243
+ image: IMG_CHECKOUT_SMART,
244
+ info_wrapper: null,
245
+ name: "Online",
246
+ title: "Hosted Checkout",
247
+ url: "/products/checkout",
248
+ },
249
+ {
250
+ product_wrapper: null,
251
+ image: IMG_TERMINAL,
252
+ info_wrapper: null,
253
+ name: "In-person",
254
+ title: "POS Terminal",
255
+ url: "/products/terminal",
256
+ },
257
+ {
258
+ product_wrapper: null,
259
+ image: IMG_PAYMENT_LINK,
260
+ info_wrapper: null,
261
+ name: "No-code",
262
+ title: "Payment Links",
263
+ url: "/products/payment-links",
264
+ },
265
+ ],
40
266
  },
41
267
  {
42
- name: "Category 2",
268
+ name: "Issue cards",
43
269
  tab_content: null,
44
270
  products_grid: null,
45
- products: [PRODUCT_DEFAULT, PRODUCT_DEFAULT, PRODUCT_DEFAULT],
271
+ products: [
272
+ {
273
+ product_wrapper: null,
274
+ image: IMG_VIRTUAL_CARD,
275
+ info_wrapper: null,
276
+ name: "Issuing",
277
+ title: "Virtual Cards",
278
+ url: "/products/virtual-cards",
279
+ },
280
+ {
281
+ product_wrapper: null,
282
+ image: IMG_CORPORATE_CARD,
283
+ info_wrapper: null,
284
+ name: "Expense",
285
+ title: "Corporate Cards",
286
+ url: "/products/corporate-cards",
287
+ },
288
+ {
289
+ product_wrapper: null,
290
+ image: IMG_CARD_READER,
291
+ info_wrapper: null,
292
+ name: "Acquiring",
293
+ title: "Card Acceptance",
294
+ url: "/products/card-acceptance",
295
+ },
296
+ ],
46
297
  },
47
298
  {
48
- name: "Category 3",
299
+ name: "Power growth",
49
300
  tab_content: null,
50
301
  products_grid: null,
51
- products: [PRODUCT_DEFAULT, PRODUCT_DEFAULT, PRODUCT_DEFAULT],
302
+ products: [
303
+ {
304
+ product_wrapper: null,
305
+ image: IMG_WORKING_CAPITAL,
306
+ info_wrapper: null,
307
+ name: "Lending",
308
+ title: "Working Capital",
309
+ url: "/products/working-capital",
310
+ },
311
+ {
312
+ product_wrapper: null,
313
+ image: IMG_TREASURY,
314
+ info_wrapper: null,
315
+ name: "Yield",
316
+ title: "Treasury Sweeps",
317
+ url: "/products/treasury",
318
+ },
319
+ {
320
+ product_wrapper: null,
321
+ image: IMG_REVENUE_ADVANCE,
322
+ info_wrapper: null,
323
+ name: "Financing",
324
+ title: "Revenue Advance",
325
+ url: "/products/revenue-advance",
326
+ },
327
+ ],
52
328
  },
53
329
  ],
54
330
  };
@@ -60,13 +336,10 @@ export const Tab3: IBlock = {
60
336
  title: "Tab 3",
61
337
  key: "tab-3",
62
338
  version: "v1",
63
- prompt_description: "Product categories organized in tabs with a grid of product cards",
339
+ prompt_description:
340
+ "Product categories organized in tabs with a grid of product cards",
64
341
  content_schema: [
65
- {
66
- key: "layout",
67
- label: "Layout",
68
- field_interface: "LayoutWidget",
69
- },
342
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
70
343
  {
71
344
  key: "container",
72
345
  label: "Container",
@@ -77,21 +350,13 @@ export const Tab3: IBlock = {
77
350
  label: "Header Wrapper",
78
351
  field_interface: "BoxWidget",
79
352
  },
80
- {
81
- key: "title",
82
- label: "Title",
83
- field_interface: "HeadingWidget",
84
- },
353
+ { key: "title", label: "Title", field_interface: "HeadingWidget" },
85
354
  {
86
355
  key: "tabs_section_wrapper",
87
356
  label: "Tabs Section Wrapper",
88
357
  field_interface: "BoxWidget",
89
358
  },
90
- {
91
- key: "tabs_list",
92
- label: "Tabs List",
93
- field_interface: "TabsListWidget",
94
- },
359
+ { key: "tabs_list", label: "Tabs List", field_interface: "TabsListWidget" },
95
360
  {
96
361
  key: "categories",
97
362
  label: "Categories",
@@ -124,11 +389,7 @@ export const Tab3: IBlock = {
124
389
  label: "Product Wrapper",
125
390
  field_interface: "BoxWidget",
126
391
  },
127
- {
128
- key: "image",
129
- label: "Image",
130
- field_interface: "MediaWidget",
131
- },
392
+ { key: "image", label: "Image", field_interface: "MediaWidget" },
132
393
  {
133
394
  key: "info_wrapper",
134
395
  label: "Info Wrapper",
@@ -144,11 +405,7 @@ export const Tab3: IBlock = {
144
405
  label: "Product Title",
145
406
  field_interface: "HeadingWidget",
146
407
  },
147
- {
148
- key: "url",
149
- label: "URL",
150
- field_interface: "URLWidget",
151
- },
408
+ { key: "url", label: "URL", field_interface: "URLWidget" },
152
409
  ],
153
410
  },
154
411
  ],
@@ -168,9 +425,7 @@ export const Tab3: IBlock = {
168
425
  title: {
169
426
  "font-weight": 800,
170
427
  "font-size": "3rem",
171
- tablet: {
172
- "font-size": "2rem",
173
- },
428
+ tablet: { "font-size": "2rem" },
174
429
  },
175
430
  tabs_section_wrapper: {
176
431
  display: "flex",
@@ -187,66 +442,677 @@ export const Tab3: IBlock = {
187
442
  padding: "4px",
188
443
  "border-radius": "9999px",
189
444
  },
190
- categories: DEFAULT_CONTENT.categories.map(() => ({
445
+ categories_levoGroupItem: {
191
446
  name: {
192
447
  padding: "8px 16px",
193
448
  "border-radius": "9999px",
194
449
  cursor: "pointer",
450
+ "font-weight": 600,
451
+ "font-size": "0.875rem",
195
452
  transition: "all 0.2s",
196
- "&[data-state='active']": {
197
- "background-color": "white",
453
+ color: "text-2",
454
+ "data-state=active": {
455
+ "background-color": "brand",
456
+ color: "brandForeground",
198
457
  "box-shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1)",
199
458
  },
200
459
  },
201
- tab_content: {
202
- width: "100%",
460
+ tab_content: { width: "100%" },
461
+ products_grid: {
462
+ display: "grid",
463
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
464
+ gap: "32px",
465
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
466
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
467
+ },
468
+ products_levoGroupItem: {
469
+ product_wrapper: {
470
+ display: "flex",
471
+ "flex-direction": "column",
472
+ "align-items": "center",
473
+ "text-align": "center",
474
+ },
475
+ image: {
476
+ width: "100%",
477
+ "aspect-ratio": "4 / 3",
478
+ "object-fit": "cover",
479
+ "border-radius": "12px",
480
+ },
481
+ info_wrapper: {
482
+ "margin-top": "20px",
483
+ display: "flex",
484
+ "flex-direction": "column",
485
+ "align-items": "center",
486
+ gap: "8px",
487
+ },
488
+ name: {
489
+ "font-size": "0.75rem",
490
+ "text-transform": "uppercase",
491
+ "letter-spacing": "0.08em",
492
+ "font-weight": 700,
493
+ color: "brand",
494
+ },
495
+ title: {
496
+ "font-weight": 700,
497
+ "font-size": "1.25rem",
498
+ },
499
+ },
500
+ },
501
+ },
502
+ config: {},
503
+ content: DEFAULT_CONTENT,
504
+ },
505
+ {
506
+ key: "underline_tabs",
507
+ title: "Underline Tabs",
508
+ styles: {
509
+ layout: {},
510
+ container: {},
511
+ header_wrapper: {
512
+ "text-align": "left",
513
+ "margin-bottom": "3xl",
514
+ "padding-bottom": "xl",
515
+ "border-bottom-width": "1px",
516
+ "border-bottom-style": "solid",
517
+ "border-bottom-color": "border",
518
+ },
519
+ title: {
520
+ "font-weight": 800,
521
+ "font-size": "3rem",
522
+ tablet: { "font-size": "2rem" },
523
+ },
524
+ tabs_section_wrapper: {
525
+ display: "flex",
526
+ "flex-direction": "column",
527
+ gap: "40px",
528
+ },
529
+ tabs_list: {
530
+ display: "flex",
531
+ "flex-wrap": "wrap",
532
+ "justify-content": "flex-start",
533
+ gap: "24px",
534
+ "background-color": "transparent",
535
+ },
536
+ categories_levoGroupItem: {
537
+ name: {
538
+ padding: "12px 0",
539
+ "border-radius": "0",
540
+ cursor: "pointer",
541
+ "font-weight": 600,
542
+ "font-size": "sm",
543
+ "text-transform": "uppercase",
544
+ "letter-spacing": "0.08em",
545
+ transition: "all 0.2s",
546
+ "border-bottom-width": "3px",
547
+ "border-style": "solid",
548
+ "border-color": "transparent",
549
+ "background-color": "transparent",
550
+ "box-shadow": "none",
551
+ color: "text-2",
552
+ "data-state=active": {
553
+ "background-color": "transparent",
554
+ "box-shadow": "none",
555
+ "border-color": "brand",
556
+ color: "brand",
557
+ "font-weight": 800,
558
+ },
203
559
  },
560
+ tab_content: { width: "100%" },
204
561
  products_grid: {
205
562
  display: "grid",
206
563
  "grid-template-columns": "repeat(3, minmax(0, 1fr))",
207
- gap: "40px",
208
- tablet: {
209
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
564
+ gap: "32px",
565
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
566
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
567
+ },
568
+ products_levoGroupItem: {
569
+ product_wrapper: {
570
+ display: "flex",
571
+ "flex-direction": "column",
572
+ "align-items": "flex-start",
573
+ "text-align": "left",
210
574
  },
575
+ image: {
576
+ width: "100%",
577
+ "aspect-ratio": "3 / 2",
578
+ "object-fit": "cover",
579
+ "border-radius": "12px",
580
+ },
581
+ info_wrapper: {
582
+ "margin-top": "16px",
583
+ display: "flex",
584
+ "flex-direction": "column",
585
+ "align-items": "flex-start",
586
+ gap: "6px",
587
+ },
588
+ name: {
589
+ "font-size": "0.75rem",
590
+ "text-transform": "uppercase",
591
+ "letter-spacing": "0.08em",
592
+ color: "var(--color-brand)",
593
+ "font-weight": 700,
594
+ },
595
+ title: { "font-weight": 700, "font-size": "1.125rem" },
596
+ },
597
+ },
598
+ },
599
+ config: {},
600
+ content: DEFAULT_CONTENT,
601
+ },
602
+ {
603
+ key: "vertical_sidebar",
604
+ title: "Vertical Sidebar",
605
+ styles: {
606
+ layout: {
607
+ "background-color": "background-1",
608
+ },
609
+ container: {},
610
+ header_wrapper: {
611
+ "text-align": "center",
612
+ "margin-bottom": "48px",
613
+ },
614
+ title: {
615
+ "font-weight": 800,
616
+ "font-size": "3rem",
617
+ tablet: {
618
+ "font-size": "2rem",
619
+ },
620
+ },
621
+ tabs_section_wrapper: {
622
+ display: "grid",
623
+ "grid-template-columns": "240px 1fr",
624
+ gap: "48px",
625
+ "align-items": "start",
626
+ tablet: {
627
+ "grid-template-columns": "1fr",
628
+ },
629
+ },
630
+ tabs_list: {
631
+ display: "flex",
632
+ "flex-direction": "column",
633
+ gap: "8px",
634
+ "background-color": "transparent",
635
+ padding: "0",
636
+ height: "auto",
637
+ "border-right-width": "1px",
638
+ "border-right-style": "solid",
639
+ "border-right-color": "border",
640
+ "padding-right": "16px",
641
+ tablet: {
642
+ "flex-direction": "row",
643
+ "flex-wrap": "wrap",
644
+ "border-right-width": "0",
645
+ "padding-right": "0",
646
+ },
647
+ },
648
+ categories: [{}, {}, {}],
649
+ categories_levoGroupItem: {
650
+ name: {
651
+ padding: "12px 16px",
652
+ "border-radius": "8px",
653
+ cursor: "pointer",
654
+ "text-align": "left",
655
+ "font-weight": 500,
656
+ transition: "all 0.2s",
657
+ color: "text-2",
658
+ width: "100%",
659
+ "data-state=active": {
660
+ "background-color": "brand",
661
+ color: "brandForeground",
662
+ "font-weight": 700,
663
+ },
664
+ },
665
+ tab_content: {
666
+ width: "100%",
667
+ },
668
+ products_grid: {
669
+ display: "grid",
670
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
671
+ gap: "32px",
211
672
  mobile: {
212
673
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
213
674
  },
214
675
  },
215
- products: Array(3)
216
- .fill(0)
217
- .map(() => ({
218
- product_wrapper: {
219
- display: "flex",
220
- "flex-direction": "column",
221
- "align-items": "center",
222
- "text-align": "center",
676
+ products_levoGroupItem: {
677
+ product_wrapper: {
678
+ display: "flex",
679
+ "flex-direction": "column",
680
+ "align-items": "flex-start",
681
+ "background-color": "background-1",
682
+ "border-radius": "16px",
683
+ padding: "16px",
684
+ "box-shadow": "default",
685
+ height: "100%",
686
+ },
687
+ image: {
688
+ width: "100%",
689
+ "aspect-ratio": "4 / 3",
690
+ "object-fit": "cover",
691
+ "border-radius": "12px",
692
+ },
693
+ info_wrapper: {
694
+ "margin-top": "16px",
695
+ display: "flex",
696
+ "flex-direction": "column",
697
+ "align-items": "flex-start",
698
+ gap: "6px",
699
+ },
700
+ name: {
701
+ "font-size": "0.75rem",
702
+ "text-transform": "uppercase",
703
+ "letter-spacing": "0.08em",
704
+ "font-weight": 700,
705
+ color: "brand",
706
+ },
707
+ title: {
708
+ "font-weight": 700,
709
+ "font-size": "1.125rem",
710
+ },
711
+ },
712
+ },
713
+ },
714
+ config: {},
715
+ content: {
716
+ layout: null,
717
+ container: null,
718
+ header_wrapper: null,
719
+ title: "One platform. All the money rails.",
720
+ tabs_section_wrapper: null,
721
+ tabs_list: null,
722
+ categories: [
723
+ {
724
+ name: "Accept payments",
725
+ tab_content: null,
726
+ products_grid: null,
727
+ products: [
728
+ {
729
+ product_wrapper: null,
730
+ image: {
731
+ id: "7453399982328530080",
732
+ kind: "image",
733
+ location:
734
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg",
735
+ mimetype: "image/jpeg",
736
+ srcset: {
737
+ "320w":
738
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
739
+ "640w":
740
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
741
+ "750w":
742
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
743
+ "828w":
744
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
745
+ "1080w":
746
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
747
+ "1200w":
748
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
749
+ "1920w":
750
+ "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
751
+ path: "https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6207703/pexels-photo-6207703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
752
+ },
753
+ },
754
+ info_wrapper: null,
755
+ name: "Online",
756
+ title: "Hosted Checkout",
757
+ url: "/products/checkout",
223
758
  },
224
- image: {
225
- width: "100%",
226
- "aspect-ratio": "1/1",
227
- "object-fit": "cover",
228
- "border-radius": "12px",
759
+ {
760
+ product_wrapper: null,
761
+ image: {
762
+ id: "7453399982330476323",
763
+ kind: "image",
764
+ location:
765
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg",
766
+ mimetype: "image/jpeg",
767
+ srcset: {
768
+ "320w":
769
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
770
+ "640w":
771
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
772
+ "750w":
773
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
774
+ "828w":
775
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
776
+ "1080w":
777
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
778
+ "1200w":
779
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
780
+ "1920w":
781
+ "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
782
+ path: "https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5239818/pexels-photo-5239818.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
783
+ },
784
+ },
785
+ info_wrapper: null,
786
+ name: "In-person",
787
+ title: "POS Terminal",
788
+ url: "/products/terminal",
229
789
  },
230
- info_wrapper: {
231
- "margin-top": "24px",
232
- display: "flex",
233
- "flex-direction": "column",
234
- "align-items": "center",
235
- gap: "8px",
790
+ {
791
+ product_wrapper: null,
792
+ image: {
793
+ id: "7453399982986601753",
794
+ kind: "image",
795
+ location:
796
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg",
797
+ mimetype: "image/jpeg",
798
+ srcset: {
799
+ "320w":
800
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
801
+ "640w":
802
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
803
+ "750w":
804
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
805
+ "828w":
806
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
807
+ "1080w":
808
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
809
+ "1200w":
810
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
811
+ "1920w":
812
+ "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
813
+ path: "https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5242822/pexels-photo-5242822.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
814
+ },
815
+ },
816
+ info_wrapper: null,
817
+ name: "No-code",
818
+ title: "Payment Links",
819
+ url: "/products/payment-links",
236
820
  },
237
- name: {
238
- "font-size": "0.875rem",
239
- padding: "4px 12px",
240
- "background-color": "#f1f5f9",
241
- "border-radius": "9999px",
242
- width: "fit-content",
821
+ ],
822
+ },
823
+ {
824
+ name: "Issue cards",
825
+ tab_content: null,
826
+ products_grid: null,
827
+ products: [
828
+ {
829
+ product_wrapper: null,
830
+ image: {
831
+ id: "7453399982986145311",
832
+ kind: "image",
833
+ location:
834
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg",
835
+ mimetype: "image/jpeg",
836
+ srcset: {
837
+ "320w":
838
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
839
+ "640w":
840
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
841
+ "750w":
842
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
843
+ "828w":
844
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
845
+ "1080w":
846
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
847
+ "1200w":
848
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
849
+ "1920w":
850
+ "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
851
+ path: "https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/11412587/pexels-photo-11412587.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
852
+ },
853
+ },
854
+ info_wrapper: null,
855
+ name: "Issuing",
856
+ title: "Virtual Cards",
857
+ url: "/products/virtual-cards",
858
+ },
859
+ {
860
+ product_wrapper: null,
861
+ image: {
862
+ id: "7453399983505162731",
863
+ kind: "image",
864
+ location:
865
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg",
866
+ mimetype: "image/jpeg",
867
+ srcset: {
868
+ "320w":
869
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
870
+ "640w":
871
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
872
+ "750w":
873
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
874
+ "828w":
875
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
876
+ "1080w":
877
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
878
+ "1200w":
879
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
880
+ "1920w":
881
+ "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
882
+ 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",
883
+ },
884
+ },
885
+ info_wrapper: null,
886
+ name: "Expense",
887
+ title: "Corporate Cards",
888
+ url: "/products/corporate-cards",
243
889
  },
244
- title: {
245
- "font-weight": 700,
246
- "font-size": "1.25rem",
890
+ {
891
+ product_wrapper: null,
892
+ image: {
893
+ id: "7453399982328476943",
894
+ kind: "image",
895
+ location:
896
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg",
897
+ mimetype: "image/jpeg",
898
+ srcset: {
899
+ "320w":
900
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
901
+ "640w":
902
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
903
+ "750w":
904
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
905
+ "828w":
906
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
907
+ "1080w":
908
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
909
+ "1200w":
910
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
911
+ "1920w":
912
+ "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
913
+ path: "https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/12920742/pexels-photo-12920742.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
914
+ },
915
+ },
916
+ info_wrapper: null,
917
+ name: "Acquiring",
918
+ title: "Card Acceptance",
919
+ url: "/products/card-acceptance",
247
920
  },
248
- })),
249
- })),
921
+ ],
922
+ },
923
+ {
924
+ name: "Power growth",
925
+ tab_content: null,
926
+ products_grid: null,
927
+ products: [
928
+ {
929
+ product_wrapper: null,
930
+ image: {
931
+ id: "7453399983194240444",
932
+ kind: "image",
933
+ location:
934
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg",
935
+ mimetype: "image/jpeg",
936
+ srcset: {
937
+ "320w":
938
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
939
+ "640w":
940
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
941
+ "750w":
942
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
943
+ "828w":
944
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
945
+ "1080w":
946
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
947
+ "1200w":
948
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
949
+ "1920w":
950
+ "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
951
+ path: "https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6694866/pexels-photo-6694866.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
952
+ },
953
+ },
954
+ info_wrapper: null,
955
+ name: "Lending",
956
+ title: "Working Capital",
957
+ url: "/products/working-capital",
958
+ },
959
+ {
960
+ product_wrapper: null,
961
+ image: {
962
+ id: "7453399983798174111",
963
+ kind: "image",
964
+ location:
965
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg",
966
+ mimetype: "image/jpeg",
967
+ srcset: {
968
+ "320w":
969
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
970
+ "640w":
971
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
972
+ "750w":
973
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
974
+ "828w":
975
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
976
+ "1080w":
977
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
978
+ "1200w":
979
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
980
+ "1920w":
981
+ "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
982
+ path: "https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/10958528/pexels-photo-10958528.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
983
+ },
984
+ },
985
+ info_wrapper: null,
986
+ name: "Yield",
987
+ title: "Treasury Sweeps",
988
+ url: "/products/treasury",
989
+ },
990
+ {
991
+ product_wrapper: null,
992
+ image: {
993
+ id: "7453399983194124438",
994
+ kind: "image",
995
+ location:
996
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg",
997
+ mimetype: "image/jpeg",
998
+ srcset: {
999
+ "320w":
1000
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
1001
+ "640w":
1002
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
1003
+ "750w":
1004
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
1005
+ "828w":
1006
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
1007
+ "1080w":
1008
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
1009
+ "1200w":
1010
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
1011
+ "1920w":
1012
+ "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
1013
+ path: "https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7735775/pexels-photo-7735775.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
1014
+ },
1015
+ },
1016
+ info_wrapper: null,
1017
+ name: "Financing",
1018
+ title: "Revenue Advance",
1019
+ url: "/products/revenue-advance",
1020
+ },
1021
+ ],
1022
+ },
1023
+ ],
1024
+ },
1025
+ },
1026
+ {
1027
+ key: "card_chips",
1028
+ title: "Card Chips",
1029
+ styles: {
1030
+ layout: { "background-color": "background-2" },
1031
+ container: {},
1032
+ header_wrapper: {
1033
+ "text-align": "center",
1034
+ "margin-bottom": "40px",
1035
+ },
1036
+ title: {
1037
+ "font-weight": 800,
1038
+ "font-size": "3rem",
1039
+ tablet: { "font-size": "2rem" },
1040
+ },
1041
+ tabs_section_wrapper: {
1042
+ display: "flex",
1043
+ "flex-direction": "column",
1044
+ "align-items": "center",
1045
+ gap: "48px",
1046
+ },
1047
+ tabs_list: {
1048
+ display: "flex",
1049
+ "flex-wrap": "wrap",
1050
+ "justify-content": "center",
1051
+ gap: "12px",
1052
+ "background-color": "transparent",
1053
+ padding: "0",
1054
+ },
1055
+ categories_levoGroupItem: {
1056
+ name: {
1057
+ padding: "14px 22px",
1058
+ "border-radius": "16px",
1059
+ cursor: "pointer",
1060
+ "font-weight": 600,
1061
+ "background-color": "background-1",
1062
+ "border-width": "2px",
1063
+ "border-style": "solid",
1064
+ "border-color": "border",
1065
+ transition: "all 0.2s",
1066
+ "data-state=active": {
1067
+ "border-color": "brand",
1068
+ "background-color": "brand",
1069
+ color: "brandForeground",
1070
+ transform: "translateY(-2px)",
1071
+ "box-shadow": "default",
1072
+ },
1073
+ },
1074
+ tab_content: { width: "100%" },
1075
+ products_grid: {
1076
+ display: "grid",
1077
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
1078
+ gap: "32px",
1079
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
1080
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
1081
+ },
1082
+ products_levoGroupItem: {
1083
+ product_wrapper: {
1084
+ display: "flex",
1085
+ "flex-direction": "column",
1086
+ "align-items": "flex-start",
1087
+ "background-color": "background-1",
1088
+ "border-radius": "20px",
1089
+ padding: "20px",
1090
+ "box-shadow": "default",
1091
+ height: "100%",
1092
+ },
1093
+ image: {
1094
+ width: "100%",
1095
+ "aspect-ratio": "4 / 3",
1096
+ "object-fit": "cover",
1097
+ "border-radius": "16px",
1098
+ },
1099
+ info_wrapper: {
1100
+ "margin-top": "16px",
1101
+ display: "flex",
1102
+ "flex-direction": "column",
1103
+ "align-items": "flex-start",
1104
+ gap: "6px",
1105
+ },
1106
+ name: {
1107
+ "font-size": "0.75rem",
1108
+ "text-transform": "uppercase",
1109
+ "letter-spacing": "0.08em",
1110
+ "font-weight": 700,
1111
+ color: "brand",
1112
+ },
1113
+ title: { "font-weight": 700, "font-size": "1.25rem" },
1114
+ },
1115
+ },
250
1116
  },
251
1117
  config: {},
252
1118
  content: DEFAULT_CONTENT,