@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,27 +1,84 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const IMG_PROFILE = {
4
+ id: "7453456612690627010",
5
+ kind: "image",
6
+ location: "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg",
7
+ mimetype: "image/jpeg",
8
+ srcset: {
9
+ "320w":
10
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8353832/pexels-photo-8353832.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
24
+ },
25
+ };
26
+
27
+ const ICON_LINKEDIN = {
28
+ kind: "icon",
29
+ data: {
30
+ id: "linkedin",
31
+ label: "Linkedin",
32
+ svgCode:
33
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_4945)">\n<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="white"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="white"/>\n</clipPath>\n</defs>\n</svg>',
34
+ },
35
+ };
36
+
37
+ const ICON_TWITTER = {
38
+ kind: "icon",
39
+ data: {
40
+ id: "twitter",
41
+ label: "Twitter",
42
+ svgCode:
43
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.55016 21.75C16.6045 21.75 21.5583 14.2468 21.5583 7.74192C21.5583 7.53098 21.5536 7.31536 21.5442 7.10442C22.5079 6.40752 23.3395 5.54432 24 4.55536C23.1025 4.95466 22.1496 5.21544 21.1739 5.3288C22.2013 4.71297 22.9705 3.74553 23.3391 2.60583C22.3726 3.17862 21.3156 3.58267 20.2134 3.80067C19.4708 3.01162 18.489 2.48918 17.4197 2.31411C16.3504 2.13905 15.2532 2.32111 14.2977 2.83216C13.3423 3.3432 12.5818 4.15477 12.1338 5.14137C11.6859 6.12798 11.5754 7.23468 11.8195 8.29036C9.86249 8.19215 7.94794 7.68377 6.19998 6.79816C4.45203 5.91255 2.90969 4.6695 1.67297 3.14958C1.0444 4.2333 0.852057 5.51571 1.13503 6.73615C1.418 7.9566 2.15506 9.02351 3.19641 9.72005C2.41463 9.69523 1.64998 9.48474 0.965625 9.10598V9.16692C0.964925 10.3042 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1932 3.43198 14.2221 2.69484 14.0794C3.00945 15.0575 3.62157 15.913 4.44577 16.5264C5.26997 17.1398 6.26512 17.4807 7.29234 17.5013C5.54842 18.8712 3.39417 19.6142 1.17656 19.6107C0.783287 19.6101 0.390399 19.586 0 19.5385C2.25286 20.9838 4.87353 21.7514 7.55016 21.75Z" fill="white"/>\n</svg>',
44
+ },
45
+ };
46
+
47
+ const ICON_GITHUB = {
48
+ kind: "icon",
49
+ data: {
50
+ id: "github",
51
+ label: "Github",
52
+ svgCode:
53
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_5133)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.3724 0 0 5.3808 0 12.0204C0 17.3304 3.438 21.8364 8.2068 23.4252C8.8068 23.5356 9.0252 23.1648 9.0252 22.8456C9.0252 22.5612 9.0156 21.804 9.0096 20.802C5.6712 21.528 4.9668 19.1904 4.9668 19.1904C4.422 17.8008 3.6348 17.4312 3.6348 17.4312C2.5452 16.6872 3.7176 16.7016 3.7176 16.7016C4.9212 16.7856 5.5548 17.94 5.5548 17.94C6.6252 19.776 8.364 19.2456 9.0468 18.9384C9.1572 18.162 9.4668 17.6328 9.81 17.3328C7.146 17.0292 4.344 15.9972 4.344 11.3916C4.344 10.08 4.812 9.006 5.5788 8.166C5.4552 7.8624 5.0436 6.6396 5.6964 4.986C5.6964 4.986 6.7044 4.662 8.9964 6.2172C9.97532 5.95022 10.9853 5.81423 12 5.8128C13.02 5.8176 14.046 5.9508 15.0048 6.2172C17.2956 4.662 18.3012 4.9848 18.3012 4.9848C18.9564 6.6396 18.5436 7.8624 18.4212 8.166C19.1892 9.006 19.6548 10.08 19.6548 11.3916C19.6548 16.0092 16.848 17.0256 14.1756 17.3232C14.6064 17.694 14.9892 18.4272 14.9892 19.5492C14.9892 21.1548 14.9748 22.452 14.9748 22.8456C14.9748 23.1672 15.1908 23.5416 15.8004 23.424C18.19 22.6225 20.2672 21.0904 21.7386 19.0441C23.2099 16.9977 24.001 14.5408 24 12.0204C24 5.3808 18.6264 0 12 0Z" fill="white"/>\n</g>\n<defs>\n<clipPath id="clip0_37_5133">\n<rect width="24" height="24" fill="white"/>\n</clipPath>\n</defs>\n</svg>',
54
+ },
55
+ };
56
+
3
57
  const DEFAULT_CONTENT = {
4
58
  layout: null,
5
59
  container: null,
6
60
  main_container: null,
7
61
  left_container: null,
8
- image: null,
62
+ image: IMG_PROFILE,
9
63
  social_icons: null,
10
- social_icon_1: null,
11
- social_icon_2: null,
12
- social_icon_3: null,
13
- ctas: [],
64
+ social_icon_1: ICON_LINKEDIN,
65
+ social_icon_2: ICON_TWITTER,
66
+ social_icon_3: ICON_GITHUB,
67
+ ctas: [{ button: "Book a demo" }, { button: "Read trust report" }],
14
68
  right_container: null,
15
- experience_container: null,
16
- experience_title: "15 Years of Experience",
69
+ main_text_container: null,
70
+ name: "Priya Raghavan",
71
+ experience_wrapper: null,
72
+ expertise_wrapper: null,
73
+ experience_title: "12 years shipping payments infra",
17
74
  experience_description:
18
- "Leading digital transformation initiatives for Fortune 500 companies worldwide",
19
- expertise_title: "Technical Expertise",
75
+ "Led settlement and risk platforms at two PCI DSS Level 1 processors, moving over $40B annually across 27 markets.",
76
+ expertise_title: "Where I go deep",
20
77
  expertise_description:
21
- "Specializing in cloud architecture, AI integration, and scalable web solutions",
78
+ "Card tokenization, ISO 20022 migrations, real-time ledgers, KYC orchestration, and fraud models that clear under a 200ms SLA.",
22
79
  content_container: null,
23
80
  content_description:
24
- "Our team of expert developers and designers work collaboratively to deliver innovative solutions that drive business growth. We combine cutting-edge technology with industry best practices to create digital experiences that engage and inspire users.",
81
+ "I build the quiet plumbing behind money movement the ledgers that reconcile to the penny, the auth flows that block fraud without blocking customers, the settlement jobs that run at 3am so nobody has to think about them. Most recently I led the payments platform rewrite at a Series C neobank, cutting chargeback losses by 38% and launching card issuing in five new markets without a single audit finding. Before that, five years at a global processor owning the tokenization stack that serves three of the top ten issuers in North America.",
25
82
  };
