@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,19 +1,52 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "7141014160938075687",
5
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
3
+ const MEDIA_COVER = {
4
+ id: "7452730558657121298",
6
5
  kind: "image",
7
- mimetype: "image/png",
6
+ location:
7
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
10
- "1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
11
- "1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
12
- "320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
13
- "640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
14
- "750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
15
- "828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
16
- path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
25
+ },
26
+ };
27
+
28
+ const MEDIA_AUTHOR = {
29
+ id: "7452734657707415088",
30
+ kind: "image",
31
+ location:
32
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg",
33
+ mimetype: "image/jpeg",
34
+ srcset: {
35
+ "320w":
36
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
37
+ "640w":
38
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
39
+ "750w":
40
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
41
+ "828w":
42
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
43
+ "1080w":
44
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
45
+ "1200w":
46
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
47
+ "1920w":
48
+ "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
49
+ path: "https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/28883898/pexels-photo-28883898.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
50
  },
18
51
  };
19
52
 
@@ -23,23 +56,23 @@ const DEFAULT_CONTENT = {
23
56
  "header-section": null,
24
57
  "header-content": null,
25
58
  "tag-container": null,
26
- tag: "<p>Financial Planning</p>",
59
+ tag: "<p>Payments strategy</p>",
27
60
  "title-section": null,
28
- title: "How to Get from 0 to 100 Customers for your SaaS startup",
61
+ title: "From MSB to PSP: scaling money movement to billion-dollar volumes",
29
62
  "meta-info": null,
30
63
  "author-container": null,
31
64
  "author-image-container": null,
32
65
  "author-image": {
33
66
  kind: "custom",
34
- data: MEDIA,
67
+ data: MEDIA_AUTHOR,
35
68
  },
36
- "author-name": "John Doe",
69
+ "author-name": "Priya Shah",
37
70
  "publish-date": "2025-12-29T14:03:50.371Z",
38
- "reading-time": "<p>4 mins</p>",
39
- "blog-cover": MEDIA,
71
+ "reading-time": "<p>6 mins</p>",
72
+ "blog-cover": MEDIA_COVER,
40
73
  "content-section": null,
41
- content: `<p><span>Identifying an industry problem and building a user-friendly software product to solve that problem is just one part of the battle. The real test is whether you’re able to get your first set of customers and grow them in order to sustain your business.</span></p><p><span>With the growing number of software developers in the market, it is easy for anyone to build a product. But how do you crack into the market and get reliable business traction?</span></p><p><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.linkedin.com/in/trivediravi/"><span><strong>Ravi Trivedi</strong></span></a><span>, Founder of </span><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.pushengage.com/"><span><strong>PushEngage</strong></span></a><span> a platform enables website owners to send push notifications to its customers, was a speaker at Startup Saturday, Bangalore, where he took us through the journey of getting from 0 to 100 customers.</span></p><p><span>With hands-on experience running different companies in India and the US, over the past few years, he has been working closely with early-stage startups to help them with customer acquisitions, growth and analytics.</span></p><p><span>Read through some of the interesting short-term tactics that Ravi shared to help SaaS startups get their first 100 customers.</span></p><img src="${MEDIA.location}" srcset="${MEDIA.srcset.path}" data-width="100%" data-align="center"><img src="${MEDIA.location}" srcset="${MEDIA.srcset.path}" data-width="100%" data-align="center"><p><strong>3- Step Marketing Process:</strong></p><p><strong>Step 1 Identify Your Target Market</strong></p><p><span>The first step in your marketing plan should be about identifying your target customer. In order to do this, first try and explain what it is that your business is offering in 140 characters. Keeping your answer short and precise will give you direction and also help your customers understand what you’re offering quickly.<br><br>Spend time in chalking out a detailed description of your customer, the more focused the target the lesser will be the cost per acquisition. However, don’t make it so targeted that there isn’t a large enough audience.</span></p><p><span>“At PushEngage, Ravi and his team targeted Shopify, an upcoming e-commerce platform and pitched their email marketing service to them. They knew that Shopify would benefit directly from their service, and went after them specifically.”</span></p><p><strong>Step 2 Hone The Messaging On Your Landing Page</strong></p><p><span>As the website is the main point of engagement with your customers, keep the messaging focused on a particular set of audience. In the early stage, it is okay to ignore the smaller audience segments in order to capture the attention of the more lucrative segment. You can check out the websites of Groove or Freshdesk for some really interesting website content ideas.</span></p><p><span>Ideally, the first-fold of your website should explain what your company does, and there should also be a section that offers social proof this could be either news coverage, customer reviews or certificates and awards. &nbsp;</span></p><p><span>Finally, use </span><a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.levo.so/analytics"><span><strong>analytics to track the traffic on your page</strong></span></a><span> and tweak messaging and user experience accordingly.</span></p><p><strong>Step 3 Use Marketing Tools For Fast Growth</strong></p><p><span>There are many marketing tools that’ll help you find your target customers online.</span></p><p><span>From competitor analysis tools like SimilarWeb and Buzzsumo that tell you what your competition is up to, to advertising tools like AdWords and AdSpy, there are a lot of free tools available to get initial traction.</span></p><p><span>Additionally, you can join industry-specific online communities and affiliate marketing sites to further grow your customers. It is important to leverage these aspects of the digital medium to meet your first set of customers.</span></p><p><span>Here are a few tips to get your </span><strong>first 10 customers:</strong></p><ol><li><p><span>Talk to potential customers while developing your product.</span></p><ul><li><p><span>Use their inputs to tweak your offering, as they’re your first leads.</span></p></li><li><p><span>Start advertising your service through AdWords and Facebook ads with a minimum budget.</span></p></li><li><p><span>Reach out to your personal network.<br>“Export your LinkedIn contact list and send them a holiday message instead of direct selling (Make it a habit to send at least 1 or 2 such messages every year)”</span></p></li><li><p><span><strong>Speak to your online customers directly and listen to their suggestions – If you’re selling globally, as a founder you need to interact directly with your customers in order to get practical feedback of your service.</strong></span></p></li></ul></li></ol><p><span>Here are a few tips to get</span> <span>from </span><strong>10 -100 customers:</strong></p><ol><li><p><span>Find influencers in your sector and offer them a deal to get referrals. PushEngage found 5 influencers and offered them a lifetime free plan. These influencers helped them improve their product and also gave a lot of referred customers.</span></p></li><li><p><span>Connect with the best affiliates and bloggers in your field and build a good relationship with them. Only the top 10 matter, as theyre the ones that will give you the desired traction.</span></p></li><li><p><span>‘Powered By’ words are like gold for SAAS startups. Try and get this type of branding in the early days to get indirect branding benefits.</span></p></li><li><p><span>Communities and marketplaces like Quora, Facebook groups and Reddit are easy targets for sector-specific topics. Be present and genuine in these platforms to witness organic interest in your service.</span></p></li><li><p><span>Create content and showcase your expertise through a blog. You can use tools like Content Analyzer, Buzzsumo or become a guest blogger to grow your organic audience.</span></p></li><li><p><span>Collect reviews from your employees, customers and vendors in marketplaces like G2Crowd, Capterra, and others.</span></p></li><li><p><span>Select one of these marketing activities that work for you and go deep to get maximum leverage.</span></p></li></ol><p></p>`,
42
- "author-description": "<p>Lead Editor</p>",
74
+ content: `<p><span>Most fintechs sleepwalk through the jump from money service business to licensed PSP. They keep treating payments as a side rail, then wake up at $100M annualized volume with a ledger glued together by cron jobs and a reconciliation pipeline one engineer understands. That’s the moment the auditor shows up.</span></p><p><span>Scaling money movement isn’t a product problem it’s an accounting problem wearing a product costume. You aren’t shipping features; you are committing each transaction to a double-entry story that has to reconcile to the bank, to the card network, and to the tax authority. Once you internalize that, the rest of the architecture falls into place.</span></p><img src="${MEDIA_COVER.location}" srcset="${MEDIA_COVER.srcset.path}" data-width="100%" data-align="center"><p><strong>1. Ledger first, product second.</strong></p><p><span>Before you add a new payment method or corridor, the entries that method will write to your ledger should already be sketched. We treat the ledger as the source of truth and the payment processor as an event source: every authorization, capture, reversal, and chargeback is a ledger entry keyed by a tokenized ID. Reconciliation becomes a set operation against the processor’s settlement file, not a week of spreadsheet work.</span></p><p><strong>2. Compliance is a product surface.</strong></p><p><span>PCI DSS Level 1, SOC 2 Type II, and the local equivalents are not certifications you bolt on the week before the audit. They are daily decisions key rotation, role separation, log retention, data residency. The fintechs that scale fastest treat compliance as a product surface their engineers build into every module, not a quarterly scramble.</span></p><p><strong>3. Risk should be cheap to tune.</strong></p><p><span>Fraud rules that live in a vendor dashboard your team can’t edit become a tax on growth. Build risk as a first-class engine with rules in version control, a device graph you own, and a sandbox where any PM can simulate a ruleset against last month’s traffic. The teams that hit the lowest chargeback rates aren’t the ones with the smartest models they’re the ones who ship ten rule changes a week.</span></p><p><strong>4. Payouts are a latency story.</strong></p><p><span>Merchants don’t care how fast you accept they care when the money lands. Segment payouts by corridor, publish per-corridor SLAs, and invest in the slowest one first. A push-payment integration that settles in 15 minutes beats three card networks that settle in T+2 for the subset of merchants who actually move the needle on volume.</span></p><img src="${MEDIA_COVER.location}" srcset="${MEDIA_COVER.srcset.path}" data-width="100%" data-align="center"><p><strong>5. Observability is your audit trail.</strong></p><p><span>If you can’t answer “where is this $42.17 right now?” with a single query, you arent observability-poor you are audit-unready. Every transaction should be traceable from ingress to settlement with signed, append-only events. When the regulator asks, you export a ledger slice, not a Slack thread.</span></p><p></p>`,
75
+ "author-description": "<p>Head of Payments, Levo</p>",
43
76
  };
