@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,76 @@ const DUMMY_ICON = {
11
11
  },
12
12
  };
13
13
 
14
+ const MEDIA_1 = {
15
+ id: "2EYI5YIJRE30",
16
+ filename: "testimonial-4.png",
17
+ kind: "image",
18
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u.png",
19
+ srcset: {
20
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1080w.webp",
21
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1200w.webp",
22
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1920w.webp",
23
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-320w.webp",
24
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-640w.webp",
25
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-750w.webp",
26
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-828w.webp",
27
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-R6erNbORxK9u-1920w.webp 1920w",
28
+ },
29
+ mimetype: "image/png",
30
+ };
31
+
32
+ const MEDIA_CARD_VARIANT_1 = {
33
+ id: "KQ5sQXeCuPzY",
34
+ filename: "testimonial-4-card-1.png",
35
+ kind: "image",
36
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL.png",
37
+ srcset: {
38
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1080w.webp",
39
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1200w.webp",
40
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1920w.webp",
41
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-320w.webp",
42
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-640w.webp",
43
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-750w.webp",
44
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-828w.webp",
45
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-1-XZbVbcwZWaOL-320w.webp 320w",
46
+ },
47
+ mimetype: "image/png",
48
+ };
49
+ const MEDIA_CARD_VARIANT_2 = {
50
+ id: "SvIjsjxE8ZTb",
51
+ filename: "testimonial-4-card-2.png",
52
+ kind: "image",
53
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5.png",
54
+ srcset: {
55
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1080w.webp",
56
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1200w.webp",
57
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1920w.webp",
58
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-320w.webp",
59
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-640w.webp",
60
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-750w.webp",
61
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-828w.webp",
62
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-2-BwjLoiMum7Q5-1080w.webp 1080w",
63
+ },
64
+ mimetype: "image/png",
65
+ };
66
+ const MEDIA_CARD_VARIANT_3 = {
67
+ id: "yCrR3F9YhBkR",
68
+ filename: "testimonial-4-card-3.png",
69
+ kind: "image",
70
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H.png",
71
+ srcset: {
72
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1080w.webp",
73
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1200w.webp",
74
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1920w.webp",
75
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-320w.webp",
76
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-640w.webp",
77
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-750w.webp",
78
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-828w.webp",
79
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-4-card-3-R6eyNbORxK9H-828w.webp 828w",
80
+ },
81
+ mimetype: "image/png",
82
+ };
83
+
14
84
  const DEFAULT_CONTENT = {
15
85
  layout: null,
16
86
  container: null,
@@ -18,7 +88,9 @@ const DEFAULT_CONTENT = {
18
88
  "header-content": null,
19
89
  "badge-container": null,
20
90
  "badge-text": "Patient Reviews",
91
+ "text-container": null,
21
92
  title: "What Our Patients Says",
93
+ description: "What Our Patients Says What Our Patients Says What Our Patients Says",
22
94
  testimonials: [
23
95
  {
24
96
  testimonial: null,
@@ -28,31 +100,7 @@ const DEFAULT_CONTENT = {
28
100
  icon: DUMMY_ICON,
29
101
  "testimonial-info": null,
30
102
  "author-wrapper": null,
31
- cover: {
32
- id: "hjB4vGY2wTjw",
33
- filename: "image.png",
34
- kind: "image",
35
- location:
36
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
37
- srcset: {
38
- "1080w":
39
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
40
- "1200w":
41
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
42
- "1920w":
43
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
44
- "320w":
45
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
46
- "640w":
47
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
48
- "750w":
49
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
50
- "828w":
51
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
52
- path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
53
- },
54
- mimetype: "image/png",
55
- },
103
+ cover: MEDIA_1,
56
104
  cover_embed: null,
57
105
  "testimonial-text":
58
106
  '<p>From the moment I walked in, I felt genuinely cared for. The doctors took time to listen, explained everything clearly, and made me feel at ease. It’s rare to find such compassionate and professional care under one roof.<br><br>The online consultation option made it so convenient during a busy week. Truly grateful for the seamless experience!"</p>',
@@ -67,31 +115,7 @@ const DEFAULT_CONTENT = {
67
115
  icon: DUMMY_ICON,
68
116
  "testimonial-info": null,
69
117
  "author-wrapper": null,
70
- cover: {
71
- id: "hjB4vGY2wTjw",
72
- filename: "image.png",
73
- kind: "image",
74
- location:
75
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
76
- srcset: {
77
- "1080w":
78
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
79
- "1200w":
80
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
81
- "1920w":
82
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
83
- "320w":
84
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
85
- "640w":
86
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
87
- "750w":
88
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
89
- "828w":
90
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
91
- path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
92
- },
93
- mimetype: "image/png",
94
- },
118
+ cover: MEDIA_1,
95
119
  cover_embed: null,
96
120
  "testimonial-text":
97
121
  '<p>From the moment I walked in, I felt genuinely cared for. The doctors took time to listen, explained everything clearly, and made me feel at ease. It’s rare to find such compassionate and professional care under one roof.<br><br>The online consultation option made it so convenient during a busy week. Truly grateful for the seamless experience!"</p>',
@@ -106,29 +130,7 @@ const DEFAULT_CONTENT = {
106
130
  icon: DUMMY_ICON,
107
131
  "testimonial-info": null,
108
132
  "author-wrapper": null,
109
- cover: {
110
- id: "7141014160938075687",
111
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
112
- kind: "image",
113
- mimetype: "image/png",
114
- srcset: {
115
- "1080w":
116
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
117
- "1200w":
118
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
119
- "1920w":
120
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
121
- "320w":
122
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
123
- "640w":
124
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
125
- "750w":
126
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
127
- "828w":
128
- "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
129
- 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",
130
- },
131
- },
133
+ cover: MEDIA_1,
132
134
  cover_embed: null,
133
135
  "testimonial-text":
134
136
  "Outstanding service and genuine care. The staff goes above and beyond to ensure every patient feels comfortable and well-informed about their treatment options.",
@@ -145,20 +147,13 @@ const DEFAULT_CONTENT = {
145
147
  kind: "image",
146
148
  location: "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed.png",
147
149
  srcset: {
148
- "1080w":
149
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp",
150
- "1200w":
151
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp",
152
- "1920w":
153
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp",
154
- "320w":
155
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp",
156
- "640w":
157
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp",
158
- "750w":
159
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp",
160
- "828w":
161
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp",
150
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp",
151
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp",
152
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp",
153
+ "320w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp",
154
+ "640w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp",
155
+ "750w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp",
156
+ "828w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp",
162
157
  path: "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp 1080w",
163
158
  },
164
159
  mimetype: "image/png",
@@ -169,20 +164,13 @@ const DEFAULT_CONTENT = {
169
164
  kind: "image",
170
165
  location: "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD.png",
171
166
  srcset: {
172
- "1080w":
173
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp",
174
- "1200w":
175
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp",
176
- "1920w":
177
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp",
178
- "320w":
179
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp",
180
- "640w":
181
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp",
182
- "750w":
183
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp",
184
- "828w":
185
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp",
167
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp",
168
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp",
169
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp",
170
+ "320w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp",
171
+ "640w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp",
172
+ "750w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp",
173
+ "828w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp",
186
174
  path: "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp 320w",
187
175
  },
188
176
  mimetype: "image/png",
@@ -218,6 +206,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
218
206
  "badge-container": null,
219
207
  "badge-text": "Patient Reviews",
220
208
  title: "What Our Patients Says",
209
+ description: "What Our Patients Says What Our Patients Says What Our Patients Says",
221
210
  testimonials: [
222
211
  {
223
212
  testimonial: null,
@@ -227,31 +216,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
227
216
  icon: null,
228
217
  "testimonial-info": null,
229
218
  "author-wrapper": null,
230
- cover: {
231
- id: "WT06orE15cUHR",
232
- filename: "image.png",
233
- kind: "image",
234
- location:
235
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3.png",
236
- srcset: {
237
- "1080w":
238
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1080w.webp",
239
- "1200w":
240
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1200w.webp",
241
- "1920w":
242
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1920w.webp",
243
- "320w":
244
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-320w.webp",
245
- "640w":
246
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-640w.webp",
247
- "750w":
248
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-750w.webp",
249
- "828w":
250
- "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-828w.webp",
251
- path: "https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-iPD4qfZ7pcXC3-750w.webp 750w",
252
- },
253
- mimetype: "image/png",
254
- },
219
+ cover: MEDIA_CARD_VARIANT_1,
255
220
  cover_embed: null,
256
221
  "testimonial-text": "<p>Education and Career Development</p>",
257
222
  "author-name": "Michael Chen",
@@ -265,31 +230,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
265
230
  icon: null,
266
231
  "testimonial-info": null,
267
232
  "author-wrapper": null,
268
- cover: {
269
- id: "hjB4vGY2wTjw",
270
- filename: "image.png",
271
- kind: "image",
272
- location:
273
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
274
- srcset: {
275
- "1080w":
276
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
277
- "1200w":
278
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
279
- "1920w":
280
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
281
- "320w":
282
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
283
- "640w":
284
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
285
- "750w":
286
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
287
- "828w":
288
- "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
289
- path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
290
- },
291
- mimetype: "image/png",
292
- },
233
+ cover: MEDIA_CARD_VARIANT_2,
293
234
  cover_embed: null,
294
235
  "testimonial-text": "<p>Education and Career Development</p>",
295
236
  "author-name": "Michael Chen",
@@ -303,31 +244,7 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
303
244
  icon: null,
304
245
  "testimonial-info": null,
305
246
  "author-wrapper": null,
306
- cover: {
307
- id: "OaJb1LqdFaV5P",
308
- filename: "image.png",
309
- kind: "image",
310
- location:
311
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm.png",
312
- srcset: {
313
- "1080w":
314
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1080w.webp",
315
- "1200w":
316
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1200w.webp",
317
- "1920w":
318
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1920w.webp",
319
- "320w":
320
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-320w.webp",
321
- "640w":
322
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-640w.webp",
323
- "750w":
324
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-750w.webp",
325
- "828w":
326
- "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-828w.webp",
327
- path: "https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dx6DI2ea1Cm-320w.webp 320w",
328
- },
329
- mimetype: "image/png",
330
- },
247
+ cover: MEDIA_CARD_VARIANT_3,
331
248
  cover_embed: null,
332
249
  "testimonial-text": "<p>Mental Health and Well-being</p>",
333
250
  "author-name": "Jennifer Martinez",
@@ -344,20 +261,13 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
344
261
  kind: "image",
345
262
  location: "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed.png",
346
263
  srcset: {
347
- "1080w":
348
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp",
349
- "1200w":
350
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp",
351
- "1920w":
352
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp",
353
- "320w":
354
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp",
355
- "640w":
356
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp",
357
- "750w":
358
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp",
359
- "828w":
360
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp",
264
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp",
265
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp",
266
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp",
267
+ "320w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp",
268
+ "640w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp",
269
+ "750w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp",
270
+ "828w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp",
361
271
  path: "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp 1080w",
362
272
  },
363
273
  mimetype: "image/png",
@@ -368,20 +278,13 @@ const DEFAULT_CONTENT_CARD_CAROUSEL = {
368
278
  kind: "image",
369
279
  location: "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD.png",
370
280
  srcset: {
371
- "1080w":
372
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp",
373
- "1200w":
374
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp",
375
- "1920w":
376
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp",
377
- "320w":
378
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp",
379
- "640w":
380
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp",
381
- "750w":
382
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp",
383
- "828w":
384
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp",
281
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp",
282
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp",
283
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp",
284
+ "320w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp",
285
+ "640w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp",
286
+ "750w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp",
287
+ "828w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp",
385
288
  path: "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp 320w",
386
289
  },
387
290
  mimetype: "image/png",
@@ -416,6 +319,7 @@ const DEFAULT_CONTENT_VARIANT_3 = {
416
319
  "badge-container": null,
417
320
  "badge-text": "Patient Reviews",
418
321
  title: "Testimonials From Our Partners",
322
+ description: "What Our Patients Says What Our Patients Says What Our Patients Says",
419
323
  testimonials: [
420
324
  {
421
325
  testimonial: null,
@@ -446,8 +350,7 @@ const DEFAULT_CONTENT_VARIANT_3 = {
446
350
  cover: {
447
351
  id: "SvIMlsjI0WDWt",
448
352
  kind: "image",
449
- location:
450
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh.png",
353
+ location: "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh.png",
451
354
  srcset: {
452
355
  "1080w":
453
356
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1080w.webp",
@@ -455,14 +358,10 @@ const DEFAULT_CONTENT_VARIANT_3 = {
455
358
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1200w.webp",
456
359
  "1920w":
457
360
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1920w.webp",
458
- "320w":
459
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp",
460
- "640w":
461
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp",
462
- "750w":
463
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp",
464
- "828w":
465
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp",
361
+ "320w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp",
362
+ "640w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp",
363
+ "750w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp",
364
+ "828w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp",
466
365
  path: "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp 320w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp 640w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp 750w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp 828w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1200w.webp 1200w",
467
366
  },
468
367
  },
@@ -501,8 +400,7 @@ const DEFAULT_CONTENT_VARIANT_3 = {
501
400
  cover: {
502
401
  id: "SvIMlsjI0WDWt",
503
402
  kind: "image",
504
- location:
505
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh.png",
403
+ location: "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh.png",
506
404
  srcset: {
507
405
  "1080w":
508
406
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1080w.webp",
@@ -510,14 +408,10 @@ const DEFAULT_CONTENT_VARIANT_3 = {
510
408
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1200w.webp",
511
409
  "1920w":
512
410
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1920w.webp",
513
- "320w":
514
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp",
515
- "640w":
516
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp",
517
- "750w":
518
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp",
519
- "828w":
520
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp",
411
+ "320w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp",
412
+ "640w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp",
413
+ "750w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp",
414
+ "828w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp",
521
415
  path: "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp 320w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp 640w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp 750w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp 828w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1200w.webp 1200w",
522
416
  },
523
417
  },
@@ -556,8 +450,7 @@ const DEFAULT_CONTENT_VARIANT_3 = {
556
450
  cover: {
557
451
  id: "SvIMlsjI0WDWt",
558
452
  kind: "image",
559
- location:
560
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh.png",
453
+ location: "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh.png",
561
454
  srcset: {
562
455
  "1080w":
563
456
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1080w.webp",
@@ -565,14 +458,10 @@ const DEFAULT_CONTENT_VARIANT_3 = {
565
458
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1200w.webp",
566
459
  "1920w":
567
460
  "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1920w.webp",
568
- "320w":
569
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp",
570
- "640w":
571
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp",
572
- "750w":
573
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp",
574
- "828w":
575
- "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp",
461
+ "320w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp",
462
+ "640w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp",
463
+ "750w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp",
464
+ "828w": "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp",
576
465
  path: "https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-320w.webp 320w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-640w.webp 640w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-750w.webp 750w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-828w.webp 828w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/Frame1171279607-6HgeLxx13t3Dh-1200w.webp 1200w",
577
466
  },
578
467
  },
@@ -592,20 +481,13 @@ const DEFAULT_CONTENT_VARIANT_3 = {
592
481
  kind: "image",
593
482
  location: "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed.png",
594
483
  srcset: {
595
- "1080w":
596
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp",
597
- "1200w":
598
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp",
599
- "1920w":
600
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp",
601
- "320w":
602
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp",
603
- "640w":
604
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp",
605
- "750w":
606
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp",
607
- "828w":
608
- "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp",
484
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp",
485
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp",
486
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp",
487
+ "320w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp",
488
+ "640w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp",
489
+ "750w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp",
490
+ "828w": "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp",
609
491
  path: "https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFuNqRTTvoed-1080w.webp 1080w",
610
492
  },
611
493
  mimetype: "image/png",
@@ -616,20 +498,13 @@ const DEFAULT_CONTENT_VARIANT_3 = {
616
498
  kind: "image",
617
499
  location: "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD.png",
618
500
  srcset: {
619
- "1080w":
620
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp",
621
- "1200w":
622
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp",
623
- "1920w":
624
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp",
625
- "320w":
626
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp",
627
- "640w":
628
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp",
629
- "750w":
630
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp",
631
- "828w":
632
- "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp",
501
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp",
502
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp",
503
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp",
504
+ "320w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp",
505
+ "640w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp",
506
+ "750w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp",
507
+ "828w": "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp",
633
508
  path: "https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-74dXKDEbbdinD-320w.webp 320w",
634
509
  },
635
510
  mimetype: "image/png",
@@ -723,6 +598,11 @@ export const Testimonial4: IBlock = {
723
598
  max_characters: 18,
724
599
  },
725
600
  },
601
+ {
602
+ key: "text-container",
603
+ label: "Text Container",
604
+ field_interface: "BoxWidget",
605
+ },
726
606
  {
727
607
  key: "title",
728
608
  label: "Title",
@@ -734,6 +614,11 @@ export const Testimonial4: IBlock = {
734
614
  max_characters: 45,
735
615
  },
736
616
  },
617
+ {
618
+ key: "description",
619
+ label: "Description",
620
+ field_interface: "TypographyWidget",
621
+ },
737
622
  {
738
623
  key: "carousel-navigation-top-container",
739
624
  label: "Carousel Navigation Top Container",
@@ -782,8 +667,7 @@ export const Testimonial4: IBlock = {
782
667
  label: "Carousel Left Arrow Container",
783
668
  field_interface: "BoxWidget",
784
669
  hint: {
785
- prompt_description:
786
- "Container for the left positioned navigation arrow.",
670
+ prompt_description: "Container for the left positioned navigation arrow.",
787
671
  },
788
672
  },
789
673
  {
@@ -791,8 +675,7 @@ export const Testimonial4: IBlock = {
791
675
  label: "Carousel Right Arrow Container",
792
676
  field_interface: "BoxWidget",
793
677
  hint: {
794
- prompt_description:
795
- "Container for the right positioned navigation arrow.",
678
+ prompt_description: "Container for the right positioned navigation arrow.",
796
679
  },
797
680
  },
798
681
  {
@@ -982,7 +865,7 @@ export const Testimonial4: IBlock = {
982
865
  filter: "none",
983
866
  },
984
867
  "badge-container": {
985
- "border-radius": "20px",
868
+ "border-radius": "2xl",
986
869
  "background-color": "brandSecondary",
987
870
  "padding-left": "lg",
988
871
  "padding-right": "lg",
@@ -991,23 +874,10 @@ export const Testimonial4: IBlock = {
991
874
  filter: "none",
992
875
  },
993
876
  "badge-text": {
994
- "font-size": "base",
995
- "line-height": 1.625,
996
877
  "font-weight": 500,
997
- color: "var(--color-text-1)",
998
- mobile: {
999
- "font-size": "sm",
1000
- },
1001
- },
1002
- title: {
1003
- "font-size": "4xl",
1004
- "line-height": 1.625,
1005
- "font-weight": 700,
1006
- mobile: {
1007
- "font-size": "2xl",
1008
- },
1009
- filter: "none",
878
+ color: "brandSecondaryForeground",
1010
879
  },
880
+ title: {},
1011
881
  "carousel-navigation-top-container": {
1012
882
  display: "flex",
1013
883
  "justify-content": "flex-end",
@@ -1219,41 +1089,16 @@ export const Testimonial4: IBlock = {
1219
1089
  "row-gap": "xl",
1220
1090
  },
1221
1091
  },
1222
- "testimonial-text": {
1223
- color: "var(--color-text-1)",
1224
- "font-size": "lg",
1225
- "font-weight": 400,
1226
- tablet: {
1227
- "font-size": "2xl",
1228
- },
1229
- mobile: {
1230
- "font-size": "lg",
1231
- },
1232
- filter: "none",
1233
- },
1092
+ "testimonial-text": {},
1234
1093
  "author-wrapper": {
1235
1094
  display: "flex",
1236
1095
  "flex-direction": "column",
1237
- "row-gap": "4xs",
1096
+ "row-gap": "none",
1238
1097
  },
1239
1098
  "author-name": {
1240
- color: "var(--color-text-1)",
1241
- "font-size": "xl",
1242
- "font-weight": "bold",
1243
- mobile: {
1244
- "font-size": "lg",
1245
- },
1246
- filter: "none",
1247
- },
1248
- "author-position": {
1249
- color: "var(--color-text-2)",
1250
- "font-size": "base",
1251
- mobile: {
1252
- "font-size": "sm",
1253
- },
1254
- filter: "none",
1255
- "font-weight": 400,
1099
+ "font-weight": 700,
1256
1100
  },
1101
+ "author-position": {},
1257
1102
  },
1258
1103
  {
1259
1104
  testimonial: {
@@ -1337,41 +1182,16 @@ export const Testimonial4: IBlock = {
1337
1182
  "row-gap": "xl",
1338
1183
  },
1339
1184
  },
1340
- "testimonial-text": {
1341
- color: "var(--color-text-1)",
1342
- "font-size": "lg",
1343
- "font-weight": 400,
1344
- tablet: {
1345
- "font-size": "2xl",
1346
- },
1347
- mobile: {
1348
- "font-size": "lg",
1349
- },
1350
- filter: "none",
1351
- },
1185
+ "testimonial-text": {},
1352
1186
  "author-wrapper": {
1353
1187
  display: "flex",
1354
1188
  "flex-direction": "column",
1355
- "row-gap": "4xs",
1189
+ "row-gap": "none",
1356
1190
  },
1357
1191
  "author-name": {
1358
- color: "var(--color-text-1)",
1359
- "font-size": "xl",
1360
- "font-weight": "bold",
1361
- mobile: {
1362
- "font-size": "lg",
1363
- },
1364
- filter: "none",
1365
- },
1366
- "author-position": {
1367
- color: "var(--color-text-2)",
1368
- "font-size": "base",
1369
- mobile: {
1370
- "font-size": "sm",
1371
- },
1372
- filter: "none",
1373
- "font-weight": 400,
1192
+ "font-weight": 700,
1374
1193
  },
1194
+ "author-position": {},
1375
1195
  },
1376
1196
  {
1377
1197
  testimonial: {
@@ -1455,55 +1275,20 @@ export const Testimonial4: IBlock = {
1455
1275
  "row-gap": "xl",
1456
1276
  },
1457
1277
  },
1458
- "testimonial-text": {
1459
- color: "var(--color-text-1)",
1460
- "font-size": "lg",
1461
- "font-weight": 400,
1462
- tablet: {
1463
- "font-size": "2xl",
1464
- },
1465
- mobile: {
1466
- "font-size": "lg",
1467
- },
1468
- filter: "none",
1469
- },
1278
+ "testimonial-text": {},
1470
1279
  "author-wrapper": {
1471
1280
  display: "flex",
1472
1281
  "flex-direction": "column",
1473
- "row-gap": "4xs",
1282
+ "row-gap": "none",
1474
1283
  },
1475
1284
  "author-name": {
1476
- color: "var(--color-text-1)",
1477
- "font-size": "xl",
1478
- "font-weight": "bold",
1479
- mobile: {
1480
- "font-size": "lg",
1481
- },
1482
- filter: "none",
1483
- },
1484
- "author-position": {
1485
- color: "var(--color-text-2)",
1486
- "font-size": "base",
1487
- mobile: {
1488
- "font-size": "sm",
1489
- },
1490
- filter: "none",
1491
- "font-weight": 400,
1285
+ "font-weight": 700,
1492
1286
  },
1287
+ "author-position": {},
1493
1288
  },
1494
1289
  ],
1495
- container: {
1496
- filter: "none",
1497
- mobile: {
1498
- filter: "none",
1499
- },
1500
- tablet: {
1501
- filter: "none",
1502
- },
1503
- },
1504
- layout: {
1505
- filter: "none",
1506
- },
1290
+ container: {},
1291
+ layout: {},
1507
1292
  "carousel-navigation-arrow-left_leftIcon": {
1508
1293
  filter: "none",
1509
1294
  height: "24px",
@@ -1539,6 +1324,61 @@ export const Testimonial4: IBlock = {
1539
1324
  },
1540
1325
  },
1541
1326
  },
1327
+ title: {
1328
+ selectedVariants: {
1329
+ Heading_Level: "H2",
1330
+ },
1331
+ heading: {
1332
+ level: "2",
1333
+ },
1334
+ },
1335
+ testimonials: [
1336
+ {
1337
+ "testimonial-text": {
1338
+ selectedVariants: {
1339
+ Typography_Variants: "Large",
1340
+ },
1341
+ },
1342
+ "author-name": {
1343
+ heading: {
1344
+ level: "4",
1345
+ },
1346
+ selectedVariants: {
1347
+ Heading_Level: "H5",
1348
+ },
1349
+ },
1350
+ },
1351
+ {
1352
+ "testimonial-text": {
1353
+ selectedVariants: {
1354
+ Typography_Variants: "Large",
1355
+ },
1356
+ },
1357
+ "author-name": {
1358
+ heading: {
1359
+ level: "4",
1360
+ },
1361
+ selectedVariants: {
1362
+ Heading_Level: "H5",
1363
+ },
1364
+ },
1365
+ },
1366
+ {
1367
+ "testimonial-text": {
1368
+ selectedVariants: {
1369
+ Typography_Variants: "Large",
1370
+ },
1371
+ },
1372
+ "author-name": {
1373
+ heading: {
1374
+ level: "4",
1375
+ },
1376
+ selectedVariants: {
1377
+ Heading_Level: "H5",
1378
+ },
1379
+ },
1380
+ },
1381
+ ],
1542
1382
  },
1543
1383
  content: DEFAULT_CONTENT,
1544
1384
  },
@@ -1838,19 +1678,7 @@ export const Testimonial4: IBlock = {
1838
1678
  },
1839
1679
  },
1840
1680
  "testimonial-text": {
1841
- color: "var(--color-text-1)",
1842
- "font-size": "xl",
1843
1681
  "font-weight": 700,
1844
- tablet: {
1845
- "font-size": "lg",
1846
- filter: "none",
1847
- },
1848
- mobile: {
1849
- "font-size": "lg",
1850
- filter: "none",
1851
- },
1852
- filter: "none",
1853
- width: "100%",
1854
1682
  "text-align": "center",
1855
1683
  },
1856
1684
  "author-wrapper": {
@@ -1887,6 +1715,7 @@ export const Testimonial4: IBlock = {
1887
1715
  overflow: "hidden",
1888
1716
  tablet: {
1889
1717
  "flex-direction": "column",
1718
+ filter: "none",
1890
1719
  },
1891
1720
  filter: "none",
1892
1721
  "justify-content": "center",
@@ -1923,6 +1752,9 @@ export const Testimonial4: IBlock = {
1923
1752
  "max-width": "100%",
1924
1753
  },
1925
1754
  filter: "none",
1755
+ mobile: {
1756
+ filter: "none",
1757
+ },
1926
1758
  },
1927
1759
  cover_embed: {},
1928
1760
  "testimonial-content-wrapper": {
@@ -1974,23 +1806,9 @@ export const Testimonial4: IBlock = {
1974
1806
  tablet: {
1975
1807
  "row-gap": "xl",
1976
1808
  },
1977
- filter: "none",
1978
1809
  },
1979
1810
  "testimonial-text": {
1980
- "font-family": "var(--font-body)",
1981
- color: "var(--color-text-1)",
1982
- "font-size": "xl",
1983
- "line-height": "normal",
1984
1811
  "font-weight": 700,
1985
- tablet: {
1986
- "font-size": "lg",
1987
- filter: "none",
1988
- },
1989
- mobile: {
1990
- "font-size": "lg",
1991
- },
1992
- filter: "none",
1993
- width: "100%",
1994
1812
  "text-align": "center",
1995
1813
  },
1996
1814
  "author-wrapper": {
@@ -2027,6 +1845,7 @@ export const Testimonial4: IBlock = {
2027
1845
  overflow: "hidden",
2028
1846
  tablet: {
2029
1847
  "flex-direction": "column",
1848
+ filter: "none",
2030
1849
  },
2031
1850
  filter: "none",
2032
1851
  "justify-content": "center",
@@ -2041,9 +1860,8 @@ export const Testimonial4: IBlock = {
2041
1860
  "row-gap": "lg",
2042
1861
  mobile: {
2043
1862
  filter: "none",
2044
- "margin-right": "none",
2045
- "padding-left": "sm",
2046
1863
  "margin-left": "none",
1864
+ "margin-right": "none",
2047
1865
  },
2048
1866
  },
2049
1867
  "cover-container": {
@@ -2064,6 +1882,9 @@ export const Testimonial4: IBlock = {
2064
1882
  "max-width": "100%",
2065
1883
  },
2066
1884
  filter: "none",
1885
+ mobile: {
1886
+ filter: "none",
1887
+ },
2067
1888
  },
2068
1889
  cover_embed: {},
2069
1890
  "testimonial-content-wrapper": {
@@ -2108,39 +1929,16 @@ export const Testimonial4: IBlock = {
2108
1929
  filter: "none",
2109
1930
  },
2110
1931
  "testimonial-info": {
2111
- display: "block",
2112
- "align-items": "center",
2113
- "row-gap": "none",
2114
- "column-gap": "none",
2115
- "border-top-right-radius": "3xl",
2116
- "border-bottom-right-radius": "3xl",
1932
+ display: "flex",
1933
+ flex: "1",
1934
+ "flex-direction": "column",
1935
+ "row-gap": "7xl",
2117
1936
  tablet: {
2118
- flex: "unset",
2119
- filter: "none",
2120
- },
2121
- mobile: {
2122
- filter: "none",
1937
+ "row-gap": "xl",
2123
1938
  },
2124
- filter: "none",
2125
- height: "auto",
2126
- width: "100%",
2127
1939
  },
2128
1940
  "testimonial-text": {
2129
- "font-family": "var(--font-body)",
2130
- color: "var(--color-text-1)",
2131
- "font-size": "xl",
2132
- "line-height": "normal",
2133
1941
  "font-weight": 700,
2134
- tablet: {
2135
- "font-size": "lg",
2136
- filter: "none",
2137
- },
2138
- mobile: {
2139
- "font-size": "lg",
2140
- filter: "none",
2141
- },
2142
- filter: "none",
2143
- width: "100%",
2144
1942
  "text-align": "center",
2145
1943
  },
2146
1944
  "author-wrapper": {
@@ -2221,6 +2019,29 @@ export const Testimonial4: IBlock = {
2221
2019
  },
2222
2020
  },
2223
2021
  },
2022
+ testimonials: [
2023
+ {
2024
+ "testimonial-text": {
2025
+ selectedVariants: {
2026
+ Typography_Variants: "Lead",
2027
+ },
2028
+ },
2029
+ },
2030
+ {
2031
+ "testimonial-text": {
2032
+ selectedVariants: {
2033
+ Typography_Variants: "Lead",
2034
+ },
2035
+ },
2036
+ },
2037
+ {
2038
+ "testimonial-text": {
2039
+ selectedVariants: {
2040
+ Typography_Variants: "Lead",
2041
+ },
2042
+ },
2043
+ },
2044
+ ],
2224
2045
  },
2225
2046
  content: DEFAULT_CONTENT_CARD_CAROUSEL,
2226
2047
  },
@@ -2280,12 +2101,7 @@ export const Testimonial4: IBlock = {
2280
2101
  "font-size": "sm",
2281
2102
  },
2282
2103
  },
2283
- title: {
2284
- mobile: {
2285
- "font-size": "2xl",
2286
- },
2287
- filter: "none",
2288
- },
2104
+ title: {},
2289
2105
  "carousel-navigation-top-container": {
2290
2106
  display: "none",
2291
2107
  },
@@ -2521,18 +2337,7 @@ export const Testimonial4: IBlock = {
2521
2337
  "row-gap": "xl",
2522
2338
  },
2523
2339
  },
2524
- "testimonial-text": {
2525
- color: "var(--color-text-1)",
2526
- "font-size": "lg",
2527
- "font-weight": 400,
2528
- tablet: {
2529
- "font-size": "2xl",
2530
- },
2531
- mobile: {
2532
- "font-size": "lg",
2533
- },
2534
- filter: "none",
2535
- },
2340
+ "testimonial-text": {},
2536
2341
  "author-wrapper": {
2537
2342
  display: "flex",
2538
2343
  "flex-direction": "row",
@@ -2546,23 +2351,9 @@ export const Testimonial4: IBlock = {
2546
2351
  },
2547
2352
  },
2548
2353
  "author-name": {
2549
- color: "var(--color-text-1)",
2550
- "font-size": "lg",
2551
- "font-weight": "bold",
2552
- mobile: {
2553
- "font-size": "lg",
2554
- },
2555
- filter: "none",
2556
- },
2557
- "author-position": {
2558
- color: "var(--color-text-2)",
2559
- "font-size": "base",
2560
- mobile: {
2561
- "font-size": "sm",
2562
- },
2563
- filter: "none",
2564
- "font-weight": 400,
2354
+ "font-weight": 700,
2565
2355
  },
2356
+ "author-position": {},
2566
2357
  },
2567
2358
  {
2568
2359
  testimonial: {
@@ -2573,6 +2364,7 @@ export const Testimonial4: IBlock = {
2573
2364
  overflow: "hidden",
2574
2365
  tablet: {
2575
2366
  "flex-direction": "column",
2367
+ width: "auto",
2576
2368
  },
2577
2369
  filter: "none",
2578
2370
  "justify-content": "center",
@@ -2653,18 +2445,7 @@ export const Testimonial4: IBlock = {
2653
2445
  "row-gap": "xl",
2654
2446
  },
2655
2447
  },
2656
- "testimonial-text": {
2657
- color: "var(--color-text-1)",
2658
- "font-size": "lg",
2659
- "font-weight": 400,
2660
- tablet: {
2661
- "font-size": "2xl",
2662
- },
2663
- mobile: {
2664
- "font-size": "lg",
2665
- },
2666
- filter: "none",
2667
- },
2448
+ "testimonial-text": {},
2668
2449
  "author-wrapper": {
2669
2450
  display: "flex",
2670
2451
  "flex-direction": "row",
@@ -2678,23 +2459,9 @@ export const Testimonial4: IBlock = {
2678
2459
  },
2679
2460
  },
2680
2461
  "author-name": {
2681
- color: "var(--color-text-1)",
2682
- "font-size": "lg",
2683
- "font-weight": "bold",
2684
- mobile: {
2685
- "font-size": "lg",
2686
- },
2687
- filter: "none",
2688
- },
2689
- "author-position": {
2690
- color: "var(--color-text-2)",
2691
- "font-size": "base",
2692
- mobile: {
2693
- "font-size": "sm",
2694
- },
2695
- filter: "none",
2696
- "font-weight": 400,
2462
+ "font-weight": 700,
2697
2463
  },
2464
+ "author-position": {},
2698
2465
  },
2699
2466
  {
2700
2467
  testimonial: {
@@ -2705,6 +2472,7 @@ export const Testimonial4: IBlock = {
2705
2472
  overflow: "hidden",
2706
2473
  tablet: {
2707
2474
  "flex-direction": "column",
2475
+ width: "auto",
2708
2476
  },
2709
2477
  filter: "none",
2710
2478
  "justify-content": "center",
@@ -2741,10 +2509,6 @@ export const Testimonial4: IBlock = {
2741
2509
  "border-top-right-radius": "0",
2742
2510
  "border-bottom-left-radius": "3xl",
2743
2511
  "border-bottom-right-radius": "3xl",
2744
- width: "fit-content",
2745
- height: "auto",
2746
- "padding-top": "xl",
2747
- "padding-bottom": "xl",
2748
2512
  },
2749
2513
  mobile: {
2750
2514
  padding: "lg",
@@ -2789,18 +2553,7 @@ export const Testimonial4: IBlock = {
2789
2553
  "row-gap": "xl",
2790
2554
  },
2791
2555
  },
2792
- "testimonial-text": {
2793
- color: "var(--color-text-1)",
2794
- "font-size": "lg",
2795
- "font-weight": 400,
2796
- tablet: {
2797
- "font-size": "2xl",
2798
- },
2799
- mobile: {
2800
- "font-size": "lg",
2801
- },
2802
- filter: "none",
2803
- },
2556
+ "testimonial-text": {},
2804
2557
  "author-wrapper": {
2805
2558
  display: "flex",
2806
2559
  "flex-direction": "row",
@@ -2814,563 +2567,114 @@ export const Testimonial4: IBlock = {
2814
2567
  },
2815
2568
  },
2816
2569
  "author-name": {
2817
- color: "var(--color-text-1)",
2818
- "font-size": "lg",
2819
- "font-weight": "bold",
2820
- mobile: {
2821
- "font-size": "lg",
2822
- },
2823
- filter: "none",
2570
+ "font-weight": 700,
2824
2571
  },
2825
- "author-position": {
2826
- color: "var(--color-text-2)",
2827
- "font-size": "base",
2828
- mobile: {
2829
- "font-size": "sm",
2830
- },
2831
- filter: "none",
2832
- "font-weight": 400,
2572
+ "author-position": {},
2573
+ },
2574
+ ],
2575
+ container: {},
2576
+ layout: {
2577
+ "background-color": "oklch(0.9266 0.0398 176.7693)",
2578
+ },
2579
+ "carousel-navigation-arrow-left_leftIcon": {
2580
+ filter: "none",
2581
+ height: "24px",
2582
+ width: "24px",
2583
+ "font-size": "24px",
2584
+ },
2585
+ "carousel-navigation-arrow-right_rightIcon": {
2586
+ height: "24px",
2587
+ width: "24px",
2588
+ "font-size": "24px",
2589
+ },
2590
+ description: {
2591
+ "text-align": "center",
2592
+ },
2593
+ },
2594
+ config: {
2595
+ testimonials_levoGroup: {
2596
+ carousel: {
2597
+ loop: true,
2598
+ },
2599
+ },
2600
+ "carousel-navigation-arrow-left": {
2601
+ button_icons: {
2602
+ left: {
2603
+ enabled: true,
2604
+ },
2605
+ },
2606
+ selectedVariants: {
2607
+ Button_Sizes: "XS",
2608
+ },
2609
+ },
2610
+ "carousel-navigation-arrow-right": {
2611
+ button_icons: {
2612
+ right: {
2613
+ enabled: true,
2833
2614
  },
2834
2615
  },
2616
+ },
2617
+ title: {
2618
+ selectedVariants: {
2619
+ Heading_Level: "H2",
2620
+ },
2621
+ },
2622
+ testimonials: [
2835
2623
  {
2836
- testimonial: {
2837
- display: "flex",
2838
- "box-shadow": "xl",
2839
- "border-radius": "3xl",
2840
- "align-items": "center",
2841
- overflow: "hidden",
2842
- tablet: {
2843
- "flex-direction": "column",
2624
+ "author-name": {
2625
+ heading: {
2626
+ level: "4",
2844
2627
  },
2845
- filter: "none",
2846
- "justify-content": "center",
2847
- width: "100%",
2848
- "column-gap": "none",
2849
- },
2850
- "cover-container": {
2851
- "max-width": "45%",
2852
- tablet: {
2853
- "max-width": "100%",
2628
+ selectedVariants: {
2629
+ Heading_Level: "H6",
2854
2630
  },
2855
2631
  },
2856
- cover: {
2857
- height: "100%",
2858
- width: "100%",
2859
- "object-fit": "contain",
2860
- tablet: {
2861
- "max-width": "100%",
2632
+ "testimonial-text": {
2633
+ selectedVariants: {
2634
+ Typography_Variants: "Large",
2862
2635
  },
2863
- filter: "none",
2864
2636
  },
2865
- cover_embed: {},
2866
- "testimonial-content-wrapper": {
2867
- display: "flex",
2868
- flex: "1",
2869
- "align-items": "center",
2870
- "row-gap": "none",
2871
- "column-gap": "none",
2872
- padding: "7xl",
2873
- tablet: {
2874
- flex: "unset",
2875
- padding: "4xl",
2876
- "border-top-right-radius": "0",
2877
- "border-bottom-left-radius": "3xl",
2878
- "border-bottom-right-radius": "3xl",
2637
+ "author-position": {
2638
+ selectedVariants: {},
2639
+ },
2640
+ },
2641
+ {
2642
+ "author-name": {
2643
+ selectedVariants: {
2644
+ Heading_Level: "H6",
2879
2645
  },
2880
- mobile: {
2881
- padding: "lg",
2646
+ heading: {
2647
+ level: "4",
2882
2648
  },
2883
- filter: "none",
2884
- "background-color": "white",
2885
- "padding-top": "9xl",
2886
- "padding-bottom": "9xl",
2887
- "padding-left": "xl",
2888
- "padding-right": "xl",
2889
- height: "max-content",
2890
2649
  },
2891
- "testimonial-content": {
2892
- display: "flex",
2893
- flex: "1",
2894
- "align-items": "flex-start",
2895
- "row-gap": "xl",
2896
- "column-gap": "sm",
2897
- mobile: {
2898
- "column-gap": "sm",
2650
+ "author-position": {
2651
+ selectedVariants: {},
2652
+ },
2653
+ "testimonial-text": {
2654
+ selectedVariants: {
2655
+ Typography_Variants: "Large",
2899
2656
  },
2900
2657
  },
2901
- icon: {
2902
- height: "auto",
2903
- width: "40px",
2904
- tablet: {
2905
- height: "auto",
2906
- width: "28px",
2658
+ },
2659
+ {
2660
+ "author-name": {
2661
+ selectedVariants: {
2662
+ Heading_Level: "H6",
2907
2663
  },
2908
- mobile: {
2909
- height: "auto",
2910
- width: "20px",
2664
+ heading: {
2665
+ level: "4",
2911
2666
  },
2912
- "margin-top": "7xl",
2913
2667
  },
2914
- "testimonial-info": {
2915
- display: "flex",
2916
- flex: "1",
2917
- "flex-direction": "column-reverse",
2918
- "row-gap": "base",
2919
- tablet: {
2920
- "row-gap": "xl",
2921
- },
2668
+ "author-position": {
2669
+ selectedVariants: {},
2922
2670
  },
2923
2671
  "testimonial-text": {
2924
- color: "var(--color-text-1)",
2925
- "font-size": "lg",
2926
- "font-weight": 400,
2927
- tablet: {
2928
- "font-size": "2xl",
2929
- },
2930
- mobile: {
2931
- "font-size": "lg",
2932
- },
2933
- filter: "none",
2934
- },
2935
- "author-wrapper": {
2936
- display: "flex",
2937
- "flex-direction": "column",
2938
- "row-gap": "4xs",
2939
- },
2940
- "author-name": {
2941
- color: "var(--color-text-1)",
2942
- "font-size": "xl",
2943
- "font-weight": "bold",
2944
- mobile: {
2945
- "font-size": "lg",
2672
+ selectedVariants: {
2673
+ Typography_Variants: "Large",
2946
2674
  },
2947
- filter: "none",
2948
- },
2949
- "author-position": {
2950
- color: "var(--color-text-2)",
2951
- "font-size": "base",
2952
- mobile: {
2953
- "font-size": "sm",
2954
- },
2955
- filter: "none",
2956
- "font-weight": 400,
2957
- },
2958
- },
2959
- {
2960
- testimonial: {
2961
- display: "flex",
2962
- "box-shadow": "xl",
2963
- "border-radius": "3xl",
2964
- "align-items": "center",
2965
- overflow: "hidden",
2966
- tablet: {
2967
- "flex-direction": "column",
2968
- },
2969
- filter: "none",
2970
- "justify-content": "center",
2971
- width: "100%",
2972
- "column-gap": "none",
2973
- },
2974
- "cover-container": {
2975
- "max-width": "45%",
2976
- tablet: {
2977
- "max-width": "100%",
2978
- },
2979
- },
2980
- cover: {
2981
- height: "100%",
2982
- width: "100%",
2983
- "object-fit": "contain",
2984
- tablet: {
2985
- "max-width": "100%",
2986
- },
2987
- filter: "none",
2988
- },
2989
- cover_embed: {},
2990
- "testimonial-content-wrapper": {
2991
- display: "flex",
2992
- flex: "1",
2993
- "align-items": "center",
2994
- "row-gap": "none",
2995
- "column-gap": "none",
2996
- padding: "7xl",
2997
- tablet: {
2998
- flex: "unset",
2999
- padding: "4xl",
3000
- "border-top-right-radius": "0",
3001
- "border-bottom-left-radius": "3xl",
3002
- "border-bottom-right-radius": "3xl",
3003
- },
3004
- mobile: {
3005
- padding: "lg",
3006
- },
3007
- filter: "none",
3008
- "background-color": "white",
3009
- "padding-top": "9xl",
3010
- "padding-bottom": "9xl",
3011
- "padding-left": "xl",
3012
- "padding-right": "xl",
3013
- height: "max-content",
3014
- },
3015
- "testimonial-content": {
3016
- display: "flex",
3017
- flex: "1",
3018
- "align-items": "flex-start",
3019
- "row-gap": "xl",
3020
- "column-gap": "sm",
3021
- mobile: {
3022
- "column-gap": "sm",
3023
- },
3024
- },
3025
- icon: {
3026
- height: "auto",
3027
- width: "40px",
3028
- tablet: {
3029
- height: "auto",
3030
- width: "28px",
3031
- },
3032
- mobile: {
3033
- height: "auto",
3034
- width: "20px",
3035
- },
3036
- "margin-top": "7xl",
3037
- },
3038
- "testimonial-info": {
3039
- display: "flex",
3040
- flex: "1",
3041
- "flex-direction": "column-reverse",
3042
- "row-gap": "base",
3043
- tablet: {
3044
- "row-gap": "xl",
3045
- },
3046
- },
3047
- "testimonial-text": {
3048
- color: "var(--color-text-1)",
3049
- "font-size": "lg",
3050
- "font-weight": 400,
3051
- tablet: {
3052
- "font-size": "2xl",
3053
- },
3054
- mobile: {
3055
- "font-size": "lg",
3056
- },
3057
- filter: "none",
3058
- },
3059
- "author-wrapper": {
3060
- display: "flex",
3061
- "flex-direction": "column",
3062
- "row-gap": "4xs",
3063
- },
3064
- "author-name": {
3065
- color: "var(--color-text-1)",
3066
- "font-size": "xl",
3067
- "font-weight": "bold",
3068
- mobile: {
3069
- "font-size": "lg",
3070
- },
3071
- filter: "none",
3072
- },
3073
- "author-position": {
3074
- color: "var(--color-text-2)",
3075
- "font-size": "base",
3076
- mobile: {
3077
- "font-size": "sm",
3078
- },
3079
- filter: "none",
3080
- "font-weight": 400,
3081
- },
3082
- },
3083
- {
3084
- testimonial: {
3085
- display: "flex",
3086
- "box-shadow": "xl",
3087
- "border-radius": "3xl",
3088
- "align-items": "stretch",
3089
- overflow: "hidden",
3090
- tablet: {
3091
- "flex-direction": "column",
3092
- },
3093
- filter: "none",
3094
- "justify-content": "space-between",
3095
- width: "100%",
3096
- },
3097
- "cover-container": {
3098
- "max-width": "45%",
3099
- tablet: {
3100
- "max-width": "100%",
3101
- },
3102
- },
3103
- cover: {
3104
- height: "100%",
3105
- width: "100%",
3106
- "object-fit": "contain",
3107
- tablet: {
3108
- "max-width": "100%",
3109
- },
3110
- filter: "none",
3111
- },
3112
- cover_embed: {},
3113
- "testimonial-content-wrapper": {
3114
- display: "flex",
3115
- flex: "1",
3116
- "align-items": "center",
3117
- "row-gap": "7xl",
3118
- "column-gap": "7xl",
3119
- "border-top-right-radius": "3xl",
3120
- "border-bottom-right-radius": "3xl",
3121
- padding: "7xl",
3122
- tablet: {
3123
- flex: "unset",
3124
- padding: "4xl",
3125
- "border-top-right-radius": "0",
3126
- "border-bottom-left-radius": "3xl",
3127
- "border-bottom-right-radius": "3xl",
3128
- },
3129
- mobile: {
3130
- padding: "lg",
3131
- },
3132
- filter: "none",
3133
- },
3134
- "testimonial-content": {
3135
- display: "flex",
3136
- flex: "1",
3137
- "align-items": "flex-start",
3138
- "row-gap": "xl",
3139
- "column-gap": "xl",
3140
- mobile: {
3141
- "column-gap": "sm",
3142
- },
3143
- },
3144
- icon: {
3145
- height: "auto",
3146
- width: "40px",
3147
- tablet: {
3148
- height: "auto",
3149
- width: "28px",
3150
- },
3151
- mobile: {
3152
- height: "auto",
3153
- width: "20px",
3154
- },
3155
- },
3156
- "testimonial-info": {
3157
- display: "flex",
3158
- flex: "1",
3159
- "flex-direction": "column",
3160
- "row-gap": "7xl",
3161
- tablet: {
3162
- "row-gap": "xl",
3163
- },
3164
- },
3165
- "testimonial-text": {
3166
- color: "var(--color-text-1)",
3167
- "font-size": "lg",
3168
- "font-weight": 400,
3169
- tablet: {
3170
- "font-size": "2xl",
3171
- },
3172
- mobile: {
3173
- "font-size": "lg",
3174
- },
3175
- filter: "none",
3176
- },
3177
- "author-wrapper": {
3178
- display: "flex",
3179
- "flex-direction": "column",
3180
- "row-gap": "4xs",
3181
- },
3182
- "author-name": {
3183
- color: "var(--color-text-1)",
3184
- "font-size": "xl",
3185
- "font-weight": "bold",
3186
- mobile: {
3187
- "font-size": "lg",
3188
- },
3189
- filter: "none",
3190
- },
3191
- "author-position": {
3192
- color: "var(--color-text-2)",
3193
- "font-size": "base",
3194
- mobile: {
3195
- "font-size": "sm",
3196
- },
3197
- filter: "none",
3198
- "font-weight": 400,
3199
- },
3200
- },
3201
- {
3202
- testimonial: {
3203
- display: "flex",
3204
- "box-shadow": "xl",
3205
- "border-radius": "3xl",
3206
- "align-items": "stretch",
3207
- overflow: "hidden",
3208
- tablet: {
3209
- "flex-direction": "column",
3210
- },
3211
- filter: "none",
3212
- "justify-content": "space-between",
3213
- width: "100%",
3214
- },
3215
- "cover-container": {
3216
- "max-width": "45%",
3217
- tablet: {
3218
- "max-width": "100%",
3219
- },
3220
- },
3221
- cover: {
3222
- height: "100%",
3223
- width: "100%",
3224
- "object-fit": "contain",
3225
- tablet: {
3226
- "max-width": "100%",
3227
- },
3228
- filter: "none",
3229
- },
3230
- cover_embed: {},
3231
- "testimonial-content-wrapper": {
3232
- display: "flex",
3233
- flex: "1",
3234
- "align-items": "center",
3235
- "row-gap": "7xl",
3236
- "column-gap": "7xl",
3237
- "border-top-right-radius": "3xl",
3238
- "border-bottom-right-radius": "3xl",
3239
- padding: "7xl",
3240
- tablet: {
3241
- flex: "unset",
3242
- padding: "4xl",
3243
- "border-top-right-radius": "0",
3244
- "border-bottom-left-radius": "3xl",
3245
- "border-bottom-right-radius": "3xl",
3246
- },
3247
- mobile: {
3248
- padding: "lg",
3249
- },
3250
- filter: "none",
3251
- },
3252
- "testimonial-content": {
3253
- display: "flex",
3254
- flex: "1",
3255
- "align-items": "flex-start",
3256
- "row-gap": "xl",
3257
- "column-gap": "xl",
3258
- mobile: {
3259
- "column-gap": "sm",
3260
- },
3261
- },
3262
- icon: {
3263
- height: "auto",
3264
- width: "40px",
3265
- tablet: {
3266
- height: "auto",
3267
- width: "28px",
3268
- },
3269
- mobile: {
3270
- height: "auto",
3271
- width: "20px",
3272
- },
3273
- },
3274
- "testimonial-info": {
3275
- display: "flex",
3276
- flex: "1",
3277
- "flex-direction": "column",
3278
- "row-gap": "7xl",
3279
- tablet: {
3280
- "row-gap": "xl",
3281
- },
3282
- },
3283
- "testimonial-text": {
3284
- color: "var(--color-text-1)",
3285
- "font-size": "lg",
3286
- "font-weight": 400,
3287
- tablet: {
3288
- "font-size": "2xl",
3289
- },
3290
- mobile: {
3291
- "font-size": "lg",
3292
- },
3293
- filter: "none",
3294
- },
3295
- "author-wrapper": {
3296
- display: "flex",
3297
- "flex-direction": "column",
3298
- "row-gap": "4xs",
3299
- },
3300
- "author-name": {
3301
- color: "var(--color-text-1)",
3302
- "font-size": "xl",
3303
- "font-weight": "bold",
3304
- mobile: {
3305
- "font-size": "lg",
3306
- },
3307
- filter: "none",
3308
- },
3309
- "author-position": {
3310
- color: "var(--color-text-2)",
3311
- "font-size": "base",
3312
- mobile: {
3313
- "font-size": "sm",
3314
- },
3315
- filter: "none",
3316
- "font-weight": 400,
3317
2675
  },
3318
2676
  },
3319
2677
  ],
3320
- container: {
3321
- filter: "none",
3322
- mobile: {
3323
- filter: "none",
3324
- },
3325
- tablet: {
3326
- filter: "none",
3327
- },
3328
- },
3329
- layout: {
3330
- filter: "none",
3331
- "background-color": "oklch(0.9266 0.0398 176.7693)",
3332
- },
3333
- "carousel-navigation-arrow-left_leftIcon": {
3334
- filter: "none",
3335
- height: "24px",
3336
- width: "24px",
3337
- "font-size": "24px",
3338
- },
3339
- "carousel-navigation-arrow-right_rightIcon": {
3340
- height: "24px",
3341
- width: "24px",
3342
- "font-size": "24px",
3343
- },
3344
- },
3345
- config: {
3346
- testimonials_levoGroup: {
3347
- carousel: {
3348
- loop: true,
3349
- },
3350
- },
3351
- "carousel-navigation-arrow-left": {
3352
- button_icons: {
3353
- left: {
3354
- enabled: true,
3355
- },
3356
- },
3357
- selectedVariants: {
3358
- Button_Sizes: "XS",
3359
- },
3360
- },
3361
- "carousel-navigation-arrow-right": {
3362
- button_icons: {
3363
- right: {
3364
- enabled: true,
3365
- },
3366
- },
3367
- },
3368
-
3369
- title: {
3370
- selectedVariants: {
3371
- Heading_Level: "H2",
3372
- },
3373
- },
3374
2678
  },
3375
2679
  content: DEFAULT_CONTENT_VARIANT_3,
3376
2680
  },