@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
@@ -20,8 +20,7 @@ const DEFAULT_CONTENT = {
20
20
  // title, description and CTA
21
21
  textWrapper: null,
22
22
  title: "What Our Clients Say",
23
- description:
24
- "Hear from our satisfied clients about their experience working with our team.",
23
+ description: "Hear from our satisfied clients about their experience working with our team.",
25
24
  ctas: [
26
25
  {
27
26
  cta: "View All Testimonials",
@@ -184,7 +183,7 @@ export const Testimonial1: IBlock = {
184
183
  {
185
184
  key: "name",
186
185
  label: "Name",
187
- field_interface: "TypographyWidget",
186
+ field_interface: "HeadingWidget",
188
187
  hint: {
189
188
  prompt_description:
190
189
  "The full name of the client giving the testimonial. Use a realistic, professional-sounding name.",
@@ -195,7 +194,7 @@ export const Testimonial1: IBlock = {
195
194
  {
196
195
  key: "position",
197
196
  label: "Position",
198
- field_interface: "TypographyWidget",
197
+ field_interface: "HeadingWidget",
199
198
  hint: {
200
199
  prompt_description:
201
200
  "The professional title or position of the client listed under their name. Keep it concise (e.g., CEO, Founder, Marketing Director).",
@@ -255,32 +254,9 @@ export const Testimonial1: IBlock = {
255
254
  "align-items": "center",
256
255
  "row-gap": "4xs",
257
256
  },
258
- layout: {
259
- "padding-top": "2xl",
260
- "padding-bottom": "2xl",
261
- "padding-right": "6xl",
262
- "padding-left": "6xl",
263
- tablet: {
264
- "padding-top": "lg",
265
- "padding-bottom": "lg",
266
- "padding-right": "3xl",
267
- "padding-left": "3xl",
268
- },
269
- mobile: {
270
- "padding-top": "base",
271
- "padding-bottom": "base",
272
- "padding-right": "xl",
273
- "padding-left": "xl",
274
- },
275
- },
276
- title: {
277
- "text-align": "center",
278
- color: "text-1",
279
- },
280
- description: {
281
- "text-align": "center",
282
- color: "text-2",
283
- },
257
+ layout: {},
258
+ title: {},
259
+ description: {},
284
260
  container: {
285
261
  display: "flex",
286
262
  "flex-direction": "column",
@@ -292,41 +268,542 @@ export const Testimonial1: IBlock = {
292
268
  "row-gap": "xl",
293
269
  },
294
270
  },
295
- testimonials: Array(DEFAULT_TESTIMONIALS_COUNT).fill({
296
- wrapper: {
297
- "border-solid": "solid",
298
- "border-width": "1px",
299
- "border-color": "var(--color-border)",
300
- "border-radius": "base",
301
- padding: "xl",
302
- display: "flex",
303
- "flex-direction": "column",
304
- "row-gap": "xs",
305
- },
306
- profileWrapper: {
307
- display: "flex",
308
- "column-gap": "2xs",
309
- },
310
- image: {
311
- height: "40px",
312
- width: "40px",
313
- "border-radius": "base",
314
- "object-fit": "cover",
315
- "border-solid": "solid",
316
- "border-width": "1px",
317
- "border-color": "var(--color-border)",
318
- },
319
- name: {
320
- color: "text-1",
321
- },
322
- testimonial: {
323
- color: "text-2",
324
- overflow: "hidden",
325
- display: "-webkit-box",
326
- "-webkit-box-orient": "vertical",
327
- "-webkit-line-clamp": 2,
328
- },
329
- }),
271
+ testimonials: [
272
+ {
273
+ wrapper: {
274
+ "border-solid": "solid",
275
+ "border-width": "1px",
276
+ "border-color": "var(--color-border)",
277
+ "border-radius": "base",
278
+ padding: "xl",
279
+ display: "flex",
280
+ "flex-direction": "column",
281
+ "row-gap": "xs",
282
+ },
283
+ profileWrapper: {
284
+ display: "flex",
285
+ "column-gap": "2xs",
286
+ },
287
+ image: {
288
+ height: "40px",
289
+ width: "40px",
290
+ "border-radius": "base",
291
+ "object-fit": "cover",
292
+ "border-solid": "solid",
293
+ "border-width": "1px",
294
+ "border-color": "var(--color-border)",
295
+ },
296
+ name: {
297
+ "font-weight": 700,
298
+ },
299
+ testimonial: {
300
+ overflow: "hidden",
301
+ display: "-webkit-box",
302
+ "-webkit-line-clamp": "2",
303
+ "-webkit-box-orient": "vertical",
304
+ },
305
+ position: {
306
+ "font-weight": 600,
307
+ },
308
+ },
309
+ {
310
+ wrapper: {
311
+ "border-solid": "solid",
312
+ "border-width": "1px",
313
+ "border-color": "var(--color-border)",
314
+ "border-radius": "base",
315
+ padding: "xl",
316
+ display: "flex",
317
+ "flex-direction": "column",
318
+ "row-gap": "xs",
319
+ },
320
+ profileWrapper: {
321
+ display: "flex",
322
+ "column-gap": "2xs",
323
+ },
324
+ image: {
325
+ height: "40px",
326
+ width: "40px",
327
+ "border-radius": "base",
328
+ "object-fit": "cover",
329
+ "border-solid": "solid",
330
+ "border-width": "1px",
331
+ "border-color": "var(--color-border)",
332
+ },
333
+ name: {
334
+ "font-weight": 700,
335
+ },
336
+ testimonial: {
337
+ overflow: "hidden",
338
+ display: "-webkit-box",
339
+ "-webkit-line-clamp": "2",
340
+ "-webkit-box-orient": "vertical",
341
+ },
342
+ position: {
343
+ "font-weight": 600,
344
+ },
345
+ },
346
+ {
347
+ wrapper: {
348
+ "border-solid": "solid",
349
+ "border-width": "1px",
350
+ "border-color": "var(--color-border)",
351
+ "border-radius": "base",
352
+ padding: "xl",
353
+ display: "flex",
354
+ "flex-direction": "column",
355
+ "row-gap": "xs",
356
+ },
357
+ profileWrapper: {
358
+ display: "flex",
359
+ "column-gap": "2xs",
360
+ },
361
+ image: {
362
+ height: "40px",
363
+ width: "40px",
364
+ "border-radius": "base",
365
+ "object-fit": "cover",
366
+ "border-solid": "solid",
367
+ "border-width": "1px",
368
+ "border-color": "var(--color-border)",
369
+ },
370
+ name: {
371
+ "font-weight": 700,
372
+ },
373
+ testimonial: {
374
+ overflow: "hidden",
375
+ display: "-webkit-box",
376
+ "-webkit-line-clamp": "2",
377
+ "-webkit-box-orient": "vertical",
378
+ },
379
+ position: {
380
+ "font-weight": 600,
381
+ },
382
+ },
383
+ {
384
+ wrapper: {
385
+ "border-solid": "solid",
386
+ "border-width": "1px",
387
+ "border-color": "var(--color-border)",
388
+ "border-radius": "base",
389
+ padding: "xl",
390
+ display: "flex",
391
+ "flex-direction": "column",
392
+ "row-gap": "xs",
393
+ },
394
+ profileWrapper: {
395
+ display: "flex",
396
+ "column-gap": "2xs",
397
+ },
398
+ image: {
399
+ height: "40px",
400
+ width: "40px",
401
+ "border-radius": "base",
402
+ "object-fit": "cover",
403
+ "border-solid": "solid",
404
+ "border-width": "1px",
405
+ "border-color": "var(--color-border)",
406
+ },
407
+ name: {
408
+ "font-weight": 700,
409
+ },
410
+ testimonial: {
411
+ overflow: "hidden",
412
+ display: "-webkit-box",
413
+ "-webkit-line-clamp": "2",
414
+ "-webkit-box-orient": "vertical",
415
+ },
416
+ position: {
417
+ "font-weight": 600,
418
+ },
419
+ },
420
+ {
421
+ wrapper: {
422
+ "border-solid": "solid",
423
+ "border-width": "1px",
424
+ "border-color": "var(--color-border)",
425
+ "border-radius": "base",
426
+ padding: "xl",
427
+ display: "flex",
428
+ "flex-direction": "column",
429
+ "row-gap": "xs",
430
+ },
431
+ profileWrapper: {
432
+ display: "flex",
433
+ "column-gap": "2xs",
434
+ },
435
+ image: {
436
+ height: "40px",
437
+ width: "40px",
438
+ "border-radius": "base",
439
+ "object-fit": "cover",
440
+ "border-solid": "solid",
441
+ "border-width": "1px",
442
+ "border-color": "var(--color-border)",
443
+ },
444
+ name: {
445
+ "font-weight": 700,
446
+ },
447
+ testimonial: {
448
+ overflow: "hidden",
449
+ display: "-webkit-box",
450
+ "-webkit-line-clamp": "2",
451
+ "-webkit-box-orient": "vertical",
452
+ },
453
+ position: {
454
+ "font-weight": 600,
455
+ },
456
+ },
457
+ {
458
+ wrapper: {
459
+ "border-solid": "solid",
460
+ "border-width": "1px",
461
+ "border-color": "var(--color-border)",
462
+ "border-radius": "base",
463
+ padding: "xl",
464
+ display: "flex",
465
+ "flex-direction": "column",
466
+ "row-gap": "xs",
467
+ },
468
+ profileWrapper: {
469
+ display: "flex",
470
+ "column-gap": "2xs",
471
+ },
472
+ image: {
473
+ height: "40px",
474
+ width: "40px",
475
+ "border-radius": "base",
476
+ "object-fit": "cover",
477
+ "border-solid": "solid",
478
+ "border-width": "1px",
479
+ "border-color": "var(--color-border)",
480
+ },
481
+ name: {
482
+ "font-weight": 700,
483
+ },
484
+ testimonial: {
485
+ overflow: "hidden",
486
+ display: "-webkit-box",
487
+ "-webkit-line-clamp": "2",
488
+ "-webkit-box-orient": "vertical",
489
+ },
490
+ position: {
491
+ "font-weight": 600,
492
+ },
493
+ },
494
+ {
495
+ wrapper: {
496
+ "border-solid": "solid",
497
+ "border-width": "1px",
498
+ "border-color": "var(--color-border)",
499
+ "border-radius": "base",
500
+ padding: "xl",
501
+ display: "flex",
502
+ "flex-direction": "column",
503
+ "row-gap": "xs",
504
+ },
505
+ profileWrapper: {
506
+ display: "flex",
507
+ "column-gap": "2xs",
508
+ },
509
+ image: {
510
+ height: "40px",
511
+ width: "40px",
512
+ "border-radius": "base",
513
+ "object-fit": "cover",
514
+ "border-solid": "solid",
515
+ "border-width": "1px",
516
+ "border-color": "var(--color-border)",
517
+ },
518
+ name: {
519
+ "font-weight": 700,
520
+ },
521
+ testimonial: {
522
+ overflow: "hidden",
523
+ display: "-webkit-box",
524
+ "-webkit-line-clamp": "2",
525
+ "-webkit-box-orient": "vertical",
526
+ },
527
+ position: {
528
+ "font-weight": 600,
529
+ },
530
+ },
531
+ {
532
+ wrapper: {
533
+ "border-solid": "solid",
534
+ "border-width": "1px",
535
+ "border-color": "var(--color-border)",
536
+ "border-radius": "base",
537
+ padding: "xl",
538
+ display: "flex",
539
+ "flex-direction": "column",
540
+ "row-gap": "xs",
541
+ },
542
+ profileWrapper: {
543
+ display: "flex",
544
+ "column-gap": "2xs",
545
+ },
546
+ image: {
547
+ height: "40px",
548
+ width: "40px",
549
+ "border-radius": "base",
550
+ "object-fit": "cover",
551
+ "border-solid": "solid",
552
+ "border-width": "1px",
553
+ "border-color": "var(--color-border)",
554
+ },
555
+ name: {
556
+ "font-weight": 700,
557
+ },
558
+ testimonial: {
559
+ overflow: "hidden",
560
+ display: "-webkit-box",
561
+ "-webkit-line-clamp": "2",
562
+ "-webkit-box-orient": "vertical",
563
+ },
564
+ position: {
565
+ "font-weight": 600,
566
+ },
567
+ },
568
+ {
569
+ wrapper: {
570
+ "border-solid": "solid",
571
+ "border-width": "1px",
572
+ "border-color": "var(--color-border)",
573
+ "border-radius": "base",
574
+ padding: "xl",
575
+ display: "flex",
576
+ "flex-direction": "column",
577
+ "row-gap": "xs",
578
+ },
579
+ profileWrapper: {
580
+ display: "flex",
581
+ "column-gap": "2xs",
582
+ },
583
+ image: {
584
+ height: "40px",
585
+ width: "40px",
586
+ "border-radius": "base",
587
+ "object-fit": "cover",
588
+ "border-solid": "solid",
589
+ "border-width": "1px",
590
+ "border-color": "var(--color-border)",
591
+ },
592
+ name: {
593
+ color: "text-1",
594
+ },
595
+ testimonial: {
596
+ overflow: "hidden",
597
+ display: "-webkit-box",
598
+ "-webkit-line-clamp": "2",
599
+ "-webkit-box-orient": "vertical",
600
+ },
601
+ },
602
+ {
603
+ wrapper: {
604
+ "border-solid": "solid",
605
+ "border-width": "1px",
606
+ "border-color": "var(--color-border)",
607
+ "border-radius": "base",
608
+ padding: "xl",
609
+ display: "flex",
610
+ "flex-direction": "column",
611
+ "row-gap": "xs",
612
+ },
613
+ profileWrapper: {
614
+ display: "flex",
615
+ "column-gap": "2xs",
616
+ },
617
+ image: {
618
+ height: "40px",
619
+ width: "40px",
620
+ "border-radius": "base",
621
+ "object-fit": "cover",
622
+ "border-solid": "solid",
623
+ "border-width": "1px",
624
+ "border-color": "var(--color-border)",
625
+ },
626
+ name: {
627
+ color: "text-1",
628
+ },
629
+ testimonial: {
630
+ overflow: "hidden",
631
+ display: "-webkit-box",
632
+ "-webkit-line-clamp": "2",
633
+ "-webkit-box-orient": "vertical",
634
+ },
635
+ },
636
+ {
637
+ wrapper: {
638
+ "border-solid": "solid",
639
+ "border-width": "1px",
640
+ "border-color": "var(--color-border)",
641
+ "border-radius": "base",
642
+ padding: "xl",
643
+ display: "flex",
644
+ "flex-direction": "column",
645
+ "row-gap": "xs",
646
+ },
647
+ profileWrapper: {
648
+ display: "flex",
649
+ "column-gap": "2xs",
650
+ },
651
+ image: {
652
+ height: "40px",
653
+ width: "40px",
654
+ "border-radius": "base",
655
+ "object-fit": "cover",
656
+ "border-solid": "solid",
657
+ "border-width": "1px",
658
+ "border-color": "var(--color-border)",
659
+ },
660
+ name: {
661
+ color: "text-1",
662
+ },
663
+ testimonial: {
664
+ overflow: "hidden",
665
+ display: "-webkit-box",
666
+ "-webkit-line-clamp": "2",
667
+ "-webkit-box-orient": "vertical",
668
+ },
669
+ },
670
+ {
671
+ wrapper: {
672
+ "border-solid": "solid",
673
+ "border-width": "1px",
674
+ "border-color": "var(--color-border)",
675
+ "border-radius": "base",
676
+ padding: "xl",
677
+ display: "flex",
678
+ "flex-direction": "column",
679
+ "row-gap": "xs",
680
+ },
681
+ profileWrapper: {
682
+ display: "flex",
683
+ "column-gap": "2xs",
684
+ },
685
+ image: {
686
+ height: "40px",
687
+ width: "40px",
688
+ "border-radius": "base",
689
+ "object-fit": "cover",
690
+ "border-solid": "solid",
691
+ "border-width": "1px",
692
+ "border-color": "var(--color-border)",
693
+ },
694
+ name: {
695
+ color: "text-1",
696
+ },
697
+ testimonial: {
698
+ overflow: "hidden",
699
+ display: "-webkit-box",
700
+ "-webkit-line-clamp": "2",
701
+ "-webkit-box-orient": "vertical",
702
+ },
703
+ },
704
+ {
705
+ wrapper: {
706
+ "border-solid": "solid",
707
+ "border-width": "1px",
708
+ "border-color": "var(--color-border)",
709
+ "border-radius": "base",
710
+ padding: "xl",
711
+ display: "flex",
712
+ "flex-direction": "column",
713
+ "row-gap": "xs",
714
+ },
715
+ profileWrapper: {
716
+ display: "flex",
717
+ "column-gap": "2xs",
718
+ },
719
+ image: {
720
+ height: "40px",
721
+ width: "40px",
722
+ "border-radius": "base",
723
+ "object-fit": "cover",
724
+ "border-solid": "solid",
725
+ "border-width": "1px",
726
+ "border-color": "var(--color-border)",
727
+ },
728
+ name: {
729
+ color: "text-1",
730
+ },
731
+ testimonial: {
732
+ overflow: "hidden",
733
+ display: "-webkit-box",
734
+ "-webkit-line-clamp": "2",
735
+ "-webkit-box-orient": "vertical",
736
+ },
737
+ },
738
+ {
739
+ wrapper: {
740
+ "border-solid": "solid",
741
+ "border-width": "1px",
742
+ "border-color": "var(--color-border)",
743
+ "border-radius": "base",
744
+ padding: "xl",
745
+ display: "flex",
746
+ "flex-direction": "column",
747
+ "row-gap": "xs",
748
+ },
749
+ profileWrapper: {
750
+ display: "flex",
751
+ "column-gap": "2xs",
752
+ },
753
+ image: {
754
+ height: "40px",
755
+ width: "40px",
756
+ "border-radius": "base",
757
+ "object-fit": "cover",
758
+ "border-solid": "solid",
759
+ "border-width": "1px",
760
+ "border-color": "var(--color-border)",
761
+ },
762
+ name: {
763
+ color: "text-1",
764
+ },
765
+ testimonial: {
766
+ overflow: "hidden",
767
+ display: "-webkit-box",
768
+ "-webkit-line-clamp": "2",
769
+ "-webkit-box-orient": "vertical",
770
+ },
771
+ },
772
+ {
773
+ wrapper: {
774
+ "border-solid": "solid",
775
+ "border-width": "1px",
776
+ "border-color": "var(--color-border)",
777
+ "border-radius": "base",
778
+ padding: "xl",
779
+ display: "flex",
780
+ "flex-direction": "column",
781
+ "row-gap": "xs",
782
+ },
783
+ profileWrapper: {
784
+ display: "flex",
785
+ "column-gap": "2xs",
786
+ },
787
+ image: {
788
+ height: "40px",
789
+ width: "40px",
790
+ "border-radius": "base",
791
+ "object-fit": "cover",
792
+ "border-solid": "solid",
793
+ "border-width": "1px",
794
+ "border-color": "var(--color-border)",
795
+ },
796
+ name: {
797
+ color: "text-1",
798
+ },
799
+ testimonial: {
800
+ overflow: "hidden",
801
+ display: "-webkit-box",
802
+ "-webkit-line-clamp": "2",
803
+ "-webkit-box-orient": "vertical",
804
+ },
805
+ },
806
+ ],
330
807
  },
331
808
  content: DEFAULT_CONTENT,
332
809
  config: {
@@ -335,6 +812,7 @@ export const Testimonial1: IBlock = {
335
812
  loop: true,
336
813
  autoScroll: true,
337
814
  speed: 2,
815
+ autoPlay: false,
338
816
  },
339
817
  },
340
818
  title: {
@@ -345,6 +823,176 @@ export const Testimonial1: IBlock = {
345
823
  level: 2,
346
824
  },
347
825
  },
826
+ testimonials: [
827
+ {
828
+ testimonial: {
829
+ selectedVariants: {},
830
+ },
831
+ name: {
832
+ heading: {
833
+ level: "4",
834
+ },
835
+ selectedVariants: {
836
+ Heading_Level: "H5",
837
+ },
838
+ },
839
+ position: {
840
+ heading: {
841
+ level: "5",
842
+ },
843
+ selectedVariants: {
844
+ Heading_Level: "H6",
845
+ },
846
+ },
847
+ },
848
+ {
849
+ testimonial: {
850
+ selectedVariants: {},
851
+ },
852
+ name: {
853
+ heading: {
854
+ level: "4",
855
+ },
856
+ selectedVariants: {
857
+ Heading_Level: "H5",
858
+ },
859
+ },
860
+ position: {
861
+ heading: {
862
+ level: "5",
863
+ },
864
+ selectedVariants: {
865
+ Heading_Level: "H6",
866
+ },
867
+ },
868
+ },
869
+ {
870
+ testimonial: {
871
+ selectedVariants: {},
872
+ },
873
+ name: {
874
+ heading: {
875
+ level: "4",
876
+ },
877
+ selectedVariants: {
878
+ Heading_Level: "H5",
879
+ },
880
+ },
881
+ position: {
882
+ heading: {
883
+ level: "5",
884
+ },
885
+ selectedVariants: {
886
+ Heading_Level: "H6",
887
+ },
888
+ },
889
+ },
890
+ {
891
+ testimonial: {
892
+ selectedVariants: {},
893
+ },
894
+ name: {
895
+ heading: {
896
+ level: "4",
897
+ },
898
+ selectedVariants: {
899
+ Heading_Level: "H5",
900
+ },
901
+ },
902
+ position: {
903
+ heading: {
904
+ level: "5",
905
+ },
906
+ selectedVariants: {
907
+ Heading_Level: "H6",
908
+ },
909
+ },
910
+ },
911
+ {
912
+ testimonial: {
913
+ selectedVariants: {},
914
+ },
915
+ name: {
916
+ heading: {
917
+ level: "4",
918
+ },
919
+ selectedVariants: {
920
+ Heading_Level: "H5",
921
+ },
922
+ },
923
+ position: {
924
+ heading: {
925
+ level: "5",
926
+ },
927
+ selectedVariants: {
928
+ Heading_Level: "H6",
929
+ },
930
+ },
931
+ },
932
+ {
933
+ testimonial: {
934
+ selectedVariants: {},
935
+ },
936
+ name: {
937
+ heading: {
938
+ level: "4",
939
+ },
940
+ selectedVariants: {
941
+ Heading_Level: "H5",
942
+ },
943
+ },
944
+ position: {
945
+ heading: {
946
+ level: "5",
947
+ },
948
+ selectedVariants: {
949
+ Heading_Level: "H6",
950
+ },
951
+ },
952
+ },
953
+ {
954
+ testimonial: {
955
+ selectedVariants: {},
956
+ },
957
+ name: {
958
+ heading: {
959
+ level: "4",
960
+ },
961
+ selectedVariants: {
962
+ Heading_Level: "H5",
963
+ },
964
+ },
965
+ position: {
966
+ heading: {
967
+ level: "5",
968
+ },
969
+ selectedVariants: {
970
+ Heading_Level: "H6",
971
+ },
972
+ },
973
+ },
974
+ {
975
+ testimonial: {
976
+ selectedVariants: {},
977
+ },
978
+ name: {
979
+ heading: {
980
+ level: "4",
981
+ },
982
+ selectedVariants: {
983
+ Heading_Level: "H5",
984
+ },
985
+ },
986
+ position: {
987
+ heading: {
988
+ level: "5",
989
+ },
990
+ selectedVariants: {
991
+ Heading_Level: "H6",
992
+ },
993
+ },
994
+ },
995
+ ],
348
996
  },
349
997
  },
350
998
  ],