@levo-so/blocks 0.1.101 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,21 +1,57 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "pKkmltJTMHQl",
5
- filename: "services-2.png",
3
+ const IMG_HERO = {
4
+ id: "7453394724889637024",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw.png",
6
+ location: "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/services-2-n3qJfSsRwAGw-320w.webp 320w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5833752/pexels-photo-5833752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
24
+ },
25
+ };
26
+
27
+ const ICON_FLASH = {
28
+ kind: "icon" as const,
29
+ data: {
30
+ id: "flash",
31
+ label: "Flash",
32
+ svgCode:
33
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.98959 22.75C9.78959 22.75 9.62959 22.71 9.50959 22.66C9.10959 22.51 8.42959 22.02 8.42959 20.47V14.02H6.08959C4.74959 14.02 4.26959 13.39 4.09959 13.02C3.92959 12.64 3.77959 11.87 4.65959 10.86L12.2296 2.26001C13.2496 1.10001 14.0796 1.18001 14.4796 1.33001C14.8796 1.48001 15.5596 1.97001 15.5596 3.52001V9.97001H17.8996C19.2396 9.97001 19.7196 10.6 19.8896 10.97C20.0596 11.35 20.2096 12.12 19.3296 13.13L11.7596 21.73C11.0496 22.54 10.4296 22.75 9.98959 22.75ZM13.9296 2.74001C13.8996 2.78001 13.6896 2.88001 13.3596 3.26001L5.78959 11.86C5.50959 12.18 5.46959 12.38 5.46959 12.42C5.48959 12.43 5.66959 12.53 6.08959 12.53H9.17959C9.58959 12.53 9.92959 12.87 9.92959 13.28V20.48C9.92959 20.98 10.0196 21.2 10.0596 21.26C10.0896 21.22 10.2996 21.12 10.6296 20.74L18.1996 12.14C18.4796 11.82 18.5196 11.62 18.5196 11.58C18.4996 11.57 18.3196 11.47 17.8996 11.47H14.8096C14.3996 11.47 14.0596 11.13 14.0596 10.72V3.52001C14.0696 3.02001 13.9696 2.81001 13.9296 2.74001Z" fill="var(--color-icon-primary)"/>\n</svg>',
34
+ },
35
+ };
36
+
37
+ const ICON_GLOBAL = {
38
+ kind: "icon" as const,
39
+ data: {
40
+ id: "global",
41
+ label: "Global",
42
+ svgCode:
43
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M9.00023 21.75H8.00023C7.59023 21.75 7.25023 21.41 7.25023 21C7.25023 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.57023 3.74 7.25023 3.41 7.25023 3C7.25023 2.59 7.59023 2.25 8.00023 2.25H9.00023C9.24023 2.25 9.47023 2.37 9.61023 2.56C9.75023 2.76 9.79023 3.01 9.71023 3.24C7.83023 8.89 7.83023 15.11 9.71023 20.77C9.79023 21 9.75023 21.25 9.61023 21.45C9.47023 21.63 9.24023 21.75 9.00023 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.0004 21.75C14.9204 21.75 14.8404 21.74 14.7604 21.71C14.3704 21.58 14.1504 21.15 14.2904 20.76C16.1704 15.11 16.1704 8.89 14.2904 3.23C14.1604 2.84 14.3704 2.41 14.7604 2.28C15.1604 2.15 15.5804 2.36 15.7104 2.75C17.7004 8.71 17.7004 15.27 15.7104 21.22C15.6104 21.55 15.3104 21.75 15.0004 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.2C9.21 17.2 6.43 16.81 3.75 16.02C3.74 16.42 3.41 16.75 3 16.75C2.59 16.75 2.25 16.41 2.25 16V15C2.25 14.76 2.37 14.53 2.56 14.39C2.76 14.25 3.01 14.21 3.24 14.29C8.89 16.17 15.12 16.17 20.77 14.29C21 14.21 21.25 14.25 21.45 14.39C21.65 14.53 21.76 14.76 21.76 15V16C21.76 16.41 21.42 16.75 21.01 16.75C20.6 16.75 20.27 16.43 20.26 16.02C17.57 16.81 14.79 17.2 12 17.2Z" fill="var(--color-icon-primary)"/>\n<path d="M20.9998 9.74999C20.9198 9.74999 20.8398 9.73999 20.7598 9.70999C15.1098 7.82999 8.87978 7.82999 3.22978 9.70999C2.82978 9.83999 2.40978 9.62999 2.27978 9.23999C2.15978 8.83999 2.36978 8.41999 2.75978 8.28999C8.71978 6.29999 15.2798 6.29999 21.2298 8.28999C21.6198 8.41999 21.8398 8.84999 21.6998 9.23999C21.6098 9.54999 21.3098 9.74999 20.9998 9.74999Z" fill="var(--color-icon-primary)"/>\n</svg>',
44
+ },
45
+ };
46
+
47
+ const ICON_SHIELD = {
48
+ kind: "icon" as const,
49
+ data: {
50
+ id: "shield-tick",
51
+ label: "Shield Tick",
52
+ svgCode:
53
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
17
54
  },
18
- mimetype: "image/png",
19
55
  };
