@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.
- package/package.json +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -20,6 +20,55 @@ import type { IBlock } from "@levo-so/studio";
|
|
|
20
20
|
// updated_by: null,
|
|
21
21
|
// };
|
|
22
22
|
|
|
23
|
+
const MEDIA_AVATAR_1 = {
|
|
24
|
+
id: "XZbHmbcwZ2gNx",
|
|
25
|
+
filename: "testimonial-5-variant-2-avatar-1.png",
|
|
26
|
+
kind: "image",
|
|
27
|
+
location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY.png",
|
|
28
|
+
srcset: {
|
|
29
|
+
"1080w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp",
|
|
31
|
+
"1200w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp",
|
|
33
|
+
"1920w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp",
|
|
35
|
+
"320w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp",
|
|
37
|
+
"640w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp",
|
|
39
|
+
"750w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp",
|
|
41
|
+
"828w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp",
|
|
43
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp 750w",
|
|
44
|
+
},
|
|
45
|
+
mimetype: "image/png",
|
|
46
|
+
};
|
|
47
|
+
const MEDIA_AVATAR_2 = {
|
|
48
|
+
id: "yCrWP3F9YWc0q",
|
|
49
|
+
filename: "testimonial-5-variant-2-avatar-2.png",
|
|
50
|
+
kind: "image",
|
|
51
|
+
location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC.png",
|
|
52
|
+
srcset: {
|
|
53
|
+
"1080w":
|
|
54
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp",
|
|
55
|
+
"1200w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp",
|
|
57
|
+
"1920w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp",
|
|
59
|
+
"320w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp",
|
|
61
|
+
"640w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp",
|
|
63
|
+
"750w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp",
|
|
65
|
+
"828w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp",
|
|
67
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp 1920w",
|
|
68
|
+
},
|
|
69
|
+
mimetype: "image/png",
|
|
70
|
+
};
|
|
71
|
+
|
|
23
72
|
const DEFAULT_CONTENT = {
|
|
24
73
|
layout: null,
|
|
25
74
|
container: null,
|
|
@@ -34,23 +83,15 @@ const DEFAULT_CONTENT = {
|
|
|
34
83
|
id: "VbXqqm7bqTgoM",
|
|
35
84
|
filename: "image.png",
|
|
36
85
|
kind: "image",
|
|
37
|
-
location:
|
|
38
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
86
|
+
location: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
39
87
|
srcset: {
|
|
40
|
-
"1080w":
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
48
|
-
"640w":
|
|
49
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
50
|
-
"750w":
|
|
51
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
52
|
-
"828w":
|
|
53
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
88
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
|
|
89
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
|
|
90
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
|
|
91
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
92
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
93
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
94
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
54
95
|
path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
|
|
55
96
|
},
|
|
56
97
|
mimetype: "image/png",
|
|
@@ -66,14 +107,8 @@ const DEFAULT_CONTENT = {
|
|
|
66
107
|
"author-name": "Michael Chen",
|
|
67
108
|
"author-position": "Member since 2023",
|
|
68
109
|
"author-avatar": {
|
|
69
|
-
kind: "
|
|
70
|
-
data:
|
|
71
|
-
id: "profile-circle",
|
|
72
|
-
label: "Profile Circle",
|
|
73
|
-
tags: ["circle", "custom", "profile", "users"],
|
|
74
|
-
svgCode:
|
|
75
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 22.7499C9.30984 22.7499 6.73984 21.7499 4.74984 19.9299C4.56984 19.7699 4.48984 19.5299 4.50984 19.2999C4.63984 18.1099 5.37984 16.9999 6.60984 16.1799C9.58984 14.1999 14.4198 14.1999 17.3898 16.1799C18.6198 17.0099 19.3598 18.1099 19.4898 19.2999C19.5198 19.5399 19.4298 19.7699 19.2498 19.9299C17.2598 21.7499 14.6898 22.7499 11.9998 22.7499ZM6.07984 19.0999C7.73984 20.4899 9.82984 21.2499 11.9998 21.2499C14.1698 21.2499 16.2598 20.4899 17.9198 19.0999C17.7398 18.4899 17.2598 17.8999 16.5498 17.4199C14.0898 15.7799 9.91984 15.7799 7.43984 17.4199C6.72984 17.8999 6.25984 18.4899 6.07984 19.0999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
76
|
-
},
|
|
110
|
+
kind: "custom",
|
|
111
|
+
data: MEDIA_AVATAR_1,
|
|
77
112
|
},
|
|
78
113
|
},
|
|
79
114
|
{
|
|
@@ -85,23 +120,15 @@ const DEFAULT_CONTENT = {
|
|
|
85
120
|
id: "VbXqqm7bqTgoM",
|
|
86
121
|
filename: "image.png",
|
|
87
122
|
kind: "image",
|
|
88
|
-
location:
|
|
89
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
123
|
+
location: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
90
124
|
srcset: {
|
|
91
|
-
"1080w":
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
99
|
-
"640w":
|
|
100
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
101
|
-
"750w":
|
|
102
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
103
|
-
"828w":
|
|
104
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
125
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
|
|
126
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
|
|
127
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
|
|
128
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
129
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
130
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
131
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
105
132
|
path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
|
|
106
133
|
},
|
|
107
134
|
mimetype: "image/png",
|
|
@@ -117,14 +144,8 @@ const DEFAULT_CONTENT = {
|
|
|
117
144
|
"author-name": "Michael Chen",
|
|
118
145
|
"author-position": "Member since 2023",
|
|
119
146
|
"author-avatar": {
|
|
120
|
-
kind: "
|
|
121
|
-
data:
|
|
122
|
-
id: "profile-circle",
|
|
123
|
-
label: "Profile Circle",
|
|
124
|
-
tags: ["circle", "custom", "profile", "users"],
|
|
125
|
-
svgCode:
|
|
126
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 22.7499C9.30984 22.7499 6.73984 21.7499 4.74984 19.9299C4.56984 19.7699 4.48984 19.5299 4.50984 19.2999C4.63984 18.1099 5.37984 16.9999 6.60984 16.1799C9.58984 14.1999 14.4198 14.1999 17.3898 16.1799C18.6198 17.0099 19.3598 18.1099 19.4898 19.2999C19.5198 19.5399 19.4298 19.7699 19.2498 19.9299C17.2598 21.7499 14.6898 22.7499 11.9998 22.7499ZM6.07984 19.0999C7.73984 20.4899 9.82984 21.2499 11.9998 21.2499C14.1698 21.2499 16.2598 20.4899 17.9198 19.0999C17.7398 18.4899 17.2598 17.8999 16.5498 17.4199C14.0898 15.7799 9.91984 15.7799 7.43984 17.4199C6.72984 17.8999 6.25984 18.4899 6.07984 19.0999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
127
|
-
},
|
|
147
|
+
kind: "custom",
|
|
148
|
+
data: MEDIA_AVATAR_2,
|
|
128
149
|
},
|
|
129
150
|
},
|
|
130
151
|
{
|
|
@@ -136,23 +157,15 @@ const DEFAULT_CONTENT = {
|
|
|
136
157
|
id: "VbXqqm7bqTgoM",
|
|
137
158
|
filename: "image.png",
|
|
138
159
|
kind: "image",
|
|
139
|
-
location:
|
|
140
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
160
|
+
location: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
141
161
|
srcset: {
|
|
142
|
-
"1080w":
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
150
|
-
"640w":
|
|
151
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
152
|
-
"750w":
|
|
153
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
154
|
-
"828w":
|
|
155
|
-
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
162
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
|
|
163
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
|
|
164
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
|
|
165
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
166
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
167
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
168
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
156
169
|
path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
|
|
157
170
|
},
|
|
158
171
|
mimetype: "image/png",
|
|
@@ -168,14 +181,8 @@ const DEFAULT_CONTENT = {
|
|
|
168
181
|
"author-name": "Michael Chen",
|
|
169
182
|
"author-position": "Member since 2023",
|
|
170
183
|
"author-avatar": {
|
|
171
|
-
kind: "
|
|
172
|
-
data:
|
|
173
|
-
id: "profile-circle",
|
|
174
|
-
label: "Profile Circle",
|
|
175
|
-
tags: ["circle", "custom", "profile", "users"],
|
|
176
|
-
svgCode:
|
|
177
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 22.7499C9.30984 22.7499 6.73984 21.7499 4.74984 19.9299C4.56984 19.7699 4.48984 19.5299 4.50984 19.2999C4.63984 18.1099 5.37984 16.9999 6.60984 16.1799C9.58984 14.1999 14.4198 14.1999 17.3898 16.1799C18.6198 17.0099 19.3598 18.1099 19.4898 19.2999C19.5198 19.5399 19.4298 19.7699 19.2498 19.9299C17.2598 21.7499 14.6898 22.7499 11.9998 22.7499ZM6.07984 19.0999C7.73984 20.4899 9.82984 21.2499 11.9998 21.2499C14.1698 21.2499 16.2598 20.4899 17.9198 19.0999C17.7398 18.4899 17.2598 17.8999 16.5498 17.4199C14.0898 15.7799 9.91984 15.7799 7.43984 17.4199C6.72984 17.8999 6.25984 18.4899 6.07984 19.0999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
178
|
-
},
|
|
184
|
+
kind: "custom",
|
|
185
|
+
data: MEDIA_AVATAR_1,
|
|
179
186
|
},
|
|
180
187
|
},
|
|
181
188
|
],
|
|
@@ -368,7 +375,7 @@ export const Testimonial6: IBlock = {
|
|
|
368
375
|
{
|
|
369
376
|
key: "author-name",
|
|
370
377
|
label: "Author Name",
|
|
371
|
-
field_interface: "
|
|
378
|
+
field_interface: "HeadingWidget",
|
|
372
379
|
},
|
|
373
380
|
{
|
|
374
381
|
key: "author-position",
|
|
@@ -388,14 +395,8 @@ export const Testimonial6: IBlock = {
|
|
|
388
395
|
key: "default",
|
|
389
396
|
title: "Default",
|
|
390
397
|
styles: {
|
|
391
|
-
layout: {
|
|
392
|
-
|
|
393
|
-
"padding-bottom": "3xl",
|
|
394
|
-
},
|
|
395
|
-
container: {
|
|
396
|
-
"margin-left": "auto",
|
|
397
|
-
"margin-right": "auto",
|
|
398
|
-
},
|
|
398
|
+
layout: {},
|
|
399
|
+
container: {},
|
|
399
400
|
testimonials_levoGroup: {
|
|
400
401
|
number_of_slides: 1,
|
|
401
402
|
},
|
|
@@ -441,10 +442,7 @@ export const Testimonial6: IBlock = {
|
|
|
441
442
|
"margin-bottom": "2xl",
|
|
442
443
|
},
|
|
443
444
|
"testimonial-text": {
|
|
444
|
-
"font-
|
|
445
|
-
"line-height": "1.6",
|
|
446
|
-
color: "text-1",
|
|
447
|
-
"font-weight": "400",
|
|
445
|
+
"font-weight": 400,
|
|
448
446
|
},
|
|
449
447
|
"bottom-section": {
|
|
450
448
|
display: "flex",
|
|
@@ -466,16 +464,9 @@ export const Testimonial6: IBlock = {
|
|
|
466
464
|
"align-items": "flex-start",
|
|
467
465
|
},
|
|
468
466
|
"author-name": {
|
|
469
|
-
"font-
|
|
470
|
-
"font-weight": "600",
|
|
471
|
-
color: "text-1",
|
|
472
|
-
"margin-bottom": "xs",
|
|
473
|
-
},
|
|
474
|
-
"author-position": {
|
|
475
|
-
"font-size": "sm",
|
|
476
|
-
color: "text-2",
|
|
477
|
-
"font-weight": "400",
|
|
467
|
+
"font-weight": 600,
|
|
478
468
|
},
|
|
469
|
+
"author-position": {},
|
|
479
470
|
"author-avatar": {
|
|
480
471
|
width: "48px",
|
|
481
472
|
height: "48px",
|
|
@@ -524,10 +515,7 @@ export const Testimonial6: IBlock = {
|
|
|
524
515
|
"margin-bottom": "2xl",
|
|
525
516
|
},
|
|
526
517
|
"testimonial-text": {
|
|
527
|
-
"font-
|
|
528
|
-
"line-height": "1.6",
|
|
529
|
-
color: "text-1",
|
|
530
|
-
"font-weight": "400",
|
|
518
|
+
"font-weight": 400,
|
|
531
519
|
},
|
|
532
520
|
"bottom-section": {
|
|
533
521
|
display: "flex",
|
|
@@ -549,16 +537,9 @@ export const Testimonial6: IBlock = {
|
|
|
549
537
|
"align-items": "flex-start",
|
|
550
538
|
},
|
|
551
539
|
"author-name": {
|
|
552
|
-
"font-
|
|
553
|
-
"font-weight": "600",
|
|
554
|
-
color: "text-1",
|
|
555
|
-
"margin-bottom": "xs",
|
|
556
|
-
},
|
|
557
|
-
"author-position": {
|
|
558
|
-
"font-size": "sm",
|
|
559
|
-
color: "text-2",
|
|
560
|
-
"font-weight": "400",
|
|
540
|
+
"font-weight": 600,
|
|
561
541
|
},
|
|
542
|
+
"author-position": {},
|
|
562
543
|
"author-avatar": {
|
|
563
544
|
width: "48px",
|
|
564
545
|
height: "48px",
|
|
@@ -607,10 +588,7 @@ export const Testimonial6: IBlock = {
|
|
|
607
588
|
"margin-bottom": "2xl",
|
|
608
589
|
},
|
|
609
590
|
"testimonial-text": {
|
|
610
|
-
"font-
|
|
611
|
-
"line-height": "1.6",
|
|
612
|
-
color: "text-1",
|
|
613
|
-
"font-weight": "400",
|
|
591
|
+
"font-weight": 400,
|
|
614
592
|
},
|
|
615
593
|
"bottom-section": {
|
|
616
594
|
display: "flex",
|
|
@@ -632,164 +610,9 @@ export const Testimonial6: IBlock = {
|
|
|
632
610
|
"align-items": "flex-start",
|
|
633
611
|
},
|
|
634
612
|
"author-name": {
|
|
635
|
-
"font-
|
|
636
|
-
"font-weight": "600",
|
|
637
|
-
color: "text-1",
|
|
638
|
-
"margin-bottom": "xs",
|
|
639
|
-
},
|
|
640
|
-
"author-position": {
|
|
641
|
-
"font-size": "sm",
|
|
642
|
-
color: "text-2",
|
|
643
|
-
"font-weight": "400",
|
|
644
|
-
},
|
|
645
|
-
"author-avatar": {
|
|
646
|
-
width: "48px",
|
|
647
|
-
height: "48px",
|
|
648
|
-
"border-radius": "base",
|
|
649
|
-
"object-fit": "cover",
|
|
650
|
-
},
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
testimonial: {
|
|
654
|
-
display: "flex",
|
|
655
|
-
"align-items": "flex-start",
|
|
656
|
-
"column-gap": "2xl",
|
|
657
|
-
"border-radius": "xl",
|
|
658
|
-
"padding-top": "2xl",
|
|
659
|
-
"padding-bottom": "2xl",
|
|
660
|
-
"padding-left": "2xl",
|
|
661
|
-
"padding-right": "2xl",
|
|
662
|
-
"margin-left": "auto",
|
|
663
|
-
"margin-right": "auto",
|
|
664
|
-
"max-width": "100%",
|
|
665
|
-
},
|
|
666
|
-
"icon-container": {
|
|
667
|
-
"flex-shrink": "0",
|
|
668
|
-
display: "flex",
|
|
669
|
-
"align-items": "flex-start",
|
|
670
|
-
"justify-content": "center",
|
|
671
|
-
"padding-top": "xs",
|
|
672
|
-
},
|
|
673
|
-
icon: {
|
|
674
|
-
width: "48px",
|
|
675
|
-
height: "48px",
|
|
676
|
-
},
|
|
677
|
-
"content-container": {
|
|
678
|
-
flex: "1",
|
|
679
|
-
display: "flex",
|
|
680
|
-
"flex-direction": "column",
|
|
681
|
-
"justify-content": "space-between",
|
|
682
|
-
"min-height": "200px",
|
|
683
|
-
},
|
|
684
|
-
"testimonial-content": {
|
|
685
|
-
"margin-bottom": "2xl",
|
|
686
|
-
},
|
|
687
|
-
"testimonial-text": {
|
|
688
|
-
"font-size": "xl",
|
|
689
|
-
"line-height": "1.6",
|
|
690
|
-
color: "text-1",
|
|
691
|
-
"font-weight": "400",
|
|
692
|
-
},
|
|
693
|
-
"bottom-section": {
|
|
694
|
-
display: "flex",
|
|
695
|
-
"justify-content": "flex-start",
|
|
696
|
-
"align-items": "center",
|
|
697
|
-
},
|
|
698
|
-
"author-section": {
|
|
699
|
-
display: "flex",
|
|
700
|
-
"align-items": "center",
|
|
701
|
-
"column-gap": "base",
|
|
702
|
-
},
|
|
703
|
-
"author-info": {
|
|
704
|
-
display: "flex",
|
|
705
|
-
"flex-direction": "column",
|
|
706
|
-
"align-items": "flex-start",
|
|
707
|
-
},
|
|
708
|
-
"author-name": {
|
|
709
|
-
"font-size": "lg",
|
|
710
|
-
"font-weight": "600",
|
|
711
|
-
color: "text-1",
|
|
712
|
-
"margin-bottom": "xs",
|
|
713
|
-
},
|
|
714
|
-
"author-position": {
|
|
715
|
-
"font-size": "sm",
|
|
716
|
-
color: "text-2",
|
|
717
|
-
"font-weight": "400",
|
|
718
|
-
},
|
|
719
|
-
"author-avatar": {
|
|
720
|
-
width: "48px",
|
|
721
|
-
height: "48px",
|
|
722
|
-
"border-radius": "base",
|
|
723
|
-
"object-fit": "cover",
|
|
724
|
-
},
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
testimonial: {
|
|
728
|
-
display: "flex",
|
|
729
|
-
"align-items": "flex-start",
|
|
730
|
-
"column-gap": "2xl",
|
|
731
|
-
"border-radius": "xl",
|
|
732
|
-
"padding-top": "2xl",
|
|
733
|
-
"padding-bottom": "2xl",
|
|
734
|
-
"padding-left": "2xl",
|
|
735
|
-
"padding-right": "2xl",
|
|
736
|
-
"margin-left": "auto",
|
|
737
|
-
"margin-right": "auto",
|
|
738
|
-
"max-width": "100%",
|
|
739
|
-
},
|
|
740
|
-
"icon-container": {
|
|
741
|
-
"flex-shrink": "0",
|
|
742
|
-
display: "flex",
|
|
743
|
-
"align-items": "flex-start",
|
|
744
|
-
"justify-content": "center",
|
|
745
|
-
"padding-top": "xs",
|
|
746
|
-
},
|
|
747
|
-
icon: {
|
|
748
|
-
width: "48px",
|
|
749
|
-
height: "48px",
|
|
750
|
-
},
|
|
751
|
-
"content-container": {
|
|
752
|
-
flex: "1",
|
|
753
|
-
display: "flex",
|
|
754
|
-
"flex-direction": "column",
|
|
755
|
-
"justify-content": "space-between",
|
|
756
|
-
"min-height": "200px",
|
|
757
|
-
},
|
|
758
|
-
"testimonial-content": {
|
|
759
|
-
"margin-bottom": "2xl",
|
|
760
|
-
},
|
|
761
|
-
"testimonial-text": {
|
|
762
|
-
"font-size": "xl",
|
|
763
|
-
"line-height": "1.6",
|
|
764
|
-
color: "text-1",
|
|
765
|
-
"font-weight": "400",
|
|
766
|
-
},
|
|
767
|
-
"bottom-section": {
|
|
768
|
-
display: "flex",
|
|
769
|
-
"justify-content": "flex-start",
|
|
770
|
-
"align-items": "center",
|
|
771
|
-
},
|
|
772
|
-
"author-section": {
|
|
773
|
-
display: "flex",
|
|
774
|
-
"align-items": "center",
|
|
775
|
-
"column-gap": "base",
|
|
776
|
-
},
|
|
777
|
-
"author-info": {
|
|
778
|
-
display: "flex",
|
|
779
|
-
"flex-direction": "column",
|
|
780
|
-
"align-items": "flex-start",
|
|
781
|
-
},
|
|
782
|
-
"author-name": {
|
|
783
|
-
"font-size": "lg",
|
|
784
|
-
"font-weight": "600",
|
|
785
|
-
color: "text-1",
|
|
786
|
-
"margin-bottom": "xs",
|
|
787
|
-
},
|
|
788
|
-
"author-position": {
|
|
789
|
-
"font-size": "sm",
|
|
790
|
-
color: "text-2",
|
|
791
|
-
"font-weight": "400",
|
|
613
|
+
"font-weight": 600,
|
|
792
614
|
},
|
|
615
|
+
"author-position": {},
|
|
793
616
|
"author-avatar": {
|
|
794
617
|
width: "48px",
|
|
795
618
|
height: "48px",
|
|
@@ -1066,20 +889,76 @@ export const Testimonial6: IBlock = {
|
|
|
1066
889
|
},
|
|
1067
890
|
},
|
|
1068
891
|
},
|
|
892
|
+
testimonials: [
|
|
893
|
+
{
|
|
894
|
+
"testimonial-text": {
|
|
895
|
+
selectedVariants: {
|
|
896
|
+
Typography_Variants: "Lead",
|
|
897
|
+
},
|
|
898
|
+
},
|
|
899
|
+
"author-position": {
|
|
900
|
+
selectedVariants: {
|
|
901
|
+
Typography_Variants: "Small",
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
"author-name": {
|
|
905
|
+
heading: {
|
|
906
|
+
level: "4",
|
|
907
|
+
},
|
|
908
|
+
selectedVariants: {
|
|
909
|
+
Heading_Level: "H6",
|
|
910
|
+
},
|
|
911
|
+
},
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"author-position": {
|
|
915
|
+
selectedVariants: {
|
|
916
|
+
Typography_Variants: "Small",
|
|
917
|
+
},
|
|
918
|
+
},
|
|
919
|
+
"testimonial-text": {
|
|
920
|
+
selectedVariants: {
|
|
921
|
+
Typography_Variants: "Lead",
|
|
922
|
+
},
|
|
923
|
+
},
|
|
924
|
+
"author-name": {
|
|
925
|
+
selectedVariants: {
|
|
926
|
+
Heading_Level: "H6",
|
|
927
|
+
},
|
|
928
|
+
heading: {
|
|
929
|
+
level: "4",
|
|
930
|
+
},
|
|
931
|
+
},
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"author-position": {
|
|
935
|
+
selectedVariants: {
|
|
936
|
+
Typography_Variants: "Small",
|
|
937
|
+
},
|
|
938
|
+
},
|
|
939
|
+
"testimonial-text": {
|
|
940
|
+
selectedVariants: {
|
|
941
|
+
Typography_Variants: "Lead",
|
|
942
|
+
},
|
|
943
|
+
},
|
|
944
|
+
"author-name": {
|
|
945
|
+
selectedVariants: {
|
|
946
|
+
Heading_Level: "H6",
|
|
947
|
+
},
|
|
948
|
+
heading: {
|
|
949
|
+
level: "4",
|
|
950
|
+
},
|
|
951
|
+
},
|
|
952
|
+
},
|
|
953
|
+
],
|
|
1069
954
|
},
|
|
1070
955
|
},
|
|
1071
956
|
{
|
|
1072
957
|
key: "side-navigation",
|
|
1073
958
|
title: "Side Navigation",
|
|
1074
959
|
styles: {
|
|
1075
|
-
layout: {
|
|
1076
|
-
|
|
1077
|
-
"padding-bottom": "3xl",
|
|
1078
|
-
},
|
|
1079
|
-
container: {
|
|
1080
|
-
"margin-left": "auto",
|
|
1081
|
-
"margin-right": "auto",
|
|
1082
|
-
},
|
|
960
|
+
layout: {},
|
|
961
|
+
container: {},
|
|
1083
962
|
"carousel-container": {
|
|
1084
963
|
display: "flex",
|
|
1085
964
|
"align-items": "center",
|
|
@@ -1126,10 +1005,7 @@ export const Testimonial6: IBlock = {
|
|
|
1126
1005
|
"margin-bottom": "2xl",
|
|
1127
1006
|
},
|
|
1128
1007
|
"testimonial-text": {
|
|
1129
|
-
"font-
|
|
1130
|
-
"line-height": "1.6",
|
|
1131
|
-
color: "text-1",
|
|
1132
|
-
"font-weight": "400",
|
|
1008
|
+
"font-weight": 400,
|
|
1133
1009
|
},
|
|
1134
1010
|
"bottom-section": {
|
|
1135
1011
|
display: "flex",
|
|
@@ -1147,16 +1023,9 @@ export const Testimonial6: IBlock = {
|
|
|
1147
1023
|
"align-items": "flex-start",
|
|
1148
1024
|
},
|
|
1149
1025
|
"author-name": {
|
|
1150
|
-
"font-
|
|
1151
|
-
"font-weight": "600",
|
|
1152
|
-
color: "text-1",
|
|
1153
|
-
"margin-bottom": "xs",
|
|
1154
|
-
},
|
|
1155
|
-
"author-position": {
|
|
1156
|
-
"font-size": "sm",
|
|
1157
|
-
color: "text-2",
|
|
1158
|
-
"font-weight": "400",
|
|
1026
|
+
"font-weight": 600,
|
|
1159
1027
|
},
|
|
1028
|
+
"author-position": {},
|
|
1160
1029
|
"author-avatar": {
|
|
1161
1030
|
width: "48px",
|
|
1162
1031
|
height: "48px",
|
|
@@ -1200,10 +1069,7 @@ export const Testimonial6: IBlock = {
|
|
|
1200
1069
|
"margin-bottom": "2xl",
|
|
1201
1070
|
},
|
|
1202
1071
|
"testimonial-text": {
|
|
1203
|
-
"font-
|
|
1204
|
-
"line-height": "1.6",
|
|
1205
|
-
color: "text-1",
|
|
1206
|
-
"font-weight": "400",
|
|
1072
|
+
"font-weight": 400,
|
|
1207
1073
|
},
|
|
1208
1074
|
"bottom-section": {
|
|
1209
1075
|
display: "flex",
|
|
@@ -1221,16 +1087,9 @@ export const Testimonial6: IBlock = {
|
|
|
1221
1087
|
"align-items": "flex-start",
|
|
1222
1088
|
},
|
|
1223
1089
|
"author-name": {
|
|
1224
|
-
"font-
|
|
1225
|
-
"font-weight": "600",
|
|
1226
|
-
color: "text-1",
|
|
1227
|
-
"margin-bottom": "xs",
|
|
1228
|
-
},
|
|
1229
|
-
"author-position": {
|
|
1230
|
-
"font-size": "sm",
|
|
1231
|
-
color: "text-2",
|
|
1232
|
-
"font-weight": "400",
|
|
1090
|
+
"font-weight": 600,
|
|
1233
1091
|
},
|
|
1092
|
+
"author-position": {},
|
|
1234
1093
|
"author-avatar": {
|
|
1235
1094
|
width: "48px",
|
|
1236
1095
|
height: "48px",
|
|
@@ -1274,10 +1133,7 @@ export const Testimonial6: IBlock = {
|
|
|
1274
1133
|
"margin-bottom": "2xl",
|
|
1275
1134
|
},
|
|
1276
1135
|
"testimonial-text": {
|
|
1277
|
-
"font-
|
|
1278
|
-
"line-height": "1.6",
|
|
1279
|
-
color: "text-1",
|
|
1280
|
-
"font-weight": "400",
|
|
1136
|
+
"font-weight": 400,
|
|
1281
1137
|
},
|
|
1282
1138
|
"bottom-section": {
|
|
1283
1139
|
display: "flex",
|
|
@@ -1295,16 +1151,9 @@ export const Testimonial6: IBlock = {
|
|
|
1295
1151
|
"align-items": "flex-start",
|
|
1296
1152
|
},
|
|
1297
1153
|
"author-name": {
|
|
1298
|
-
"font-
|
|
1299
|
-
"font-weight": "600",
|
|
1300
|
-
color: "text-1",
|
|
1301
|
-
"margin-bottom": "xs",
|
|
1302
|
-
},
|
|
1303
|
-
"author-position": {
|
|
1304
|
-
"font-size": "sm",
|
|
1305
|
-
color: "text-2",
|
|
1306
|
-
"font-weight": "400",
|
|
1154
|
+
"font-weight": 600,
|
|
1307
1155
|
},
|
|
1156
|
+
"author-position": {},
|
|
1308
1157
|
"author-avatar": {
|
|
1309
1158
|
width: "48px",
|
|
1310
1159
|
height: "48px",
|
|
@@ -1666,6 +1515,68 @@ export const Testimonial6: IBlock = {
|
|
|
1666
1515
|
},
|
|
1667
1516
|
},
|
|
1668
1517
|
},
|
|
1518
|
+
testimonials: [
|
|
1519
|
+
{
|
|
1520
|
+
"testimonial-text": {
|
|
1521
|
+
selectedVariants: {
|
|
1522
|
+
Typography_Variants: "Lead",
|
|
1523
|
+
},
|
|
1524
|
+
},
|
|
1525
|
+
"author-name": {
|
|
1526
|
+
heading: {
|
|
1527
|
+
level: "4",
|
|
1528
|
+
},
|
|
1529
|
+
selectedVariants: {
|
|
1530
|
+
Heading_Level: "H6",
|
|
1531
|
+
},
|
|
1532
|
+
},
|
|
1533
|
+
"author-position": {
|
|
1534
|
+
selectedVariants: {
|
|
1535
|
+
Typography_Variants: "Small",
|
|
1536
|
+
},
|
|
1537
|
+
},
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"author-position": {
|
|
1541
|
+
selectedVariants: {
|
|
1542
|
+
Typography_Variants: "Small",
|
|
1543
|
+
},
|
|
1544
|
+
},
|
|
1545
|
+
"author-name": {
|
|
1546
|
+
selectedVariants: {
|
|
1547
|
+
Heading_Level: "H6",
|
|
1548
|
+
},
|
|
1549
|
+
heading: {
|
|
1550
|
+
level: "4",
|
|
1551
|
+
},
|
|
1552
|
+
},
|
|
1553
|
+
"testimonial-text": {
|
|
1554
|
+
selectedVariants: {
|
|
1555
|
+
Typography_Variants: "Lead",
|
|
1556
|
+
},
|
|
1557
|
+
},
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"author-position": {
|
|
1561
|
+
selectedVariants: {
|
|
1562
|
+
Typography_Variants: "Small",
|
|
1563
|
+
},
|
|
1564
|
+
},
|
|
1565
|
+
"author-name": {
|
|
1566
|
+
selectedVariants: {
|
|
1567
|
+
Heading_Level: "H6",
|
|
1568
|
+
},
|
|
1569
|
+
heading: {
|
|
1570
|
+
level: "4",
|
|
1571
|
+
},
|
|
1572
|
+
},
|
|
1573
|
+
"testimonial-text": {
|
|
1574
|
+
selectedVariants: {
|
|
1575
|
+
Typography_Variants: "Lead",
|
|
1576
|
+
},
|
|
1577
|
+
},
|
|
1578
|
+
},
|
|
1579
|
+
],
|
|
1669
1580
|
},
|
|
1670
1581
|
},
|
|
1671
1582
|
],
|