44
77
 
45
78
  export type IContent10Content = typeof DEFAULT_CONTENT;
@@ -446,5 +479,715 @@ export const Content10: IBlock = {
446
479
  },
447
480
  },
448
481
  },
482
+ {
483
+ key: "magazine",
484
+ title: "Magazine",
485
+ styles: {
486
+ layout: {
487
+ width: "100%",
488
+ "padding-top": "8xl",
489
+ "padding-bottom": "8xl",
490
+ "padding-right": "8xl",
491
+ "padding-left": "8xl",
492
+ tablet: {
493
+ "padding-top": "5xl",
494
+ "padding-bottom": "5xl",
495
+ "padding-right": "5xl",
496
+ "padding-left": "5xl",
497
+ },
498
+ mobile: {
499
+ "padding-right": "2xl",
500
+ "padding-left": "2xl",
501
+ "padding-top": "5xl",
502
+ "padding-bottom": "5xl",
503
+ },
504
+ },
505
+ container: {
506
+ width: "100%",
507
+ display: "flex",
508
+ "flex-direction": "column",
509
+ "row-gap": "3xl",
510
+ "max-width": "780px",
511
+ "margin-left": "auto",
512
+ "margin-right": "auto",
513
+ },
514
+ "header-section": {
515
+ display: "flex",
516
+ width: "full",
517
+ "flex-direction": "column",
518
+ "row-gap": "xl",
519
+ },
520
+ "header-content": {
521
+ display: "flex",
522
+ "flex-direction": "column",
523
+ "align-items": "flex-start",
524
+ "row-gap": "sm",
525
+ },
526
+ "tag-container": {
527
+ width: "fit-content",
528
+ "border-radius": "3xl",
529
+ "background-color": "brand",
530
+ "padding-bottom": "3xs",
531
+ "padding-left": "sm",
532
+ "padding-right": "sm",
533
+ "padding-top": "3xs",
534
+ },
535
+ tag: {
536
+ "font-size": "xs",
537
+ "font-weight": "semibold",
538
+ color: "var(--color-background-1)",
539
+ },
540
+ "title-section": {
541
+ display: "flex",
542
+ "flex-direction": "column",
543
+ "row-gap": "lg",
544
+ },
545
+ title: {
546
+ "text-align": "left",
547
+ "font-size": "4xl",
548
+ "font-weight": "bold",
549
+ mobile: {
550
+ "font-size": "2xl",
551
+ },
552
+ tablet: {
553
+ "font-size": "3xl",
554
+ },
555
+ },
556
+ "meta-info": {
557
+ display: "flex",
558
+ "flex-wrap": "wrap",
559
+ "align-items": "center",
560
+ "column-gap": "sm",
561
+ "row-gap": "xs",
562
+ "font-size": "sm",
563
+ color: "var(--color-text-2)",
564
+ "padding-top": "sm",
565
+ "border-top": "1px solid var(--color-border)",
566
+ },
567
+ "author-container": {
568
+ display: "flex",
569
+ "align-items": "center",
570
+ "column-gap": "2xs",
571
+ },
572
+ "author-image": {
573
+ "border-radius": "full",
574
+ height: "36px",
575
+ width: "36px",
576
+ "font-size": "36px",
577
+ "object-fit": "cover",
578
+ },
579
+ "author-info-wrapper": {
580
+ display: "flex",
581
+ "flex-direction": "column",
582
+ },
583
+ "author-name": {
584
+ "font-size": "sm",
585
+ "font-weight": "semibold",
586
+ },
587
+ "publish-date": {},
588
+ "reading-time": {},
589
+ "blog-cover": {
590
+ height: "440px",
591
+ width: "100%",
592
+ "object-fit": "cover",
593
+ "border-radius": "lg",
594
+ tablet: {
595
+ height: "300px",
596
+ },
597
+ mobile: {
598
+ height: "200px",
599
+ },
600
+ },
601
+ "content-wrapper": {
602
+ display: "flex",
603
+ "flex-direction": "column",
604
+ },
605
+ "content-section": {
606
+ display: "flex",
607
+ width: "100%",
608
+ "flex-direction": "column",
609
+ "row-gap": "3xl",
610
+ },
611
+ content: {
612
+ display: "flex",
613
+ "flex-direction": "column",
614
+ "row-gap": "xl",
615
+ "font-size": "lg",
616
+ "line-height": 1.75,
617
+ width: "100%",
618
+ },
619
+ "author-description": {
620
+ "font-size": "sm",
621
+ },
622
+ },
623
+ content: DEFAULT_CONTENT,
624
+ config: {
625
+ title: {
626
+ heading: {
627
+ level: "1",
628
+ },
629
+ selectedVariants: {
630
+ Heading_Level: "H3",
631
+ },
632
+ },
633
+ "author-name": {
634
+ selectedVariants: {
635
+ Heading_Level: "H6",
636
+ },
637
+ heading: {
638
+ level: "4",
639
+ },
640
+ },
641
+ "author-description": {
642
+ selectedVariants: {
643
+ Typography_Variants: "Small",
644
+ },
645
+ },
646
+ "reading-time": {
647
+ selectedVariants: {
648
+ Typography_Variants: "Small",
649
+ },
650
+ },
651
+ "publish-date": {
652
+ selectedVariants: {
653
+ Typography_Variants: "Small",
654
+ },
655
+ },
656
+ },
657
+ },
658
+ {
659
+ key: "hero_cover",
660
+ title: "Hero Cover",
661
+ styles: {
662
+ layout: {
663
+ width: "100%",
664
+ "padding-top": "none",
665
+ "padding-bottom": "8xl",
666
+ "padding-right": "none",
667
+ "padding-left": "none",
668
+ },
669
+ container: {
670
+ width: "100%",
671
+ display: "flex",
672
+ "flex-direction": "column",
673
+ "row-gap": "3xl",
674
+ },
675
+ "header-section": {
676
+ display: "flex",
677
+ width: "full",
678
+ "flex-direction": "column",
679
+ "row-gap": "none",
680
+ },
681
+ "header-content": {
682
+ display: "flex",
683
+ "flex-direction": "column",
684
+ "align-items": "center",
685
+ "row-gap": "lg",
686
+ "padding-left": "8xl",
687
+ "padding-right": "8xl",
688
+ "padding-top": "4xl",
689
+ "padding-bottom": "4xl",
690
+ tablet: {
691
+ "padding-left": "5xl",
692
+ "padding-right": "5xl",
693
+ },
694
+ mobile: {
695
+ "padding-left": "2xl",
696
+ "padding-right": "2xl",
697
+ },
698
+ },
699
+ "tag-container": {
700
+ width: "fit-content",
701
+ "border-radius": "md",
702
+ border: "1px solid",
703
+ "border-color": "var(--color-border)",
704
+ "background-color": "background-2",
705
+ "padding-bottom": "2xs",
706
+ "padding-left": "base",
707
+ "padding-right": "base",
708
+ "padding-top": "2xs",
709
+ },
710
+ tag: {
711
+ "font-size": "xs",
712
+ "font-weight": "semibold",
713
+ color: "var(--color-text-1)",
714
+ },
715
+ "title-section": {
716
+ display: "flex",
717
+ "flex-direction": "column",
718
+ "row-gap": "lg",
719
+ },
720
+ title: {
721
+ "text-align": "center",
722
+ "font-size": "4xl",
723
+ "font-weight": "bold",
724
+ "max-width": "900px",
725
+ mobile: {
726
+ "font-size": "2xl",
727
+ },
728
+ tablet: {
729
+ "font-size": "3xl",
730
+ },
731
+ },
732
+ "meta-info": {
733
+ display: "flex",
734
+ "flex-wrap": "wrap",
735
+ "align-items": "center",
736
+ "justify-content": "center",
737
+ "column-gap": "sm",
738
+ "row-gap": "xs",
739
+ "font-size": "sm",
740
+ color: "var(--color-text-2)",
741
+ },
742
+ "author-container": {
743
+ display: "flex",
744
+ "align-items": "center",
745
+ "column-gap": "2xs",
746
+ },
747
+ "author-image": {
748
+ "border-radius": "full",
749
+ height: "40px",
750
+ width: "40px",
751
+ "font-size": "40px",
752
+ "object-fit": "cover",
753
+ },
754
+ "author-name": {
755
+ "font-size": "base",
756
+ },
757
+ "publish-date": {},
758
+ "reading-time": {},
759
+ "blog-cover": {
760
+ height: "560px",
761
+ width: "100%",
762
+ "object-fit": "cover",
763
+ tablet: {
764
+ height: "380px",
765
+ },
766
+ mobile: {
767
+ height: "220px",
768
+ },
769
+ },
770
+ "content-wrapper": {
771
+ display: "flex",
772
+ "column-gap": "3xl",
773
+ "align-items": "start",
774
+ "padding-left": "8xl",
775
+ "padding-right": "8xl",
776
+ tablet: {
777
+ "padding-left": "5xl",
778
+ "padding-right": "5xl",
779
+ },
780
+ mobile: {
781
+ "padding-left": "2xl",
782
+ "padding-right": "2xl",
783
+ },
784
+ },
785
+ "content-section": {
786
+ display: "flex",
787
+ width: "100%",
788
+ "max-width": "780px",
789
+ "margin-left": "auto",
790
+ "margin-right": "auto",
791
+ "flex-direction": "column",
792
+ "row-gap": "3xl",
793
+ "padding-bottom": "xl",
794
+ },
795
+ content: {
796
+ display: "flex",
797
+ "flex-direction": "column",
798
+ "row-gap": "xl",
799
+ "font-size": "base",
800
+ "line-height": 1.625,
801
+ width: "100%",
802
+ },
803
+ "author-description": {
804
+ "font-size": "sm",
805
+ },
806
+ },
807
+ content: DEFAULT_CONTENT,
808
+ config: {
809
+ title: {
810
+ heading: {
811
+ level: "1",
812
+ },
813
+ selectedVariants: {
814
+ Heading_Level: "H3",
815
+ },
816
+ },
817
+ "author-name": {
818
+ selectedVariants: {
819
+ Heading_Level: "H6",
820
+ },
821
+ heading: {
822
+ level: "4",
823
+ },
824
+ },
825
+ "author-description": {
826
+ selectedVariants: {
827
+ Typography_Variants: "Small",
828
+ },
829
+ },
830
+ "reading-time": {
831
+ selectedVariants: {
832
+ Typography_Variants: "Small",
833
+ },
834
+ },
835
+ "publish-date": {
836
+ selectedVariants: {
837
+ Typography_Variants: "Small",
838
+ },
839
+ },
840
+ },
841
+ },
842
+ {
843
+ key: "sidebar_meta",
844
+ title: "Sidebar Meta",
845
+ styles: {
846
+ layout: {
847
+ width: "100%",
848
+ "padding-top": "8xl",
849
+ "padding-bottom": "8xl",
850
+ "padding-right": "8xl",
851
+ "padding-left": "8xl",
852
+ tablet: {
853
+ "padding-top": "5xl",
854
+ "padding-bottom": "5xl",
855
+ "padding-right": "5xl",
856
+ "padding-left": "5xl",
857
+ },
858
+ mobile: {
859
+ "padding-right": "2xl",
860
+ "padding-left": "2xl",
861
+ "padding-top": "5xl",
862
+ "padding-bottom": "5xl",
863
+ },
864
+ },
865
+ container: {
866
+ width: "100%",
867
+ display: "flex",
868
+ "flex-direction": "column",
869
+ "row-gap": "3xl",
870
+ },
871
+ "header-section": {
872
+ display: "flex",
873
+ width: "full",
874
+ "flex-direction": "row",
875
+ "column-gap": "3xl",
876
+ tablet: {
877
+ "flex-direction": "column",
878
+ "row-gap": "xl",
879
+ },
880
+ },
881
+ "header-content": {
882
+ display: "flex",
883
+ "flex-direction": "column",
884
+ "align-items": "flex-start",
885
+ "row-gap": "sm",
886
+ "flex-grow": "1",
887
+ },
888
+ "tag-container": {
889
+ width: "fit-content",
890
+ "border-radius": "md",
891
+ border: "1px solid",
892
+ "border-color": "var(--color-border)",
893
+ "padding-bottom": "2xs",
894
+ "padding-left": "base",
895
+ "padding-right": "base",
896
+ "padding-top": "2xs",
897
+ },
898
+ tag: {
899
+ "font-size": "xs",
900
+ "font-weight": "semibold",
901
+ color: "var(--color-text-1)",
902
+ },
903
+ "title-section": {
904
+ display: "flex",
905
+ "flex-direction": "column",
906
+ "row-gap": "lg",
907
+ },
908
+ title: {
909
+ "text-align": "left",
910
+ "font-size": "3xl",
911
+ "font-weight": "bold",
912
+ mobile: {
913
+ "font-size": "2xl",
914
+ },
915
+ },
916
+ "meta-info": {
917
+ display: "flex",
918
+ "flex-direction": "column",
919
+ "align-items": "flex-start",
920
+ "row-gap": "sm",
921
+ "font-size": "sm",
922
+ color: "var(--color-text-2)",
923
+ "flex-shrink": "0",
924
+ width: "220px",
925
+ "padding-top": "xs",
926
+ tablet: {
927
+ "flex-direction": "row",
928
+ "flex-wrap": "wrap",
929
+ "column-gap": "sm",
930
+ width: "100%",
931
+ },
932
+ },
933
+ "author-container": {
934
+ display: "flex",
935
+ "align-items": "center",
936
+ "column-gap": "2xs",
937
+ },
938
+ "author-image": {
939
+ "border-radius": "full",
940
+ height: "40px",
941
+ width: "40px",
942
+ "font-size": "40px",
943
+ "object-fit": "cover",
944
+ },
945
+ "author-info-wrapper": {
946
+ display: "flex",
947
+ "flex-direction": "column",
948
+ },
949
+ "author-name": {
950
+ "font-size": "sm",
951
+ "font-weight": "semibold",
952
+ },
953
+ "publish-date": {},
954
+ "reading-time": {},
955
+ "blog-cover": {
956
+ height: "472px",
957
+ width: "100%",
958
+ "object-fit": "cover",
959
+ "border-radius": "xl",
960
+ tablet: {
961
+ height: "314px",
962
+ },
963
+ mobile: {
964
+ height: "164px",
965
+ },
966
+ },
967
+ "content-wrapper": {
968
+ display: "flex",
969
+ "column-gap": "3xl",
970
+ "align-items": "start",
971
+ },
972
+ "content-section": {
973
+ display: "flex",
974
+ width: "100%",
975
+ "flex-direction": "column",
976
+ "row-gap": "3xl",
977
+ "padding-bottom": "xl",
978
+ },
979
+ content: {
980
+ display: "flex",
981
+ "flex-direction": "column",
982
+ "row-gap": "xl",
983
+ "font-size": "base",
984
+ "line-height": 1.625,
985
+ width: "100%",
986
+ },
987
+ "author-description": {
988
+ "font-size": "sm",
989
+ },
990
+ },
991
+ content: DEFAULT_CONTENT,
992
+ config: {
993
+ title: {
994
+ heading: {
995
+ level: "1",
996
+ },
997
+ selectedVariants: {
998
+ Heading_Level: "H4",
999
+ },
1000
+ },
1001
+ "author-name": {
1002
+ selectedVariants: {
1003
+ Heading_Level: "H6",
1004
+ },
1005
+ heading: {
1006
+ level: "4",
1007
+ },
1008
+ },
1009
+ "author-description": {
1010
+ selectedVariants: {
1011
+ Typography_Variants: "Small",
1012
+ },
1013
+ },
1014
+ "reading-time": {
1015
+ selectedVariants: {
1016
+ Typography_Variants: "Small",
1017
+ },
1018
+ },
1019
+ "publish-date": {
1020
+ selectedVariants: {
1021
+ Typography_Variants: "Small",
1022
+ },
1023
+ },
1024
+ },
1025
+ },
1026
+ {
1027
+ key: "compact_editorial",
1028
+ title: "Compact Editorial",
1029
+ styles: {
1030
+ layout: {
1031
+ width: "100%",
1032
+ "padding-top": "6xl",
1033
+ "padding-bottom": "6xl",
1034
+ "padding-right": "8xl",
1035
+ "padding-left": "8xl",
1036
+ tablet: {
1037
+ "padding-top": "4xl",
1038
+ "padding-bottom": "4xl",
1039
+ "padding-right": "5xl",
1040
+ "padding-left": "5xl",
1041
+ },
1042
+ mobile: {
1043
+ "padding-right": "2xl",
1044
+ "padding-left": "2xl",
1045
+ "padding-top": "4xl",
1046
+ "padding-bottom": "4xl",
1047
+ },
1048
+ },
1049
+ container: {
1050
+ width: "100%",
1051
+ display: "flex",
1052
+ "flex-direction": "column",
1053
+ "row-gap": "2xl",
1054
+ "max-width": "680px",
1055
+ "margin-left": "auto",
1056
+ "margin-right": "auto",
1057
+ },
1058
+ "header-section": {
1059
+ display: "flex",
1060
+ width: "full",
1061
+ "flex-direction": "column",
1062
+ "row-gap": "2xl",
1063
+ },
1064
+ "header-content": {
1065
+ display: "flex",
1066
+ "flex-direction": "column",
1067
+ "align-items": "flex-start",
1068
+ "row-gap": "base",
1069
+ },
1070
+ "tag-container": {
1071
+ width: "fit-content",
1072
+ },
1073
+ tag: {
1074
+ "font-size": "sm",
1075
+ "font-weight": "semibold",
1076
+ color: "brand",
1077
+ "text-transform": "uppercase",
1078
+ "letter-spacing": "0.05em",
1079
+ },
1080
+ "title-section": {
1081
+ display: "flex",
1082
+ "flex-direction": "column",
1083
+ "row-gap": "base",
1084
+ },
1085
+ title: {
1086
+ "text-align": "left",
1087
+ "font-size": "3xl",
1088
+ "font-weight": "bold",
1089
+ mobile: {
1090
+ "font-size": "xl",
1091
+ },
1092
+ tablet: {
1093
+ "font-size": "2xl",
1094
+ },
1095
+ },
1096
+ "meta-info": {
1097
+ display: "flex",
1098
+ "flex-wrap": "wrap",
1099
+ "align-items": "center",
1100
+ "column-gap": "sm",
1101
+ "row-gap": "xs",
1102
+ "font-size": "sm",
1103
+ color: "var(--color-text-2)",
1104
+ },
1105
+ "author-container": {
1106
+ display: "flex",
1107
+ "align-items": "center",
1108
+ "column-gap": "2xs",
1109
+ },
1110
+ "author-image": {
1111
+ "border-radius": "full",
1112
+ height: "32px",
1113
+ width: "32px",
1114
+ "font-size": "32px",
1115
+ "object-fit": "cover",
1116
+ },
1117
+ "author-name": {
1118
+ "font-size": "sm",
1119
+ "font-weight": "semibold",
1120
+ },
1121
+ "publish-date": {},
1122
+ "reading-time": {},
1123
+ "blog-cover": {
1124
+ height: "380px",
1125
+ width: "100%",
1126
+ "object-fit": "cover",
1127
+ "border-radius": "base",
1128
+ tablet: {
1129
+ height: "280px",
1130
+ },
1131
+ mobile: {
1132
+ height: "180px",
1133
+ },
1134
+ },
1135
+ "content-wrapper": {
1136
+ display: "flex",
1137
+ "flex-direction": "column",
1138
+ },
1139
+ "content-section": {
1140
+ display: "flex",
1141
+ width: "100%",
1142
+ "flex-direction": "column",
1143
+ "row-gap": "2xl",
1144
+ },
1145
+ content: {
1146
+ display: "flex",
1147
+ "flex-direction": "column",
1148
+ "row-gap": "base",
1149
+ "font-size": "base",
1150
+ "line-height": 1.7,
1151
+ width: "100%",
1152
+ },
1153
+ "author-description": {
1154
+ "font-size": "sm",
1155
+ },
1156
+ },
1157
+ content: DEFAULT_CONTENT,
1158
+ config: {
1159
+ title: {
1160
+ heading: {
1161
+ level: "1",
1162
+ },
1163
+ selectedVariants: {
1164
+ Heading_Level: "H4",
1165
+ },
1166
+ },
1167
+ "author-name": {
1168
+ selectedVariants: {
1169
+ Heading_Level: "H6",
1170
+ },
1171
+ heading: {
1172
+ level: "4",
1173
+ },
1174
+ },
1175
+ "author-description": {
1176
+ selectedVariants: {
1177
+ Typography_Variants: "Small",
1178
+ },
1179
+ },
1180
+ "reading-time": {
1181
+ selectedVariants: {
1182
+ Typography_Variants: "Small",
1183
+ },
1184
+ },
1185
+ "publish-date": {
1186
+ selectedVariants: {
1187
+ Typography_Variants: "Small",
1188
+ },
1189
+ },
1190
+ },
1191
+ },
449
1192
  ],
450
1193
  };