@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,21 +1,28 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "n3q3fSsDYQrj",
5
- filename: "tabs-2-bg-1.png",
3
+ const IMG_FINTECH_ANALYTICS = {
4
+ id: "7453399981689540942",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc.png",
6
+ location:
7
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-750w.webp 750w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
25
  },
18
- mimetype: "image/png",
19
26
  };
20
27
 
21
28
  const DEFAULT_CONTENT = {
@@ -24,112 +31,73 @@ const DEFAULT_CONTENT = {
24
31
  main_content_wrapper: null,
25
32
  left_container: null,
26
33
  right_container: null,
27
- title: "Industries We Serve",
34
+ title: "Fintech infrastructure, module by module",
28
35
  description:
29
- "Industries We Serve Industries We Serve Industries We Serve Industries We Serve Industries We Serve ",
36
+ "Six building blocks for modern money movement each production-ready with one API, one dashboard and a single compliance package.",
30
37
  tabs_levoGroup: null,
31
38
  tabs_tabList: null,
32
39
  tabs: [
33
40
  {
34
- TabsTrigger: "Cement Industry",
41
+ TabsTrigger: "Card Issuing",
35
42
  tab_content: null,
36
43
  card_wrapper: null,
37
- card_title: "Cement Industry",
44
+ card_title: "Launch cards in weeks, not quarters",
38
45
  card_description:
39
- "Robust conveyors engineered for heavy-duty cement handling, ensuring seamless material flow from raw mix to final dispatch.",
46
+ "Issue virtual and physical Visa or Mastercard programs with controls, real-time authorizations and webhooks, backed by certified BIN sponsorship.",
40
47
  card_ctas_levoGroup: null,
41
- card_ctas: [
42
- {
43
- card_cta: "Know More",
44
- },
45
- {
46
- card_cta: "Learn More",
47
- },
48
- ],
48
+ card_ctas: [{ card_cta: "Explore issuing" }, { card_cta: "Book a demo" }],
49
49
  },
50
50
  {
51
- TabsTrigger: "Food Industry",
51
+ TabsTrigger: "Acquiring",
52
52
  tab_content: null,
53
53
  card_wrapper: null,
54
- card_title: "Food Industry",
54
+ card_title: "Accept payments anywhere",
55
55
  card_description:
56
- "Hygienic conveyor systems designed for food-grade applications, maintaining quality and safety standards throughout the process.",
56
+ "One integration for cards, wallets, SEPA, ACH and UPI across 45 markets, with 3DS2 and network tokens to lift authorization by up to 7%.",
57
57
  card_ctas_levoGroup: null,
58
- card_ctas: [
59
- {
60
- card_cta: "Know More",
61
- },
62
- {
63
- card_cta: "Learn More",
64
- },
65
- ],
58
+ card_ctas: [{ card_cta: "See coverage" }, { card_cta: "Start free" }],
66
59
  },
67
60
  {
68
- TabsTrigger: "Insulation Industry",
61
+ TabsTrigger: "Instant Payouts",
69
62
  tab_content: null,
70
63
  card_wrapper: null,
71
- card_title: "Insulation Industry",
64
+ card_title: "Push money in seconds",
72
65
  card_description:
73
- "Specialized conveyor solutions for handling insulation materials with precision and care, optimized for lightweight materials.",
66
+ "Disburse to bank accounts, cards and wallets on RTP, FedNow and SEPA Instant, with automatic rail selection and a flat 0.25% fee on eligible transfers.",
74
67
  card_ctas_levoGroup: null,
75
- card_ctas: [
76
- {
77
- card_cta: "Know More",
78
- },
79
- {
80
- card_cta: "Learn More",
81
- },
82
- ],
68
+ card_ctas: [{ card_cta: "View rails" }, { card_cta: "Read API docs" }],
83
69
  },
84
70
  {
85
- TabsTrigger: "Steel & Sponge Industry",
71
+ TabsTrigger: "Embedded Lending",
86
72
  tab_content: null,
87
73
  card_wrapper: null,
88
- card_title: "Steel & Sponge Industry",
74
+ card_title: "Ship credit inside your product",
89
75
  card_description:
90
- "Heavy-duty conveyor systems built to withstand extreme conditions in steel manufacturing and sponge iron production.",
76
+ "Underwrite and originate working capital in-app, with decisioning in under two seconds and capital partners that scale from $10K to $5M lines.",
91
77
  card_ctas_levoGroup: null,
92
- card_ctas: [
93
- {
94
- card_cta: "Know More",
95
- },
96
- {
97
- card_cta: "Learn More",
98
- },
99
- ],
78
+ card_ctas: [{ card_cta: "See lending" }, { card_cta: "Talk to sales" }],
100
79
  },
101
80
  {
102
- TabsTrigger: "Power Industry",
81
+ TabsTrigger: "Treasury",
103
82
  tab_content: null,
104
83
  card_wrapper: null,
105
- card_title: "Power Industry",
84
+ card_title: "Yield on every idle dollar",
106
85
  card_description:
107
- "Reliable conveyor solutions for power plants, handling coal, ash, and other materials with maximum efficiency.",
86
+ "Sweep operating balances into FDIC-insured accounts and money-market funds, earning up to 4.8% APY with T+0 liquidity and automated reconciliation.",
108
87
  card_ctas_levoGroup: null,
109
- card_ctas: [
110
- {
111
- card_cta: "Know More",
112
- },
113
- {
114
- card_cta: "Learn More",
115
- },
116
- ],
88
+ card_ctas: [{ card_cta: "View rates" }, { card_cta: "Open account" }],
117
89
  },
118
90
  {
119
- TabsTrigger: "General Engineering",
91
+ TabsTrigger: "KYC & Risk",
120
92
  tab_content: null,
121
93
  card_wrapper: null,
122
- card_title: "General Engineering",
94
+ card_title: "Catch fraud before it ships",
123
95
  card_description:
124
- "Versatile conveyor systems adaptable to various engineering applications, providing flexible solutions for diverse needs.",
96
+ "Machine-learning risk engine scores every event in 80ms, combining device signals, behavioral biometrics and 190+ ID document checks in one flow.",
125
97
  card_ctas_levoGroup: null,
126
98
  card_ctas: [
127
- {
128
- card_cta: "Know More",
129
- },
130
- {
131
- card_cta: "Learn More",
132
- },
99
+ { card_cta: "See the engine" },
100
+ { card_cta: "Request trial" },
133
101
  ],
134
102
  },
135
103
  ],
@@ -145,11 +113,7 @@ export const Tab2: IBlock = {
145
113
  prompt_description:
146
114
  "Tabbed section with vertical tabs on left and card content on right showing title, description and CTA",
147
115
  content_schema: [
148
- {
149
- key: "layout",
150
- label: "Layout",
151
- field_interface: "LayoutWidget",
152
- },
116
+ { key: "layout", label: "Layout", field_interface: "LayoutWidget" },
153
117
  {
154
118
  key: "container",
155
119
  label: "Container",
@@ -165,16 +129,8 @@ export const Tab2: IBlock = {
165
129
  label: "Left Container",
166
130
  field_interface: "BoxWidget",
167
131
  },
168
- {
169
- key: "header",
170
- label: "Header",
171
- field_interface: "BoxWidget",
172
- },
173
- {
174
- key: "title",
175
- label: "Title",
176
- field_interface: "HeadingWidget",
177
- },
132
+ { key: "header", label: "Header", field_interface: "BoxWidget" },
133
+ { key: "title", label: "Title", field_interface: "HeadingWidget" },
178
134
  {
179
135
  key: "description",
180
136
  label: "Description",
@@ -251,52 +207,50 @@ export const Tab2: IBlock = {
251
207
  container: {},
252
208
  main_content_wrapper: {
253
209
  display: "flex",
254
- tablet: {
255
- "flex-direction": "column",
256
- },
257
- mobile: {
258
- "flex-direction": "column",
259
- },
210
+ tablet: { "flex-direction": "column" },
211
+ mobile: { "flex-direction": "column" },
260
212
  },
261
213
  left_container: {
262
- "padding-top": "10xl",
263
- "padding-bottom": "10xl",
214
+ "padding-top": "5xl",
215
+ "padding-bottom": "5xl",
264
216
  display: "flex",
265
217
  "flex-direction": "column",
266
- "justify-content": "start",
267
- "align-items": "center",
218
+ "justify-content": "center",
219
+ "align-items": "flex-start",
268
220
  "min-height": "600px",
269
- "background-size": "cover",
270
- width: "50%",
271
- "padding-left": "2xl",
272
- "padding-right": "2xl",
221
+ width: "48%",
222
+ "padding-left": "3xl",
223
+ "padding-right": "3xl",
224
+ "background-color": "brand",
273
225
  tablet: {
274
226
  width: "auto",
275
227
  height: "100%",
276
228
  "min-height": "auto",
277
- "justify-content": "start",
278
- "align-items": "center",
279
- "padding-bottom": "20xl",
280
- },
281
- mobile: {
282
- "padding-bottom": "24xl",
229
+ "padding-top": "4xl",
230
+ "padding-bottom": "4xl",
231
+ "align-items": "flex-start",
283
232
  },
284
- "background-color": "brand",
233
+ mobile: { "padding-top": "3xl", "padding-bottom": "3xl" },
285
234
  },
286
235
  title: {
287
- "text-align": "center",
236
+ "text-align": "left",
288
237
  color: "brandForeground",
238
+ "font-weight": 800,
239
+ "margin-bottom": "base",
289
240
  },
290
241
  description: {
291
- "text-align": "center",
242
+ "text-align": "left",
243
+ color: "brandForeground",
244
+ "max-width": "480px",
245
+ "line-height": "1.6",
292
246
  },
293
247
  tabs_levoGroup: {},
294
248
  tabs_tabList: {
295
249
  display: "flex",
296
250
  "flex-wrap": "wrap",
297
- "column-gap": "md",
298
- "row-gap": "base",
299
- "margin-top": "5xl",
251
+ "column-gap": "sm",
252
+ "row-gap": "sm",
253
+ "margin-top": "2xl",
300
254
  tablet: {
301
255
  display: "grid",
302
256
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
@@ -308,7 +262,7 @@ export const Tab2: IBlock = {
308
262
  "background-color": "transparent",
309
263
  },
310
264
  right_container: {
311
- "background-image": `url("${MEDIA.location}")`,
265
+ "background-image": `linear-gradient(rgba(10, 15, 25, 0.62), rgba(10, 15, 25, 0.62)), url("${IMG_FINTECH_ANALYTICS.location}")`,
312
266
  "background-position": "50% 50%",
313
267
  "background-size": "cover",
314
268
  flex: "1",
@@ -316,8 +270,10 @@ export const Tab2: IBlock = {
316
270
  display: "flex",
317
271
  "justify-content": "center",
318
272
  "align-items": "center",
319
- "padding-left": "5xl",
320
- "padding-right": "5xl",
273
+ "padding-left": "3xl",
274
+ "padding-right": "3xl",
275
+ "padding-top": "4xl",
276
+ "padding-bottom": "4xl",
321
277
  mobile: {
322
278
  "padding-left": "xl",
323
279
  "padding-right": "xl",
@@ -325,359 +281,997 @@ export const Tab2: IBlock = {
325
281
  },
326
282
  tablet: {
327
283
  "min-height": "auto",
328
- "padding-top": "10xl",
329
- "padding-bottom": "10xl",
284
+ "padding-top": "4xl",
285
+ "padding-bottom": "4xl",
330
286
  },
331
287
  },
332
- tabs: [
333
- {
334
- TabsTrigger: {
335
- "background-color": "white",
336
- "padding-left": "md",
337
- "padding-right": "md",
338
- "padding-top": "xs",
339
- "padding-bottom": "xs",
340
- "border-radius": "3xl",
341
- "font-size": "16px",
342
- tablet: {
343
- width: "auto",
344
- },
345
- width: "fit-content",
346
- },
347
- tab_content: {
348
- width: "100%",
288
+ tabs_levoGroupItem: {
289
+ TabsTrigger: {
290
+ "background-color": "background-1",
291
+ "padding-left": "md",
292
+ "padding-right": "md",
293
+ "padding-top": "xs",
294
+ "padding-bottom": "xs",
295
+ "border-radius": "3xl",
296
+ "font-size": "sm",
297
+ "font-weight": 600,
298
+ tablet: { width: "auto" },
299
+ width: "fit-content",
300
+ },
301
+ tab_content: { width: "100%", "max-width": "520px" },
302
+ card_wrapper: {
303
+ "background-color": "background-1",
304
+ "border-radius": "2xl",
305
+ padding: "2xl",
306
+ "box-shadow": "default",
307
+ tablet: { padding: "xl" },
308
+ },
309
+ card_title: {
310
+ "font-weight": 800,
311
+ "margin-bottom": "base",
312
+ },
313
+ card_description: {
314
+ "margin-bottom": "lg",
315
+ color: "text-2",
316
+ "line-height": "1.7",
317
+ },
318
+ card_ctas_levoGroup: {
319
+ display: "flex",
320
+ "column-gap": "sm",
321
+ "row-gap": "base",
322
+ "align-items": "center",
323
+ },
324
+ card_ctas_levoGroupItem: { card_cta: {} },
325
+ },
326
+ tabs: [{}, {}, {}, {}, {}, {}],
327
+ },
328
+ content: DEFAULT_CONTENT,
329
+ config: {
330
+ title: {
331
+ heading: { level: "2" },
332
+ selectedVariants: { Heading_Level: "H3" },
333
+ },
334
+ tabs: Array(6)
335
+ .fill(0)
336
+ .map(() => ({
337
+ card_title: {
338
+ heading: { level: 3 },
339
+ selectedVariants: { Heading_Level: "H5" },
349
340
  },
350
- card_wrapper: {
351
- "background-color": "white",
352
- "border-radius": "2xl",
353
- "padding-top": "32px",
354
- "padding-bottom": "32px",
355
- "padding-left": "32px",
356
- "padding-right": "32px",
357
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
358
- tablet: {
359
- "padding-top": "24px",
360
- "padding-bottom": "24px",
361
- "padding-left": "24px",
362
- "padding-right": "24px",
341
+ card_ctas: [
342
+ { card_cta: { selectedVariants: {} } },
343
+ {
344
+ card_cta: {
345
+ selectedVariants: { Button_Variants: "Secondary" },
346
+ },
363
347
  },
348
+ ],
349
+ })),
350
+ },
351
+ },
352
+ {
353
+ key: "pill_tabs_top",
354
+ title: "Pill Tabs Top",
355
+ content: DEFAULT_CONTENT,
356
+ styles: {
357
+ layout: { "background-color": "background-1" },
358
+ container: {},
359
+ main_content_wrapper: {
360
+ display: "flex",
361
+ "flex-direction": "column",
362
+ "row-gap": "3xl",
363
+ "padding-top": "5xl",
364
+ "padding-bottom": "5xl",
365
+ },
366
+ left_container: {
367
+ "padding-top": "0",
368
+ "padding-bottom": "0",
369
+ display: "flex",
370
+ "flex-direction": "column",
371
+ "justify-content": "center",
372
+ "align-items": "center",
373
+ "min-height": "auto",
374
+ "background-color": "transparent",
375
+ width: "100%",
376
+ "padding-left": "0",
377
+ "padding-right": "0",
378
+ tablet: { width: "100%" },
379
+ },
380
+ title: { "text-align": "center", color: "text-1", "font-weight": 800 },
381
+ description: {
382
+ "text-align": "center",
383
+ color: "text-2",
384
+ "max-width": "640px",
385
+ "margin-top": "sm",
386
+ },
387
+ tabs_levoGroup: {},
388
+ tabs_tabList: {
389
+ display: "flex",
390
+ "flex-wrap": "wrap",
391
+ "column-gap": "sm",
392
+ "row-gap": "xs",
393
+ "margin-top": "2xl",
394
+ "justify-content": "center",
395
+ "background-color": "transparent",
396
+ },
397
+ right_container: {
398
+ "background-image": "none",
399
+ "background-color": "background-2",
400
+ "border-radius": "2xl",
401
+ flex: "1",
402
+ "min-height": "auto",
403
+ display: "flex",
404
+ "justify-content": "center",
405
+ "align-items": "center",
406
+ padding: "3xl",
407
+ "margin-top": "0",
408
+ },
409
+ tabs_levoGroupItem: {
410
+ TabsTrigger: {
411
+ "background-color": "background-2",
412
+ "padding-left": "lg",
413
+ "padding-right": "lg",
414
+ "padding-top": "sm",
415
+ "padding-bottom": "sm",
416
+ "border-radius": "3xl",
417
+ "font-size": "sm",
418
+ "font-weight": 600,
419
+ "border-width": "1px",
420
+ "border-style": "solid",
421
+ "border-color": "border",
422
+ color: "text-2",
423
+ width: "fit-content",
424
+ "data-state=active": {
425
+ "background-color": "brand",
426
+ "border-color": "brand",
427
+ color: "brandForeground",
364
428
  },
429
+ },
430
+ tab_content: { width: "100%" },
431
+ card_wrapper: {
432
+ "background-color": "background-1",
433
+ "border-radius": "xl",
434
+ padding: "2xl",
435
+ "box-shadow": "default",
436
+ "max-width": "720px",
437
+ "margin-left": "auto",
438
+ "margin-right": "auto",
439
+ "text-align": "center",
440
+ },
441
+ card_title: { "font-weight": 800, "margin-bottom": "base" },
442
+ card_description: {
443
+ color: "text-2",
444
+ "margin-bottom": "lg",
445
+ "line-height": "1.7",
446
+ },
447
+ card_ctas_levoGroup: {
448
+ display: "flex",
449
+ "column-gap": "sm",
450
+ "justify-content": "center",
451
+ },
452
+ card_ctas_levoGroupItem: { card_cta: {} },
453
+ },
454
+ tabs: [{}, {}, {}, {}, {}, {}],
455
+ },
456
+ config: {
457
+ title: {
458
+ heading: { level: "2" },
459
+ selectedVariants: { Heading_Level: "H2" },
460
+ },
461
+ tabs: Array(6)
462
+ .fill(0)
463
+ .map(() => ({
365
464
  card_title: {
366
- "font-weight": 700,
367
- "margin-bottom": "16px",
368
- },
369
- card_description: {
370
- "margin-bottom": "24px",
371
- },
372
- card_ctas_levoGroup: {
373
- display: "flex",
374
- "column-gap": "md",
375
- "row-gap": "base",
376
- "align-items": "center",
465
+ heading: { level: 3 },
466
+ selectedVariants: { Heading_Level: "H4" },
377
467
  },
468
+ card_ctas: [
469
+ { card_cta: { selectedVariants: {} } },
470
+ {
471
+ card_cta: {
472
+ selectedVariants: { Button_Variants: "Secondary" },
473
+ },
474
+ },
475
+ ],
476
+ })),
477
+ },
478
+ },
479
+ {
480
+ key: "underline_bottom",
481
+ title: "Underline Bottom",
482
+ content: {
483
+ layout: null,
484
+ container: null,
485
+ main_content_wrapper: null,
486
+ left_container: null,
487
+ right_container: null,
488
+ title: "Fintech infrastructure, module by module",
489
+ description:
490
+ "Six building blocks for modern money movement — each production-ready with one API, one dashboard and a single compliance package.",
491
+ tabs_levoGroup: null,
492
+ tabs_tabList: null,
493
+ tabs: [
494
+ {
495
+ TabsTrigger: "Card Issuing",
496
+ tab_content: null,
497
+ card_wrapper: null,
498
+ card_title: "Launch cards in weeks, not quarters",
499
+ card_description:
500
+ "Issue virtual and physical Visa or Mastercard programs with controls, real-time authorizations and webhooks, backed by certified BIN sponsorship.",
501
+ card_ctas_levoGroup: null,
378
502
  card_ctas: [
379
503
  {
380
- card_cta: {},
504
+ card_cta: "Explore issuing",
381
505
  },
382
506
  {
383
- card_cta: {},
507
+ card_cta: "Book a demo",
384
508
  },
385
509
  ],
386
510
  },
387
511
  {
388
- TabsTrigger: {
389
- "background-color": "white",
390
- "padding-left": "md",
391
- "padding-right": "md",
392
- "padding-top": "xs",
393
- "padding-bottom": "xs",
394
- "border-radius": "3xl",
395
- "font-size": "16px",
396
- tablet: {
397
- width: "auto",
398
- },
399
- width: "fit-content",
400
- },
401
- tab_content: {
402
- width: "100%",
403
- },
404
- card_wrapper: {
405
- "background-color": "white",
406
- "border-radius": "2xl",
407
- "padding-top": "32px",
408
- "padding-bottom": "32px",
409
- "padding-left": "32px",
410
- "padding-right": "32px",
411
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
412
- tablet: {
413
- "padding-top": "24px",
414
- "padding-bottom": "24px",
415
- "padding-left": "24px",
416
- "padding-right": "24px",
512
+ TabsTrigger: "Acquiring",
513
+ tab_content: null,
514
+ card_wrapper: null,
515
+ card_title: "Accept payments anywhere",
516
+ card_description:
517
+ "One integration for cards, wallets, SEPA, ACH and UPI across 45 markets, with 3DS2 and network tokens to lift authorization by up to 7%.",
518
+ card_ctas_levoGroup: null,
519
+ card_ctas: [
520
+ {
521
+ card_cta: "See coverage",
417
522
  },
418
- },
419
- card_title: {
420
- "font-weight": 700,
421
- "margin-bottom": "16px",
422
- },
423
- card_description: {
424
- "margin-bottom": "24px",
425
- },
426
- card_ctas_levoGroup: {
427
- display: "flex",
428
- "column-gap": "md",
429
- "row-gap": "base",
430
- "align-items": "center",
431
- },
523
+ {
524
+ card_cta: "Start free",
525
+ },
526
+ ],
527
+ },
528
+ {
529
+ TabsTrigger: "Instant Payouts",
530
+ tab_content: null,
531
+ card_wrapper: null,
532
+ card_title: "Push money in seconds",
533
+ card_description:
534
+ "Disburse to bank accounts, cards and wallets on RTP, FedNow and SEPA Instant, with automatic rail selection and a flat 0.25% fee on eligible transfers.",
535
+ card_ctas_levoGroup: null,
432
536
  card_ctas: [
433
537
  {
434
- card_cta: {},
538
+ card_cta: "View rails",
435
539
  },
436
540
  {
437
- card_cta: {},
541
+ card_cta: "Read API docs",
438
542
  },
439
543
  ],
440
544
  },
441
545
  {
442
- TabsTrigger: {
443
- "background-color": "white",
444
- "padding-left": "md",
445
- "padding-right": "md",
446
- "padding-top": "xs",
447
- "padding-bottom": "xs",
448
- "border-radius": "3xl",
449
- "font-size": "16px",
450
- tablet: {
451
- width: "auto",
452
- },
453
- width: "fit-content",
454
- },
455
- tab_content: {
456
- width: "100%",
457
- },
458
- card_wrapper: {
459
- "background-color": "white",
460
- "border-radius": "2xl",
461
- "padding-top": "32px",
462
- "padding-bottom": "32px",
463
- "padding-left": "32px",
464
- "padding-right": "32px",
465
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
466
- tablet: {
467
- "padding-top": "24px",
468
- "padding-bottom": "24px",
469
- "padding-left": "24px",
470
- "padding-right": "24px",
546
+ TabsTrigger: "Embedded Lending",
547
+ tab_content: null,
548
+ card_wrapper: null,
549
+ card_title: "Ship credit inside your product",
550
+ card_description:
551
+ "Underwrite and originate working capital in-app, with decisioning in under two seconds and capital partners that scale from $10K to $5M lines.",
552
+ card_ctas_levoGroup: null,
553
+ card_ctas: [
554
+ {
555
+ card_cta: "See lending",
471
556
  },
472
- },
473
- card_title: {
474
- "font-weight": 700,
475
- "margin-bottom": "16px",
476
- },
477
- card_description: {
478
- "margin-bottom": "24px",
479
- },
480
- card_ctas_levoGroup: {
481
- display: "flex",
482
- "column-gap": "md",
483
- "row-gap": "base",
484
- "align-items": "center",
485
- },
557
+ {
558
+ card_cta: "Talk to sales",
559
+ },
560
+ ],
561
+ },
562
+ {
563
+ TabsTrigger: "Treasury",
564
+ tab_content: null,
565
+ card_wrapper: null,
566
+ card_title: "Yield on every idle dollar",
567
+ card_description:
568
+ "Sweep operating balances into FDIC-insured accounts and money-market funds, earning up to 4.8% APY with T+0 liquidity and automated reconciliation.",
569
+ card_ctas_levoGroup: null,
486
570
  card_ctas: [
487
571
  {
488
- card_cta: {},
572
+ card_cta: "View rates",
489
573
  },
490
574
  {
491
- card_cta: {},
575
+ card_cta: "Open account",
492
576
  },
493
577
  ],
494
578
  },
495
579
  {
496
- TabsTrigger: {
497
- "background-color": "white",
498
- "padding-left": "md",
499
- "padding-right": "md",
500
- "padding-top": "xs",
501
- "padding-bottom": "xs",
502
- "border-radius": "3xl",
503
- "font-size": "16px",
504
- tablet: {
505
- width: "auto",
506
- },
507
- width: "fit-content",
508
- },
509
- tab_content: {
510
- width: "100%",
511
- },
512
- card_wrapper: {
513
- "background-color": "white",
514
- "border-radius": "2xl",
515
- "padding-top": "32px",
516
- "padding-bottom": "32px",
517
- "padding-left": "32px",
518
- "padding-right": "32px",
519
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
520
- tablet: {
521
- "padding-top": "24px",
522
- "padding-bottom": "24px",
523
- "padding-left": "24px",
524
- "padding-right": "24px",
580
+ TabsTrigger: "KYC & Risk",
581
+ tab_content: null,
582
+ card_wrapper: null,
583
+ card_title: "Catch fraud before it ships",
584
+ card_description:
585
+ "Machine-learning risk engine scores every event in 80ms, combining device signals, behavioral biometrics and 190+ ID document checks in one flow.",
586
+ card_ctas_levoGroup: null,
587
+ card_ctas: [
588
+ {
589
+ card_cta: "See the engine",
525
590
  },
526
- },
527
- card_title: {
591
+ {
592
+ card_cta: "Request trial",
593
+ },
594
+ ],
595
+ },
596
+ ],
597
+ },
598
+ styles: {
599
+ layout: {},
600
+ container: {},
601
+ main_content_wrapper: {
602
+ display: "flex",
603
+ "flex-direction": "column",
604
+ },
605
+ left_container: {
606
+ "padding-top": "4xl",
607
+ "padding-bottom": "2xl",
608
+ display: "flex",
609
+ "flex-direction": "column",
610
+ "justify-content": "center",
611
+ "align-items": "flex-start",
612
+ "min-height": "auto",
613
+ "background-color": "transparent",
614
+ width: "100%",
615
+ "padding-left": "0",
616
+ "padding-right": "0",
617
+ tablet: {
618
+ width: "100%",
619
+ },
620
+ },
621
+ title: {
622
+ "text-align": "left",
623
+ color: "text-1",
624
+ "font-weight": 800,
625
+ "margin-bottom": "sm",
626
+ },
627
+ description: {
628
+ "text-align": "left",
629
+ color: "text-2",
630
+ "max-width": "640px",
631
+ },
632
+ tabs_levoGroup: {},
633
+ tabs_tabList: {
634
+ display: "flex",
635
+ "flex-wrap": "wrap",
636
+ "column-gap": "2xl",
637
+ "row-gap": "base",
638
+ "margin-top": "2xl",
639
+ "justify-content": "flex-start",
640
+ "background-color": "transparent",
641
+ width: "100%",
642
+ },
643
+ right_container: {
644
+ "background-image": "none",
645
+ "background-color": "transparent",
646
+ flex: "1",
647
+ "min-height": "auto",
648
+ display: "flex",
649
+ "justify-content": "flex-start",
650
+ "align-items": "flex-start",
651
+ "padding-left": "0",
652
+ "padding-right": "0",
653
+ "padding-top": "2xl",
654
+ "padding-bottom": "4xl",
655
+ },
656
+ tabs_levoGroupItem: {
657
+ TabsTrigger: {
658
+ "background-color": "transparent",
659
+ "padding-left": "0",
660
+ "padding-right": "0",
661
+ "padding-top": "sm",
662
+ "padding-bottom": "sm",
663
+ "border-radius": "0",
664
+ "font-size": "base",
665
+ "font-weight": 600,
666
+ "border-bottom-width": "3px",
667
+ "border-style": "solid",
668
+ "border-color": "transparent",
669
+ color: "text-2",
670
+ width: "fit-content",
671
+ "box-shadow": "none",
672
+ "data-state=active": {
673
+ "background-color": "transparent",
674
+ "box-shadow": "none",
675
+ color: "brand",
676
+ "border-color": "brand",
528
677
  "font-weight": 700,
529
- "margin-bottom": "16px",
530
678
  },
531
- card_description: {
532
- "margin-bottom": "24px",
533
- },
534
- card_ctas_levoGroup: {
535
- display: "flex",
536
- "column-gap": "md",
537
- "row-gap": "base",
538
- "align-items": "center",
679
+ },
680
+ tab_content: {
681
+ width: "100%",
682
+ },
683
+ card_wrapper: {
684
+ "background-color": "transparent",
685
+ "border-radius": "0",
686
+ "padding-left": "0",
687
+ "padding-right": "0",
688
+ "padding-top": "0",
689
+ "padding-bottom": "0",
690
+ "box-shadow": "none",
691
+ "max-width": "720px",
692
+ },
693
+ card_title: {
694
+ "font-weight": 800,
695
+ "margin-bottom": "base",
696
+ },
697
+ card_description: {
698
+ color: "text-2",
699
+ "margin-bottom": "lg",
700
+ "line-height": "1.7",
701
+ },
702
+ card_ctas_levoGroup: {
703
+ display: "flex",
704
+ "column-gap": "sm",
705
+ },
706
+ card_ctas_levoGroupItem: {
707
+ card_cta: {},
708
+ },
709
+ },
710
+ tabs: [{}, {}, {}, {}, {}, {}],
711
+ },
712
+ config: {
713
+ title: {
714
+ heading: {
715
+ level: "2",
716
+ },
717
+ selectedVariants: {
718
+ Heading_Level: "H2",
719
+ },
720
+ },
721
+ tabs: [
722
+ {
723
+ card_title: {
724
+ heading: {
725
+ level: 3,
726
+ },
727
+ selectedVariants: {
728
+ Heading_Level: "H3",
729
+ },
539
730
  },
540
731
  card_ctas: [
541
732
  {
542
- card_cta: {},
733
+ card_cta: {
734
+ selectedVariants: {},
735
+ },
543
736
  },
544
737
  {
545
- card_cta: {},
738
+ card_cta: {
739
+ selectedVariants: {
740
+ Button_Variants: "Secondary",
741
+ },
742
+ },
546
743
  },
547
744
  ],
548
745
  },
549
746
  {
550
- TabsTrigger: {
551
- "background-color": "white",
552
- "padding-left": "md",
553
- "padding-right": "md",
554
- "padding-top": "xs",
555
- "padding-bottom": "xs",
556
- "border-radius": "3xl",
557
- "font-size": "16px",
558
- tablet: {
559
- width: "auto",
560
- },
561
- width: "fit-content",
562
- },
563
- tab_content: {
564
- width: "100%",
565
- },
566
- card_wrapper: {
567
- "background-color": "white",
568
- "border-radius": "2xl",
569
- "padding-top": "32px",
570
- "padding-bottom": "32px",
571
- "padding-left": "32px",
572
- "padding-right": "32px",
573
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
574
- tablet: {
575
- "padding-top": "24px",
576
- "padding-bottom": "24px",
577
- "padding-left": "24px",
578
- "padding-right": "24px",
747
+ card_title: {
748
+ heading: {
749
+ level: 3,
750
+ },
751
+ selectedVariants: {
752
+ Heading_Level: "H3",
579
753
  },
580
754
  },
755
+ card_ctas: [
756
+ {
757
+ card_cta: {
758
+ selectedVariants: {},
759
+ },
760
+ },
761
+ {
762
+ card_cta: {
763
+ selectedVariants: {
764
+ Button_Variants: "Secondary",
765
+ },
766
+ },
767
+ },
768
+ ],
769
+ },
770
+ {
581
771
  card_title: {
582
- "font-weight": 700,
583
- "margin-bottom": "16px",
584
- },
585
- card_description: {
586
- "margin-bottom": "24px",
587
- },
588
- card_ctas_levoGroup: {
589
- display: "flex",
590
- "column-gap": "md",
591
- "row-gap": "base",
592
- "align-items": "center",
772
+ heading: {
773
+ level: 3,
774
+ },
775
+ selectedVariants: {
776
+ Heading_Level: "H3",
777
+ },
593
778
  },
594
779
  card_ctas: [
595
780
  {
596
- card_cta: {},
781
+ card_cta: {
782
+ selectedVariants: {},
783
+ },
597
784
  },
598
785
  {
599
- card_cta: {},
786
+ card_cta: {
787
+ selectedVariants: {
788
+ Button_Variants: "Secondary",
789
+ },
790
+ },
600
791
  },
601
792
  ],
602
793
  },
603
794
  {
604
- TabsTrigger: {
605
- "background-color": "white",
606
- "padding-left": "md",
607
- "padding-right": "md",
608
- "padding-top": "xs",
609
- "padding-bottom": "xs",
610
- "border-radius": "3xl",
611
- "font-size": "16px",
612
- tablet: {
613
- width: "auto",
614
- },
615
- width: "fit-content",
616
- },
617
- tab_content: {
618
- width: "100%",
619
- },
620
- card_wrapper: {
621
- "background-color": "white",
622
- "border-radius": "2xl",
623
- "padding-top": "32px",
624
- "padding-bottom": "32px",
625
- "padding-left": "32px",
626
- "padding-right": "32px",
627
- "box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
628
- tablet: {
629
- "padding-top": "24px",
630
- "padding-bottom": "24px",
631
- "padding-left": "24px",
632
- "padding-right": "24px",
795
+ card_title: {
796
+ heading: {
797
+ level: 3,
798
+ },
799
+ selectedVariants: {
800
+ Heading_Level: "H3",
633
801
  },
634
802
  },
803
+ card_ctas: [
804
+ {
805
+ card_cta: {
806
+ selectedVariants: {},
807
+ },
808
+ },
809
+ {
810
+ card_cta: {
811
+ selectedVariants: {
812
+ Button_Variants: "Secondary",
813
+ },
814
+ },
815
+ },
816
+ ],
817
+ },
818
+ {
635
819
  card_title: {
636
- "font-weight": 700,
637
- "margin-bottom": "16px",
638
- },
639
- card_description: {
640
- "margin-bottom": "24px",
820
+ heading: {
821
+ level: 3,
822
+ },
823
+ selectedVariants: {
824
+ Heading_Level: "H3",
825
+ },
641
826
  },
642
- card_ctas_levoGroup: {
643
- display: "flex",
644
- "column-gap": "md",
645
- "row-gap": "base",
646
- "align-items": "center",
827
+ card_ctas: [
828
+ {
829
+ card_cta: {
830
+ selectedVariants: {},
831
+ },
832
+ },
833
+ {
834
+ card_cta: {
835
+ selectedVariants: {
836
+ Button_Variants: "Secondary",
837
+ },
838
+ },
839
+ },
840
+ ],
841
+ },
842
+ {
843
+ card_title: {
844
+ heading: {
845
+ level: 3,
846
+ },
847
+ selectedVariants: {
848
+ Heading_Level: "H3",
849
+ },
647
850
  },
648
851
  card_ctas: [
649
852
  {
650
- card_cta: {},
853
+ card_cta: {
854
+ selectedVariants: {},
855
+ },
651
856
  },
652
857
  {
653
- card_cta: {},
858
+ card_cta: {
859
+ selectedVariants: {
860
+ Button_Variants: "Secondary",
861
+ },
862
+ },
654
863
  },
655
864
  ],
656
865
  },
657
866
  ],
658
867
  },
659
- content: DEFAULT_CONTENT,
868
+ },
869
+ {
870
+ key: "vertical_stacked",
871
+ title: "Vertical Stacked",
872
+ content: {
873
+ layout: null,
874
+ container: null,
875
+ main_content_wrapper: null,
876
+ left_container: null,
877
+ right_container: null,
878
+ title: "Fintech infrastructure, module by module",
879
+ description:
880
+ "Six building blocks for modern money movement — each production-ready with one API, one dashboard and a single compliance package.",
881
+ tabs_levoGroup: null,
882
+ tabs_tabList: null,
883
+ tabs: [
884
+ {
885
+ TabsTrigger: "Card Issuing",
886
+ tab_content: null,
887
+ card_wrapper: null,
888
+ card_title: "Launch cards in weeks, not quarters",
889
+ card_description:
890
+ "Issue virtual and physical Visa or Mastercard programs with controls, real-time authorizations and webhooks, backed by certified BIN sponsorship.",
891
+ card_ctas_levoGroup: null,
892
+ card_ctas: [
893
+ {
894
+ card_cta: "Explore issuing",
895
+ },
896
+ {
897
+ card_cta: "Book a demo",
898
+ },
899
+ ],
900
+ },
901
+ {
902
+ TabsTrigger: "Acquiring",
903
+ tab_content: null,
904
+ card_wrapper: null,
905
+ card_title: "Accept payments anywhere",
906
+ card_description:
907
+ "One integration for cards, wallets, SEPA, ACH and UPI across 45 markets, with 3DS2 and network tokens to lift authorization by up to 7%.",
908
+ card_ctas_levoGroup: null,
909
+ card_ctas: [
910
+ {
911
+ card_cta: "See coverage",
912
+ },
913
+ {
914
+ card_cta: "Start free",
915
+ },
916
+ ],
917
+ },
918
+ {
919
+ TabsTrigger: "Instant Payouts",
920
+ tab_content: null,
921
+ card_wrapper: null,
922
+ card_title: "Push money in seconds",
923
+ card_description:
924
+ "Disburse to bank accounts, cards and wallets on RTP, FedNow and SEPA Instant, with automatic rail selection and a flat 0.25% fee on eligible transfers.",
925
+ card_ctas_levoGroup: null,
926
+ card_ctas: [
927
+ {
928
+ card_cta: "View rails",
929
+ },
930
+ {
931
+ card_cta: "Read API docs",
932
+ },
933
+ ],
934
+ },
935
+ {
936
+ TabsTrigger: "Embedded Lending",
937
+ tab_content: null,
938
+ card_wrapper: null,
939
+ card_title: "Ship credit inside your product",
940
+ card_description:
941
+ "Underwrite and originate working capital in-app, with decisioning in under two seconds and capital partners that scale from $10K to $5M lines.",
942
+ card_ctas_levoGroup: null,
943
+ card_ctas: [
944
+ {
945
+ card_cta: "See lending",
946
+ },
947
+ {
948
+ card_cta: "Talk to sales",
949
+ },
950
+ ],
951
+ },
952
+ {
953
+ TabsTrigger: "Treasury",
954
+ tab_content: null,
955
+ card_wrapper: null,
956
+ card_title: "Yield on every idle dollar",
957
+ card_description:
958
+ "Sweep operating balances into FDIC-insured accounts and money-market funds, earning up to 4.8% APY with T+0 liquidity and automated reconciliation.",
959
+ card_ctas_levoGroup: null,
960
+ card_ctas: [
961
+ {
962
+ card_cta: "View rates",
963
+ },
964
+ {
965
+ card_cta: "Open account",
966
+ },
967
+ ],
968
+ },
969
+ {
970
+ TabsTrigger: "KYC & Risk",
971
+ tab_content: null,
972
+ card_wrapper: null,
973
+ card_title: "Catch fraud before it ships",
974
+ card_description:
975
+ "Machine-learning risk engine scores every event in 80ms, combining device signals, behavioral biometrics and 190+ ID document checks in one flow.",
976
+ card_ctas_levoGroup: null,
977
+ card_ctas: [
978
+ {
979
+ card_cta: "See the engine",
980
+ },
981
+ {
982
+ card_cta: "Request trial",
983
+ },
984
+ ],
985
+ },
986
+ ],
987
+ },
988
+ styles: {
989
+ layout: {
990
+ "background-color": "background-2",
991
+ },
992
+ container: {},
993
+ main_content_wrapper: {
994
+ display: "grid",
995
+ "grid-template-columns": "320px 1fr",
996
+ "column-gap": "3xl",
997
+ "align-items": "start",
998
+ "padding-top": "4xl",
999
+ "padding-bottom": "4xl",
1000
+ tablet: {
1001
+ "grid-template-columns": "1fr",
1002
+ "row-gap": "xl",
1003
+ },
1004
+ },
1005
+ left_container: {
1006
+ "padding-top": "0",
1007
+ "padding-bottom": "0",
1008
+ display: "flex",
1009
+ "flex-direction": "column",
1010
+ "min-height": "auto",
1011
+ "background-color": "transparent",
1012
+ width: "100%",
1013
+ "padding-left": "0",
1014
+ "padding-right": "0",
1015
+ "row-gap": "sm",
1016
+ "align-self": "start",
1017
+ "min-width": "0",
1018
+ tablet: {
1019
+ width: "100%",
1020
+ },
1021
+ },
1022
+ title: {
1023
+ "text-align": "left",
1024
+ color: "text-1",
1025
+ "font-weight": 800,
1026
+ "font-size": "1.75rem",
1027
+ "line-height": "1.2",
1028
+ "margin-bottom": "sm",
1029
+ },
1030
+ description: {
1031
+ "text-align": "left",
1032
+ color: "text-2",
1033
+ "max-width": "100%",
1034
+ "line-height": "1.6",
1035
+ "margin-bottom": "xl",
1036
+ },
1037
+ tabs_levoGroup: {
1038
+ display: "block",
1039
+ width: "100%",
1040
+ "padding-top": "xl",
1041
+ "border-top-width": "1px",
1042
+ "border-top-style": "solid",
1043
+ "border-top-color": "border",
1044
+ },
1045
+ tabs_tabList: {
1046
+ display: "flex",
1047
+ "flex-direction": "column",
1048
+ "row-gap": "4xs",
1049
+ "background-color": "transparent",
1050
+ width: "100%",
1051
+ height: "auto",
1052
+ tablet: {
1053
+ "flex-direction": "row",
1054
+ "flex-wrap": "wrap",
1055
+ },
1056
+ },
1057
+ right_container: {
1058
+ "background-image": "none",
1059
+ "background-color": "background-1",
1060
+ "border-radius": "2xl",
1061
+ flex: "1",
1062
+ "min-height": "auto",
1063
+ display: "flex",
1064
+ "justify-content": "flex-start",
1065
+ "align-items": "stretch",
1066
+ padding: "3xl",
1067
+ "box-shadow": "default",
1068
+ },
1069
+ tabs_levoGroupItem: {
1070
+ TabsTrigger: {
1071
+ "background-color": "transparent",
1072
+ "padding-left": "base",
1073
+ "padding-right": "base",
1074
+ "padding-top": "sm",
1075
+ "padding-bottom": "sm",
1076
+ "border-radius": "base",
1077
+ "font-size": "sm",
1078
+ "font-weight": 500,
1079
+ "text-align": "left",
1080
+ width: "100%",
1081
+ color: "text-2",
1082
+ "border-left-width": "3px",
1083
+ "border-style": "solid",
1084
+ "border-color": "transparent",
1085
+ "data-state=active": {
1086
+ "background-color": "white",
1087
+ "border-color": "brand",
1088
+ color: "brand",
1089
+ "font-weight": 700,
1090
+ },
1091
+ },
1092
+ tab_content: {
1093
+ width: "100%",
1094
+ },
1095
+ card_wrapper: {
1096
+ "background-color": "transparent",
1097
+ "border-radius": "0",
1098
+ padding: "0",
1099
+ "box-shadow": "none",
1100
+ },
1101
+ card_title: {
1102
+ "font-weight": 800,
1103
+ "margin-bottom": "base",
1104
+ },
1105
+ card_description: {
1106
+ color: "text-2",
1107
+ "margin-bottom": "lg",
1108
+ "line-height": "1.7",
1109
+ },
1110
+ card_ctas_levoGroup: {
1111
+ display: "flex",
1112
+ "column-gap": "sm",
1113
+ },
1114
+ card_ctas_levoGroupItem: {
1115
+ card_cta: {},
1116
+ },
1117
+ },
1118
+ tabs: [{}, {}, {}, {}, {}, {}],
1119
+ },
660
1120
  config: {
661
1121
  title: {
662
1122
  heading: {
663
1123
  level: "2",
664
1124
  },
665
1125
  selectedVariants: {
666
- Heading_Level: "H3",
1126
+ Heading_Level: "H2",
667
1127
  },
668
1128
  },
669
- tabs: Array(6)
670
- .fill(0)
671
- .map((v) => ({
1129
+ tabs: [
1130
+ {
672
1131
  card_title: {
673
1132
  heading: {
674
1133
  level: 3,
675
1134
  },
676
1135
  selectedVariants: {
677
- Heading_Level: "H5",
1136
+ Heading_Level: "H3",
678
1137
  },
679
1138
  },
680
- })),
1139
+ card_ctas: [
1140
+ {
1141
+ card_cta: {
1142
+ selectedVariants: {},
1143
+ },
1144
+ },
1145
+ {
1146
+ card_cta: {
1147
+ selectedVariants: {
1148
+ Button_Variants: "Secondary",
1149
+ },
1150
+ },
1151
+ },
1152
+ ],
1153
+ },
1154
+ {
1155
+ card_title: {
1156
+ heading: {
1157
+ level: 3,
1158
+ },
1159
+ selectedVariants: {
1160
+ Heading_Level: "H3",
1161
+ },
1162
+ },
1163
+ card_ctas: [
1164
+ {
1165
+ card_cta: {
1166
+ selectedVariants: {},
1167
+ },
1168
+ },
1169
+ {
1170
+ card_cta: {
1171
+ selectedVariants: {
1172
+ Button_Variants: "Secondary",
1173
+ },
1174
+ },
1175
+ },
1176
+ ],
1177
+ },
1178
+ {
1179
+ card_title: {
1180
+ heading: {
1181
+ level: 3,
1182
+ },
1183
+ selectedVariants: {
1184
+ Heading_Level: "H3",
1185
+ },
1186
+ },
1187
+ card_ctas: [
1188
+ {
1189
+ card_cta: {
1190
+ selectedVariants: {},
1191
+ },
1192
+ },
1193
+ {
1194
+ card_cta: {
1195
+ selectedVariants: {
1196
+ Button_Variants: "Secondary",
1197
+ },
1198
+ },
1199
+ },
1200
+ ],
1201
+ },
1202
+ {
1203
+ card_title: {
1204
+ heading: {
1205
+ level: 3,
1206
+ },
1207
+ selectedVariants: {
1208
+ Heading_Level: "H3",
1209
+ },
1210
+ },
1211
+ card_ctas: [
1212
+ {
1213
+ card_cta: {
1214
+ selectedVariants: {},
1215
+ },
1216
+ },
1217
+ {
1218
+ card_cta: {
1219
+ selectedVariants: {
1220
+ Button_Variants: "Secondary",
1221
+ },
1222
+ },
1223
+ },
1224
+ ],
1225
+ },
1226
+ {
1227
+ card_title: {
1228
+ heading: {
1229
+ level: 3,
1230
+ },
1231
+ selectedVariants: {
1232
+ Heading_Level: "H3",
1233
+ },
1234
+ },
1235
+ card_ctas: [
1236
+ {
1237
+ card_cta: {
1238
+ selectedVariants: {},
1239
+ },
1240
+ },
1241
+ {
1242
+ card_cta: {
1243
+ selectedVariants: {
1244
+ Button_Variants: "Secondary",
1245
+ },
1246
+ },
1247
+ },
1248
+ ],
1249
+ },
1250
+ {
1251
+ card_title: {
1252
+ heading: {
1253
+ level: 3,
1254
+ },
1255
+ selectedVariants: {
1256
+ Heading_Level: "H3",
1257
+ },
1258
+ },
1259
+ card_ctas: [
1260
+ {
1261
+ card_cta: {
1262
+ selectedVariants: {},
1263
+ },
1264
+ },
1265
+ {
1266
+ card_cta: {
1267
+ selectedVariants: {
1268
+ Button_Variants: "Secondary",
1269
+ },
1270
+ },
1271
+ },
1272
+ ],
1273
+ },
1274
+ ],
681
1275
  },
682
1276
  },
683
1277
  ],