@levo-so/blocks 0.1.58 → 0.1.60
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 +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- 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 +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -1,5 +1,107 @@
|
|
|
1
1
|
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_AVATAR_1 = {
|
|
4
|
+
id: "XZbHmbcwZ2gNx",
|
|
5
|
+
filename: "testimonial-5-variant-2-avatar-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location:
|
|
8
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY.png",
|
|
9
|
+
srcset: {
|
|
10
|
+
"1080w":
|
|
11
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp",
|
|
12
|
+
"1200w":
|
|
13
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp",
|
|
14
|
+
"1920w":
|
|
15
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp",
|
|
16
|
+
"320w":
|
|
17
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp",
|
|
18
|
+
"640w":
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp",
|
|
20
|
+
"750w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp",
|
|
22
|
+
"828w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp",
|
|
24
|
+
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",
|
|
25
|
+
},
|
|
26
|
+
mimetype: "image/png",
|
|
27
|
+
};
|
|
28
|
+
const MEDIA_AVATAR_2 = {
|
|
29
|
+
id: "yCrWP3F9YWc0q",
|
|
30
|
+
filename: "testimonial-5-variant-2-avatar-2.png",
|
|
31
|
+
kind: "image",
|
|
32
|
+
location:
|
|
33
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC.png",
|
|
34
|
+
srcset: {
|
|
35
|
+
"1080w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp",
|
|
37
|
+
"1200w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp",
|
|
39
|
+
"1920w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp",
|
|
41
|
+
"320w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp",
|
|
43
|
+
"640w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp",
|
|
45
|
+
"750w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp",
|
|
47
|
+
"828w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp",
|
|
49
|
+
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",
|
|
50
|
+
},
|
|
51
|
+
mimetype: "image/png",
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const MEDIA_LOGO_1 = {
|
|
55
|
+
id: "Mqnbyg8fAtM0",
|
|
56
|
+
filename: "testimonial-5-variant-3-logo-1.png",
|
|
57
|
+
kind: "image",
|
|
58
|
+
location:
|
|
59
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM.png",
|
|
60
|
+
srcset: {
|
|
61
|
+
"1080w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1080w.webp",
|
|
63
|
+
"1200w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1200w.webp",
|
|
65
|
+
"1920w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1920w.webp",
|
|
67
|
+
"320w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-320w.webp",
|
|
69
|
+
"640w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-640w.webp",
|
|
71
|
+
"750w":
|
|
72
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-750w.webp",
|
|
73
|
+
"828w":
|
|
74
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-828w.webp",
|
|
75
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-1-GLUrcijEDOGM-1080w.webp 1080w",
|
|
76
|
+
},
|
|
77
|
+
mimetype: "image/png",
|
|
78
|
+
};
|
|
79
|
+
const MEDIA_LOGO_2 = {
|
|
80
|
+
id: "6HgOxxyVnYgs",
|
|
81
|
+
filename: "testimonial-5-variant-3-logo-2.png",
|
|
82
|
+
kind: "image",
|
|
83
|
+
location:
|
|
84
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE.png",
|
|
85
|
+
srcset: {
|
|
86
|
+
"1080w":
|
|
87
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1080w.webp",
|
|
88
|
+
"1200w":
|
|
89
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1200w.webp",
|
|
90
|
+
"1920w":
|
|
91
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1920w.webp",
|
|
92
|
+
"320w":
|
|
93
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-320w.webp",
|
|
94
|
+
"640w":
|
|
95
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-640w.webp",
|
|
96
|
+
"750w":
|
|
97
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-750w.webp",
|
|
98
|
+
"828w":
|
|
99
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-828w.webp",
|
|
100
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-3-logo-2-KQ5rQXeC2oOE-750w.webp 750w",
|
|
101
|
+
},
|
|
102
|
+
mimetype: "image/png",
|
|
103
|
+
};
|
|
104
|
+
|
|
3
105
|
const TESTIMONIAL_WITH_LOGO = {
|
|
4
106
|
layout: null,
|
|
5
107
|
container: null,
|
|
@@ -13,14 +115,8 @@ const TESTIMONIAL_WITH_LOGO = {
|
|
|
13
115
|
card: null,
|
|
14
116
|
profileSection: null,
|
|
15
117
|
avatar: {
|
|
16
|
-
kind: "
|
|
17
|
-
data:
|
|
18
|
-
id: "user",
|
|
19
|
-
label: "User",
|
|
20
|
-
tags: ["custom", "user", "users"],
|
|
21
|
-
svgCode:
|
|
22
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
23
|
-
},
|
|
118
|
+
kind: "custom",
|
|
119
|
+
data: MEDIA_AVATAR_1,
|
|
24
120
|
},
|
|
25
121
|
clientInfo: null,
|
|
26
122
|
name: "John Smith",
|
|
@@ -30,45 +126,15 @@ const TESTIMONIAL_WITH_LOGO = {
|
|
|
30
126
|
stars: [],
|
|
31
127
|
org_logo: {
|
|
32
128
|
kind: "custom",
|
|
33
|
-
data:
|
|
34
|
-
id: "JtadEUC8EngX",
|
|
35
|
-
filename: "image.png",
|
|
36
|
-
kind: "image",
|
|
37
|
-
location:
|
|
38
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT.png",
|
|
39
|
-
srcset: {
|
|
40
|
-
"1080w":
|
|
41
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp",
|
|
42
|
-
"1200w":
|
|
43
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp",
|
|
44
|
-
"1920w":
|
|
45
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp",
|
|
46
|
-
"320w":
|
|
47
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp",
|
|
48
|
-
"640w":
|
|
49
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp",
|
|
50
|
-
"750w":
|
|
51
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp",
|
|
52
|
-
"828w":
|
|
53
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp",
|
|
54
|
-
path: "https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp 1200w",
|
|
55
|
-
},
|
|
56
|
-
mimetype: "image/png",
|
|
57
|
-
},
|
|
129
|
+
data: MEDIA_LOGO_1,
|
|
58
130
|
},
|
|
59
131
|
},
|
|
60
132
|
{
|
|
61
133
|
card: null,
|
|
62
134
|
profileSection: null,
|
|
63
135
|
avatar: {
|
|
64
|
-
kind: "
|
|
65
|
-
data:
|
|
66
|
-
id: "user",
|
|
67
|
-
label: "User",
|
|
68
|
-
tags: ["custom", "user", "users"],
|
|
69
|
-
svgCode:
|
|
70
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
71
|
-
},
|
|
136
|
+
kind: "custom",
|
|
137
|
+
data: MEDIA_AVATAR_2,
|
|
72
138
|
},
|
|
73
139
|
clientInfo: null,
|
|
74
140
|
name: "John Smith",
|
|
@@ -78,45 +144,15 @@ const TESTIMONIAL_WITH_LOGO = {
|
|
|
78
144
|
stars: [],
|
|
79
145
|
org_logo: {
|
|
80
146
|
kind: "custom",
|
|
81
|
-
data:
|
|
82
|
-
id: "JtadEUC8EngX",
|
|
83
|
-
filename: "image.png",
|
|
84
|
-
kind: "image",
|
|
85
|
-
location:
|
|
86
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT.png",
|
|
87
|
-
srcset: {
|
|
88
|
-
"1080w":
|
|
89
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp",
|
|
90
|
-
"1200w":
|
|
91
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp",
|
|
92
|
-
"1920w":
|
|
93
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp",
|
|
94
|
-
"320w":
|
|
95
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp",
|
|
96
|
-
"640w":
|
|
97
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp",
|
|
98
|
-
"750w":
|
|
99
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp",
|
|
100
|
-
"828w":
|
|
101
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp",
|
|
102
|
-
path: "https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp 1200w",
|
|
103
|
-
},
|
|
104
|
-
mimetype: "image/png",
|
|
105
|
-
},
|
|
147
|
+
data: MEDIA_LOGO_2,
|
|
106
148
|
},
|
|
107
149
|
},
|
|
108
150
|
{
|
|
109
151
|
card: null,
|
|
110
152
|
profileSection: null,
|
|
111
153
|
avatar: {
|
|
112
|
-
kind: "
|
|
113
|
-
data:
|
|
114
|
-
id: "user",
|
|
115
|
-
label: "User",
|
|
116
|
-
tags: ["custom", "user", "users"],
|
|
117
|
-
svgCode:
|
|
118
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
119
|
-
},
|
|
154
|
+
kind: "custom",
|
|
155
|
+
data: MEDIA_AVATAR_1,
|
|
120
156
|
},
|
|
121
157
|
clientInfo: null,
|
|
122
158
|
name: "John Smith",
|
|
@@ -126,45 +162,15 @@ const TESTIMONIAL_WITH_LOGO = {
|
|
|
126
162
|
stars: [],
|
|
127
163
|
org_logo: {
|
|
128
164
|
kind: "custom",
|
|
129
|
-
data:
|
|
130
|
-
id: "JtadEUC8EngX",
|
|
131
|
-
filename: "image.png",
|
|
132
|
-
kind: "image",
|
|
133
|
-
location:
|
|
134
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT.png",
|
|
135
|
-
srcset: {
|
|
136
|
-
"1080w":
|
|
137
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp",
|
|
138
|
-
"1200w":
|
|
139
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp",
|
|
140
|
-
"1920w":
|
|
141
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp",
|
|
142
|
-
"320w":
|
|
143
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp",
|
|
144
|
-
"640w":
|
|
145
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp",
|
|
146
|
-
"750w":
|
|
147
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp",
|
|
148
|
-
"828w":
|
|
149
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp",
|
|
150
|
-
path: "https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp 1200w",
|
|
151
|
-
},
|
|
152
|
-
mimetype: "image/png",
|
|
153
|
-
},
|
|
165
|
+
data: MEDIA_LOGO_1,
|
|
154
166
|
},
|
|
155
167
|
},
|
|
156
168
|
{
|
|
157
169
|
card: null,
|
|
158
170
|
profileSection: null,
|
|
159
171
|
avatar: {
|
|
160
|
-
kind: "
|
|
161
|
-
data:
|
|
162
|
-
id: "user",
|
|
163
|
-
label: "User",
|
|
164
|
-
tags: ["custom", "user", "users"],
|
|
165
|
-
svgCode:
|
|
166
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
167
|
-
},
|
|
172
|
+
kind: "custom",
|
|
173
|
+
data: MEDIA_AVATAR_2,
|
|
168
174
|
},
|
|
169
175
|
clientInfo: null,
|
|
170
176
|
name: "John Smith",
|
|
@@ -174,31 +180,7 @@ const TESTIMONIAL_WITH_LOGO = {
|
|
|
174
180
|
stars: [],
|
|
175
181
|
org_logo: {
|
|
176
182
|
kind: "custom",
|
|
177
|
-
data:
|
|
178
|
-
id: "JtadEUC8EngX",
|
|
179
|
-
filename: "image.png",
|
|
180
|
-
kind: "image",
|
|
181
|
-
location:
|
|
182
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT.png",
|
|
183
|
-
srcset: {
|
|
184
|
-
"1080w":
|
|
185
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp",
|
|
186
|
-
"1200w":
|
|
187
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp",
|
|
188
|
-
"1920w":
|
|
189
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp",
|
|
190
|
-
"320w":
|
|
191
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp",
|
|
192
|
-
"640w":
|
|
193
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp",
|
|
194
|
-
"750w":
|
|
195
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp",
|
|
196
|
-
"828w":
|
|
197
|
-
"https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp",
|
|
198
|
-
path: "https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-k5KjTxZvzhCT-1200w.webp 1200w",
|
|
199
|
-
},
|
|
200
|
-
mimetype: "image/png",
|
|
201
|
-
},
|
|
183
|
+
data: MEDIA_LOGO_2,
|
|
202
184
|
},
|
|
203
185
|
},
|
|
204
186
|
],
|
|
@@ -209,38 +191,10 @@ const TESTIMONIAL_WITH_LOGO = {
|
|
|
209
191
|
|
|
210
192
|
export const testimonialWithLogo: IBlockLayouts = {
|
|
211
193
|
key: "reversed",
|
|
212
|
-
title: "Reversed Layout with
|
|
194
|
+
title: "Reversed Layout with Logo",
|
|
213
195
|
styles: {
|
|
214
|
-
layout: {
|
|
215
|
-
|
|
216
|
-
"padding-top": "10xl",
|
|
217
|
-
"padding-bottom": "10xl",
|
|
218
|
-
"padding-right": "none",
|
|
219
|
-
"padding-left": "none",
|
|
220
|
-
"media:max:768px": {
|
|
221
|
-
"padding-top": "5xl",
|
|
222
|
-
"padding-bottom": "5xl",
|
|
223
|
-
"padding-right": "5xl",
|
|
224
|
-
"padding-left": "5xl",
|
|
225
|
-
},
|
|
226
|
-
"media:max:480px": {
|
|
227
|
-
"padding-top": "2xl",
|
|
228
|
-
"padding-bottom": "2xl",
|
|
229
|
-
"padding-right": "2xl",
|
|
230
|
-
"padding-left": "2xl",
|
|
231
|
-
},
|
|
232
|
-
},
|
|
233
|
-
container: {
|
|
234
|
-
display: "block",
|
|
235
|
-
"flex-direction": "column",
|
|
236
|
-
"row-gap": "7xl",
|
|
237
|
-
"media:max:768px": {
|
|
238
|
-
"row-gap": "3xl",
|
|
239
|
-
},
|
|
240
|
-
"media:max:480px": {
|
|
241
|
-
"row-gap": "4xl",
|
|
242
|
-
},
|
|
243
|
-
},
|
|
196
|
+
layout: {},
|
|
197
|
+
container: {},
|
|
244
198
|
header: {
|
|
245
199
|
display: "flex",
|
|
246
200
|
"justify-content": "center",
|
|
@@ -258,21 +212,8 @@ export const testimonialWithLogo: IBlockLayouts = {
|
|
|
258
212
|
width: "100%",
|
|
259
213
|
"justify-content": "space-between",
|
|
260
214
|
},
|
|
261
|
-
title: {
|
|
262
|
-
"font-size": "3xl",
|
|
263
|
-
"font-weight": "bold",
|
|
264
|
-
color: "var(--color-text-1)",
|
|
265
|
-
tablet: {
|
|
266
|
-
"font-size": "2xl",
|
|
267
|
-
},
|
|
268
|
-
"text-align": "left",
|
|
269
|
-
},
|
|
215
|
+
title: {},
|
|
270
216
|
description: {
|
|
271
|
-
"font-size": "lg",
|
|
272
|
-
color: "var(--color-text-2)",
|
|
273
|
-
tablet: {
|
|
274
|
-
"font-size": "base",
|
|
275
|
-
},
|
|
276
217
|
"text-align": "left",
|
|
277
218
|
"max-width": "400px",
|
|
278
219
|
},
|
|
@@ -328,26 +269,13 @@ export const testimonialWithLogo: IBlockLayouts = {
|
|
|
328
269
|
"row-gap": "4xs",
|
|
329
270
|
},
|
|
330
271
|
name: {
|
|
331
|
-
|
|
332
|
-
"font-size": "xl",
|
|
333
|
-
"font-weight": "bold",
|
|
334
|
-
mobile: {
|
|
335
|
-
"font-size": "lg",
|
|
336
|
-
},
|
|
272
|
+
"font-weight": 700,
|
|
337
273
|
},
|
|
338
274
|
position: {
|
|
339
|
-
|
|
340
|
-
"font-size": "sm",
|
|
341
|
-
"font-weight": "medium",
|
|
275
|
+
"font-weight": 500,
|
|
342
276
|
},
|
|
343
277
|
quote: {
|
|
344
|
-
color: "var(--color-text-1)",
|
|
345
|
-
"font-size": "base",
|
|
346
|
-
"line-height": 1.6,
|
|
347
278
|
"font-style": "italic",
|
|
348
|
-
mobile: {
|
|
349
|
-
"font-size": "sm",
|
|
350
|
-
},
|
|
351
279
|
},
|
|
352
280
|
org_logo: {
|
|
353
281
|
height: "80px",
|
|
@@ -402,26 +330,13 @@ export const testimonialWithLogo: IBlockLayouts = {
|
|
|
402
330
|
"row-gap": "4xs",
|
|
403
331
|
},
|
|
404
332
|
name: {
|
|
405
|
-
|
|
406
|
-
"font-size": "xl",
|
|
407
|
-
"font-weight": "bold",
|
|
408
|
-
mobile: {
|
|
409
|
-
"font-size": "lg",
|
|
410
|
-
},
|
|
333
|
+
"font-weight": 700,
|
|
411
334
|
},
|
|
412
335
|
position: {
|
|
413
|
-
|
|
414
|
-
"font-size": "sm",
|
|
415
|
-
"font-weight": "medium",
|
|
336
|
+
"font-weight": 500,
|
|
416
337
|
},
|
|
417
338
|
quote: {
|
|
418
|
-
color: "var(--color-text-1)",
|
|
419
|
-
"font-size": "base",
|
|
420
|
-
"line-height": 1.6,
|
|
421
339
|
"font-style": "italic",
|
|
422
|
-
mobile: {
|
|
423
|
-
"font-size": "sm",
|
|
424
|
-
},
|
|
425
340
|
},
|
|
426
341
|
org_logo: {
|
|
427
342
|
height: "80px",
|
|
@@ -476,26 +391,13 @@ export const testimonialWithLogo: IBlockLayouts = {
|
|
|
476
391
|
"row-gap": "4xs",
|
|
477
392
|
},
|
|
478
393
|
name: {
|
|
479
|
-
|
|
480
|
-
"font-size": "xl",
|
|
481
|
-
"font-weight": "bold",
|
|
482
|
-
mobile: {
|
|
483
|
-
"font-size": "lg",
|
|
484
|
-
},
|
|
394
|
+
"font-weight": 700,
|
|
485
395
|
},
|
|
486
396
|
position: {
|
|
487
|
-
|
|
488
|
-
"font-size": "sm",
|
|
489
|
-
"font-weight": "medium",
|
|
397
|
+
"font-weight": 500,
|
|
490
398
|
},
|
|
491
399
|
quote: {
|
|
492
|
-
color: "var(--color-text-1)",
|
|
493
|
-
"font-size": "base",
|
|
494
|
-
"line-height": 1.6,
|
|
495
400
|
"font-style": "italic",
|
|
496
|
-
mobile: {
|
|
497
|
-
"font-size": "sm",
|
|
498
|
-
},
|
|
499
401
|
},
|
|
500
402
|
org_logo: {
|
|
501
403
|
height: "80px",
|
|
@@ -550,26 +452,13 @@ export const testimonialWithLogo: IBlockLayouts = {
|
|
|
550
452
|
"row-gap": "4xs",
|
|
551
453
|
},
|
|
552
454
|
name: {
|
|
553
|
-
|
|
554
|
-
"font-size": "xl",
|
|
555
|
-
"font-weight": "bold",
|
|
556
|
-
mobile: {
|
|
557
|
-
"font-size": "lg",
|
|
558
|
-
},
|
|
455
|
+
"font-weight": 700,
|
|
559
456
|
},
|
|
560
457
|
position: {
|
|
561
|
-
|
|
562
|
-
"font-size": "sm",
|
|
563
|
-
"font-weight": "medium",
|
|
458
|
+
"font-weight": 500,
|
|
564
459
|
},
|
|
565
460
|
quote: {
|
|
566
|
-
color: "var(--color-text-1)",
|
|
567
|
-
"font-size": "base",
|
|
568
|
-
"line-height": 1.6,
|
|
569
461
|
"font-style": "italic",
|
|
570
|
-
mobile: {
|
|
571
|
-
"font-size": "sm",
|
|
572
|
-
},
|
|
573
462
|
},
|
|
574
463
|
org_logo: {
|
|
575
464
|
height: "80px",
|
|
@@ -582,306 +471,121 @@ export const testimonialWithLogo: IBlockLayouts = {
|
|
|
582
471
|
"column-gap": "xs",
|
|
583
472
|
},
|
|
584
473
|
},
|
|
474
|
+
],
|
|
475
|
+
"carousel-navigation-container": {
|
|
476
|
+
display: "flex",
|
|
477
|
+
"justify-content": "center",
|
|
478
|
+
"margin-top": "2xl",
|
|
479
|
+
},
|
|
480
|
+
"carousel-navigation": {
|
|
481
|
+
display: "flex",
|
|
482
|
+
"column-gap": "sm",
|
|
483
|
+
"align-items": "center",
|
|
484
|
+
},
|
|
485
|
+
"carousel-navigation-pill": {
|
|
486
|
+
width: "8px",
|
|
487
|
+
height: "8px",
|
|
488
|
+
"border-radius": "8px",
|
|
489
|
+
"background-color": "var(--color-border)",
|
|
490
|
+
cursor: "pointer",
|
|
491
|
+
transition: "all 0.3s ease",
|
|
492
|
+
"&:hover": {
|
|
493
|
+
"background-color": "var(--color-brand-secondary)",
|
|
494
|
+
},
|
|
495
|
+
filter: "none",
|
|
496
|
+
},
|
|
497
|
+
},
|
|
498
|
+
content: TESTIMONIAL_WITH_LOGO,
|
|
499
|
+
config: {
|
|
500
|
+
testimonials_levoGroup: {
|
|
501
|
+
carousel: {
|
|
502
|
+
loop: true,
|
|
503
|
+
autoPlay: false,
|
|
504
|
+
},
|
|
505
|
+
},
|
|
506
|
+
title: {
|
|
507
|
+
selectedVariants: {
|
|
508
|
+
Heading_Level: "H2",
|
|
509
|
+
},
|
|
510
|
+
},
|
|
511
|
+
description: {
|
|
512
|
+
selectedVariants: {
|
|
513
|
+
Typography_Variants: "Large",
|
|
514
|
+
},
|
|
515
|
+
},
|
|
516
|
+
testimonials: [
|
|
585
517
|
{
|
|
586
|
-
card: {
|
|
587
|
-
display: "flex",
|
|
588
|
-
"flex-direction": "column-reverse",
|
|
589
|
-
"background-color": "var(--color-background)",
|
|
590
|
-
"border-radius": "2xl",
|
|
591
|
-
"box-shadow": "lg",
|
|
592
|
-
padding: "2xl",
|
|
593
|
-
"row-gap": "xl",
|
|
594
|
-
border: "1px solid",
|
|
595
|
-
mobile: {
|
|
596
|
-
padding: "lg",
|
|
597
|
-
"row-gap": "lg",
|
|
598
|
-
},
|
|
599
|
-
},
|
|
600
|
-
profileSection: {
|
|
601
|
-
display: "flex",
|
|
602
|
-
"align-items": "center",
|
|
603
|
-
"column-gap": "lg",
|
|
604
|
-
mobile: {
|
|
605
|
-
"column-gap": "sm",
|
|
606
|
-
},
|
|
607
|
-
"justify-content": "space-between",
|
|
608
|
-
},
|
|
609
|
-
avatar: {
|
|
610
|
-
height: "64px",
|
|
611
|
-
width: "64px",
|
|
612
|
-
"border-radius": "50%",
|
|
613
|
-
"object-fit": "cover",
|
|
614
|
-
border: "2px solid",
|
|
615
|
-
"border-color": "var(--color-border)",
|
|
616
|
-
mobile: {
|
|
617
|
-
height: "48px",
|
|
618
|
-
width: "48px",
|
|
619
|
-
},
|
|
620
|
-
},
|
|
621
|
-
clientInfo: {
|
|
622
|
-
display: "flex",
|
|
623
|
-
"flex-direction": "column",
|
|
624
|
-
"row-gap": "4xs",
|
|
625
|
-
},
|
|
626
518
|
name: {
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
519
|
+
heading: {
|
|
520
|
+
level: "4",
|
|
521
|
+
},
|
|
522
|
+
selectedVariants: {
|
|
523
|
+
Heading_Level: "H6",
|
|
632
524
|
},
|
|
633
525
|
},
|
|
634
526
|
position: {
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
"font-weight": "medium",
|
|
638
|
-
},
|
|
639
|
-
quote: {
|
|
640
|
-
color: "var(--color-text-1)",
|
|
641
|
-
"font-size": "base",
|
|
642
|
-
"line-height": 1.6,
|
|
643
|
-
"font-style": "italic",
|
|
644
|
-
mobile: {
|
|
645
|
-
"font-size": "sm",
|
|
527
|
+
selectedVariants: {
|
|
528
|
+
Typography_Variants: "Small",
|
|
646
529
|
},
|
|
647
530
|
},
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
width: "80px",
|
|
651
|
-
"font-size": "80px",
|
|
652
|
-
"object-fit": "contain",
|
|
653
|
-
},
|
|
654
|
-
profileSection_content: {
|
|
655
|
-
display: "flex",
|
|
656
|
-
"column-gap": "xs",
|
|
531
|
+
quote: {
|
|
532
|
+
selectedVariants: {},
|
|
657
533
|
},
|
|
658
534
|
},
|
|
659
535
|
{
|
|
660
|
-
card: {
|
|
661
|
-
display: "flex",
|
|
662
|
-
"flex-direction": "column-reverse",
|
|
663
|
-
"background-color": "var(--color-background)",
|
|
664
|
-
"border-radius": "2xl",
|
|
665
|
-
"box-shadow": "lg",
|
|
666
|
-
padding: "2xl",
|
|
667
|
-
"row-gap": "xl",
|
|
668
|
-
border: "1px solid",
|
|
669
|
-
"border-color": "var(--color-border)",
|
|
670
|
-
height: "100%",
|
|
671
|
-
mobile: {
|
|
672
|
-
padding: "lg",
|
|
673
|
-
"row-gap": "lg",
|
|
674
|
-
},
|
|
675
|
-
},
|
|
676
|
-
profileSection: {
|
|
677
|
-
display: "flex",
|
|
678
|
-
"align-items": "center",
|
|
679
|
-
"column-gap": "lg",
|
|
680
|
-
mobile: {
|
|
681
|
-
"column-gap": "sm",
|
|
682
|
-
},
|
|
683
|
-
},
|
|
684
|
-
avatar: {
|
|
685
|
-
height: "64px",
|
|
686
|
-
width: "64px",
|
|
687
|
-
"border-radius": "50%",
|
|
688
|
-
"object-fit": "cover",
|
|
689
|
-
border: "2px solid",
|
|
690
|
-
"border-color": "var(--color-border)",
|
|
691
|
-
mobile: {
|
|
692
|
-
height: "48px",
|
|
693
|
-
width: "48px",
|
|
694
|
-
},
|
|
695
|
-
},
|
|
696
|
-
clientInfo: {
|
|
697
|
-
display: "flex",
|
|
698
|
-
"flex-direction": "column",
|
|
699
|
-
"row-gap": "4xs",
|
|
700
|
-
},
|
|
701
536
|
name: {
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
537
|
+
selectedVariants: {
|
|
538
|
+
Heading_Level: "H6",
|
|
539
|
+
},
|
|
540
|
+
heading: {
|
|
541
|
+
level: "4",
|
|
707
542
|
},
|
|
708
543
|
},
|
|
709
544
|
position: {
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
545
|
+
selectedVariants: {
|
|
546
|
+
Typography_Variants: "Small",
|
|
547
|
+
},
|
|
713
548
|
},
|
|
714
549
|
quote: {
|
|
715
|
-
|
|
716
|
-
"font-size": "base",
|
|
717
|
-
"line-height": 1.6,
|
|
718
|
-
"font-style": "italic",
|
|
719
|
-
mobile: {
|
|
720
|
-
"font-size": "sm",
|
|
721
|
-
},
|
|
550
|
+
selectedVariants: {},
|
|
722
551
|
},
|
|
723
552
|
},
|
|
724
553
|
{
|
|
725
|
-
card: {
|
|
726
|
-
display: "flex",
|
|
727
|
-
"flex-direction": "column-reverse",
|
|
728
|
-
"background-color": "var(--color-background)",
|
|
729
|
-
"border-radius": "2xl",
|
|
730
|
-
"box-shadow": "lg",
|
|
731
|
-
padding: "2xl",
|
|
732
|
-
"row-gap": "xl",
|
|
733
|
-
border: "1px solid",
|
|
734
|
-
"border-color": "var(--color-border)",
|
|
735
|
-
height: "100%",
|
|
736
|
-
mobile: {
|
|
737
|
-
padding: "lg",
|
|
738
|
-
"row-gap": "lg",
|
|
739
|
-
},
|
|
740
|
-
},
|
|
741
|
-
profileSection: {
|
|
742
|
-
display: "flex",
|
|
743
|
-
"align-items": "center",
|
|
744
|
-
"column-gap": "lg",
|
|
745
|
-
mobile: {
|
|
746
|
-
"column-gap": "sm",
|
|
747
|
-
},
|
|
748
|
-
},
|
|
749
|
-
avatar: {
|
|
750
|
-
height: "64px",
|
|
751
|
-
width: "64px",
|
|
752
|
-
"border-radius": "50%",
|
|
753
|
-
"object-fit": "cover",
|
|
754
|
-
border: "2px solid",
|
|
755
|
-
"border-color": "var(--color-border)",
|
|
756
|
-
mobile: {
|
|
757
|
-
height: "48px",
|
|
758
|
-
width: "48px",
|
|
759
|
-
},
|
|
760
|
-
},
|
|
761
|
-
clientInfo: {
|
|
762
|
-
display: "flex",
|
|
763
|
-
"flex-direction": "column",
|
|
764
|
-
"row-gap": "4xs",
|
|
765
|
-
},
|
|
766
554
|
name: {
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
555
|
+
selectedVariants: {
|
|
556
|
+
Heading_Level: "H6",
|
|
557
|
+
},
|
|
558
|
+
heading: {
|
|
559
|
+
level: "4",
|
|
772
560
|
},
|
|
773
561
|
},
|
|
774
562
|
position: {
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
563
|
+
selectedVariants: {
|
|
564
|
+
Typography_Variants: "Small",
|
|
565
|
+
},
|
|
778
566
|
},
|
|
779
567
|
quote: {
|
|
780
|
-
|
|
781
|
-
"font-size": "base",
|
|
782
|
-
"line-height": 1.6,
|
|
783
|
-
"font-style": "italic",
|
|
784
|
-
mobile: {
|
|
785
|
-
"font-size": "sm",
|
|
786
|
-
},
|
|
568
|
+
selectedVariants: {},
|
|
787
569
|
},
|
|
788
570
|
},
|
|
789
571
|
{
|
|
790
|
-
card: {
|
|
791
|
-
display: "flex",
|
|
792
|
-
"flex-direction": "column",
|
|
793
|
-
"background-color": "var(--color-background)",
|
|
794
|
-
"border-radius": "2xl",
|
|
795
|
-
"box-shadow": "lg",
|
|
796
|
-
padding: "2xl",
|
|
797
|
-
"row-gap": "xl",
|
|
798
|
-
border: "1px solid",
|
|
799
|
-
"border-color": "var(--color-border)",
|
|
800
|
-
height: "100%",
|
|
801
|
-
mobile: {
|
|
802
|
-
padding: "lg",
|
|
803
|
-
"row-gap": "lg",
|
|
804
|
-
},
|
|
805
|
-
},
|
|
806
|
-
profileSection: {
|
|
807
|
-
display: "flex",
|
|
808
|
-
"align-items": "center",
|
|
809
|
-
"column-gap": "lg",
|
|
810
|
-
mobile: {
|
|
811
|
-
"column-gap": "sm",
|
|
812
|
-
},
|
|
813
|
-
},
|
|
814
|
-
avatar: {
|
|
815
|
-
height: "64px",
|
|
816
|
-
width: "64px",
|
|
817
|
-
"border-radius": "50%",
|
|
818
|
-
"object-fit": "cover",
|
|
819
|
-
border: "2px solid",
|
|
820
|
-
"border-color": "var(--color-border)",
|
|
821
|
-
mobile: {
|
|
822
|
-
height: "48px",
|
|
823
|
-
width: "48px",
|
|
824
|
-
},
|
|
825
|
-
},
|
|
826
|
-
clientInfo: {
|
|
827
|
-
display: "flex",
|
|
828
|
-
"flex-direction": "column",
|
|
829
|
-
"row-gap": "4xs",
|
|
830
|
-
},
|
|
831
572
|
name: {
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
573
|
+
selectedVariants: {
|
|
574
|
+
Heading_Level: "H6",
|
|
575
|
+
},
|
|
576
|
+
heading: {
|
|
577
|
+
level: "4",
|
|
837
578
|
},
|
|
838
579
|
},
|
|
839
580
|
position: {
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
581
|
+
selectedVariants: {
|
|
582
|
+
Typography_Variants: "Small",
|
|
583
|
+
},
|
|
843
584
|
},
|
|
844
585
|
quote: {
|
|
845
|
-
|
|
846
|
-
"font-size": "base",
|
|
847
|
-
"line-height": 1.6,
|
|
848
|
-
"font-style": "italic",
|
|
849
|
-
mobile: {
|
|
850
|
-
"font-size": "sm",
|
|
851
|
-
},
|
|
586
|
+
selectedVariants: {},
|
|
852
587
|
},
|
|
853
588
|
},
|
|
854
589
|
],
|
|
855
|
-
"carousel-navigation-container": {
|
|
856
|
-
display: "flex",
|
|
857
|
-
"justify-content": "center",
|
|
858
|
-
"margin-top": "2xl",
|
|
859
|
-
},
|
|
860
|
-
"carousel-navigation": {
|
|
861
|
-
display: "flex",
|
|
862
|
-
"column-gap": "sm",
|
|
863
|
-
"align-items": "center",
|
|
864
|
-
},
|
|
865
|
-
"carousel-navigation-pill": {
|
|
866
|
-
width: "8px",
|
|
867
|
-
height: "8px",
|
|
868
|
-
"border-radius": "8px",
|
|
869
|
-
"background-color": "var(--color-border)",
|
|
870
|
-
cursor: "pointer",
|
|
871
|
-
transition: "all 0.3s ease",
|
|
872
|
-
"&:hover": {
|
|
873
|
-
"background-color": "var(--color-brand-secondary)",
|
|
874
|
-
},
|
|
875
|
-
filter: "none",
|
|
876
|
-
},
|
|
877
|
-
},
|
|
878
|
-
content: TESTIMONIAL_WITH_LOGO,
|
|
879
|
-
config: {
|
|
880
|
-
testimonials_levoGroup: {
|
|
881
|
-
carousel: {
|
|
882
|
-
loop: true,
|
|
883
|
-
autoPlay: false,
|
|
884
|
-
},
|
|
885
|
-
},
|
|
886
590
|
},
|
|
887
591
|
};
|