@levo-so/blocks 0.1.59 → 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
|
@@ -20,6 +20,57 @@ 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:
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY.png",
|
|
29
|
+
srcset: {
|
|
30
|
+
"1080w":
|
|
31
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1080w.webp",
|
|
32
|
+
"1200w":
|
|
33
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1200w.webp",
|
|
34
|
+
"1920w":
|
|
35
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-1920w.webp",
|
|
36
|
+
"320w":
|
|
37
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-320w.webp",
|
|
38
|
+
"640w":
|
|
39
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-640w.webp",
|
|
40
|
+
"750w":
|
|
41
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-750w.webp",
|
|
42
|
+
"828w":
|
|
43
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-1-5AQTZ4zbPLJY-828w.webp",
|
|
44
|
+
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",
|
|
45
|
+
},
|
|
46
|
+
mimetype: "image/png",
|
|
47
|
+
};
|
|
48
|
+
const MEDIA_AVATAR_2 = {
|
|
49
|
+
id: "yCrWP3F9YWc0q",
|
|
50
|
+
filename: "testimonial-5-variant-2-avatar-2.png",
|
|
51
|
+
kind: "image",
|
|
52
|
+
location:
|
|
53
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC.png",
|
|
54
|
+
srcset: {
|
|
55
|
+
"1080w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1080w.webp",
|
|
57
|
+
"1200w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1200w.webp",
|
|
59
|
+
"1920w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-1920w.webp",
|
|
61
|
+
"320w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-320w.webp",
|
|
63
|
+
"640w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-640w.webp",
|
|
65
|
+
"750w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-750w.webp",
|
|
67
|
+
"828w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-variant-2-avatar-2-ayteN3yuiRLC-828w.webp",
|
|
69
|
+
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",
|
|
70
|
+
},
|
|
71
|
+
mimetype: "image/png",
|
|
72
|
+
};
|
|
73
|
+
|
|
23
74
|
const DEFAULT_CONTENT = {
|
|
24
75
|
layout: null,
|
|
25
76
|
container: null,
|
|
@@ -66,14 +117,8 @@ const DEFAULT_CONTENT = {
|
|
|
66
117
|
"author-name": "Michael Chen",
|
|
67
118
|
"author-position": "Member since 2023",
|
|
68
119
|
"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
|
-
},
|
|
120
|
+
kind: "custom",
|
|
121
|
+
data: MEDIA_AVATAR_1,
|
|
77
122
|
},
|
|
78
123
|
},
|
|
79
124
|
{
|
|
@@ -117,14 +162,8 @@ const DEFAULT_CONTENT = {
|
|
|
117
162
|
"author-name": "Michael Chen",
|
|
118
163
|
"author-position": "Member since 2023",
|
|
119
164
|
"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
|
-
},
|
|
165
|
+
kind: "custom",
|
|
166
|
+
data: MEDIA_AVATAR_2,
|
|
128
167
|
},
|
|
129
168
|
},
|
|
130
169
|
{
|
|
@@ -168,14 +207,8 @@ const DEFAULT_CONTENT = {
|
|
|
168
207
|
"author-name": "Michael Chen",
|
|
169
208
|
"author-position": "Member since 2023",
|
|
170
209
|
"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
|
-
},
|
|
210
|
+
kind: "custom",
|
|
211
|
+
data: MEDIA_AVATAR_1,
|
|
179
212
|
},
|
|
180
213
|
},
|
|
181
214
|
],
|
|
@@ -368,7 +401,7 @@ export const Testimonial6: IBlock = {
|
|
|
368
401
|
{
|
|
369
402
|
key: "author-name",
|
|
370
403
|
label: "Author Name",
|
|
371
|
-
field_interface: "
|
|
404
|
+
field_interface: "HeadingWidget",
|
|
372
405
|
},
|
|
373
406
|
{
|
|
374
407
|
key: "author-position",
|
|
@@ -388,14 +421,8 @@ export const Testimonial6: IBlock = {
|
|
|
388
421
|
key: "default",
|
|
389
422
|
title: "Default",
|
|
390
423
|
styles: {
|
|
391
|
-
layout: {
|
|
392
|
-
|
|
393
|
-
"padding-bottom": "3xl",
|
|
394
|
-
},
|
|
395
|
-
container: {
|
|
396
|
-
"margin-left": "auto",
|
|
397
|
-
"margin-right": "auto",
|
|
398
|
-
},
|
|
424
|
+
layout: {},
|
|
425
|
+
container: {},
|
|
399
426
|
testimonials_levoGroup: {
|
|
400
427
|
number_of_slides: 1,
|
|
401
428
|
},
|
|
@@ -441,10 +468,7 @@ export const Testimonial6: IBlock = {
|
|
|
441
468
|
"margin-bottom": "2xl",
|
|
442
469
|
},
|
|
443
470
|
"testimonial-text": {
|
|
444
|
-
"font-
|
|
445
|
-
"line-height": "1.6",
|
|
446
|
-
color: "text-1",
|
|
447
|
-
"font-weight": "400",
|
|
471
|
+
"font-weight": 400,
|
|
448
472
|
},
|
|
449
473
|
"bottom-section": {
|
|
450
474
|
display: "flex",
|
|
@@ -466,16 +490,9 @@ export const Testimonial6: IBlock = {
|
|
|
466
490
|
"align-items": "flex-start",
|
|
467
491
|
},
|
|
468
492
|
"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",
|
|
493
|
+
"font-weight": 600,
|
|
478
494
|
},
|
|
495
|
+
"author-position": {},
|
|
479
496
|
"author-avatar": {
|
|
480
497
|
width: "48px",
|
|
481
498
|
height: "48px",
|
|
@@ -524,10 +541,7 @@ export const Testimonial6: IBlock = {
|
|
|
524
541
|
"margin-bottom": "2xl",
|
|
525
542
|
},
|
|
526
543
|
"testimonial-text": {
|
|
527
|
-
"font-
|
|
528
|
-
"line-height": "1.6",
|
|
529
|
-
color: "text-1",
|
|
530
|
-
"font-weight": "400",
|
|
544
|
+
"font-weight": 400,
|
|
531
545
|
},
|
|
532
546
|
"bottom-section": {
|
|
533
547
|
display: "flex",
|
|
@@ -549,16 +563,9 @@ export const Testimonial6: IBlock = {
|
|
|
549
563
|
"align-items": "flex-start",
|
|
550
564
|
},
|
|
551
565
|
"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",
|
|
566
|
+
"font-weight": 600,
|
|
561
567
|
},
|
|
568
|
+
"author-position": {},
|
|
562
569
|
"author-avatar": {
|
|
563
570
|
width: "48px",
|
|
564
571
|
height: "48px",
|
|
@@ -607,10 +614,7 @@ export const Testimonial6: IBlock = {
|
|
|
607
614
|
"margin-bottom": "2xl",
|
|
608
615
|
},
|
|
609
616
|
"testimonial-text": {
|
|
610
|
-
"font-
|
|
611
|
-
"line-height": "1.6",
|
|
612
|
-
color: "text-1",
|
|
613
|
-
"font-weight": "400",
|
|
617
|
+
"font-weight": 400,
|
|
614
618
|
},
|
|
615
619
|
"bottom-section": {
|
|
616
620
|
display: "flex",
|
|
@@ -632,164 +636,9 @@ export const Testimonial6: IBlock = {
|
|
|
632
636
|
"align-items": "flex-start",
|
|
633
637
|
},
|
|
634
638
|
"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",
|
|
639
|
+
"font-weight": 600,
|
|
792
640
|
},
|
|
641
|
+
"author-position": {},
|
|
793
642
|
"author-avatar": {
|
|
794
643
|
width: "48px",
|
|
795
644
|
height: "48px",
|
|
@@ -1066,20 +915,76 @@ export const Testimonial6: IBlock = {
|
|
|
1066
915
|
},
|
|
1067
916
|
},
|
|
1068
917
|
},
|
|
918
|
+
testimonials: [
|
|
919
|
+
{
|
|
920
|
+
"testimonial-text": {
|
|
921
|
+
selectedVariants: {
|
|
922
|
+
Typography_Variants: "Lead",
|
|
923
|
+
},
|
|
924
|
+
},
|
|
925
|
+
"author-position": {
|
|
926
|
+
selectedVariants: {
|
|
927
|
+
Typography_Variants: "Small",
|
|
928
|
+
},
|
|
929
|
+
},
|
|
930
|
+
"author-name": {
|
|
931
|
+
heading: {
|
|
932
|
+
level: "4",
|
|
933
|
+
},
|
|
934
|
+
selectedVariants: {
|
|
935
|
+
Heading_Level: "H6",
|
|
936
|
+
},
|
|
937
|
+
},
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"author-position": {
|
|
941
|
+
selectedVariants: {
|
|
942
|
+
Typography_Variants: "Small",
|
|
943
|
+
},
|
|
944
|
+
},
|
|
945
|
+
"testimonial-text": {
|
|
946
|
+
selectedVariants: {
|
|
947
|
+
Typography_Variants: "Lead",
|
|
948
|
+
},
|
|
949
|
+
},
|
|
950
|
+
"author-name": {
|
|
951
|
+
selectedVariants: {
|
|
952
|
+
Heading_Level: "H6",
|
|
953
|
+
},
|
|
954
|
+
heading: {
|
|
955
|
+
level: "4",
|
|
956
|
+
},
|
|
957
|
+
},
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"author-position": {
|
|
961
|
+
selectedVariants: {
|
|
962
|
+
Typography_Variants: "Small",
|
|
963
|
+
},
|
|
964
|
+
},
|
|
965
|
+
"testimonial-text": {
|
|
966
|
+
selectedVariants: {
|
|
967
|
+
Typography_Variants: "Lead",
|
|
968
|
+
},
|
|
969
|
+
},
|
|
970
|
+
"author-name": {
|
|
971
|
+
selectedVariants: {
|
|
972
|
+
Heading_Level: "H6",
|
|
973
|
+
},
|
|
974
|
+
heading: {
|
|
975
|
+
level: "4",
|
|
976
|
+
},
|
|
977
|
+
},
|
|
978
|
+
},
|
|
979
|
+
],
|
|
1069
980
|
},
|
|
1070
981
|
},
|
|
1071
982
|
{
|
|
1072
983
|
key: "side-navigation",
|
|
1073
984
|
title: "Side Navigation",
|
|
1074
985
|
styles: {
|
|
1075
|
-
layout: {
|
|
1076
|
-
|
|
1077
|
-
"padding-bottom": "3xl",
|
|
1078
|
-
},
|
|
1079
|
-
container: {
|
|
1080
|
-
"margin-left": "auto",
|
|
1081
|
-
"margin-right": "auto",
|
|
1082
|
-
},
|
|
986
|
+
layout: {},
|
|
987
|
+
container: {},
|
|
1083
988
|
"carousel-container": {
|
|
1084
989
|
display: "flex",
|
|
1085
990
|
"align-items": "center",
|
|
@@ -1126,10 +1031,7 @@ export const Testimonial6: IBlock = {
|
|
|
1126
1031
|
"margin-bottom": "2xl",
|
|
1127
1032
|
},
|
|
1128
1033
|
"testimonial-text": {
|
|
1129
|
-
"font-
|
|
1130
|
-
"line-height": "1.6",
|
|
1131
|
-
color: "text-1",
|
|
1132
|
-
"font-weight": "400",
|
|
1034
|
+
"font-weight": 400,
|
|
1133
1035
|
},
|
|
1134
1036
|
"bottom-section": {
|
|
1135
1037
|
display: "flex",
|
|
@@ -1147,16 +1049,9 @@ export const Testimonial6: IBlock = {
|
|
|
1147
1049
|
"align-items": "flex-start",
|
|
1148
1050
|
},
|
|
1149
1051
|
"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",
|
|
1052
|
+
"font-weight": 600,
|
|
1159
1053
|
},
|
|
1054
|
+
"author-position": {},
|
|
1160
1055
|
"author-avatar": {
|
|
1161
1056
|
width: "48px",
|
|
1162
1057
|
height: "48px",
|
|
@@ -1200,10 +1095,7 @@ export const Testimonial6: IBlock = {
|
|
|
1200
1095
|
"margin-bottom": "2xl",
|
|
1201
1096
|
},
|
|
1202
1097
|
"testimonial-text": {
|
|
1203
|
-
"font-
|
|
1204
|
-
"line-height": "1.6",
|
|
1205
|
-
color: "text-1",
|
|
1206
|
-
"font-weight": "400",
|
|
1098
|
+
"font-weight": 400,
|
|
1207
1099
|
},
|
|
1208
1100
|
"bottom-section": {
|
|
1209
1101
|
display: "flex",
|
|
@@ -1221,16 +1113,9 @@ export const Testimonial6: IBlock = {
|
|
|
1221
1113
|
"align-items": "flex-start",
|
|
1222
1114
|
},
|
|
1223
1115
|
"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",
|
|
1116
|
+
"font-weight": 600,
|
|
1233
1117
|
},
|
|
1118
|
+
"author-position": {},
|
|
1234
1119
|
"author-avatar": {
|
|
1235
1120
|
width: "48px",
|
|
1236
1121
|
height: "48px",
|
|
@@ -1274,10 +1159,7 @@ export const Testimonial6: IBlock = {
|
|
|
1274
1159
|
"margin-bottom": "2xl",
|
|
1275
1160
|
},
|
|
1276
1161
|
"testimonial-text": {
|
|
1277
|
-
"font-
|
|
1278
|
-
"line-height": "1.6",
|
|
1279
|
-
color: "text-1",
|
|
1280
|
-
"font-weight": "400",
|
|
1162
|
+
"font-weight": 400,
|
|
1281
1163
|
},
|
|
1282
1164
|
"bottom-section": {
|
|
1283
1165
|
display: "flex",
|
|
@@ -1295,16 +1177,9 @@ export const Testimonial6: IBlock = {
|
|
|
1295
1177
|
"align-items": "flex-start",
|
|
1296
1178
|
},
|
|
1297
1179
|
"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",
|
|
1180
|
+
"font-weight": 600,
|
|
1307
1181
|
},
|
|
1182
|
+
"author-position": {},
|
|
1308
1183
|
"author-avatar": {
|
|
1309
1184
|
width: "48px",
|
|
1310
1185
|
height: "48px",
|
|
@@ -1666,6 +1541,68 @@ export const Testimonial6: IBlock = {
|
|
|
1666
1541
|
},
|
|
1667
1542
|
},
|
|
1668
1543
|
},
|
|
1544
|
+
testimonials: [
|
|
1545
|
+
{
|
|
1546
|
+
"testimonial-text": {
|
|
1547
|
+
selectedVariants: {
|
|
1548
|
+
Typography_Variants: "Lead",
|
|
1549
|
+
},
|
|
1550
|
+
},
|
|
1551
|
+
"author-name": {
|
|
1552
|
+
heading: {
|
|
1553
|
+
level: "4",
|
|
1554
|
+
},
|
|
1555
|
+
selectedVariants: {
|
|
1556
|
+
Heading_Level: "H6",
|
|
1557
|
+
},
|
|
1558
|
+
},
|
|
1559
|
+
"author-position": {
|
|
1560
|
+
selectedVariants: {
|
|
1561
|
+
Typography_Variants: "Small",
|
|
1562
|
+
},
|
|
1563
|
+
},
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"author-position": {
|
|
1567
|
+
selectedVariants: {
|
|
1568
|
+
Typography_Variants: "Small",
|
|
1569
|
+
},
|
|
1570
|
+
},
|
|
1571
|
+
"author-name": {
|
|
1572
|
+
selectedVariants: {
|
|
1573
|
+
Heading_Level: "H6",
|
|
1574
|
+
},
|
|
1575
|
+
heading: {
|
|
1576
|
+
level: "4",
|
|
1577
|
+
},
|
|
1578
|
+
},
|
|
1579
|
+
"testimonial-text": {
|
|
1580
|
+
selectedVariants: {
|
|
1581
|
+
Typography_Variants: "Lead",
|
|
1582
|
+
},
|
|
1583
|
+
},
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"author-position": {
|
|
1587
|
+
selectedVariants: {
|
|
1588
|
+
Typography_Variants: "Small",
|
|
1589
|
+
},
|
|
1590
|
+
},
|
|
1591
|
+
"author-name": {
|
|
1592
|
+
selectedVariants: {
|
|
1593
|
+
Heading_Level: "H6",
|
|
1594
|
+
},
|
|
1595
|
+
heading: {
|
|
1596
|
+
level: "4",
|
|
1597
|
+
},
|
|
1598
|
+
},
|
|
1599
|
+
"testimonial-text": {
|
|
1600
|
+
selectedVariants: {
|
|
1601
|
+
Typography_Variants: "Lead",
|
|
1602
|
+
},
|
|
1603
|
+
},
|
|
1604
|
+
},
|
|
1605
|
+
],
|
|
1669
1606
|
},
|
|
1670
1607
|
},
|
|
1671
1608
|
],
|