@levo-so/blocks 0.1.59 → 0.1.61

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 (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -11,6 +11,24 @@ const DUMMY_ICON = {
11
11
  },
12
12
  };
13
13
 
14
+ const MEDIA = {
15
+ id: "k5KiTxROzoNX",
16
+ filename: "footer-5-logo.png",
17
+ kind: "image",
18
+ location: "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4.png",
19
+ srcset: {
20
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1080w.webp",
21
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1200w.webp",
22
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1920w.webp",
23
+ "320w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-320w.webp",
24
+ "640w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-640w.webp",
25
+ "750w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-750w.webp",
26
+ "828w": "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-828w.webp",
27
+ path: "https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-5-logo-PzNWMN1fGVV4-640w.webp 640w",
28
+ },
29
+ mimetype: "image/png",
30
+ };
31
+
14
32
  const DEFAULT_CONTENT = {
15
33
  layout: null,
16
34
  container: null,
@@ -18,42 +36,14 @@ const DEFAULT_CONTENT = {
18
36
 
19
37
  // logo and description
20
38
  logoTextWrapper: null,
21
- logo: {
22
- id: "7141014160938075687",
23
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
24
- kind: "image",
25
- mimetype: "image/png",
26
- srcset: {
27
- "1080w":
28
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
29
- "1200w":
30
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
31
- "1920w":
32
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
33
- "320w":
34
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
35
- "640w":
36
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
37
- "750w":
38
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
39
- "828w":
40
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
41
- 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",
42
- },
43
- },
44
- logoDescription:
45
- "No more guesswork. No more excuses. Just real, proven training.",
39
+ logo: MEDIA,
40
+ logoDescription: "No more guesswork. No more excuses. Just real, proven training.",
46
41
 
47
42
  // middle links area
48
43
  links: [
49
44
  {
50
45
  category: "Links",
51
- links: [
52
- { text: "About" },
53
- { text: "Trainer" },
54
- { text: "Program" },
55
- { text: "Location" },
56
- ],
46
+ links: [{ text: "About" }, { text: "Trainer" }, { text: "Program" }, { text: "Location" }],
57
47
  },
58
48
  {
59
49
  category: "About us",
@@ -160,7 +150,7 @@ export const Footer5: IBlock = {
160
150
  {
161
151
  key: "category",
162
152
  label: "Category",
163
- field_interface: "TypographyWidget",
153
+ field_interface: "HeadingWidget",
164
154
  },
165
155
  {
166
156
  key: "links",
@@ -237,21 +227,97 @@ export const Footer5: IBlock = {
237
227
  title: "Default",
238
228
  key: "default",
239
229
  content: DEFAULT_CONTENT,
240
- config: {},
241
- styles: {
242
- layout: {
243
- "padding-top": "80px",
244
- "padding-left": "112px",
245
- "padding-right": "112px",
246
- tablet: {
247
- padding: "50px",
248
- "padding-bottom": "0px",
230
+ config: {
231
+ links: [
232
+ {
233
+ category: {
234
+ heading: {
235
+ level: "4",
236
+ },
237
+ selectedVariants: {
238
+ Heading_Level: "H6",
239
+ },
240
+ },
241
+ links: [
242
+ {
243
+ text: {
244
+ selectedVariants: {},
245
+ },
246
+ },
247
+ {
248
+ text: {
249
+ selectedVariants: {},
250
+ },
251
+ },
252
+ {
253
+ text: {
254
+ selectedVariants: {},
255
+ },
256
+ },
257
+ {
258
+ text: {
259
+ selectedVariants: {},
260
+ },
261
+ },
262
+ ],
249
263
  },
250
- mobile: {
251
- padding: "40px",
252
- "padding-bottom": "0px",
264
+ {
265
+ category: {
266
+ selectedVariants: {
267
+ Heading_Level: "H6",
268
+ },
269
+ },
270
+ links: [
271
+ {
272
+ text: {
273
+ selectedVariants: {},
274
+ },
275
+ },
276
+ {
277
+ text: {
278
+ selectedVariants: {},
279
+ },
280
+ },
281
+ {
282
+ text: {
283
+ selectedVariants: {},
284
+ },
285
+ },
286
+ ],
253
287
  },
254
- },
288
+ {
289
+ category: {
290
+ selectedVariants: {
291
+ Heading_Level: "H6",
292
+ },
293
+ },
294
+ links: [
295
+ {
296
+ text: {
297
+ selectedVariants: {},
298
+ },
299
+ },
300
+ {
301
+ text: {
302
+ selectedVariants: {},
303
+ },
304
+ },
305
+ {
306
+ text: {
307
+ selectedVariants: {},
308
+ },
309
+ },
310
+ {
311
+ text: {
312
+ selectedVariants: {},
313
+ },
314
+ },
315
+ ],
316
+ },
317
+ ],
318
+ },
319
+ styles: {
320
+ layout: {},
255
321
  container: {
256
322
  display: "flex",
257
323
  "flex-direction": "column",
@@ -339,11 +405,16 @@ export const Footer5: IBlock = {
339
405
  },
340
406
  links: [
341
407
  {
342
- text: {
343
- "font-size": "base",
344
- color: "text-2",
345
- "line-height": "1.5",
346
- },
408
+ text: {},
409
+ },
410
+ {
411
+ text: {},
412
+ },
413
+ {
414
+ text: {},
415
+ },
416
+ {
417
+ text: {},
347
418
  },
348
419
  ],
349
420
  },
@@ -359,11 +430,13 @@ export const Footer5: IBlock = {
359
430
  },
360
431
  links: [
361
432
  {
362
- text: {
363
- "font-size": "base",
364
- color: "text-2",
365
- "line-height": "1.5",
366
- },
433
+ text: {},
434
+ },
435
+ {
436
+ text: {},
437
+ },
438
+ {
439
+ text: {},
367
440
  },
368
441
  ],
369
442
  },
@@ -379,11 +452,16 @@ export const Footer5: IBlock = {
379
452
  },
380
453
  links: [
381
454
  {
382
- text: {
383
- "font-size": "base",
384
- color: "text-2",
385
- "line-height": "1.5",
386
- },
455
+ text: {},
456
+ },
457
+ {
458
+ text: {},
459
+ },
460
+ {
461
+ text: {},
462
+ },
463
+ {
464
+ text: {},
387
465
  },
388
466
  ],
389
467
  },
@@ -1,19 +1,18 @@
1
- import React from "react";
2
1
  import {
3
2
  Box,
4
3
  Container,
4
+ Heading,
5
5
  Icon,
6
+ type ILevoBlockBaseProps,
6
7
  Image,
7
8
  Section,
8
9
  Typography,
9
- type ILevoBlockBaseProps,
10
10
  } from "@levo-so/studio";
11
+ import React from "react";
11
12
 
12
- import { type IFooter5Content } from "./footer-5.schema";
13
+ import type { IFooter5Content } from "./footer-5.schema";
13
14
 
14
- const Footer5: React.FC<ILevoBlockBaseProps<IFooter5Content>> = ({
15
- content,
16
- }) => (
15
+ const Footer5: React.FC<ILevoBlockBaseProps<IFooter5Content>> = ({ content }) => (
17
16
  <Section elementKey="layout">
18
17
  <Container elementKey="container">
19
18
  <Box elementKey="contentWrapper">
@@ -31,20 +30,15 @@ const Footer5: React.FC<ILevoBlockBaseProps<IFooter5Content>> = ({
31
30
  key={`footer-5-links-${index}`}
32
31
  data-levo_group_item
33
32
  >
34
- <Typography elementKey={`links.${index}.category`} />
35
- <Box
36
- elementKey={`links.${index}.links_levoGroup`}
37
- data-levo_group
38
- >
33
+ <Heading elementKey={`links.${index}.category`} />
34
+ <Box elementKey={`links.${index}.links_levoGroup`} data-levo_group>
39
35
  {(content?.links?.[index]?.links ?? []).map((_, subIndex) => (
40
36
  <Box
41
37
  elementKey={`links.${index}.links.${subIndex}.iconWrapper`}
42
38
  key={`footer-5-links-${index}-${subIndex}`}
43
39
  data-levo_group_item
44
40
  >
45
- <Icon
46
- elementKey={`links.${index}.links.${subIndex}.icon`}
47
- />
41
+ <Icon elementKey={`links.${index}.links.${subIndex}.icon`} />
48
42
  <Typography
49
43
  elementKey={`links.${index}.links.${subIndex}.text`}
50
44
  key={`footer-4-links-${index}-${subIndex}`}
@@ -63,22 +57,14 @@ const Footer5: React.FC<ILevoBlockBaseProps<IFooter5Content>> = ({
63
57
 
64
58
  {/* Right Area */}
65
59
  <Box elementKey="footerBottomRightArea_levoGroup" data-levo_group>
66
- {(content?.footerBottomRightArea ?? [])?.map(
67
- (_: any, index: number) => (
68
- <React.Fragment key={`footer-4-right-area-${index}`}>
69
- <Typography
70
- data-levo_group_item
71
- elementKey={`footerBottomRightArea.${index}.cta`}
72
- />
73
- {index < (content?.footerBottomRightArea?.length ?? 0) - 1 && (
74
- <Box
75
- elementKey={`footerBottomRightArea.${index}.separator`}
76
- data-levo_group_item
77
- />
78
- )}
79
- </React.Fragment>
80
- ),
81
- )}
60
+ {(content?.footerBottomRightArea ?? [])?.map((_: any, index: number) => (
61
+ <React.Fragment key={`footer-4-right-area-${index}`}>
62
+ <Typography data-levo_group_item elementKey={`footerBottomRightArea.${index}.cta`} />
63
+ {index < (content?.footerBottomRightArea?.length ?? 0) - 1 && (
64
+ <Box elementKey={`footerBottomRightArea.${index}.separator`} data-levo_group_item />
65
+ )}
66
+ </React.Fragment>
67
+ ))}
82
68
  </Box>
83
69
 
84
70
  {/* Social Icons */}
@@ -1,36 +1,30 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const MEDIA = {
4
+ id: "oilvrpqtlHti",
5
+ filename: "footer-6-logo.png",
6
+ kind: "image",
7
+ location: "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT.png",
8
+ srcset: {
9
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1080w.webp",
10
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1200w.webp",
11
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1920w.webp",
12
+ "320w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-320w.webp",
13
+ "640w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-640w.webp",
14
+ "750w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-750w.webp",
15
+ "828w": "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-828w.webp",
16
+ path: "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-750w.webp 750w",
17
+ },
18
+ mimetype: "image/png",
19
+ };
20
+
3
21
  const DEFAULT_CONTENT = {
4
22
  layout: null,
5
23
  container: null,
6
24
  contentWrapper: null,
7
25
  logoTextWrapper: null,
8
- logo: {
9
- id: "yCrH23FHqVmeb",
10
- filename: "image.png",
11
- kind: "image",
12
- location: "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL.png",
13
- srcset: {
14
- "1080w":
15
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1080w.webp",
16
- "1200w":
17
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1200w.webp",
18
- "1920w":
19
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1920w.webp",
20
- "320w":
21
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-320w.webp",
22
- "640w":
23
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-640w.webp",
24
- "750w":
25
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-750w.webp",
26
- "828w":
27
- "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-828w.webp",
28
- path: "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1920w.webp 1920w",
29
- },
30
- mimetype: "image/png",
31
- },
32
- logoDescription:
33
- "<p>No more guesswork. No more excuses. Just real, proven training.</p><p></p>",
26
+ logo: MEDIA,
27
+ logoDescription: "<p>No more guesswork. No more excuses. Just real, proven training.</p><p></p>",
34
28
  icon_links: [
35
29
  {
36
30
  icon: {
@@ -38,13 +32,7 @@ const DEFAULT_CONTENT = {
38
32
  data: {
39
33
  id: "sms-notification",
40
34
  label: "Sms Notification",
41
- tags: [
42
- "custom",
43
- "directional",
44
- "emails-messages",
45
- "notification",
46
- "sms",
47
- ],
35
+ tags: ["custom", "directional", "emails-messages", "notification", "sms"],
48
36
  svgCode:
49
37
  '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H14C14.41 2.75 14.75 3.09 14.75 3.5C14.75 3.91 14.41 4.25 14 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V10.5C21.25 10.09 21.59 9.75 22 9.75C22.41 9.75 22.75 10.09 22.75 10.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 12.87C11.1598 12.87 10.3098 12.61 9.65978 12.08L6.52978 9.58002C6.20978 9.32002 6.14978 8.85002 6.40978 8.53002C6.66978 8.21002 7.13977 8.15003 7.45977 8.41003L10.5898 10.91C11.3498 11.52 12.6398 11.52 13.3998 10.91L14.5798 9.97002C14.8998 9.71002 15.3798 9.76002 15.6298 10.09C15.8898 10.41 15.8398 10.89 15.5098 11.14L14.3298 12.08C13.6898 12.61 12.8398 12.87 11.9998 12.87Z" fill="var(--color-icon-primary)"/>\n<path d="M19.5 8.75C17.71 8.75 16.25 7.29 16.25 5.5C16.25 3.71 17.71 2.25 19.5 2.25C21.29 2.25 22.75 3.71 22.75 5.5C22.75 7.29 21.29 8.75 19.5 8.75ZM19.5 3.75C18.54 3.75 17.75 4.54 17.75 5.5C17.75 6.46 18.54 7.25 19.5 7.25C20.46 7.25 21.25 6.46 21.25 5.5C21.25 4.54 20.46 3.75 19.5 3.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
50
38
  },
@@ -272,7 +260,7 @@ export const Footer6: IBlock = {
272
260
  {
273
261
  key: "category",
274
262
  label: "Category",
275
- field_interface: "TypographyWidget",
263
+ field_interface: "HeadingWidget",
276
264
  },
277
265
  {
278
266
  key: "links",
@@ -317,25 +305,9 @@ export const Footer6: IBlock = {
317
305
  title: "Default",
318
306
  key: "default",
319
307
  styles: {
320
- layout: {
321
- "padding-top": "80px",
322
- "padding-left": "none",
323
- "padding-right": "none",
324
- "padding-bottom": "none",
325
- tablet: {
326
- padding: "50px",
327
- "padding-bottom": "none",
328
- "margin-left": "none",
329
- "padding-left": "none",
330
- "padding-right": "none",
331
- },
332
- mobile: {
333
- padding: "40px",
334
- "padding-bottom": "20px",
335
- "padding-left": "none",
336
- "padding-right": "none",
337
- },
338
- },
308
+ layout: {},
309
+ "margin-left": "auto",
310
+ "margin-right": "auto",
339
311
  container: {
340
312
  display: "flex",
341
313
  "flex-direction": "column",
@@ -343,8 +315,6 @@ export const Footer6: IBlock = {
343
315
  "row-gap": "2xl",
344
316
  "padding-left": "none",
345
317
  "padding-right": "none",
346
- "padding-top": "none",
347
- "padding-bottom": "none",
348
318
  },
349
319
  contentWrapper: {
350
320
  display: "flex",
@@ -403,6 +373,7 @@ export const Footer6: IBlock = {
403
373
  {
404
374
  category: {
405
375
  "margin-bottom": "sm",
376
+ "font-weight": 700,
406
377
  },
407
378
  links_levoGroup: {
408
379
  display: "flex",
@@ -468,6 +439,7 @@ export const Footer6: IBlock = {
468
439
  {
469
440
  category: {
470
441
  "margin-bottom": "sm",
442
+ "font-weight": 700,
471
443
  },
472
444
  links_levoGroup: {
473
445
  display: "flex",
@@ -530,95 +502,6 @@ export const Footer6: IBlock = {
530
502
  },
531
503
  ],
532
504
  },
533
- {
534
- category: {
535
- "margin-bottom": "sm",
536
- color: "white",
537
- },
538
- links_levoGroup: {
539
- display: "flex",
540
- "flex-direction": "column",
541
- "row-gap": "xs",
542
- },
543
- links: [
544
- {
545
- wrapper: {
546
- display: "flex",
547
- "column-gap": "sm",
548
- "align-items": "center",
549
- },
550
- icon: {
551
- width: "20px",
552
- height: "20px",
553
- "border-radius": "base",
554
- },
555
- icon_links_levoGroup: {
556
- display: "flex",
557
- "column-gap": "xs",
558
- },
559
- cta: {
560
- color: "white",
561
- },
562
- },
563
- {
564
- wrapper: {
565
- display: "flex",
566
- },
567
- cta: {
568
- color: "page",
569
- },
570
- },
571
- ],
572
- },
573
- {
574
- category: {
575
- "margin-bottom": "sm",
576
- color: "text-1",
577
- },
578
- links_levoGroup: {
579
- display: "flex",
580
- "flex-direction": "column",
581
- "row-gap": "xs",
582
- },
583
- links: [
584
- {
585
- wrapper: {
586
- display: "flex",
587
- "column-gap": "sm",
588
- "align-items": "center",
589
- },
590
- icon: {
591
- width: "20px",
592
- height: "20px",
593
- "border-radius": "base",
594
- },
595
- icon_links_levoGroup: {
596
- display: "flex",
597
- "column-gap": "xs",
598
- },
599
- },
600
- {
601
- wrapper: {
602
- display: "flex",
603
- },
604
- },
605
- ],
606
- },
607
- {
608
- links: [
609
- null,
610
- {
611
- wrapper: {
612
- display: "flex",
613
- },
614
- },
615
- {
616
- wrapper: {
617
- display: "flex",
618
- },
619
- },
620
- ],
621
- },
622
505
  ],
623
506
  footerBottomWrapper: {
624
507
  display: "flex",
@@ -626,7 +509,7 @@ export const Footer6: IBlock = {
626
509
  "padding-top": "xl",
627
510
  "border-top": "1px solid",
628
511
  "border-color": "border",
629
- "background-color": "background-2",
512
+ "background-color": "brandSecondary",
630
513
  width: "100%",
631
514
  "padding-bottom": "xl",
632
515
  "margin-bottom": "none",
@@ -711,10 +594,9 @@ export const Footer6: IBlock = {
711
594
  copyright: {
712
595
  "text-align": "center",
713
596
  width: "100%",
597
+ color: "brandSecondaryForeground",
714
598
  },
715
- contact_form_title: {
716
- "font-size": "lg",
717
- },
599
+ contact_form_title: {},
718
600
  social_icon_links_levoGroup: {
719
601
  display: "flex",
720
602
  "column-gap": "base",
@@ -723,7 +605,38 @@ export const Footer6: IBlock = {
723
605
  "margin-bottom": "xs",
724
606
  },
725
607
  },
726
- config: {},
608
+ config: {
609
+ links: [
610
+ {
611
+ category: {
612
+ heading: {
613
+ level: "4",
614
+ },
615
+ selectedVariants: {
616
+ Heading_Level: "H6",
617
+ },
618
+ },
619
+ },
620
+ {
621
+ category: {
622
+ selectedVariants: {
623
+ Heading_Level: "H6",
624
+ },
625
+ heading: {
626
+ level: "4",
627
+ },
628
+ },
629
+ },
630
+ ],
631
+ contact_form_title: {
632
+ selectedVariants: {
633
+ Typography_Variants: "Large",
634
+ },
635
+ },
636
+ social_icons_title: {
637
+ selectedVariants: {},
638
+ },
639
+ },
727
640
  content: DEFAULT_CONTENT,
728
641
  },
729
642
  ],