26
83
 
27
84
  export type IProfile5Content = typeof DEFAULT_CONTENT;
@@ -145,7 +202,7 @@ export const Profile5: IBlock = {
145
202
  "Description elaborating on the experience or achievement mentioned in the title. Should provide context and details.",
146
203
  usecase: "description",
147
204
  min_characters: 40,
148
- max_characters: 150,
205
+ max_characters: 200,
149
206
  },
150
207
  },
151
208
  {
@@ -169,7 +226,7 @@ export const Profile5: IBlock = {
169
226
  "Description detailing areas of expertise or specialization. Should be informative and highlight key skills.",
170
227
  usecase: "description",
171
228
  min_characters: 40,
172
- max_characters: 150,
229
+ max_characters: 200,
173
230
  },
174
231
  },
175
232
  {
@@ -186,7 +243,7 @@ export const Profile5: IBlock = {
186
243
  "Main content paragraph providing comprehensive information about the team, services, or offerings. Should be engaging and informative.",
187
244
  usecase: "description",
188
245
  min_characters: 100,
189
- max_characters: 500,
246
+ max_characters: 800,
190
247
  },
191
248
  },
192
249
  ],
@@ -196,116 +253,166 @@ export const Profile5: IBlock = {
196
253
  title: "Default",
197
254
  styles: {
198
255
  layout: {
199
- "padding-top": "48px",
200
- "padding-bottom": "48px",
201
- "padding-left": "48px",
202
- "padding-right": "48px",
256
+ "padding-top": "3xl",
257
+ "padding-bottom": "3xl",
258
+ "padding-left": "xl",
259
+ "padding-right": "xl",
260
+ "media:min:768px": {
261
+ "padding-top": "5xl",
262
+ "padding-bottom": "5xl",
263
+ "padding-left": "3xl",
264
+ "padding-right": "3xl",
265
+ },
203
266
  },
204
267
  container: {
205
- "max-width": "1280px",
268
+ "max-width": "1200px",
206
269
  "margin-left": "auto",
207
270
  "margin-right": "auto",
208
271
  },
209
272
  main_container: {
210
273
  display: "flex",
211
- "flex-direction": "row",
274
+ "flex-direction": "column",
212
275
  "align-items": "flex-start",
213
- "column-gap": "48px",
214
- tablet: {
215
- "flex-direction": "column",
276
+ "row-gap": "2xl",
277
+ "media:min:1024px": {
278
+ "flex-direction": "row",
279
+ "align-items": "flex-start",
280
+ "column-gap": "4xl",
281
+ "row-gap": "0",
216
282
  },
217
283
  },
218
284
  left_container: {
219
285
  display: "flex",
220
286
  "flex-direction": "column",
221
- "align-items": "center",
287
+ "align-items": "stretch",
222
288
  flex: "1",
223
- "max-width": "400px",
224
- tablet: {
225
- "max-width": "100%",
289
+ width: "100%",
290
+ "row-gap": "lg",
291
+ "media:min:1024px": {
292
+ "max-width": "360px",
293
+ "flex-shrink": "0",
226
294
  },
227
295
  },
228
296
  image: {
229
- "border-radius": "12px",
230
- "margin-bottom": "24px",
297
+ "border-radius": "lg",
231
298
  width: "100%",
232
- height: "300px",
299
+ "aspect-ratio": "3 / 4",
233
300
  "object-fit": "cover",
234
301
  },
235
302
  social_icons: {
236
303
  display: "flex",
237
304
  "flex-direction": "row",
238
- "column-gap": "16px",
305
+ "column-gap": "sm",
239
306
  "align-items": "center",
240
- "justify-content": "center",
307
+ "justify-content": "flex-start",
241
308
  },
242
309
  social_icon_1: {
243
- "background-color": "background-1",
244
- color: "text-1",
245
- "padding-top": "12px",
246
- "padding-bottom": "12px",
247
- "padding-left": "12px",
248
- "padding-right": "12px",
249
- "border-radius": "50%",
250
- "border-color": "border",
251
- "border-width": "2px",
310
+ "background-color": "foreground",
311
+ color: "background",
312
+ "padding-top": "sm",
313
+ "padding-bottom": "sm",
314
+ "padding-left": "sm",
315
+ "padding-right": "sm",
316
+ "border-radius": "full",
317
+ width: "18px",
318
+ height: "18px",
319
+ "font-size": "18px",
252
320
  },
253
321
  social_icon_2: {
254
- "background-color": "background-1",
255
- color: "text-1",
256
- "padding-top": "12px",
257
- "padding-bottom": "12px",
258
- "padding-left": "12px",
259
- "padding-right": "12px",
260
- "border-radius": "50%",
261
- "border-color": "border",
262
- "border-width": "2px",
322
+ "background-color": "foreground",
323
+ color: "background",
324
+ "padding-top": "sm",
325
+ "padding-bottom": "sm",
326
+ "padding-left": "sm",
327
+ "padding-right": "sm",
328
+ "border-radius": "full",
329
+ width: "18px",
330
+ height: "18px",
331
+ "font-size": "18px",
263
332
  },
264
333
  social_icon_3: {
265
- "background-color": "background-1",
266
- color: "text-1",
267
- "padding-top": "12px",
268
- "padding-bottom": "12px",
269
- "padding-left": "12px",
270
- "padding-right": "12px",
271
- "border-radius": "50%",
272
- "border-color": "border",
273
- "border-width": "2px",
334
+ "background-color": "foreground",
335
+ color: "background",
336
+ "padding-top": "sm",
337
+ "padding-bottom": "sm",
338
+ "padding-left": "sm",
339
+ "padding-right": "sm",
340
+ "border-radius": "full",
341
+ width: "18px",
342
+ height: "18px",
343
+ "font-size": "18px",
274
344
  },
345
+ ctas_levoGroup: {
346
+ display: "flex",
347
+ "flex-direction": "row",
348
+ "flex-wrap": "wrap",
349
+ "column-gap": "sm",
350
+ "row-gap": "sm",
351
+ "margin-top": "xs",
352
+ },
353
+ ctas: [
354
+ { button: { selectedVariants: {} } },
355
+ { button: { selectedVariants: { Button_Variants: "Secondary" } } },
356
+ ],
275
357
  right_container: {
276
358
  display: "flex",
277
359
  "flex-direction": "column",
278
360
  "align-items": "flex-start",
279
- flex: "2",
280
- "row-gap": "32px",
361
+ flex: "1",
362
+ "row-gap": "xl",
363
+ },
364
+ name: {
365
+ "font-size": "4xl",
366
+ "font-weight": "700",
367
+ color: "foreground",
368
+ "line-height": "1.1",
369
+ "letter-spacing": "-0.02em",
370
+ },
371
+ main_text_container: {
372
+ display: "grid",
373
+ "grid-template-columns": "1fr",
374
+ "column-gap": "xl",
375
+ "row-gap": "xl",
376
+ width: "100%",
377
+ "padding-top": "lg",
378
+ "padding-bottom": "lg",
379
+ "border-top": "1px solid",
380
+ "border-bottom": "1px solid",
381
+ "border-color": "border",
382
+ "media:min:640px": {
383
+ "grid-template-columns": "1fr 1fr",
384
+ },
281
385
  },
282
- experience_container: {
386
+ experience_wrapper: {
283
387
  display: "flex",
284
388
  "flex-direction": "column",
285
- "align-items": "flex-start",
286
- "row-gap": "16px",
389
+ "row-gap": "xs",
390
+ },
391
+ expertise_wrapper: {
392
+ display: "flex",
393
+ "flex-direction": "column",
394
+ "row-gap": "xs",
287
395
  },
288
396
  experience_title: {
289
- "font-size": "24px",
290
- "font-weight": "700",
291
- color: "text-1",
292
- "margin-bottom": "8px",
397
+ "font-size": "lg",
398
+ "font-weight": "600",
399
+ color: "foreground",
400
+ "line-height": "1.3",
293
401
  },
294
402
  experience_description: {
295
- "font-size": "16px",
296
- color: "text-2",
403
+ "font-size": "sm",
404
+ color: "muted-foreground",
297
405
  "line-height": "1.6",
298
- "margin-bottom": "16px",
299
406
  },
300
407
  expertise_title: {
301
- "font-size": "20px",
408
+ "font-size": "lg",
302
409
  "font-weight": "600",
303
- color: "text-1",
304
- "margin-bottom": "8px",
410
+ color: "foreground",
411
+ "line-height": "1.3",
305
412
  },
306
413
  expertise_description: {
307
- "font-size": "16px",
308
- color: "text-2",
414
+ "font-size": "sm",
415
+ color: "muted-foreground",
309
416
  "line-height": "1.6",
310
417
  },
311
418
  content_container: {
@@ -314,9 +421,9 @@ export const Profile5: IBlock = {
314
421
  "align-items": "flex-start",
315
422
  },
316
423
  content_description: {
317
- "font-size": "16px",
318
- color: "text-2",
319
- "line-height": "1.6",
424
+ "font-size": "base",
425
+ color: "muted-foreground",
426
+ "line-height": "1.7",
320
427
  },
321
428
  },
322
429
  content: DEFAULT_CONTENT,