@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,82 @@
|
|
|
1
1
|
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_AVATAR_1 = {
|
|
4
|
+
id: "R6eXNbORkdbl",
|
|
5
|
+
filename: "testimonial-5-avatar-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location:
|
|
8
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL.png",
|
|
9
|
+
srcset: {
|
|
10
|
+
"1080w":
|
|
11
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp",
|
|
12
|
+
"1200w":
|
|
13
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp",
|
|
14
|
+
"1920w":
|
|
15
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp",
|
|
16
|
+
"320w":
|
|
17
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp",
|
|
18
|
+
"640w":
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp",
|
|
20
|
+
"750w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp",
|
|
22
|
+
"828w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp",
|
|
24
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp 1920w",
|
|
25
|
+
},
|
|
26
|
+
mimetype: "image/png",
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const MEDIA_AVATAR_2 = {
|
|
30
|
+
id: "6Hg6xxyV3ZKJ",
|
|
31
|
+
filename: "testimonial-5-avatar-2.png",
|
|
32
|
+
kind: "image",
|
|
33
|
+
location:
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc.png",
|
|
35
|
+
srcset: {
|
|
36
|
+
"1080w":
|
|
37
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp",
|
|
38
|
+
"1200w":
|
|
39
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp",
|
|
40
|
+
"1920w":
|
|
41
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp",
|
|
42
|
+
"320w":
|
|
43
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp",
|
|
44
|
+
"640w":
|
|
45
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp",
|
|
46
|
+
"750w":
|
|
47
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp",
|
|
48
|
+
"828w":
|
|
49
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp",
|
|
50
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp 1200w",
|
|
51
|
+
},
|
|
52
|
+
mimetype: "image/png",
|
|
53
|
+
};
|
|
54
|
+
const MEDIA_AVATAR_3 = {
|
|
55
|
+
id: "VbXFFm7BySJX9",
|
|
56
|
+
filename: "testimonial-5-avatar-3.png",
|
|
57
|
+
kind: "image",
|
|
58
|
+
location:
|
|
59
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY.png",
|
|
60
|
+
srcset: {
|
|
61
|
+
"1080w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp",
|
|
63
|
+
"1200w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp",
|
|
65
|
+
"1920w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp",
|
|
67
|
+
"320w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp",
|
|
69
|
+
"640w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp",
|
|
71
|
+
"750w":
|
|
72
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp",
|
|
73
|
+
"828w":
|
|
74
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp",
|
|
75
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp 750w",
|
|
76
|
+
},
|
|
77
|
+
mimetype: "image/png",
|
|
78
|
+
};
|
|
79
|
+
|
|
3
80
|
const TESTIMONIAL_WITH_RATINGS_CONTENT = {
|
|
4
81
|
layout: null,
|
|
5
82
|
container: null,
|
|
@@ -66,14 +143,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
|
|
|
66
143
|
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
67
144
|
profileSection: null,
|
|
68
145
|
avatar: {
|
|
69
|
-
kind: "
|
|
70
|
-
data:
|
|
71
|
-
id: "user",
|
|
72
|
-
label: "User",
|
|
73
|
-
tags: ["custom", "user", "users"],
|
|
74
|
-
svgCode:
|
|
75
|
-
'<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>',
|
|
76
|
-
},
|
|
146
|
+
kind: "custom",
|
|
147
|
+
data: MEDIA_AVATAR_1,
|
|
77
148
|
},
|
|
78
149
|
clientInfo: null,
|
|
79
150
|
name: "John Smith",
|
|
@@ -136,14 +207,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
|
|
|
136
207
|
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
137
208
|
profileSection: null,
|
|
138
209
|
avatar: {
|
|
139
|
-
kind: "
|
|
140
|
-
data:
|
|
141
|
-
id: "user",
|
|
142
|
-
label: "User",
|
|
143
|
-
tags: ["custom", "user", "users"],
|
|
144
|
-
svgCode:
|
|
145
|
-
'<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>',
|
|
146
|
-
},
|
|
210
|
+
kind: "custom",
|
|
211
|
+
data: MEDIA_AVATAR_2,
|
|
147
212
|
},
|
|
148
213
|
clientInfo: null,
|
|
149
214
|
name: "John Smith",
|
|
@@ -206,14 +271,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
|
|
|
206
271
|
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
207
272
|
profileSection: null,
|
|
208
273
|
avatar: {
|
|
209
|
-
kind: "
|
|
210
|
-
data:
|
|
211
|
-
id: "user",
|
|
212
|
-
label: "User",
|
|
213
|
-
tags: ["custom", "user", "users"],
|
|
214
|
-
svgCode:
|
|
215
|
-
'<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>',
|
|
216
|
-
},
|
|
274
|
+
kind: "custom",
|
|
275
|
+
data: MEDIA_AVATAR_3,
|
|
217
276
|
},
|
|
218
277
|
clientInfo: null,
|
|
219
278
|
name: "John Smith",
|
|
@@ -276,14 +335,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
|
|
|
276
335
|
"I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
|
|
277
336
|
profileSection: null,
|
|
278
337
|
avatar: {
|
|
279
|
-
kind: "
|
|
280
|
-
data:
|
|
281
|
-
id: "user",
|
|
282
|
-
label: "User",
|
|
283
|
-
tags: ["custom", "user", "users"],
|
|
284
|
-
svgCode:
|
|
285
|
-
'<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>',
|
|
286
|
-
},
|
|
338
|
+
kind: "custom",
|
|
339
|
+
data: MEDIA_AVATAR_1,
|
|
287
340
|
},
|
|
288
341
|
clientInfo: null,
|
|
289
342
|
name: "John Smith",
|
|
@@ -299,34 +352,16 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
299
352
|
key: "reversed",
|
|
300
353
|
title: "Reversed Layout with Stars",
|
|
301
354
|
styles: {
|
|
302
|
-
layout: {
|
|
303
|
-
width: "100%",
|
|
304
|
-
"padding-top": "8xl",
|
|
305
|
-
"padding-bottom": "8xl",
|
|
306
|
-
"padding-right": "6xl",
|
|
307
|
-
"padding-left": "6xl",
|
|
308
|
-
"media:max:768px": {
|
|
309
|
-
"padding-top": "4xl",
|
|
310
|
-
"padding-bottom": "4xl",
|
|
311
|
-
"padding-right": "4xl",
|
|
312
|
-
"padding-left": "4xl",
|
|
313
|
-
},
|
|
314
|
-
"media:max:480px": {
|
|
315
|
-
"padding-top": "2xl",
|
|
316
|
-
"padding-bottom": "2xl",
|
|
317
|
-
"padding-right": "xl",
|
|
318
|
-
"padding-left": "xl",
|
|
319
|
-
},
|
|
320
|
-
},
|
|
355
|
+
layout: {},
|
|
321
356
|
container: {
|
|
322
357
|
width: "100%",
|
|
323
358
|
display: "flex",
|
|
324
359
|
"flex-direction": "column",
|
|
325
360
|
"row-gap": "6xl",
|
|
326
|
-
|
|
361
|
+
tablet: {
|
|
327
362
|
"row-gap": "3xl",
|
|
328
363
|
},
|
|
329
|
-
|
|
364
|
+
mobile: {
|
|
330
365
|
"row-gap": "3xl",
|
|
331
366
|
},
|
|
332
367
|
},
|
|
@@ -346,21 +381,8 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
346
381
|
"row-gap": "base",
|
|
347
382
|
"max-width": "600px",
|
|
348
383
|
},
|
|
349
|
-
title: {
|
|
350
|
-
|
|
351
|
-
"font-weight": "700",
|
|
352
|
-
color: "var(--color-text-1)",
|
|
353
|
-
tablet: {
|
|
354
|
-
"font-size": "xl",
|
|
355
|
-
},
|
|
356
|
-
},
|
|
357
|
-
description: {
|
|
358
|
-
"font-size": "base",
|
|
359
|
-
color: "var(--color-text-2)",
|
|
360
|
-
tablet: {
|
|
361
|
-
"font-size": "sm",
|
|
362
|
-
},
|
|
363
|
-
},
|
|
384
|
+
title: {},
|
|
385
|
+
description: {},
|
|
364
386
|
testimonials_levoGroup: {
|
|
365
387
|
number_of_slides: 2,
|
|
366
388
|
tablet: {
|
|
@@ -400,14 +422,9 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
400
422
|
color: "#FFD700",
|
|
401
423
|
},
|
|
402
424
|
quote: {
|
|
403
|
-
|
|
404
|
-
"font-size": "lg",
|
|
405
|
-
"line-height": 1.6,
|
|
406
|
-
"font-style": "normal",
|
|
407
|
-
"font-weight": "500",
|
|
425
|
+
"font-weight": 500,
|
|
408
426
|
"margin-bottom": "lg",
|
|
409
427
|
mobile: {
|
|
410
|
-
"font-size": "base",
|
|
411
428
|
"margin-bottom": "base",
|
|
412
429
|
},
|
|
413
430
|
},
|
|
@@ -435,24 +452,12 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
435
452
|
clientInfo: {
|
|
436
453
|
display: "flex",
|
|
437
454
|
"flex-direction": "column",
|
|
438
|
-
"row-gap": "
|
|
455
|
+
"row-gap": "4xs",
|
|
439
456
|
},
|
|
440
457
|
name: {
|
|
441
|
-
|
|
442
|
-
"font-size": "base",
|
|
443
|
-
"font-weight": "600",
|
|
444
|
-
mobile: {
|
|
445
|
-
"font-size": "sm",
|
|
446
|
-
},
|
|
447
|
-
},
|
|
448
|
-
position: {
|
|
449
|
-
color: "var(--color-text-2)",
|
|
450
|
-
"font-size": "sm",
|
|
451
|
-
"font-weight": "normal",
|
|
452
|
-
mobile: {
|
|
453
|
-
"font-size": "xs",
|
|
454
|
-
},
|
|
458
|
+
"font-weight": 600,
|
|
455
459
|
},
|
|
460
|
+
position: {},
|
|
456
461
|
stars: [{}, {}, {}],
|
|
457
462
|
stars_levoGroup: {
|
|
458
463
|
display: "flex",
|
|
@@ -488,14 +493,9 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
488
493
|
color: "#FFD700",
|
|
489
494
|
},
|
|
490
495
|
quote: {
|
|
491
|
-
|
|
492
|
-
"font-size": "lg",
|
|
493
|
-
"line-height": 1.6,
|
|
494
|
-
"font-style": "normal",
|
|
495
|
-
"font-weight": "500",
|
|
496
|
+
"font-weight": 500,
|
|
496
497
|
"margin-bottom": "lg",
|
|
497
498
|
mobile: {
|
|
498
|
-
"font-size": "base",
|
|
499
499
|
"margin-bottom": "base",
|
|
500
500
|
},
|
|
501
501
|
},
|
|
@@ -523,24 +523,12 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
523
523
|
clientInfo: {
|
|
524
524
|
display: "flex",
|
|
525
525
|
"flex-direction": "column",
|
|
526
|
-
"row-gap": "
|
|
526
|
+
"row-gap": "4xs",
|
|
527
527
|
},
|
|
528
528
|
name: {
|
|
529
|
-
|
|
530
|
-
"font-size": "base",
|
|
531
|
-
"font-weight": "600",
|
|
532
|
-
mobile: {
|
|
533
|
-
"font-size": "sm",
|
|
534
|
-
},
|
|
535
|
-
},
|
|
536
|
-
position: {
|
|
537
|
-
color: "var(--color-text-2)",
|
|
538
|
-
"font-size": "sm",
|
|
539
|
-
"font-weight": "normal",
|
|
540
|
-
mobile: {
|
|
541
|
-
"font-size": "xs",
|
|
542
|
-
},
|
|
529
|
+
"font-weight": 600,
|
|
543
530
|
},
|
|
531
|
+
position: {},
|
|
544
532
|
stars: [{}, {}, {}],
|
|
545
533
|
stars_levoGroup: {
|
|
546
534
|
display: "flex",
|
|
@@ -576,14 +564,9 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
576
564
|
color: "#FFD700",
|
|
577
565
|
},
|
|
578
566
|
quote: {
|
|
579
|
-
|
|
580
|
-
"font-size": "lg",
|
|
581
|
-
"line-height": 1.6,
|
|
582
|
-
"font-style": "normal",
|
|
583
|
-
"font-weight": "500",
|
|
567
|
+
"font-weight": 500,
|
|
584
568
|
"margin-bottom": "lg",
|
|
585
569
|
mobile: {
|
|
586
|
-
"font-size": "base",
|
|
587
570
|
"margin-bottom": "base",
|
|
588
571
|
},
|
|
589
572
|
},
|
|
@@ -611,24 +594,12 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
611
594
|
clientInfo: {
|
|
612
595
|
display: "flex",
|
|
613
596
|
"flex-direction": "column",
|
|
614
|
-
"row-gap": "
|
|
597
|
+
"row-gap": "4xs",
|
|
615
598
|
},
|
|
616
599
|
name: {
|
|
617
|
-
|
|
618
|
-
"font-size": "base",
|
|
619
|
-
"font-weight": "600",
|
|
620
|
-
mobile: {
|
|
621
|
-
"font-size": "sm",
|
|
622
|
-
},
|
|
623
|
-
},
|
|
624
|
-
position: {
|
|
625
|
-
color: "var(--color-text-2)",
|
|
626
|
-
"font-size": "sm",
|
|
627
|
-
"font-weight": "normal",
|
|
628
|
-
mobile: {
|
|
629
|
-
"font-size": "xs",
|
|
630
|
-
},
|
|
600
|
+
"font-weight": 600,
|
|
631
601
|
},
|
|
602
|
+
position: {},
|
|
632
603
|
stars: [{}, {}, {}],
|
|
633
604
|
stars_levoGroup: {
|
|
634
605
|
display: "flex",
|
|
@@ -664,14 +635,9 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
664
635
|
color: "#FFD700",
|
|
665
636
|
},
|
|
666
637
|
quote: {
|
|
667
|
-
|
|
668
|
-
"font-size": "lg",
|
|
669
|
-
"line-height": 1.6,
|
|
670
|
-
"font-style": "normal",
|
|
671
|
-
"font-weight": "500",
|
|
638
|
+
"font-weight": 500,
|
|
672
639
|
"margin-bottom": "lg",
|
|
673
640
|
mobile: {
|
|
674
|
-
"font-size": "base",
|
|
675
641
|
"margin-bottom": "base",
|
|
676
642
|
},
|
|
677
643
|
},
|
|
@@ -699,194 +665,18 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
699
665
|
clientInfo: {
|
|
700
666
|
display: "flex",
|
|
701
667
|
"flex-direction": "column",
|
|
702
|
-
"row-gap": "
|
|
668
|
+
"row-gap": "4xs",
|
|
703
669
|
},
|
|
704
670
|
name: {
|
|
705
|
-
|
|
706
|
-
"font-size": "base",
|
|
707
|
-
"font-weight": "600",
|
|
708
|
-
mobile: {
|
|
709
|
-
"font-size": "sm",
|
|
710
|
-
},
|
|
711
|
-
},
|
|
712
|
-
position: {
|
|
713
|
-
color: "var(--color-text-2)",
|
|
714
|
-
"font-size": "sm",
|
|
715
|
-
"font-weight": "normal",
|
|
716
|
-
mobile: {
|
|
717
|
-
"font-size": "xs",
|
|
718
|
-
},
|
|
671
|
+
"font-weight": 600,
|
|
719
672
|
},
|
|
673
|
+
position: {},
|
|
720
674
|
stars: [{}, {}, {}],
|
|
721
675
|
stars_levoGroup: {
|
|
722
676
|
display: "flex",
|
|
723
677
|
"column-gap": "2xs",
|
|
724
678
|
},
|
|
725
679
|
},
|
|
726
|
-
{
|
|
727
|
-
card: {
|
|
728
|
-
display: "flex",
|
|
729
|
-
"flex-direction": "column",
|
|
730
|
-
"background-color": "var(--color-background)",
|
|
731
|
-
"border-radius": "lg",
|
|
732
|
-
"box-shadow": "sm",
|
|
733
|
-
padding: "xl",
|
|
734
|
-
"row-gap": "lg",
|
|
735
|
-
border: "1px solid",
|
|
736
|
-
"border-color": "var(--color-border)",
|
|
737
|
-
height: "100%",
|
|
738
|
-
mobile: {
|
|
739
|
-
padding: "lg",
|
|
740
|
-
"row-gap": "base",
|
|
741
|
-
},
|
|
742
|
-
},
|
|
743
|
-
stars_wrapper: {
|
|
744
|
-
display: "flex",
|
|
745
|
-
"align-items": "center",
|
|
746
|
-
"column-gap": "xs",
|
|
747
|
-
"margin-bottom": "sm",
|
|
748
|
-
},
|
|
749
|
-
"stars.*.star": {
|
|
750
|
-
width: "16px",
|
|
751
|
-
height: "16px",
|
|
752
|
-
color: "#FFD700",
|
|
753
|
-
},
|
|
754
|
-
quote: {
|
|
755
|
-
color: "var(--color-text-1)",
|
|
756
|
-
"font-size": "lg",
|
|
757
|
-
"line-height": 1.6,
|
|
758
|
-
"font-style": "normal",
|
|
759
|
-
"font-weight": "500",
|
|
760
|
-
"margin-bottom": "lg",
|
|
761
|
-
mobile: {
|
|
762
|
-
"font-size": "base",
|
|
763
|
-
"margin-bottom": "base",
|
|
764
|
-
},
|
|
765
|
-
},
|
|
766
|
-
profileSection: {
|
|
767
|
-
display: "flex",
|
|
768
|
-
"align-items": "center",
|
|
769
|
-
"column-gap": "base",
|
|
770
|
-
mobile: {
|
|
771
|
-
"column-gap": "sm",
|
|
772
|
-
},
|
|
773
|
-
},
|
|
774
|
-
avatar: {
|
|
775
|
-
height: "48px",
|
|
776
|
-
width: "48px",
|
|
777
|
-
"border-radius": "50%",
|
|
778
|
-
"object-fit": "cover",
|
|
779
|
-
border: "2px solid",
|
|
780
|
-
"border-color": "var(--color-border)",
|
|
781
|
-
mobile: {
|
|
782
|
-
height: "40px",
|
|
783
|
-
width: "40px",
|
|
784
|
-
},
|
|
785
|
-
},
|
|
786
|
-
clientInfo: {
|
|
787
|
-
display: "flex",
|
|
788
|
-
"flex-direction": "column",
|
|
789
|
-
"row-gap": "2xs",
|
|
790
|
-
},
|
|
791
|
-
name: {
|
|
792
|
-
color: "var(--color-text-1)",
|
|
793
|
-
"font-size": "base",
|
|
794
|
-
"font-weight": "600",
|
|
795
|
-
mobile: {
|
|
796
|
-
"font-size": "sm",
|
|
797
|
-
},
|
|
798
|
-
},
|
|
799
|
-
position: {
|
|
800
|
-
color: "var(--color-text-2)",
|
|
801
|
-
"font-size": "sm",
|
|
802
|
-
"font-weight": "normal",
|
|
803
|
-
mobile: {
|
|
804
|
-
"font-size": "xs",
|
|
805
|
-
},
|
|
806
|
-
},
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
card: {
|
|
810
|
-
display: "flex",
|
|
811
|
-
"flex-direction": "column",
|
|
812
|
-
"background-color": "var(--color-background)",
|
|
813
|
-
"border-radius": "lg",
|
|
814
|
-
"box-shadow": "sm",
|
|
815
|
-
padding: "xl",
|
|
816
|
-
"row-gap": "lg",
|
|
817
|
-
border: "1px solid",
|
|
818
|
-
"border-color": "var(--color-border)",
|
|
819
|
-
height: "100%",
|
|
820
|
-
mobile: {
|
|
821
|
-
padding: "lg",
|
|
822
|
-
"row-gap": "base",
|
|
823
|
-
},
|
|
824
|
-
},
|
|
825
|
-
stars_wrapper: {
|
|
826
|
-
display: "flex",
|
|
827
|
-
"align-items": "center",
|
|
828
|
-
"column-gap": "xs",
|
|
829
|
-
"margin-bottom": "sm",
|
|
830
|
-
},
|
|
831
|
-
"stars.*.star": {
|
|
832
|
-
width: "16px",
|
|
833
|
-
height: "16px",
|
|
834
|
-
color: "#FFD700",
|
|
835
|
-
},
|
|
836
|
-
quote: {
|
|
837
|
-
color: "var(--color-text-1)",
|
|
838
|
-
"font-size": "lg",
|
|
839
|
-
"line-height": 1.6,
|
|
840
|
-
"font-style": "normal",
|
|
841
|
-
"font-weight": "500",
|
|
842
|
-
"margin-bottom": "lg",
|
|
843
|
-
mobile: {
|
|
844
|
-
"font-size": "base",
|
|
845
|
-
"margin-bottom": "base",
|
|
846
|
-
},
|
|
847
|
-
},
|
|
848
|
-
profileSection: {
|
|
849
|
-
display: "flex",
|
|
850
|
-
"align-items": "center",
|
|
851
|
-
"column-gap": "base",
|
|
852
|
-
mobile: {
|
|
853
|
-
"column-gap": "sm",
|
|
854
|
-
},
|
|
855
|
-
},
|
|
856
|
-
avatar: {
|
|
857
|
-
height: "48px",
|
|
858
|
-
width: "48px",
|
|
859
|
-
"border-radius": "50%",
|
|
860
|
-
"object-fit": "cover",
|
|
861
|
-
border: "2px solid",
|
|
862
|
-
"border-color": "var(--color-border)",
|
|
863
|
-
mobile: {
|
|
864
|
-
height: "40px",
|
|
865
|
-
width: "40px",
|
|
866
|
-
},
|
|
867
|
-
},
|
|
868
|
-
clientInfo: {
|
|
869
|
-
display: "flex",
|
|
870
|
-
"flex-direction": "column",
|
|
871
|
-
"row-gap": "2xs",
|
|
872
|
-
},
|
|
873
|
-
name: {
|
|
874
|
-
color: "var(--color-text-1)",
|
|
875
|
-
"font-size": "base",
|
|
876
|
-
"font-weight": "600",
|
|
877
|
-
mobile: {
|
|
878
|
-
"font-size": "sm",
|
|
879
|
-
},
|
|
880
|
-
},
|
|
881
|
-
position: {
|
|
882
|
-
color: "var(--color-text-2)",
|
|
883
|
-
"font-size": "sm",
|
|
884
|
-
"font-weight": "normal",
|
|
885
|
-
mobile: {
|
|
886
|
-
"font-size": "xs",
|
|
887
|
-
},
|
|
888
|
-
},
|
|
889
|
-
},
|
|
890
680
|
],
|
|
891
681
|
"carousel-navigation-container": {
|
|
892
682
|
display: "flex",
|
|
@@ -919,5 +709,89 @@ export const testimonialWithRatings: IBlockLayouts = {
|
|
|
919
709
|
autoPlay: false,
|
|
920
710
|
},
|
|
921
711
|
},
|
|
712
|
+
title: {
|
|
713
|
+
selectedVariants: {
|
|
714
|
+
Heading_Level: "H2",
|
|
715
|
+
},
|
|
716
|
+
},
|
|
717
|
+
testimonials: [
|
|
718
|
+
{
|
|
719
|
+
name: {
|
|
720
|
+
heading: {
|
|
721
|
+
level: "4",
|
|
722
|
+
},
|
|
723
|
+
selectedVariants: {
|
|
724
|
+
Heading_Level: "H6",
|
|
725
|
+
},
|
|
726
|
+
},
|
|
727
|
+
position: {
|
|
728
|
+
selectedVariants: {
|
|
729
|
+
Typography_Variants: "Small",
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
quote: {
|
|
733
|
+
selectedVariants: {
|
|
734
|
+
Typography_Variants: "Large",
|
|
735
|
+
},
|
|
736
|
+
},
|
|
737
|
+
clientInfo: {
|
|
738
|
+
selectedVariants: {},
|
|
739
|
+
},
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
name: {
|
|
743
|
+
selectedVariants: {
|
|
744
|
+
Heading_Level: "H6",
|
|
745
|
+
},
|
|
746
|
+
heading: {
|
|
747
|
+
level: "4",
|
|
748
|
+
},
|
|
749
|
+
},
|
|
750
|
+
quote: {
|
|
751
|
+
selectedVariants: {
|
|
752
|
+
Typography_Variants: "Large",
|
|
753
|
+
},
|
|
754
|
+
},
|
|
755
|
+
clientInfo: {
|
|
756
|
+
selectedVariants: {},
|
|
757
|
+
},
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
name: {
|
|
761
|
+
selectedVariants: {
|
|
762
|
+
Heading_Level: "H6",
|
|
763
|
+
},
|
|
764
|
+
heading: {
|
|
765
|
+
level: "4",
|
|
766
|
+
},
|
|
767
|
+
},
|
|
768
|
+
quote: {
|
|
769
|
+
selectedVariants: {
|
|
770
|
+
Typography_Variants: "Large",
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
clientInfo: {
|
|
774
|
+
selectedVariants: {},
|
|
775
|
+
},
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
name: {
|
|
779
|
+
selectedVariants: {
|
|
780
|
+
Heading_Level: "H6",
|
|
781
|
+
},
|
|
782
|
+
heading: {
|
|
783
|
+
level: "4",
|
|
784
|
+
},
|
|
785
|
+
},
|
|
786
|
+
quote: {
|
|
787
|
+
selectedVariants: {
|
|
788
|
+
Typography_Variants: "Large",
|
|
789
|
+
},
|
|
790
|
+
},
|
|
791
|
+
clientInfo: {
|
|
792
|
+
selectedVariants: {},
|
|
793
|
+
},
|
|
794
|
+
},
|
|
795
|
+
],
|
|
922
796
|
},
|
|
923
797
|
};
|