@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,31 +1,76 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "oilirpqbBMhi",
5
- filename: "services-3.png",
3
+ const IMG_FINTECH = {
4
+ id: "7453394785232526021",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY.png",
6
+ location: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/services-3-KQ59QXeCBwMY-1080w.webp 1080w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
- const DUMMY_ICON = {
27
+ const ICON_SHIELD_TICK = {
22
28
  kind: "icon",
23
29
  data: {
24
- id: "star",
25
- label: "Star",
26
- tags: ["custom", "directional", "star", "support-like-question"],
30
+ id: "shield-tick",
31
+ label: "Shield Tick",
27
32
  svgCode:
28
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
33
+ '<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>',
34
+ },
35
+ };
36
+
37
+ const ICON_LOCK = {
38
+ kind: "icon",
39
+ data: {
40
+ id: "lock",
41
+ label: "Lock",
42
+ svgCode:
43
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M18 10.75C17.59 10.75 17.25 10.41 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.75 10.41 6.41 10.75 6 10.75C5.59 10.75 5.25 10.41 5.25 10V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8V10C18.75 10.41 18.41 10.75 18 10.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.25C10.21 19.25 8.75 17.79 8.75 16C8.75 14.21 10.21 12.75 12 12.75C13.79 12.75 15.25 14.21 15.25 16C15.25 17.79 13.79 19.25 12 19.25ZM12 14.25C11.04 14.25 10.25 15.04 10.25 16C10.25 16.96 11.04 17.75 12 17.75C12.96 17.75 13.75 16.96 13.75 16C13.75 15.04 12.96 14.25 12 14.25Z" fill="var(--color-icon-primary)"/>\n<path d="M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V15C1.25 10.59 2.59 9.25 7 9.25H17C21.41 9.25 22.75 10.59 22.75 15V17C22.75 21.41 21.41 22.75 17 22.75ZM7 10.75C3.42 10.75 2.75 11.43 2.75 15V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V15C21.25 11.43 20.58 10.75 17 10.75H7Z" fill="var(--color-icon-primary)"/>\n</svg>',
44
+ },
45
+ };
46
+
47
+ const ICON_SECURITY_SAFE = {
48
+ kind: "icon",
49
+ data: {
50
+ id: "security-safe",
51
+ label: "Security Safe",
52
+ svgCode:
53
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9998 22.7501C11.7598 22.7501 11.5199 22.7201 11.2899 22.6501C6.09986 21.2201 2.33984 16.37 2.33984 11.11V6.72003C2.33984 5.60003 3.14985 4.39008 4.18985 3.96008L9.75986 1.68005C11.2099 1.09005 12.7998 1.09005 14.2398 1.68005L19.8098 3.96008C20.8498 4.39008 21.6599 5.60003 21.6599 6.72003V11.11C21.6599 16.36 17.8898 21.2101 12.7098 22.6501C12.4798 22.7201 12.2398 22.7501 11.9998 22.7501ZM11.9998 2.75006C11.4298 2.75006 10.8698 2.86007 10.3298 3.08007L4.75986 5.36004C4.27986 5.56004 3.83984 6.21004 3.83984 6.73004V11.1201C3.83984 15.7101 7.13985 19.9501 11.6898 21.2101C11.8898 21.2701 12.1098 21.2701 12.3098 21.2101C16.8598 19.9501 20.1599 15.7101 20.1599 11.1201V6.73004C20.1599 6.21004 19.7198 5.56004 19.2398 5.36004L13.6699 3.08007C13.1299 2.86007 12.5698 2.75006 11.9998 2.75006Z" fill="var(--color-icon-primary)"/>\n<path d="M12 13.25C10.48 13.25 9.25 12.02 9.25 10.5C9.25 8.98 10.48 7.75 12 7.75C13.52 7.75 14.75 8.98 14.75 10.5C14.75 12.02 13.52 13.25 12 13.25ZM12 9.25C11.31 9.25 10.75 9.81 10.75 10.5C10.75 11.19 11.31 11.75 12 11.75C12.69 11.75 13.25 11.19 13.25 10.5C13.25 9.81 12.69 9.25 12 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V12.5C11.25 12.09 11.59 11.75 12 11.75C12.41 11.75 12.75 12.09 12.75 12.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
54
+ },
55
+ };
56
+
57
+ const ICON_CLOCK = {
58
+ kind: "icon",
59
+ data: {
60
+ id: "clock",
61
+ label: "Clock",
62
+ svgCode:
63
+ '<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="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
64
+ },
65
+ };
66
+
67
+ const ICON_ARROW_RIGHT_3 = {
68
+ kind: "icon",
69
+ data: {
70
+ id: "arrow-right-3",
71
+ label: "Arrow Right 3",
72
+ svgCode:
73
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
29
74
  },
30
75
  };
31
76
 
@@ -34,67 +79,49 @@ const DEFAULT_CONTENT = {
34
79
  container: null,
35
80
  main_wrapper: null,
36
81
  left_container: null,
37
- profile_image: MEDIA,
82
+ profile_image: IMG_FINTECH,
38
83
  right_container: null,
39
84
  content_wrapper: null,
40
- title: "Professional Service Package",
85
+ title: "Card acceptance that settles in hours, not days.",
41
86
  stats: [
42
87
  {
43
88
  stat_wrapper: null,
44
- icon: DUMMY_ICON,
45
- label: "<p>Expert Service Provider</p>",
89
+ icon: ICON_SHIELD_TICK,
90
+ label: "<p>PCI DSS Level 1 certified</p>",
46
91
  },
47
92
  {
48
93
  stat_wrapper: null,
49
- icon: DUMMY_ICON,
50
- label: "<p>24/7 Customer Support</p>",
94
+ icon: ICON_LOCK,
95
+ label: "<p>Network tokenization on every card</p>",
51
96
  },
52
97
  {
53
98
  stat_wrapper: null,
54
- icon: DUMMY_ICON,
55
- label: "<p>Guaranteed Quality</p>",
99
+ icon: ICON_SECURITY_SAFE,
100
+ label: "<p>ISO 27001 &amp; SOC 2 Type II</p>",
56
101
  },
57
102
  {
58
103
  stat_wrapper: null,
59
- icon: DUMMY_ICON,
60
- label: "<p>Trusted by 1000+ Clients</p>",
104
+ icon: ICON_CLOCK,
105
+ label: "<p>T+1 settlement with 30-min P1 SLA</p>",
61
106
  },
62
107
  ],
63
108
  price_container: null,
64
- actual_price: "$299",
65
- discount_price: "$599",
66
- off_percent: "50% OFF",
109
+ actual_price: "1.75%",
110
+ discount_price: "2.40%",
111
+ off_percent: "Save 27%",
67
112
  search_input_wrapper: null,
68
- search_button: "Check Availability",
113
+ search_button: "Check coverage",
69
114
  breadcrumbs: [
70
115
  {
71
116
  label: "<p>Home</p>",
72
- icon: {
73
- kind: "icon",
74
- data: {
75
- id: "arrow-right-3",
76
- label: "Arrow Right 3",
77
- tags: ["arrow", "custom", "directional", "right"],
78
- svgCode:
79
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
80
- },
81
- },
117
+ icon: ICON_ARROW_RIGHT_3,
82
118
  },
83
119
  {
84
- label: "<p>Services</p>",
85
- icon: {
86
- kind: "icon",
87
- data: {
88
- id: "arrow-right-3",
89
- label: "Arrow Right 3",
90
- tags: ["arrow", "custom", "directional", "right"],
91
- svgCode:
92
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
93
- },
94
- },
120
+ label: "<p>Payments</p>",
121
+ icon: ICON_ARROW_RIGHT_3,
95
122
  },
96
123
  {
97
- label: "<p>Professional Package</p>",
124
+ label: "<p>Card acceptance</p>",
98
125
  icon: null,
99
126
  },
100
127
  ],
@@ -250,85 +277,7 @@ export const Service3: IBlock = {
250
277
  field_interface: "TypographyWidget",
251
278
  hint: {
252
279
  prompt_description:
253
- "Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
254
- min_characters: 10,
255
- max_characters: 40,
256
- },
257
- },
258
- ],
259
- },
260
- {
261
- key: "stats_2",
262
- label: "Service Features 2",
263
- field_interface: "BoxWidget",
264
- kind: "group",
265
- hint: {
266
- prompt_description:
267
- "Collection of service features or benefits with icons that build credibility and showcase capabilities.",
268
- min_items: 2,
269
- max_items: 4,
270
- },
271
- fields: [
272
- {
273
- key: "stat_wrapper",
274
- label: "Feature Wrapper",
275
- field_interface: "BoxWidget",
276
- hint: {
277
- prompt_description:
278
- "Individual feature container with proper alignment for icon and label.",
279
- },
280
- },
281
- {
282
- key: "icon",
283
- label: "Icon",
284
- field_interface: "IconWidget",
285
- },
286
- {
287
- key: "label",
288
- label: "Feature Label",
289
- field_interface: "TypographyWidget",
290
- hint: {
291
- prompt_description:
292
- "Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
293
- min_characters: 10,
294
- max_characters: 40,
295
- },
296
- },
297
- ],
298
- },
299
- {
300
- key: "stats_3",
301
- label: "Service Features 3",
302
- field_interface: "BoxWidget",
303
- kind: "group",
304
- hint: {
305
- prompt_description:
306
- "Collection of service features or benefits with icons that build credibility and showcase capabilities.",
307
- min_items: 2,
308
- max_items: 4,
309
- },
310
- fields: [
311
- {
312
- key: "stat_wrapper",
313
- label: "Feature Wrapper",
314
- field_interface: "BoxWidget",
315
- hint: {
316
- prompt_description:
317
- "Individual feature container with proper alignment for icon and label.",
318
- },
319
- },
320
- {
321
- key: "icon",
322
- label: "Icon",
323
- field_interface: "IconWidget",
324
- },
325
- {
326
- key: "label",
327
- label: "Feature Label",
328
- field_interface: "TypographyWidget",
329
- hint: {
330
- prompt_description:
331
- "Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
280
+ "Descriptive text explaining the service feature or benefit (e.g., 'PCI DSS Level 1 certified').",
332
281
  min_characters: 10,
333
282
  max_characters: 40,
334
283
  },
@@ -347,9 +296,9 @@ export const Service3: IBlock = {
347
296
  {
348
297
  key: "actual_price",
349
298
  label: "Actual Price",
350
- field_interface: "HeadingWidget",
299
+ field_interface: "TypographyWidget",
351
300
  hint: {
352
- prompt_description: "Current promotional price that customers will pay (e.g., '$299').",
301
+ prompt_description: "Current promotional rate that customers will pay (e.g., '1.75%').",
353
302
  },
354
303
  },
355
304
  {
@@ -357,7 +306,7 @@ export const Service3: IBlock = {
357
306
  label: "Discount Price",
358
307
  field_interface: "TypographyWidget",
359
308
  hint: {
360
- prompt_description: "Original price before discount to show value (e.g., '$599').",
309
+ prompt_description: "Original rate before discount to show value (e.g., '2.40%').",
361
310
  },
362
311
  },
363
312
  {
@@ -365,16 +314,7 @@ export const Service3: IBlock = {
365
314
  label: "Off Percent",
366
315
  field_interface: "TypographyWidget",
367
316
  hint: {
368
- prompt_description: "Discount percentage highlighting the savings (e.g., '50% OFF').",
369
- },
370
- },
371
- {
372
- key: "file_upload_container",
373
- label: "Location Check Container",
374
- field_interface: "BoxWidget",
375
- hint: {
376
- prompt_description:
377
- "Container for the zipcode input section with proper spacing and layout structure.",
317
+ prompt_description: "Discount highlight (e.g., 'Save 27%').",
378
318
  },
379
319
  },
380
320
  {
@@ -419,7 +359,9 @@ export const Service3: IBlock = {
419
359
  key: "default",
420
360
  styles: {
421
361
  layout: {
422
- "background-color": "oklch(0.9413 0.0138 46.228)",
362
+ "background-color": "background-2",
363
+ "padding-top": "3xl",
364
+ "padding-bottom": "3xl",
423
365
  },
424
366
  container: {},
425
367
  main_wrapper: {
@@ -436,12 +378,13 @@ export const Service3: IBlock = {
436
378
  },
437
379
  left_container: {
438
380
  flex: "1",
439
- "max-width": "250px",
381
+ "max-width": "360px",
440
382
  },
441
383
  profile_image: {
442
- "aspect-ratio": "1/1",
384
+ "aspect-ratio": "1 / 1",
443
385
  "object-fit": "cover",
444
- "border-radius": "base",
386
+ width: "100%",
387
+ "border-radius": "lg",
445
388
  },
446
389
  right_container: {
447
390
  flex: "1",
@@ -456,28 +399,29 @@ export const Service3: IBlock = {
456
399
  },
457
400
  title: {
458
401
  "margin-bottom": "lg",
402
+ "font-weight": 700,
403
+ "line-height": "1.15",
459
404
  },
460
405
  stats_levoGroup: {
461
406
  display: "grid",
462
- "flex-direction": "column",
463
- "row-gap": "2xs",
407
+ "row-gap": "sm",
464
408
  "margin-bottom": "lg",
465
409
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
466
- "column-gap": "none",
467
- width: "60%",
410
+ "column-gap": "base",
411
+ width: "100%",
468
412
  tablet: {
469
- width: "100%",
413
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
470
414
  },
471
415
  },
472
416
  price_container: {
473
417
  display: "flex",
474
418
  "flex-direction": "row",
475
- "align-items": "center",
476
- "row-gap": "2xs",
419
+ "align-items": "baseline",
477
420
  "column-gap": "base",
478
421
  },
479
422
  actual_price: {
480
423
  "font-weight": 700,
424
+ color: "brand",
481
425
  },
482
426
  discount_price: {
483
427
  color: "text-3",
@@ -485,6 +429,17 @@ export const Service3: IBlock = {
485
429
  },
486
430
  off_percent: {
487
431
  "font-weight": 600,
432
+ color: "brand",
433
+ "text-transform": "uppercase",
434
+ "letter-spacing": "0.08em",
435
+ "font-size": "xs",
436
+ "max-width": "fit-content",
437
+ "background-color": "brand-subtle",
438
+ "padding-left": "sm",
439
+ "padding-right": "sm",
440
+ "padding-top": "4xs",
441
+ "padding-bottom": "4xs",
442
+ "border-radius": "3xl",
488
443
  },
489
444
  search_input_wrapper: {
490
445
  display: "flex",
@@ -492,70 +447,48 @@ export const Service3: IBlock = {
492
447
  "row-gap": "base",
493
448
  "margin-top": "base",
494
449
  },
495
- stats: [
496
- {
497
- stat_wrapper: {
498
- display: "flex",
499
- "align-items": "center",
500
- "column-gap": "sm",
501
- },
502
- label: {},
503
- },
504
- {
505
- stat_wrapper: {
506
- display: "flex",
507
- "align-items": "center",
508
- "column-gap": "sm",
509
- },
510
- label: {},
450
+ stats_levoGroupItem: {
451
+ stat_wrapper: {
452
+ display: "flex",
453
+ "align-items": "center",
454
+ "column-gap": "sm",
511
455
  },
512
- {
513
- stat_wrapper: {
514
- display: "flex",
515
- "align-items": "center",
516
- "column-gap": "sm",
517
- },
518
- label: {},
456
+ icon: {
457
+ width: "20px",
458
+ height: "20px",
459
+ "font-size": "20px",
460
+ "flex-shrink": 0,
519
461
  },
520
- {
521
- stat_wrapper: {
522
- display: "flex",
523
- "align-items": "center",
524
- "column-gap": "sm",
525
- },
526
- label: {},
462
+ label: {
463
+ "font-size": "sm",
464
+ color: "text-2",
527
465
  },
528
- ],
529
- breadcrumbs: [
530
- {
531
- wrapper: {
532
- display: "flex",
533
- "justify-content": "start",
534
- "align-items": "center",
535
- "column-gap": "5xs",
536
- },
466
+ },
467
+ stats: [{}, {}, {}, {}],
468
+ breadcrumbs_levoGroupItem: {
469
+ wrapper: {
470
+ display: "flex",
471
+ "justify-content": "start",
472
+ "align-items": "center",
473
+ "column-gap": "5xs",
537
474
  },
538
- {
539
- wrapper: {
540
- display: "flex",
541
- "justify-content": "start",
542
- "align-items": "center",
543
- "column-gap": "5xs",
544
- },
475
+ icon: {
476
+ width: "14px",
477
+ height: "14px",
478
+ "font-size": "14px",
479
+ "flex-shrink": 0,
545
480
  },
546
- {
547
- wrapper: {
548
- display: "flex",
549
- "justify-content": "start",
550
- "align-items": "center",
551
- "column-gap": "5xs",
552
- },
481
+ label: {
482
+ "font-size": "xs",
483
+ color: "text-3",
553
484
  },
554
- ],
485
+ },
486
+ breadcrumbs: [{}, {}, {}],
555
487
  breadcrumbs_levoGroup: {
556
488
  display: "flex",
557
489
  "column-gap": "xs",
558
490
  "margin-bottom": "base",
491
+ "align-items": "center",
559
492
  },
560
493
  },
561
494
  content: DEFAULT_CONTENT,
@@ -596,23 +529,462 @@ export const Service3: IBlock = {
596
529
  },
597
530
  ],
598
531
  actual_price: {
599
- heading: {
600
- level: "4",
532
+ selectedVariants: {
533
+ Typography_Variants: "Large",
601
534
  },
535
+ },
536
+ off_percent: {
537
+ selectedVariants: {
538
+ Typography_Variants: "Small",
539
+ },
540
+ },
541
+ discount_price: {
602
542
  selectedVariants: {
603
- Heading_Level: "H5",
543
+ Typography_Variants: "Small",
604
544
  },
605
545
  },
546
+ },
547
+ },
548
+ {
549
+ title: "Stacked Card",
550
+ key: "stacked-card",
551
+ styles: {
552
+ layout: {
553
+ "background-color": "background-2",
554
+ "padding-top": "3xl",
555
+ "padding-bottom": "3xl",
556
+ },
557
+ container: {},
558
+ main_wrapper: {
559
+ display: "flex",
560
+ "flex-direction": "column",
561
+ "align-items": "center",
562
+ "row-gap": "xl",
563
+ "background-color": "background-1",
564
+ "border-radius": "xl",
565
+ "padding-top": "2xl",
566
+ "padding-bottom": "2xl",
567
+ "padding-left": "2xl",
568
+ "padding-right": "2xl",
569
+ "box-shadow": "default",
570
+ "max-width": "560px",
571
+ "margin-left": "auto",
572
+ "margin-right": "auto",
573
+ },
574
+ left_container: {
575
+ width: "100%",
576
+ display: "flex",
577
+ "justify-content": "center",
578
+ },
579
+ profile_image: {
580
+ width: "128px",
581
+ height: "128px",
582
+ "aspect-ratio": "1 / 1",
583
+ "object-fit": "cover",
584
+ "border-radius": "9999px",
585
+ "border-width": "3px",
586
+ "border-style": "solid",
587
+ "border-color": "brand",
588
+ },
589
+ right_container: {
590
+ width: "100%",
591
+ display: "flex",
592
+ "flex-direction": "column",
593
+ "align-items": "center",
594
+ "text-align": "center",
595
+ },
596
+ content_wrapper: {
597
+ display: "flex",
598
+ "flex-direction": "column",
599
+ "row-gap": "sm",
600
+ "align-items": "center",
601
+ width: "100%",
602
+ },
603
+ title: {
604
+ "margin-bottom": "xs",
605
+ "font-weight": 700,
606
+ "line-height": "1.2",
607
+ },
608
+ stats_levoGroup: {
609
+ display: "flex",
610
+ "flex-wrap": "wrap",
611
+ "justify-content": "center",
612
+ "column-gap": "sm",
613
+ "row-gap": "sm",
614
+ "margin-bottom": "base",
615
+ },
616
+ price_container: {
617
+ display: "flex",
618
+ "flex-direction": "row",
619
+ "align-items": "baseline",
620
+ "column-gap": "sm",
621
+ "justify-content": "center",
622
+ },
623
+ actual_price: { "font-weight": 700, color: "brand" },
624
+ discount_price: { color: "text-3", "text-decoration": "line-through" },
606
625
  off_percent: {
626
+ "font-weight": 600,
627
+ color: "brand",
628
+ "text-transform": "uppercase",
629
+ "letter-spacing": "0.08em",
630
+ "font-size": "xs",
631
+ },
632
+ search_input_wrapper: {
633
+ display: "flex",
634
+ "flex-direction": "column",
635
+ "row-gap": "base",
636
+ "margin-top": "base",
637
+ width: "100%",
638
+ },
639
+ stats_levoGroupItem: {
640
+ stat_wrapper: {
641
+ display: "flex",
642
+ "align-items": "center",
643
+ "column-gap": "xs",
644
+ "background-color": "background-2",
645
+ "padding-left": "base",
646
+ "padding-right": "base",
647
+ "padding-top": "2xs",
648
+ "padding-bottom": "2xs",
649
+ "border-radius": "3xl",
650
+ },
651
+ icon: {
652
+ width: "16px",
653
+ height: "16px",
654
+ "font-size": "16px",
655
+ "flex-shrink": 0,
656
+ },
657
+ label: {
658
+ "font-size": "xs",
659
+ color: "text-2",
660
+ },
661
+ },
662
+ stats: [{}, {}, {}, {}],
663
+ breadcrumbs_levoGroupItem: {
664
+ wrapper: {
665
+ display: "flex",
666
+ "justify-content": "start",
667
+ "align-items": "center",
668
+ "column-gap": "5xs",
669
+ },
670
+ icon: {
671
+ width: "14px",
672
+ height: "14px",
673
+ "font-size": "14px",
674
+ "flex-shrink": 0,
675
+ },
676
+ label: {
677
+ "font-size": "xs",
678
+ color: "text-3",
679
+ },
680
+ },
681
+ breadcrumbs: [{}, {}, {}],
682
+ breadcrumbs_levoGroup: {
683
+ display: "flex",
684
+ "column-gap": "xs",
685
+ "margin-bottom": "base",
686
+ "justify-content": "center",
687
+ "align-items": "center",
688
+ },
689
+ },
690
+ content: DEFAULT_CONTENT,
691
+ config: {
692
+ title: {
693
+ heading: { level: "3" },
694
+ selectedVariants: { Heading_Level: "H3" },
695
+ },
696
+ search_button: { selectedVariants: { Button_Variants: "Primary" } },
697
+ stats: [
698
+ { label: { selectedVariants: {} } },
699
+ { label: { selectedVariants: {} } },
700
+ { label: { selectedVariants: {} } },
701
+ { label: { selectedVariants: {} } },
702
+ ],
703
+ actual_price: {
607
704
  selectedVariants: {
608
705
  Typography_Variants: "Large",
609
706
  },
610
707
  },
708
+ off_percent: { selectedVariants: { Typography_Variants: "Small" } },
709
+ discount_price: { selectedVariants: { Typography_Variants: "Small" } },
710
+ },
711
+ },
712
+ {
713
+ title: "Minimal Horizontal",
714
+ key: "minimal-horizontal",
715
+ styles: {
716
+ layout: {
717
+ "padding-top": "2xl",
718
+ "padding-bottom": "2xl",
719
+ },
720
+ container: {},
721
+ main_wrapper: {
722
+ display: "flex",
723
+ "align-items": "center",
724
+ "column-gap": "3xl",
725
+ "border-top-width": "1px",
726
+ "border-bottom-width": "1px",
727
+ "border-style": "solid",
728
+ "border-color": "border",
729
+ "padding-top": "2xl",
730
+ "padding-bottom": "2xl",
731
+ mobile: { "flex-direction": "column", "row-gap": "2xl" },
732
+ },
733
+ left_container: { flex: "0 0 auto", "max-width": "176px" },
734
+ profile_image: {
735
+ "aspect-ratio": "1 / 1",
736
+ "object-fit": "cover",
737
+ width: "100%",
738
+ "border-radius": "base",
739
+ },
740
+ right_container: {
741
+ flex: "1",
742
+ display: "flex",
743
+ "flex-direction": "column",
744
+ "justify-content": "center",
745
+ },
746
+ content_wrapper: {
747
+ display: "flex",
748
+ "flex-direction": "column",
749
+ "row-gap": "sm",
750
+ },
751
+ title: {
752
+ "margin-bottom": "xs",
753
+ "font-weight": 600,
754
+ "line-height": "1.2",
755
+ },
756
+ stats_levoGroup: {
757
+ display: "flex",
758
+ "flex-wrap": "wrap",
759
+ "column-gap": "lg",
760
+ "row-gap": "xs",
761
+ "margin-bottom": "base",
762
+ },
763
+ price_container: {
764
+ display: "flex",
765
+ "flex-direction": "row",
766
+ "align-items": "baseline",
767
+ "column-gap": "base",
768
+ },
769
+ actual_price: { "font-weight": 700, color: "brand" },
770
+ discount_price: { color: "text-3", "text-decoration": "line-through" },
771
+ off_percent: {
772
+ "font-weight": 600,
773
+ color: "brand",
774
+ "text-transform": "uppercase",
775
+ "letter-spacing": "0.08em",
776
+ "font-size": "xs",
777
+ },
778
+ search_input_wrapper: {
779
+ display: "flex",
780
+ "flex-direction": "row",
781
+ "column-gap": "base",
782
+ "margin-top": "base",
783
+ "align-items": "center",
784
+ "flex-wrap": "wrap",
785
+ width: "100%",
786
+ },
787
+ stats_levoGroupItem: {
788
+ stat_wrapper: {
789
+ display: "flex",
790
+ "align-items": "center",
791
+ "column-gap": "xs",
792
+ },
793
+ icon: {
794
+ width: "18px",
795
+ height: "18px",
796
+ "font-size": "18px",
797
+ "flex-shrink": 0,
798
+ },
799
+ label: { "font-size": "sm", color: "text-2" },
800
+ },
801
+ stats: [{}, {}, {}, {}],
802
+ breadcrumbs_levoGroupItem: {
803
+ wrapper: {
804
+ display: "flex",
805
+ "justify-content": "start",
806
+ "align-items": "center",
807
+ "column-gap": "5xs",
808
+ },
809
+ icon: {
810
+ width: "14px",
811
+ height: "14px",
812
+ "font-size": "14px",
813
+ "flex-shrink": 0,
814
+ },
815
+ label: {
816
+ "font-size": "xs",
817
+ color: "text-3",
818
+ },
819
+ },
820
+ breadcrumbs: [{}, {}, {}],
821
+ breadcrumbs_levoGroup: {
822
+ display: "flex",
823
+ "column-gap": "xs",
824
+ "margin-bottom": "base",
825
+ "align-items": "center",
826
+ },
827
+ },
828
+ content: DEFAULT_CONTENT,
829
+ config: {
830
+ title: {
831
+ heading: { level: "4" },
832
+ selectedVariants: { Heading_Level: "H4" },
833
+ },
834
+ search_button: { selectedVariants: { Button_Variants: "Secondary" } },
835
+ stats: [
836
+ { label: { selectedVariants: {} } },
837
+ { label: { selectedVariants: {} } },
838
+ { label: { selectedVariants: {} } },
839
+ { label: { selectedVariants: {} } },
840
+ ],
841
+ actual_price: {
842
+ selectedVariants: {
843
+ Typography_Variants: "Large",
844
+ },
845
+ },
846
+ off_percent: { selectedVariants: { Typography_Variants: "Small" } },
847
+ discount_price: { selectedVariants: { Typography_Variants: "Small" } },
848
+ },
849
+ },
850
+ {
851
+ title: "Showcase Hero",
852
+ key: "showcase-hero",
853
+ styles: {
854
+ layout: {
855
+ "padding-top": "3xl",
856
+ "padding-bottom": "3xl",
857
+ },
858
+ container: {},
859
+ main_wrapper: {
860
+ display: "flex",
861
+ "align-items": "center",
862
+ "column-gap": "4xl",
863
+ "flex-direction": "row-reverse",
864
+ mobile: { "flex-direction": "column", "row-gap": "3xl" },
865
+ },
866
+ left_container: {
867
+ flex: "1",
868
+ "max-width": "440px",
869
+ },
870
+ profile_image: {
871
+ "aspect-ratio": "4 / 5",
872
+ "object-fit": "cover",
873
+ width: "100%",
874
+ "border-radius": "xl",
875
+ "box-shadow": "default",
876
+ },
877
+ right_container: {
878
+ flex: "1",
879
+ display: "flex",
880
+ "flex-direction": "column",
881
+ "justify-content": "center",
882
+ },
883
+ content_wrapper: {
884
+ display: "flex",
885
+ "flex-direction": "column",
886
+ "row-gap": "sm",
887
+ },
888
+ title: {
889
+ "margin-bottom": "lg",
890
+ "font-weight": 700,
891
+ "line-height": "1.1",
892
+ },
893
+ stats_levoGroup: {
894
+ display: "flex",
895
+ "flex-direction": "column",
896
+ "row-gap": "sm",
897
+ "margin-bottom": "xl",
898
+ },
899
+ price_container: {
900
+ display: "flex",
901
+ "flex-direction": "row",
902
+ "align-items": "baseline",
903
+ "column-gap": "base",
904
+ "padding-top": "lg",
905
+ "border-top-width": "1px",
906
+ "border-top-style": "solid",
907
+ "border-color": "border",
908
+ },
909
+ actual_price: { "font-weight": 700 },
611
910
  discount_price: {
911
+ color: "mutedForeground",
912
+ "text-decoration": "line-through",
913
+ },
914
+ off_percent: {
915
+ "font-weight": 600,
916
+ color: "brand",
917
+ "text-transform": "uppercase",
918
+ "letter-spacing": "0.08em",
919
+ "font-size": "xs",
920
+ "max-width": "fit-content",
921
+ },
922
+ search_input_wrapper: {
923
+ display: "flex",
924
+ "flex-direction": "column",
925
+ "row-gap": "base",
926
+ "margin-top": "lg",
927
+ },
928
+ stats_levoGroupItem: {
929
+ stat_wrapper: {
930
+ display: "flex",
931
+ "align-items": "center",
932
+ "column-gap": "sm",
933
+ },
934
+ icon: {
935
+ width: "22px",
936
+ height: "22px",
937
+ "font-size": "22px",
938
+ "flex-shrink": 0,
939
+ color: "brand",
940
+ },
941
+ label: { "font-size": "sm" },
942
+ },
943
+ stats: [{}, {}, {}, {}],
944
+ breadcrumbs_levoGroupItem: {
945
+ wrapper: {
946
+ display: "flex",
947
+ "justify-content": "start",
948
+ "align-items": "center",
949
+ "column-gap": "5xs",
950
+ },
951
+ icon: {
952
+ width: "14px",
953
+ height: "14px",
954
+ "font-size": "14px",
955
+ "flex-shrink": 0,
956
+ color: "mutedForeground",
957
+ },
958
+ label: { color: "mutedForeground", "font-size": "xs" },
959
+ },
960
+ breadcrumbs: [{}, {}, {}],
961
+ breadcrumbs_levoGroup: {
962
+ display: "flex",
963
+ "column-gap": "xs",
964
+ "margin-bottom": "base",
965
+ "align-items": "center",
966
+ },
967
+ },
968
+ content: DEFAULT_CONTENT,
969
+ config: {
970
+ title: {
971
+ heading: { level: "2" },
972
+ selectedVariants: { Heading_Level: "H1" },
973
+ },
974
+ search_button: { selectedVariants: { Button_Variants: "Secondary" } },
975
+ stats: [
976
+ { label: { selectedVariants: {} } },
977
+ { label: { selectedVariants: {} } },
978
+ { label: { selectedVariants: {} } },
979
+ { label: { selectedVariants: {} } },
980
+ ],
981
+ actual_price: {
612
982
  selectedVariants: {
613
- Typography_Variants: "Small",
983
+ Typography_Variants: "Large",
614
984
  },
615
985
  },
986
+ off_percent: { selectedVariants: { Typography_Variants: "Small" } },
987
+ discount_price: { selectedVariants: { Typography_Variants: "Large" } },
616
988
  },
617
989
  },
618
990
  ],