20
56
 
21
57
  const DEFAULT_CONTENT = {
@@ -24,52 +60,72 @@ const DEFAULT_CONTENT = {
24
60
  main_wrapper: null,
25
61
  left_container: null,
26
62
  content_wrapper: null,
27
- label: "Professional Services",
28
- title: "Expert Business Consulting Solutions",
63
+ label: "Payments infrastructure",
64
+ title: "Money that moves at the speed of your business",
29
65
  description:
30
- "Strategic consulting services that drive growth and innovation for your business. Our expert team delivers tailored solutions for sustainable success.",
66
+ "Route, settle, and reconcile payments across 42 countries with PCI DSS Level 1 rails, tokenized card vaults, and a single ISO 20022 ledger API.",
31
67
  ctas_levoGroup: null,
32
68
  ctas: [
33
69
  {
34
- cta: "Get Started",
70
+ cta: "Book a demo",
35
71
  },
36
72
  {
37
- cta: "Learn More",
73
+ cta: "See pricing",
38
74
  },
39
75
  ],
40
76
  stats_container: null,
41
77
  stats: [
42
78
  {
43
79
  stat_wrapper: null,
44
- value: "500+",
45
- label: "Clients Served",
80
+ icon: ICON_FLASH,
81
+ value: "<200ms",
82
+ label: "Median authorization latency",
46
83
  },
47
84
  {
48
85
  stat_wrapper: null,
49
- value: "15+",
50
- label: "Years Experience",
86
+ icon: ICON_GLOBAL,
87
+ value: "42",
88
+ label: "Countries settled in local currency",
51
89
  },
52
90
  {
53
91
  stat_wrapper: null,
54
- value: "98%",
55
- label: "Success Rate",
92
+ icon: ICON_SHIELD,
93
+ value: "99.995%",
94
+ label: "Uptime backed by a P1 SLA",
56
95
  },
57
96
  ],
58
97
  search_input_wrapper: null,
59
- search_button: "Search",
98
+ search_button: "Check coverage",
60
99
  right_container: null,
61
- hero_image: MEDIA,
100
+ hero_image: IMG_HERO,
62
101
  };
63
102
 
64
103
  export type IService2Content = typeof DEFAULT_CONTENT;
65
104
 
105
+ const BRANDED_LABEL = {
106
+ color: "brand",
107
+ "text-transform": "uppercase",
108
+ "letter-spacing": "0.08em",
109
+ "font-weight": 600,
110
+ "font-size": "xs",
111
+ "max-width": "fit-content",
112
+ } as const;
113
+
114
+ const STAT_ICON = {
115
+ width: "24px",
116
+ height: "24px",
117
+ "font-size": "24px",
118
+ "flex-shrink": 0,
119
+ color: "brand",
120
+ } as const;
121
+
66
122
  export const Service2: IBlock = {
67
123
  category_id: "services",
68
124
  title: "Service 2",
69
125
  key: "service-2",
70
126
  version: "v1",
71
127
  prompt_description:
72
- "Two-column service section with left side content including title, description, CTA button, statistics grid, and file upload, paired with a large service image on the right side.",
128
+ "Two-column fintech hero section with left side content including label, title, description, CTA buttons, statistics grid, and pincode search, paired with a large service image on the right side.",
73
129
  content_schema: [
74
130
  {
75
131
  key: "layout",
@@ -104,7 +160,7 @@ export const Service2: IBlock = {
104
160
  field_interface: "BoxWidget",
105
161
  hint: {
106
162
  prompt_description:
107
- "Left side container holding the main content including title, description, CTA, statistics, and file upload.",
163
+ "Left side container holding the main content including title, description, CTA, statistics, and pincode search.",
108
164
  },
109
165
  },
110
166
  {
@@ -299,25 +355,22 @@ export const Service2: IBlock = {
299
355
  flex: "1",
300
356
  display: "flex",
301
357
  "flex-direction": "column",
302
- "row-gap": "3xl",
358
+ "row-gap": "2xl",
303
359
  },
304
360
  content_wrapper: {
305
361
  display: "flex",
306
362
  "flex-direction": "column",
307
363
  "row-gap": "lg",
308
364
  },
309
- label: {
310
- "background-color": "brand",
311
- width: "fit-content",
312
- "border-radius": "3xl",
313
- "padding-left": "2xs",
314
- "padding-right": "2xs",
315
- "padding-top": "4xs",
316
- "padding-bottom": "4xs",
317
- color: "brandForeground",
318
- },
319
- title: {},
320
- description: {},
365
+ label: BRANDED_LABEL,
366
+ title: {
367
+ "font-weight": 700,
368
+ "line-height": "1.1",
369
+ },
370
+ description: {
371
+ color: "text-2",
372
+ "line-height": "1.6",
373
+ },
321
374
  ctas_levoGroup: {
322
375
  display: "flex",
323
376
  "flex-direction": "row",
@@ -327,28 +380,39 @@ export const Service2: IBlock = {
327
380
  "align-items": "center",
328
381
  "align-self": "flex-start",
329
382
  },
330
- ctas: Array(2)
331
- .fill(0)
332
- .map(() => ({
333
- cta: {},
334
- })),
383
+ ctas_levoGroupItem: {
384
+ cta: {},
385
+ },
386
+ ctas: [{}, {}],
335
387
  stats_container: {
336
388
  display: "flex",
337
389
  "flex-direction": "column",
338
390
  "row-gap": "base",
391
+ "padding-top": "lg",
392
+ "border-top-width": "1px",
393
+ "border-top-style": "solid",
394
+ "border-color": "border",
339
395
  },
340
396
  stats_levoGroup: {
341
- display: "flex",
342
- "column-gap": "2xl",
397
+ display: "grid",
398
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
399
+ "column-gap": "xl",
343
400
  mobile: {
344
- "flex-direction": "column",
401
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
345
402
  "row-gap": "base",
346
403
  },
347
404
  },
348
405
  search_input_wrapper: {
349
406
  display: "flex",
350
- "flex-direction": "column",
351
- "row-gap": "base",
407
+ "flex-direction": "row",
408
+ "column-gap": "base",
409
+ "align-items": "center",
410
+ "flex-wrap": "wrap",
411
+ mobile: {
412
+ "flex-direction": "column",
413
+ "row-gap": "base",
414
+ "align-items": "stretch",
415
+ },
352
416
  },
353
417
  right_container: {
354
418
  flex: "1",
@@ -357,41 +421,26 @@ export const Service2: IBlock = {
357
421
  width: "100%",
358
422
  "aspect-ratio": "4/3",
359
423
  "object-fit": "cover",
360
- "border-radius": "base",
424
+ "border-radius": "xl",
361
425
  },
362
- stats: [
363
- {
364
- stat_wrapper: {
365
- display: "flex",
366
- "flex-direction": "column",
367
- "row-gap": "xs",
368
- },
369
- value: {},
370
- label: {},
426
+ stats_levoGroupItem: {
427
+ stat_wrapper: {
428
+ display: "flex",
429
+ "flex-direction": "column",
430
+ "row-gap": "xs",
431
+ "align-items": "flex-start",
371
432
  },
372
- {
373
- stat_wrapper: {
374
- display: "flex",
375
- "flex-direction": "column",
376
- "row-gap": "xs",
377
- },
378
- value: {},
379
- label: {
380
- color: "text-2",
381
- },
433
+ icon: STAT_ICON,
434
+ value: {
435
+ "font-weight": 700,
436
+ color: "brand",
382
437
  },
383
- {
384
- stat_wrapper: {
385
- display: "flex",
386
- "flex-direction": "column",
387
- "row-gap": "xs",
388
- },
389
- value: {},
390
- label: {
391
- color: "text-2",
392
- },
438
+ label: {
439
+ color: "text-2",
440
+ "font-size": "sm",
393
441
  },
394
- ],
442
+ },
443
+ stats: [{}, {}, {}],
395
444
  },
396
445
  content: DEFAULT_CONTENT,
397
446
  config: {
@@ -413,6 +462,10 @@ export const Service2: IBlock = {
413
462
  Button_Variants: "Secondary",
414
463
  },
415
464
  },
465
+ ctas: [
466
+ { cta: { selectedVariants: {} } },
467
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
468
+ ],
416
469
  stats: [
417
470
  {
418
471
  value: {
@@ -441,5 +494,429 @@ export const Service2: IBlock = {
441
494
  ],
442
495
  },
443
496
  },
497
+ {
498
+ title: "Centered Spotlight",
499
+ key: "centered-spotlight",
500
+ styles: {
501
+ layout: {
502
+ "background-color": "background-2",
503
+ },
504
+ container: {},
505
+ main_wrapper: {
506
+ display: "flex",
507
+ "flex-direction": "column",
508
+ "align-items": "center",
509
+ "row-gap": "3xl",
510
+ "text-align": "center",
511
+ },
512
+ left_container: {
513
+ display: "flex",
514
+ "flex-direction": "column",
515
+ "row-gap": "2xl",
516
+ "align-items": "center",
517
+ "max-width": "720px",
518
+ },
519
+ content_wrapper: {
520
+ display: "flex",
521
+ "flex-direction": "column",
522
+ "row-gap": "lg",
523
+ "align-items": "center",
524
+ },
525
+ label: {
526
+ ...BRANDED_LABEL,
527
+ "align-self": "center",
528
+ },
529
+ title: {
530
+ "font-weight": 700,
531
+ "line-height": "1.1",
532
+ },
533
+ description: {
534
+ color: "text-2",
535
+ "line-height": "1.65",
536
+ },
537
+ ctas_levoGroup: {
538
+ display: "flex",
539
+ "flex-direction": "row",
540
+ "column-gap": "md",
541
+ "row-gap": "md",
542
+ "flex-wrap": "wrap",
543
+ "align-items": "center",
544
+ "justify-content": "center",
545
+ },
546
+ ctas_levoGroupItem: { cta: {} },
547
+ ctas: [{}, {}],
548
+ stats_container: {
549
+ display: "flex",
550
+ "flex-direction": "column",
551
+ "row-gap": "base",
552
+ width: "100%",
553
+ },
554
+ stats_levoGroup: {
555
+ display: "grid",
556
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
557
+ "column-gap": "xl",
558
+ mobile: {
559
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
560
+ "row-gap": "base",
561
+ },
562
+ },
563
+ search_input_wrapper: {
564
+ display: "flex",
565
+ "flex-direction": "row",
566
+ "column-gap": "base",
567
+ "align-items": "center",
568
+ "justify-content": "center",
569
+ "flex-wrap": "wrap",
570
+ mobile: {
571
+ "flex-direction": "column",
572
+ "row-gap": "base",
573
+ "align-items": "stretch",
574
+ },
575
+ },
576
+ right_container: {
577
+ width: "100%",
578
+ "max-width": "960px",
579
+ },
580
+ hero_image: {
581
+ width: "100%",
582
+ "aspect-ratio": "16/9",
583
+ "object-fit": "cover",
584
+ "border-radius": "xl",
585
+ "box-shadow": "default",
586
+ },
587
+ stats_levoGroupItem: {
588
+ stat_wrapper: {
589
+ display: "flex",
590
+ "flex-direction": "column",
591
+ "row-gap": "xs",
592
+ "align-items": "center",
593
+ "background-color": "background-1",
594
+ "padding-top": "lg",
595
+ "padding-bottom": "lg",
596
+ "padding-left": "base",
597
+ "padding-right": "base",
598
+ "border-radius": "base",
599
+ height: "100%",
600
+ },
601
+ icon: STAT_ICON,
602
+ value: { color: "brand", "font-weight": 700 },
603
+ label: { color: "text-2", "font-size": "sm" },
604
+ },
605
+ stats: [{}, {}, {}],
606
+ },
607
+ content: DEFAULT_CONTENT,
608
+ config: {
609
+ title: {
610
+ heading: { level: "2" },
611
+ selectedVariants: { Heading_Level: "H2" },
612
+ },
613
+ cta: { selectedVariants: { Button_Variants: "Primary" } },
614
+ search_button: { selectedVariants: { Button_Variants: "Primary" } },
615
+ ctas: [
616
+ { cta: { selectedVariants: {} } },
617
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
618
+ ],
619
+ stats: [
620
+ { value: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H3" } } },
621
+ { value: { selectedVariants: { Heading_Level: "H3" } } },
622
+ { value: { selectedVariants: { Heading_Level: "H3" } } },
623
+ ],
624
+ },
625
+ },
626
+ {
627
+ title: "Bordered Card",
628
+ key: "bordered-card",
629
+ styles: {
630
+ layout: {},
631
+ container: {},
632
+ main_wrapper: {
633
+ display: "flex",
634
+ "align-items": "stretch",
635
+ "column-gap": "none",
636
+ "border-width": "1px",
637
+ "border-style": "solid",
638
+ "border-color": "border",
639
+ "border-radius": "xl",
640
+ overflow: "hidden",
641
+ "box-shadow": "default",
642
+ mobile: {
643
+ "flex-direction": "column",
644
+ },
645
+ },
646
+ left_container: {
647
+ flex: "1",
648
+ display: "flex",
649
+ "flex-direction": "column",
650
+ "row-gap": "2xl",
651
+ "padding-top": "3xl",
652
+ "padding-bottom": "3xl",
653
+ "padding-left": "3xl",
654
+ "padding-right": "3xl",
655
+ "justify-content": "center",
656
+ },
657
+ content_wrapper: {
658
+ display: "flex",
659
+ "flex-direction": "column",
660
+ "row-gap": "base",
661
+ },
662
+ label: BRANDED_LABEL,
663
+ title: {
664
+ "font-weight": 700,
665
+ "line-height": "1.1",
666
+ },
667
+ description: {
668
+ color: "text-2",
669
+ "line-height": "1.6",
670
+ },
671
+ ctas_levoGroup: {
672
+ display: "flex",
673
+ "flex-direction": "row",
674
+ "column-gap": "md",
675
+ "row-gap": "md",
676
+ "flex-wrap": "wrap",
677
+ "align-items": "center",
678
+ "align-self": "flex-start",
679
+ },
680
+ ctas_levoGroupItem: { cta: {} },
681
+ ctas: [{}, {}],
682
+ stats_container: {
683
+ display: "flex",
684
+ "flex-direction": "column",
685
+ "row-gap": "base",
686
+ "padding-top": "lg",
687
+ "border-top-width": "1px",
688
+ "border-top-style": "solid",
689
+ "border-color": "border",
690
+ },
691
+ stats_levoGroup: {
692
+ display: "grid",
693
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
694
+ "column-gap": "lg",
695
+ mobile: {
696
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
697
+ "row-gap": "base",
698
+ },
699
+ },
700
+ search_input_wrapper: {
701
+ display: "flex",
702
+ "flex-direction": "row",
703
+ "column-gap": "base",
704
+ "align-items": "center",
705
+ "flex-wrap": "wrap",
706
+ mobile: {
707
+ "flex-direction": "column",
708
+ "row-gap": "base",
709
+ "align-items": "stretch",
710
+ },
711
+ },
712
+ right_container: {
713
+ flex: "1",
714
+ "background-color": "background-2",
715
+ "min-height": "420px",
716
+ },
717
+ hero_image: {
718
+ width: "100%",
719
+ height: "100%",
720
+ "min-height": "420px",
721
+ "object-fit": "cover",
722
+ },
723
+ stats_levoGroupItem: {
724
+ icon: STAT_ICON,
725
+ value: { color: "brand", "font-weight": 700 },
726
+ label: { color: "text-2", "font-size": "sm" },
727
+ },
728
+ stats: [
729
+ {
730
+ stat_wrapper: {
731
+ display: "flex",
732
+ "flex-direction": "column",
733
+ "row-gap": "2xs",
734
+ "align-items": "flex-start",
735
+ },
736
+ },
737
+ {
738
+ stat_wrapper: {
739
+ display: "flex",
740
+ "flex-direction": "column",
741
+ "row-gap": "2xs",
742
+ "align-items": "flex-start",
743
+ "border-left-width": "1px",
744
+ "border-left-style": "solid",
745
+ "border-color": "border",
746
+ "padding-left": "lg",
747
+ },
748
+ },
749
+ {
750
+ stat_wrapper: {
751
+ display: "flex",
752
+ "flex-direction": "column",
753
+ "row-gap": "2xs",
754
+ "align-items": "flex-start",
755
+ "border-left-width": "1px",
756
+ "border-left-style": "solid",
757
+ "border-color": "border",
758
+ "padding-left": "lg",
759
+ },
760
+ },
761
+ ],
762
+ },
763
+ content: DEFAULT_CONTENT,
764
+ config: {
765
+ title: {
766
+ heading: { level: "2" },
767
+ selectedVariants: { Heading_Level: "H2" },
768
+ },
769
+ cta: { selectedVariants: { Button_Variants: "Primary" } },
770
+ search_button: { selectedVariants: { Button_Variants: "Secondary" } },
771
+ ctas: [
772
+ { cta: { selectedVariants: {} } },
773
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
774
+ ],
775
+ stats: [
776
+ { value: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H3" } } },
777
+ { value: { selectedVariants: { Heading_Level: "H3" } } },
778
+ { value: { selectedVariants: { Heading_Level: "H3" } } },
779
+ ],
780
+ },
781
+ },
782
+ {
783
+ title: "Editorial Split",
784
+ key: "editorial-split",
785
+ styles: {
786
+ layout: {
787
+ "background-color": "background-1",
788
+ },
789
+ container: {},
790
+ main_wrapper: {
791
+ display: "flex",
792
+ "align-items": "center",
793
+ "column-gap": "5xl",
794
+ mobile: {
795
+ "flex-direction": "column",
796
+ "row-gap": "3xl",
797
+ },
798
+ },
799
+ left_container: {
800
+ flex: "1.2",
801
+ display: "flex",
802
+ "flex-direction": "column",
803
+ "row-gap": "2xl",
804
+ },
805
+ content_wrapper: {
806
+ display: "flex",
807
+ "flex-direction": "column",
808
+ "row-gap": "lg",
809
+ },
810
+ label: BRANDED_LABEL,
811
+ title: {
812
+ "font-weight": 700,
813
+ "line-height": "1.05",
814
+ },
815
+ description: {
816
+ color: "text-2",
817
+ "font-size": "lg",
818
+ "line-height": "1.65",
819
+ },
820
+ ctas_levoGroup: {
821
+ display: "flex",
822
+ "flex-direction": "row",
823
+ "column-gap": "md",
824
+ "row-gap": "md",
825
+ "flex-wrap": "wrap",
826
+ "align-items": "center",
827
+ "align-self": "flex-start",
828
+ },
829
+ ctas_levoGroupItem: { cta: {} },
830
+ ctas: [{}, {}],
831
+ stats_container: {
832
+ display: "flex",
833
+ "flex-direction": "column",
834
+ "row-gap": "base",
835
+ },
836
+ stats_levoGroup: {
837
+ display: "flex",
838
+ "flex-direction": "column",
839
+ "row-gap": "lg",
840
+ },
841
+ search_input_wrapper: {
842
+ display: "flex",
843
+ "flex-direction": "row",
844
+ "column-gap": "base",
845
+ "align-items": "center",
846
+ "flex-wrap": "wrap",
847
+ mobile: {
848
+ "flex-direction": "column",
849
+ "row-gap": "base",
850
+ "align-items": "stretch",
851
+ },
852
+ },
853
+ right_container: {
854
+ flex: "1",
855
+ },
856
+ hero_image: {
857
+ width: "100%",
858
+ "aspect-ratio": "3/4",
859
+ "object-fit": "cover",
860
+ "border-radius": "xl",
861
+ },
862
+ stats_levoGroupItem: {
863
+ icon: STAT_ICON,
864
+ value: { color: "brand", "font-weight": 700 },
865
+ label: { color: "text-2" },
866
+ },
867
+ stats: [
868
+ {
869
+ stat_wrapper: {
870
+ display: "flex",
871
+ "flex-direction": "row",
872
+ "align-items": "center",
873
+ "column-gap": "base",
874
+ "padding-bottom": "base",
875
+ "border-bottom-width": "1px",
876
+ "border-bottom-style": "solid",
877
+ "border-color": "border",
878
+ },
879
+ },
880
+ {
881
+ stat_wrapper: {
882
+ display: "flex",
883
+ "flex-direction": "row",
884
+ "align-items": "center",
885
+ "column-gap": "base",
886
+ "padding-bottom": "base",
887
+ "border-bottom-width": "1px",
888
+ "border-bottom-style": "solid",
889
+ "border-color": "border",
890
+ },
891
+ },
892
+ {
893
+ stat_wrapper: {
894
+ display: "flex",
895
+ "flex-direction": "row",
896
+ "align-items": "center",
897
+ "column-gap": "base",
898
+ },
899
+ },
900
+ ],
901
+ },
902
+ content: DEFAULT_CONTENT,
903
+ config: {
904
+ title: {
905
+ heading: { level: "2" },
906
+ selectedVariants: { Heading_Level: "H1" },
907
+ },
908
+ cta: { selectedVariants: { Button_Variants: "Primary" } },
909
+ search_button: { selectedVariants: { Button_Variants: "Secondary" } },
910
+ ctas: [
911
+ { cta: { selectedVariants: {} } },
912
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
913
+ ],
914
+ stats: [
915
+ { value: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H3" } } },
916
+ { value: { selectedVariants: { Heading_Level: "H3" } } },
917
+ { value: { selectedVariants: { Heading_Level: "H3" } } },
918
+ ],
919
+ },
920
+ },
444
921
  ],
445
922
  };