@levo-so/blocks 0.1.2 → 0.1.52
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 +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +26 -12
- package/src/blocks/about-us/about-us-2.schema.ts +269 -0
- package/src/blocks/about-us/about-us-2.tsx +47 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
- package/src/blocks/blogs/blog-listing-1.tsx +79 -56
- package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
- package/src/blocks/blogs/blog-listing-2.tsx +16 -11
- package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
- package/src/blocks/blogs/blog-listing-3.tsx +84 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
- package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
- package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
- package/src/blocks/blogs/blog-post-3.tsx +58 -0
- package/src/blocks/cards/cards-10.schema.ts +579 -0
- package/src/blocks/cards/cards-10.tsx +2 -0
- package/src/blocks/cards/cards-11.schema.ts +514 -36
- package/src/blocks/cards/cards-13.schema.ts +615 -0
- package/src/blocks/cards/cards-13.tsx +67 -0
- package/src/blocks/cards/cards-2.schema.ts +14 -17
- package/src/blocks/cards/cards-3.schema.ts +15 -25
- package/src/blocks/cards/cards-4.schema.ts +22 -44
- package/src/blocks/cards/cards-4.tsx +39 -39
- package/src/blocks/cards/cards-5.schema.ts +15 -34
- package/src/blocks/cards/cards-6.schema.ts +1500 -0
- package/src/blocks/cards/cards-6.tsx +11 -7
- package/src/blocks/cards/cards-7.schema.ts +1772 -27
- package/src/blocks/cards/cards-7.tsx +32 -0
- package/src/blocks/cards/cards-8.schema.ts +9 -9
- package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
- package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
- package/src/blocks/content/content-1.schema.ts +45 -67
- package/src/blocks/content/content-2.schema.ts +14 -11
- package/src/blocks/content/content-3.schema.ts +17 -115
- package/src/blocks/content/content-3.tsx +1 -0
- package/src/blocks/content/content-5.tsx +1 -0
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-7.schema.ts +723 -0
- package/src/blocks/content/content-7.tsx +53 -0
- package/src/blocks/cta/cta-1.schema.ts +18 -26
- package/src/blocks/cta/cta-3.schema.ts +60 -0
- package/src/blocks/event/event-details.schema.ts +30 -35
- package/src/blocks/event/event-details.tsx +74 -79
- package/src/blocks/event/event-listing-2.schema.ts +85 -26
- package/src/blocks/event/event-listing-2.tsx +76 -52
- package/src/blocks/event/event-listing-3.schema.ts +58 -42
- package/src/blocks/event/event-listing-3.tsx +4 -9
- package/src/blocks/event/event-listing-4.schema.ts +3528 -0
- package/src/blocks/event/event-listing-4.tsx +97 -0
- package/src/blocks/event/event-listing.schema.ts +81 -86
- package/src/blocks/event/event-listing.tsx +1 -3
- package/src/blocks/faq/faq-1.schema.ts +13 -10
- package/src/blocks/faq/faq-2.schema.ts +12 -10
- package/src/blocks/features/features-1/variants/default.ts +12 -3
- package/src/blocks/features/features-2.schema.ts +192 -59
- package/src/blocks/features/features-3.schema.ts +11 -25
- package/src/blocks/features/features-4.schema.ts +20 -35
- package/src/blocks/features/features-5.schema.ts +18 -37
- package/src/blocks/footer/footer-1.schema.ts +28 -5
- package/src/blocks/footer/footer-2.schema.ts +18 -3
- package/src/blocks/footer/footer-3.schema.ts +85 -160
- package/src/blocks/footer/footer-3.tsx +1 -2
- package/src/blocks/footer/footer-4.schema.ts +10 -5
- package/src/blocks/footer/footer-4.tsx +1 -1
- package/src/blocks/footer/footer-5.schema.ts +10 -0
- package/src/blocks/footer/footer-5.tsx +11 -3
- package/src/blocks/footer/footer-6.schema.ts +730 -0
- package/src/blocks/footer/footer-6.tsx +100 -0
- package/src/blocks/hero/hero-1.schema.ts +165 -185
- package/src/blocks/hero/hero-10.schema.ts +175 -0
- package/src/blocks/hero/hero-10.tsx +35 -0
- package/src/blocks/hero/hero-2.schema.ts +60 -104
- package/src/blocks/hero/hero-2.tsx +11 -3
- package/src/blocks/hero/hero-3.schema.ts +68 -64
- package/src/blocks/hero/hero-4.schema.ts +148 -48
- package/src/blocks/hero/hero-5.schema.ts +29 -23
- package/src/blocks/hero/hero-6.schema.ts +28 -66
- package/src/blocks/hero/hero-7.schema.ts +34 -37
- package/src/blocks/hero/hero-8.schema.ts +5 -1
- package/src/blocks/index.ts +11 -0
- package/src/blocks/logos/logos-1.schema.ts +10 -4
- package/src/blocks/navbar/navbar-1.schema.ts +3 -5
- package/src/blocks/navbar/navbar-1.tsx +5 -19
- package/src/blocks/navbar/navbar-2.schema.ts +2 -4
- package/src/blocks/navbar/navbar-2.tsx +4 -18
- package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
- package/src/blocks/navbar/navbar-3.tsx +551 -0
- package/src/blocks/pricing/pricing-1.schema.ts +23 -37
- package/src/blocks/products/products-listing-1.schema.ts +73 -76
- package/src/blocks/profile/profile-1.schema.ts +399 -0
- package/src/blocks/profile/profile-1.tsx +64 -0
- package/src/blocks/stats/stats-1.schema.ts +34 -3
- package/src/blocks/stats/variants/default.ts +0 -1
- package/src/blocks/stats/variants/hero.ts +2 -13
- package/src/blocks/team/team-1.schema.ts +50 -22
- package/src/blocks/team/team-1.tsx +9 -3
- package/src/blocks/team/team-2.schema.ts +96 -167
- package/src/blocks/team/team-3.schema.ts +32 -49
- package/src/blocks/team/team-4.schema.ts +551 -0
- package/src/blocks/team/team-4.tsx +59 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
- package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
- package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
- package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
- package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
- package/src/blocks/testimonial/testimonial-5.tsx +32 -8
- package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
- package/src/blocks/testimonial/testimonial-6.tsx +107 -57
- package/src/schemas/blocks.ts +22 -0
- package/src/schemas/categories.ts +6 -0
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const DUMMY_ICON = {
|
|
4
|
-
kind: "icon",
|
|
5
|
-
data: {
|
|
6
|
-
id: "archive-minus",
|
|
7
|
-
label: "Archive Minus",
|
|
8
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
9
|
-
svgCode:
|
|
10
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
11
|
-
},
|
|
12
|
-
};
|
|
13
|
-
|
|
14
3
|
// const QUOTE_ICON = {
|
|
15
4
|
// object: "media",
|
|
16
5
|
// id: "9GFUqRMqQKAX",
|
|
@@ -34,41 +23,141 @@ const DUMMY_ICON = {
|
|
|
34
23
|
const DEFAULT_CONTENT = {
|
|
35
24
|
layout: null,
|
|
36
25
|
container: null,
|
|
26
|
+
"carousel-container": null,
|
|
37
27
|
testimonials: [
|
|
38
28
|
{
|
|
39
29
|
testimonial: null,
|
|
40
30
|
"icon-container": null,
|
|
41
|
-
icon:
|
|
31
|
+
icon: {
|
|
32
|
+
kind: "custom",
|
|
33
|
+
data: {
|
|
34
|
+
id: "VbXqqm7bqTgoM",
|
|
35
|
+
filename: "image.png",
|
|
36
|
+
kind: "image",
|
|
37
|
+
location:
|
|
38
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
39
|
+
srcset: {
|
|
40
|
+
"1080w":
|
|
41
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
|
|
42
|
+
"1200w":
|
|
43
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
|
|
44
|
+
"1920w":
|
|
45
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
|
|
46
|
+
"320w":
|
|
47
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
48
|
+
"640w":
|
|
49
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
50
|
+
"750w":
|
|
51
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
52
|
+
"828w":
|
|
53
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
54
|
+
path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
|
|
55
|
+
},
|
|
56
|
+
mimetype: "image/png",
|
|
57
|
+
},
|
|
58
|
+
},
|
|
42
59
|
"content-container": null,
|
|
43
60
|
"testimonial-content": null,
|
|
44
61
|
"testimonial-text":
|
|
45
|
-
"
|
|
62
|
+
"What impressed me most was the continuous support and guidance. Every session felt purposeful, and the trainers genuinely cared about helping me achieve my fitness goals.",
|
|
46
63
|
"bottom-section": null,
|
|
47
64
|
"author-section": null,
|
|
48
65
|
"author-info": null,
|
|
49
|
-
"author-name": "
|
|
50
|
-
"author-position": "Member since
|
|
51
|
-
"author-avatar":
|
|
66
|
+
"author-name": "Michael Chen",
|
|
67
|
+
"author-position": "Member since 2023",
|
|
68
|
+
"author-avatar": {
|
|
69
|
+
kind: "icon",
|
|
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
|
+
},
|
|
77
|
+
},
|
|
52
78
|
},
|
|
53
79
|
{
|
|
54
80
|
testimonial: null,
|
|
55
81
|
"icon-container": null,
|
|
56
|
-
icon:
|
|
82
|
+
icon: {
|
|
83
|
+
kind: "custom",
|
|
84
|
+
data: {
|
|
85
|
+
id: "VbXqqm7bqTgoM",
|
|
86
|
+
filename: "image.png",
|
|
87
|
+
kind: "image",
|
|
88
|
+
location:
|
|
89
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
90
|
+
srcset: {
|
|
91
|
+
"1080w":
|
|
92
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
|
|
93
|
+
"1200w":
|
|
94
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
|
|
95
|
+
"1920w":
|
|
96
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
|
|
97
|
+
"320w":
|
|
98
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
99
|
+
"640w":
|
|
100
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
101
|
+
"750w":
|
|
102
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
103
|
+
"828w":
|
|
104
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
105
|
+
path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
|
|
106
|
+
},
|
|
107
|
+
mimetype: "image/png",
|
|
108
|
+
},
|
|
109
|
+
},
|
|
57
110
|
"content-container": null,
|
|
58
111
|
"testimonial-content": null,
|
|
59
112
|
"testimonial-text":
|
|
60
|
-
"
|
|
113
|
+
"What impressed me most was the continuous support and guidance. Every session felt purposeful, and the trainers genuinely cared about helping me achieve my fitness goals.",
|
|
61
114
|
"bottom-section": null,
|
|
62
115
|
"author-section": null,
|
|
63
116
|
"author-info": null,
|
|
64
|
-
"author-name": "
|
|
65
|
-
"author-position": "Member since
|
|
66
|
-
"author-avatar":
|
|
117
|
+
"author-name": "Michael Chen",
|
|
118
|
+
"author-position": "Member since 2023",
|
|
119
|
+
"author-avatar": {
|
|
120
|
+
kind: "icon",
|
|
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
|
+
},
|
|
128
|
+
},
|
|
67
129
|
},
|
|
68
130
|
{
|
|
69
131
|
testimonial: null,
|
|
70
132
|
"icon-container": null,
|
|
71
|
-
icon:
|
|
133
|
+
icon: {
|
|
134
|
+
kind: "custom",
|
|
135
|
+
data: {
|
|
136
|
+
id: "VbXqqm7bqTgoM",
|
|
137
|
+
filename: "image.png",
|
|
138
|
+
kind: "image",
|
|
139
|
+
location:
|
|
140
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz.png",
|
|
141
|
+
srcset: {
|
|
142
|
+
"1080w":
|
|
143
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp",
|
|
144
|
+
"1200w":
|
|
145
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp",
|
|
146
|
+
"1920w":
|
|
147
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp",
|
|
148
|
+
"320w":
|
|
149
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp",
|
|
150
|
+
"640w":
|
|
151
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp",
|
|
152
|
+
"750w":
|
|
153
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp",
|
|
154
|
+
"828w":
|
|
155
|
+
"https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp",
|
|
156
|
+
path: "https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-74dI2DIhPomWz-1080w.webp 1080w",
|
|
157
|
+
},
|
|
158
|
+
mimetype: "image/png",
|
|
159
|
+
},
|
|
160
|
+
},
|
|
72
161
|
"content-container": null,
|
|
73
162
|
"testimonial-content": null,
|
|
74
163
|
"testimonial-text":
|
|
@@ -78,12 +167,26 @@ const DEFAULT_CONTENT = {
|
|
|
78
167
|
"author-info": null,
|
|
79
168
|
"author-name": "Michael Chen",
|
|
80
169
|
"author-position": "Member since 2023",
|
|
81
|
-
"author-avatar":
|
|
170
|
+
"author-avatar": {
|
|
171
|
+
kind: "icon",
|
|
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
|
+
},
|
|
179
|
+
},
|
|
82
180
|
},
|
|
83
181
|
],
|
|
84
182
|
"carousel-navigation": null,
|
|
85
183
|
"carousel-navigation-arrow-left": " ",
|
|
86
184
|
"carousel-navigation-arrow-right": " ",
|
|
185
|
+
"carousel-navigation-arrow-left-side": " ",
|
|
186
|
+
"carousel-navigation-arrow-right-side": " ",
|
|
187
|
+
"carousel-navigation-bottom-container": null,
|
|
188
|
+
"carousel-navigation-arrow-left-bottom": " ",
|
|
189
|
+
"carousel-navigation-arrow-right-bottom": " ",
|
|
87
190
|
"carousel-navigation-arrow-left_leftIcon": {
|
|
88
191
|
kind: "icon",
|
|
89
192
|
data: {
|
|
@@ -95,6 +198,46 @@ const DEFAULT_CONTENT = {
|
|
|
95
198
|
},
|
|
96
199
|
},
|
|
97
200
|
"carousel-navigation-arrow-right_rightIcon": {
|
|
201
|
+
kind: "icon",
|
|
202
|
+
data: {
|
|
203
|
+
id: "arrow-right-1",
|
|
204
|
+
label: "Arrow Right 1",
|
|
205
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
206
|
+
svgCode:
|
|
207
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
"carousel-navigation-arrow-left-side_leftIcon": {
|
|
211
|
+
kind: "icon",
|
|
212
|
+
data: {
|
|
213
|
+
id: "arrow-left",
|
|
214
|
+
label: "Arrow Left",
|
|
215
|
+
tags: ["arrow", "custom", "directional", "left"],
|
|
216
|
+
svgCode:
|
|
217
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
"carousel-navigation-arrow-right-side_rightIcon": {
|
|
221
|
+
kind: "icon",
|
|
222
|
+
data: {
|
|
223
|
+
id: "arrow-right-1",
|
|
224
|
+
label: "Arrow Right 1",
|
|
225
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
226
|
+
svgCode:
|
|
227
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
"carousel-navigation-arrow-left-bottom_leftIcon": {
|
|
231
|
+
kind: "icon",
|
|
232
|
+
data: {
|
|
233
|
+
id: "arrow-left",
|
|
234
|
+
label: "Arrow Left",
|
|
235
|
+
tags: ["arrow", "custom", "directional", "left"],
|
|
236
|
+
svgCode:
|
|
237
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.57043 18.82C9.38043 18.82 9.19043 18.75 9.04043 18.6L2.97043 12.53C2.68043 12.24 2.68043 11.76 2.97043 11.47L9.04043 5.4C9.33043 5.11 9.81043 5.11 10.1004 5.4C10.3904 5.69 10.3904 6.17 10.1004 6.46L4.56043 12L10.1004 17.54C10.3904 17.83 10.3904 18.31 10.1004 18.6C9.96043 18.75 9.76043 18.82 9.57043 18.82Z" fill="currentColor"/>\n<path d="M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z" fill="currentColor"/>\n</svg>',
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
"carousel-navigation-arrow-right-bottom_rightIcon": {
|
|
98
241
|
kind: "icon",
|
|
99
242
|
data: {
|
|
100
243
|
id: "arrow-right-1",
|
|
@@ -126,6 +269,11 @@ export const Testimonial6: IBlock = {
|
|
|
126
269
|
label: "Container",
|
|
127
270
|
field_interface: "ContainerWidget",
|
|
128
271
|
},
|
|
272
|
+
{
|
|
273
|
+
key: "carousel-container",
|
|
274
|
+
label: "Carousel Container",
|
|
275
|
+
field_interface: "BoxWidget",
|
|
276
|
+
},
|
|
129
277
|
{
|
|
130
278
|
key: "carousel-navigation",
|
|
131
279
|
label: "Carousel Navigation",
|
|
@@ -141,6 +289,31 @@ export const Testimonial6: IBlock = {
|
|
|
141
289
|
label: "Carousel Navigation Arrow Right",
|
|
142
290
|
field_interface: "ButtonWidget",
|
|
143
291
|
},
|
|
292
|
+
{
|
|
293
|
+
key: "carousel-navigation-arrow-left-side",
|
|
294
|
+
label: "Carousel Navigation Arrow Left Side",
|
|
295
|
+
field_interface: "ButtonWidget",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
key: "carousel-navigation-arrow-right-side",
|
|
299
|
+
label: "Carousel Navigation Arrow Right Side",
|
|
300
|
+
field_interface: "ButtonWidget",
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
key: "carousel-navigation-bottom-container",
|
|
304
|
+
label: "Carousel Navigation Bottom Container",
|
|
305
|
+
field_interface: "BoxWidget",
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
key: "carousel-navigation-arrow-left-bottom",
|
|
309
|
+
label: "Carousel Navigation Arrow Left Bottom",
|
|
310
|
+
field_interface: "ButtonWidget",
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
key: "carousel-navigation-arrow-right-bottom",
|
|
314
|
+
label: "Carousel Navigation Arrow Right Bottom",
|
|
315
|
+
field_interface: "ButtonWidget",
|
|
316
|
+
},
|
|
144
317
|
{
|
|
145
318
|
key: "testimonials",
|
|
146
319
|
label: "Testimonials",
|
|
@@ -240,6 +413,93 @@ export const Testimonial6: IBlock = {
|
|
|
240
413
|
"margin-left": "auto",
|
|
241
414
|
"margin-right": "auto",
|
|
242
415
|
"max-width": "100%",
|
|
416
|
+
mobile: {
|
|
417
|
+
"flex-direction": "column",
|
|
418
|
+
"row-gap": "base",
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
"icon-container": {
|
|
422
|
+
"flex-shrink": "0",
|
|
423
|
+
display: "flex",
|
|
424
|
+
"align-items": "flex-start",
|
|
425
|
+
"justify-content": "center",
|
|
426
|
+
"padding-top": "xs",
|
|
427
|
+
},
|
|
428
|
+
icon: {
|
|
429
|
+
width: "48px",
|
|
430
|
+
height: "48px",
|
|
431
|
+
"object-fit": "contain",
|
|
432
|
+
},
|
|
433
|
+
"content-container": {
|
|
434
|
+
flex: "1",
|
|
435
|
+
display: "flex",
|
|
436
|
+
"flex-direction": "column",
|
|
437
|
+
"justify-content": "space-between",
|
|
438
|
+
"min-height": "200px",
|
|
439
|
+
},
|
|
440
|
+
"testimonial-content": {
|
|
441
|
+
"margin-bottom": "2xl",
|
|
442
|
+
},
|
|
443
|
+
"testimonial-text": {
|
|
444
|
+
"font-size": "xl",
|
|
445
|
+
"line-height": "1.6",
|
|
446
|
+
color: "text-1",
|
|
447
|
+
"font-weight": "400",
|
|
448
|
+
},
|
|
449
|
+
"bottom-section": {
|
|
450
|
+
display: "flex",
|
|
451
|
+
"justify-content": "space-between",
|
|
452
|
+
"align-items": "center",
|
|
453
|
+
mobile: {
|
|
454
|
+
"flex-direction": "column",
|
|
455
|
+
"row-gap": "2xl",
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
"author-section": {
|
|
459
|
+
display: "flex",
|
|
460
|
+
"align-items": "center",
|
|
461
|
+
"column-gap": "base",
|
|
462
|
+
},
|
|
463
|
+
"author-info": {
|
|
464
|
+
display: "flex",
|
|
465
|
+
"flex-direction": "column",
|
|
466
|
+
"align-items": "flex-start",
|
|
467
|
+
},
|
|
468
|
+
"author-name": {
|
|
469
|
+
"font-size": "lg",
|
|
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",
|
|
478
|
+
},
|
|
479
|
+
"author-avatar": {
|
|
480
|
+
width: "48px",
|
|
481
|
+
height: "48px",
|
|
482
|
+
"border-radius": "base",
|
|
483
|
+
"object-fit": "cover",
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
testimonial: {
|
|
488
|
+
display: "flex",
|
|
489
|
+
"align-items": "flex-start",
|
|
490
|
+
"column-gap": "2xl",
|
|
491
|
+
"border-radius": "xl",
|
|
492
|
+
"padding-top": "2xl",
|
|
493
|
+
"padding-bottom": "2xl",
|
|
494
|
+
"padding-left": "2xl",
|
|
495
|
+
"padding-right": "2xl",
|
|
496
|
+
"margin-left": "auto",
|
|
497
|
+
"margin-right": "auto",
|
|
498
|
+
"max-width": "100%",
|
|
499
|
+
mobile: {
|
|
500
|
+
"flex-direction": "column",
|
|
501
|
+
"row-gap": "base",
|
|
502
|
+
},
|
|
243
503
|
},
|
|
244
504
|
"icon-container": {
|
|
245
505
|
"flex-shrink": "0",
|
|
@@ -251,6 +511,7 @@ export const Testimonial6: IBlock = {
|
|
|
251
511
|
icon: {
|
|
252
512
|
width: "48px",
|
|
253
513
|
height: "48px",
|
|
514
|
+
"object-fit": "contain",
|
|
254
515
|
},
|
|
255
516
|
"content-container": {
|
|
256
517
|
flex: "1",
|
|
@@ -272,6 +533,10 @@ export const Testimonial6: IBlock = {
|
|
|
272
533
|
display: "flex",
|
|
273
534
|
"justify-content": "space-between",
|
|
274
535
|
"align-items": "center",
|
|
536
|
+
mobile: {
|
|
537
|
+
"flex-direction": "column",
|
|
538
|
+
"row-gap": "2xl",
|
|
539
|
+
},
|
|
275
540
|
},
|
|
276
541
|
"author-section": {
|
|
277
542
|
display: "flex",
|
|
@@ -314,6 +579,10 @@ export const Testimonial6: IBlock = {
|
|
|
314
579
|
"margin-left": "auto",
|
|
315
580
|
"margin-right": "auto",
|
|
316
581
|
"max-width": "100%",
|
|
582
|
+
mobile: {
|
|
583
|
+
"flex-direction": "column",
|
|
584
|
+
"row-gap": "base",
|
|
585
|
+
},
|
|
317
586
|
},
|
|
318
587
|
"icon-container": {
|
|
319
588
|
"flex-shrink": "0",
|
|
@@ -325,6 +594,7 @@ export const Testimonial6: IBlock = {
|
|
|
325
594
|
icon: {
|
|
326
595
|
width: "48px",
|
|
327
596
|
height: "48px",
|
|
597
|
+
"object-fit": "contain",
|
|
328
598
|
},
|
|
329
599
|
"content-container": {
|
|
330
600
|
flex: "1",
|
|
@@ -346,6 +616,10 @@ export const Testimonial6: IBlock = {
|
|
|
346
616
|
display: "flex",
|
|
347
617
|
"justify-content": "space-between",
|
|
348
618
|
"align-items": "center",
|
|
619
|
+
mobile: {
|
|
620
|
+
"flex-direction": "column",
|
|
621
|
+
"row-gap": "2xl",
|
|
622
|
+
},
|
|
349
623
|
},
|
|
350
624
|
"author-section": {
|
|
351
625
|
display: "flex",
|
|
@@ -418,7 +692,81 @@ export const Testimonial6: IBlock = {
|
|
|
418
692
|
},
|
|
419
693
|
"bottom-section": {
|
|
420
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",
|
|
421
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",
|
|
422
770
|
"align-items": "center",
|
|
423
771
|
},
|
|
424
772
|
"author-section": {
|
|
@@ -681,6 +1029,21 @@ export const Testimonial6: IBlock = {
|
|
|
681
1029
|
},
|
|
682
1030
|
],
|
|
683
1031
|
},
|
|
1032
|
+
"carousel-navigation-arrow-left-side": {
|
|
1033
|
+
display: "none",
|
|
1034
|
+
},
|
|
1035
|
+
"carousel-navigation-arrow-right-side": {
|
|
1036
|
+
display: "none",
|
|
1037
|
+
},
|
|
1038
|
+
"carousel-navigation-bottom-container": {
|
|
1039
|
+
display: "none",
|
|
1040
|
+
},
|
|
1041
|
+
"carousel-navigation-arrow-left-bottom": {
|
|
1042
|
+
display: "none",
|
|
1043
|
+
},
|
|
1044
|
+
"carousel-navigation-arrow-right-bottom": {
|
|
1045
|
+
display: "none",
|
|
1046
|
+
},
|
|
684
1047
|
},
|
|
685
1048
|
content: DEFAULT_CONTENT,
|
|
686
1049
|
config: {
|
|
@@ -705,5 +1068,605 @@ export const Testimonial6: IBlock = {
|
|
|
705
1068
|
},
|
|
706
1069
|
},
|
|
707
1070
|
},
|
|
1071
|
+
{
|
|
1072
|
+
key: "side-navigation",
|
|
1073
|
+
title: "Side Navigation",
|
|
1074
|
+
styles: {
|
|
1075
|
+
layout: {
|
|
1076
|
+
"padding-top": "3xl",
|
|
1077
|
+
"padding-bottom": "3xl",
|
|
1078
|
+
},
|
|
1079
|
+
container: {
|
|
1080
|
+
"margin-left": "auto",
|
|
1081
|
+
"margin-right": "auto",
|
|
1082
|
+
},
|
|
1083
|
+
"carousel-container": {
|
|
1084
|
+
display: "flex",
|
|
1085
|
+
"align-items": "center",
|
|
1086
|
+
"column-gap": "xl",
|
|
1087
|
+
},
|
|
1088
|
+
testimonials_levoGroup: {
|
|
1089
|
+
number_of_slides: 1,
|
|
1090
|
+
flex: "1",
|
|
1091
|
+
},
|
|
1092
|
+
testimonials: [
|
|
1093
|
+
{
|
|
1094
|
+
testimonial: {
|
|
1095
|
+
display: "flex",
|
|
1096
|
+
"align-items": "flex-start",
|
|
1097
|
+
"column-gap": "2xl",
|
|
1098
|
+
"border-radius": "xl",
|
|
1099
|
+
"padding-top": "2xl",
|
|
1100
|
+
"padding-bottom": "2xl",
|
|
1101
|
+
"padding-left": "2xl",
|
|
1102
|
+
"padding-right": "2xl",
|
|
1103
|
+
"margin-left": "auto",
|
|
1104
|
+
"margin-right": "auto",
|
|
1105
|
+
"max-width": "100%",
|
|
1106
|
+
},
|
|
1107
|
+
"icon-container": {
|
|
1108
|
+
"flex-shrink": "0",
|
|
1109
|
+
display: "flex",
|
|
1110
|
+
"align-items": "flex-start",
|
|
1111
|
+
"justify-content": "center",
|
|
1112
|
+
"padding-top": "xs",
|
|
1113
|
+
},
|
|
1114
|
+
icon: {
|
|
1115
|
+
width: "48px",
|
|
1116
|
+
height: "48px",
|
|
1117
|
+
},
|
|
1118
|
+
"content-container": {
|
|
1119
|
+
flex: "1",
|
|
1120
|
+
display: "flex",
|
|
1121
|
+
"flex-direction": "column",
|
|
1122
|
+
"justify-content": "space-between",
|
|
1123
|
+
"min-height": "200px",
|
|
1124
|
+
},
|
|
1125
|
+
"testimonial-content": {
|
|
1126
|
+
"margin-bottom": "2xl",
|
|
1127
|
+
},
|
|
1128
|
+
"testimonial-text": {
|
|
1129
|
+
"font-size": "xl",
|
|
1130
|
+
"line-height": "1.6",
|
|
1131
|
+
color: "text-1",
|
|
1132
|
+
"font-weight": "400",
|
|
1133
|
+
},
|
|
1134
|
+
"bottom-section": {
|
|
1135
|
+
display: "flex",
|
|
1136
|
+
"justify-content": "flex-start",
|
|
1137
|
+
"align-items": "center",
|
|
1138
|
+
},
|
|
1139
|
+
"author-section": {
|
|
1140
|
+
display: "flex",
|
|
1141
|
+
"align-items": "center",
|
|
1142
|
+
"column-gap": "base",
|
|
1143
|
+
},
|
|
1144
|
+
"author-info": {
|
|
1145
|
+
display: "flex",
|
|
1146
|
+
"flex-direction": "column",
|
|
1147
|
+
"align-items": "flex-start",
|
|
1148
|
+
},
|
|
1149
|
+
"author-name": {
|
|
1150
|
+
"font-size": "lg",
|
|
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",
|
|
1159
|
+
},
|
|
1160
|
+
"author-avatar": {
|
|
1161
|
+
width: "48px",
|
|
1162
|
+
height: "48px",
|
|
1163
|
+
"border-radius": "base",
|
|
1164
|
+
"object-fit": "cover",
|
|
1165
|
+
},
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
testimonial: {
|
|
1169
|
+
display: "flex",
|
|
1170
|
+
"align-items": "flex-start",
|
|
1171
|
+
"column-gap": "2xl",
|
|
1172
|
+
"border-radius": "xl",
|
|
1173
|
+
"padding-top": "2xl",
|
|
1174
|
+
"padding-bottom": "2xl",
|
|
1175
|
+
"padding-left": "2xl",
|
|
1176
|
+
"padding-right": "2xl",
|
|
1177
|
+
"margin-left": "auto",
|
|
1178
|
+
"margin-right": "auto",
|
|
1179
|
+
"max-width": "100%",
|
|
1180
|
+
},
|
|
1181
|
+
"icon-container": {
|
|
1182
|
+
"flex-shrink": "0",
|
|
1183
|
+
display: "flex",
|
|
1184
|
+
"align-items": "flex-start",
|
|
1185
|
+
"justify-content": "center",
|
|
1186
|
+
"padding-top": "xs",
|
|
1187
|
+
},
|
|
1188
|
+
icon: {
|
|
1189
|
+
width: "48px",
|
|
1190
|
+
height: "48px",
|
|
1191
|
+
},
|
|
1192
|
+
"content-container": {
|
|
1193
|
+
flex: "1",
|
|
1194
|
+
display: "flex",
|
|
1195
|
+
"flex-direction": "column",
|
|
1196
|
+
"justify-content": "space-between",
|
|
1197
|
+
"min-height": "200px",
|
|
1198
|
+
},
|
|
1199
|
+
"testimonial-content": {
|
|
1200
|
+
"margin-bottom": "2xl",
|
|
1201
|
+
},
|
|
1202
|
+
"testimonial-text": {
|
|
1203
|
+
"font-size": "xl",
|
|
1204
|
+
"line-height": "1.6",
|
|
1205
|
+
color: "text-1",
|
|
1206
|
+
"font-weight": "400",
|
|
1207
|
+
},
|
|
1208
|
+
"bottom-section": {
|
|
1209
|
+
display: "flex",
|
|
1210
|
+
"justify-content": "flex-start",
|
|
1211
|
+
"align-items": "center",
|
|
1212
|
+
},
|
|
1213
|
+
"author-section": {
|
|
1214
|
+
display: "flex",
|
|
1215
|
+
"align-items": "center",
|
|
1216
|
+
"column-gap": "base",
|
|
1217
|
+
},
|
|
1218
|
+
"author-info": {
|
|
1219
|
+
display: "flex",
|
|
1220
|
+
"flex-direction": "column",
|
|
1221
|
+
"align-items": "flex-start",
|
|
1222
|
+
},
|
|
1223
|
+
"author-name": {
|
|
1224
|
+
"font-size": "lg",
|
|
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",
|
|
1233
|
+
},
|
|
1234
|
+
"author-avatar": {
|
|
1235
|
+
width: "48px",
|
|
1236
|
+
height: "48px",
|
|
1237
|
+
"border-radius": "base",
|
|
1238
|
+
"object-fit": "cover",
|
|
1239
|
+
},
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
testimonial: {
|
|
1243
|
+
display: "flex",
|
|
1244
|
+
"align-items": "flex-start",
|
|
1245
|
+
"column-gap": "2xl",
|
|
1246
|
+
"border-radius": "xl",
|
|
1247
|
+
"padding-top": "2xl",
|
|
1248
|
+
"padding-bottom": "2xl",
|
|
1249
|
+
"padding-left": "2xl",
|
|
1250
|
+
"padding-right": "2xl",
|
|
1251
|
+
"margin-left": "auto",
|
|
1252
|
+
"margin-right": "auto",
|
|
1253
|
+
"max-width": "100%",
|
|
1254
|
+
},
|
|
1255
|
+
"icon-container": {
|
|
1256
|
+
"flex-shrink": "0",
|
|
1257
|
+
display: "flex",
|
|
1258
|
+
"align-items": "flex-start",
|
|
1259
|
+
"justify-content": "center",
|
|
1260
|
+
"padding-top": "xs",
|
|
1261
|
+
},
|
|
1262
|
+
icon: {
|
|
1263
|
+
width: "48px",
|
|
1264
|
+
height: "48px",
|
|
1265
|
+
},
|
|
1266
|
+
"content-container": {
|
|
1267
|
+
flex: "1",
|
|
1268
|
+
display: "flex",
|
|
1269
|
+
"flex-direction": "column",
|
|
1270
|
+
"justify-content": "space-between",
|
|
1271
|
+
"min-height": "200px",
|
|
1272
|
+
},
|
|
1273
|
+
"testimonial-content": {
|
|
1274
|
+
"margin-bottom": "2xl",
|
|
1275
|
+
},
|
|
1276
|
+
"testimonial-text": {
|
|
1277
|
+
"font-size": "xl",
|
|
1278
|
+
"line-height": "1.6",
|
|
1279
|
+
color: "text-1",
|
|
1280
|
+
"font-weight": "400",
|
|
1281
|
+
},
|
|
1282
|
+
"bottom-section": {
|
|
1283
|
+
display: "flex",
|
|
1284
|
+
"justify-content": "flex-start",
|
|
1285
|
+
"align-items": "center",
|
|
1286
|
+
},
|
|
1287
|
+
"author-section": {
|
|
1288
|
+
display: "flex",
|
|
1289
|
+
"align-items": "center",
|
|
1290
|
+
"column-gap": "base",
|
|
1291
|
+
},
|
|
1292
|
+
"author-info": {
|
|
1293
|
+
display: "flex",
|
|
1294
|
+
"flex-direction": "column",
|
|
1295
|
+
"align-items": "flex-start",
|
|
1296
|
+
},
|
|
1297
|
+
"author-name": {
|
|
1298
|
+
"font-size": "lg",
|
|
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",
|
|
1307
|
+
},
|
|
1308
|
+
"author-avatar": {
|
|
1309
|
+
width: "48px",
|
|
1310
|
+
height: "48px",
|
|
1311
|
+
"border-radius": "base",
|
|
1312
|
+
"object-fit": "cover",
|
|
1313
|
+
},
|
|
1314
|
+
},
|
|
1315
|
+
],
|
|
1316
|
+
"carousel-navigation": {
|
|
1317
|
+
display: "none",
|
|
1318
|
+
},
|
|
1319
|
+
"carousel-navigation-arrow-left": {
|
|
1320
|
+
display: "none",
|
|
1321
|
+
},
|
|
1322
|
+
"carousel-navigation-arrow-right": {
|
|
1323
|
+
display: "none",
|
|
1324
|
+
},
|
|
1325
|
+
"carousel-navigation-arrow-left-side": {
|
|
1326
|
+
"border-color": "border",
|
|
1327
|
+
"border-width": "1px",
|
|
1328
|
+
"border-radius": "50%",
|
|
1329
|
+
width: "48px",
|
|
1330
|
+
height: "48px",
|
|
1331
|
+
display: "flex",
|
|
1332
|
+
"align-items": "center",
|
|
1333
|
+
"justify-content": "center",
|
|
1334
|
+
cursor: "pointer",
|
|
1335
|
+
"box-shadow": "sm",
|
|
1336
|
+
"padding-left": "none",
|
|
1337
|
+
"padding-top": "none",
|
|
1338
|
+
"padding-right": "none",
|
|
1339
|
+
"padding-bottom": "none",
|
|
1340
|
+
"flex-shrink": "0",
|
|
1341
|
+
mobile: {
|
|
1342
|
+
display: "none",
|
|
1343
|
+
},
|
|
1344
|
+
tablet: {
|
|
1345
|
+
display: "none",
|
|
1346
|
+
},
|
|
1347
|
+
},
|
|
1348
|
+
"carousel-navigation-arrow-right-side": {
|
|
1349
|
+
"border-color": "border",
|
|
1350
|
+
"border-width": "1px",
|
|
1351
|
+
"border-radius": "50%",
|
|
1352
|
+
width: "48px",
|
|
1353
|
+
height: "48px",
|
|
1354
|
+
display: "flex",
|
|
1355
|
+
"align-items": "center",
|
|
1356
|
+
"justify-content": "center",
|
|
1357
|
+
cursor: "pointer",
|
|
1358
|
+
"box-shadow": "sm",
|
|
1359
|
+
"padding-top": "none",
|
|
1360
|
+
"padding-right": "none",
|
|
1361
|
+
"padding-left": "none",
|
|
1362
|
+
"padding-bottom": "none",
|
|
1363
|
+
"flex-shrink": "0",
|
|
1364
|
+
mobile: {
|
|
1365
|
+
display: "none",
|
|
1366
|
+
},
|
|
1367
|
+
tablet: {
|
|
1368
|
+
display: "none",
|
|
1369
|
+
},
|
|
1370
|
+
},
|
|
1371
|
+
"carousel-navigation-bottom-container": {
|
|
1372
|
+
display: "none",
|
|
1373
|
+
mobile: {
|
|
1374
|
+
display: "flex",
|
|
1375
|
+
"justify-content": "center",
|
|
1376
|
+
"align-items": "center",
|
|
1377
|
+
"column-gap": "sm",
|
|
1378
|
+
"padding-top": "lg",
|
|
1379
|
+
},
|
|
1380
|
+
tablet: {
|
|
1381
|
+
display: "flex",
|
|
1382
|
+
"justify-content": "center",
|
|
1383
|
+
"align-items": "center",
|
|
1384
|
+
"column-gap": "sm",
|
|
1385
|
+
"padding-top": "lg",
|
|
1386
|
+
},
|
|
1387
|
+
},
|
|
1388
|
+
"carousel-navigation-arrow-left-bottom": {
|
|
1389
|
+
"border-color": "border",
|
|
1390
|
+
"border-width": "1px",
|
|
1391
|
+
"border-radius": "50%",
|
|
1392
|
+
width: "48px",
|
|
1393
|
+
height: "48px",
|
|
1394
|
+
display: "flex",
|
|
1395
|
+
"align-items": "center",
|
|
1396
|
+
"justify-content": "center",
|
|
1397
|
+
cursor: "pointer",
|
|
1398
|
+
"box-shadow": "sm",
|
|
1399
|
+
"padding-left": "none",
|
|
1400
|
+
"padding-top": "none",
|
|
1401
|
+
"padding-right": "none",
|
|
1402
|
+
"padding-bottom": "none",
|
|
1403
|
+
mobile: {
|
|
1404
|
+
width: "40px",
|
|
1405
|
+
height: "40px",
|
|
1406
|
+
},
|
|
1407
|
+
},
|
|
1408
|
+
"carousel-navigation-arrow-right-bottom": {
|
|
1409
|
+
"border-color": "border",
|
|
1410
|
+
"border-width": "1px",
|
|
1411
|
+
"border-radius": "50%",
|
|
1412
|
+
width: "48px",
|
|
1413
|
+
height: "48px",
|
|
1414
|
+
display: "flex",
|
|
1415
|
+
"align-items": "center",
|
|
1416
|
+
"justify-content": "center",
|
|
1417
|
+
cursor: "pointer",
|
|
1418
|
+
"box-shadow": "sm",
|
|
1419
|
+
"padding-top": "none",
|
|
1420
|
+
"padding-right": "none",
|
|
1421
|
+
"padding-left": "none",
|
|
1422
|
+
"padding-bottom": "none",
|
|
1423
|
+
mobile: {
|
|
1424
|
+
width: "40px",
|
|
1425
|
+
height: "40px",
|
|
1426
|
+
},
|
|
1427
|
+
},
|
|
1428
|
+
"carousel-navigation-arrow-left-side_leftIcon": {
|
|
1429
|
+
height: "24px",
|
|
1430
|
+
width: "24px",
|
|
1431
|
+
"font-size": "24px",
|
|
1432
|
+
},
|
|
1433
|
+
"carousel-navigation-arrow-right-side_rightIcon": {
|
|
1434
|
+
height: "24px",
|
|
1435
|
+
width: "24px",
|
|
1436
|
+
"font-size": "24px",
|
|
1437
|
+
},
|
|
1438
|
+
"carousel-navigation-arrow-left-bottom_leftIcon": {
|
|
1439
|
+
height: "24px",
|
|
1440
|
+
width: "24px",
|
|
1441
|
+
"font-size": "24px",
|
|
1442
|
+
},
|
|
1443
|
+
"carousel-navigation-arrow-right-bottom_rightIcon": {
|
|
1444
|
+
height: "24px",
|
|
1445
|
+
width: "24px",
|
|
1446
|
+
"font-size": "24px",
|
|
1447
|
+
},
|
|
1448
|
+
mobile: {
|
|
1449
|
+
layout: {
|
|
1450
|
+
"padding-top": "2xl",
|
|
1451
|
+
"padding-bottom": "2xl",
|
|
1452
|
+
"padding-left": "base",
|
|
1453
|
+
"padding-right": "base",
|
|
1454
|
+
},
|
|
1455
|
+
"carousel-container": {
|
|
1456
|
+
"flex-direction": "column",
|
|
1457
|
+
"row-gap": "lg",
|
|
1458
|
+
"align-items": "center",
|
|
1459
|
+
},
|
|
1460
|
+
testimonials: [
|
|
1461
|
+
{
|
|
1462
|
+
testimonial: {
|
|
1463
|
+
"flex-direction": "column",
|
|
1464
|
+
"align-items": "center",
|
|
1465
|
+
"column-gap": "none",
|
|
1466
|
+
"row-gap": "lg",
|
|
1467
|
+
"padding-top": "xl",
|
|
1468
|
+
"padding-bottom": "xl",
|
|
1469
|
+
"padding-left": "lg",
|
|
1470
|
+
"padding-right": "lg",
|
|
1471
|
+
},
|
|
1472
|
+
"icon-container": {
|
|
1473
|
+
"padding-top": "none",
|
|
1474
|
+
},
|
|
1475
|
+
"content-container": {
|
|
1476
|
+
"min-height": "auto",
|
|
1477
|
+
"text-align": "center",
|
|
1478
|
+
},
|
|
1479
|
+
"testimonial-text": {
|
|
1480
|
+
"font-size": "base",
|
|
1481
|
+
},
|
|
1482
|
+
"bottom-section": {
|
|
1483
|
+
"flex-direction": "column",
|
|
1484
|
+
"align-items": "center",
|
|
1485
|
+
"row-gap": "base",
|
|
1486
|
+
},
|
|
1487
|
+
"author-section": {
|
|
1488
|
+
"flex-direction": "column",
|
|
1489
|
+
"align-items": "center",
|
|
1490
|
+
"row-gap": "xs",
|
|
1491
|
+
},
|
|
1492
|
+
"author-info": {
|
|
1493
|
+
"align-items": "center",
|
|
1494
|
+
"text-align": "center",
|
|
1495
|
+
},
|
|
1496
|
+
"author-avatar": {
|
|
1497
|
+
width: "40px",
|
|
1498
|
+
height: "40px",
|
|
1499
|
+
},
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
testimonial: {
|
|
1503
|
+
"flex-direction": "column",
|
|
1504
|
+
"align-items": "center",
|
|
1505
|
+
"column-gap": "none",
|
|
1506
|
+
"row-gap": "lg",
|
|
1507
|
+
"padding-top": "xl",
|
|
1508
|
+
"padding-bottom": "xl",
|
|
1509
|
+
"padding-left": "lg",
|
|
1510
|
+
"padding-right": "lg",
|
|
1511
|
+
},
|
|
1512
|
+
"icon-container": {
|
|
1513
|
+
"padding-top": "none",
|
|
1514
|
+
},
|
|
1515
|
+
"content-container": {
|
|
1516
|
+
"min-height": "auto",
|
|
1517
|
+
"text-align": "center",
|
|
1518
|
+
},
|
|
1519
|
+
"testimonial-text": {
|
|
1520
|
+
"font-size": "base",
|
|
1521
|
+
},
|
|
1522
|
+
"bottom-section": {
|
|
1523
|
+
"flex-direction": "column",
|
|
1524
|
+
"align-items": "center",
|
|
1525
|
+
"row-gap": "base",
|
|
1526
|
+
},
|
|
1527
|
+
"author-section": {
|
|
1528
|
+
"flex-direction": "column",
|
|
1529
|
+
"align-items": "center",
|
|
1530
|
+
"row-gap": "xs",
|
|
1531
|
+
},
|
|
1532
|
+
"author-info": {
|
|
1533
|
+
"align-items": "center",
|
|
1534
|
+
"text-align": "center",
|
|
1535
|
+
},
|
|
1536
|
+
"author-avatar": {
|
|
1537
|
+
width: "40px",
|
|
1538
|
+
height: "40px",
|
|
1539
|
+
},
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
testimonial: {
|
|
1543
|
+
"flex-direction": "column",
|
|
1544
|
+
"align-items": "center",
|
|
1545
|
+
"column-gap": "none",
|
|
1546
|
+
"row-gap": "lg",
|
|
1547
|
+
"padding-top": "xl",
|
|
1548
|
+
"padding-bottom": "xl",
|
|
1549
|
+
"padding-left": "lg",
|
|
1550
|
+
"padding-right": "lg",
|
|
1551
|
+
},
|
|
1552
|
+
"icon-container": {
|
|
1553
|
+
"padding-top": "none",
|
|
1554
|
+
},
|
|
1555
|
+
"content-container": {
|
|
1556
|
+
"min-height": "auto",
|
|
1557
|
+
"text-align": "center",
|
|
1558
|
+
},
|
|
1559
|
+
"testimonial-text": {
|
|
1560
|
+
"font-size": "base",
|
|
1561
|
+
},
|
|
1562
|
+
"bottom-section": {
|
|
1563
|
+
"flex-direction": "column",
|
|
1564
|
+
"align-items": "center",
|
|
1565
|
+
"row-gap": "base",
|
|
1566
|
+
},
|
|
1567
|
+
"author-section": {
|
|
1568
|
+
"flex-direction": "column",
|
|
1569
|
+
"align-items": "center",
|
|
1570
|
+
"row-gap": "xs",
|
|
1571
|
+
},
|
|
1572
|
+
"author-info": {
|
|
1573
|
+
"align-items": "center",
|
|
1574
|
+
"text-align": "center",
|
|
1575
|
+
},
|
|
1576
|
+
"author-avatar": {
|
|
1577
|
+
width: "40px",
|
|
1578
|
+
height: "40px",
|
|
1579
|
+
},
|
|
1580
|
+
},
|
|
1581
|
+
],
|
|
1582
|
+
},
|
|
1583
|
+
tablet: {
|
|
1584
|
+
layout: {
|
|
1585
|
+
"padding-top": "2xl",
|
|
1586
|
+
"padding-bottom": "2xl",
|
|
1587
|
+
"padding-left": "base",
|
|
1588
|
+
"padding-right": "base",
|
|
1589
|
+
},
|
|
1590
|
+
"carousel-container": {
|
|
1591
|
+
"column-gap": "lg",
|
|
1592
|
+
"justify-content": "center",
|
|
1593
|
+
},
|
|
1594
|
+
testimonials: [
|
|
1595
|
+
{
|
|
1596
|
+
testimonial: {
|
|
1597
|
+
"column-gap": "xl",
|
|
1598
|
+
"padding-top": "xl",
|
|
1599
|
+
"padding-bottom": "xl",
|
|
1600
|
+
"padding-left": "xl",
|
|
1601
|
+
"padding-right": "xl",
|
|
1602
|
+
},
|
|
1603
|
+
"content-container": {
|
|
1604
|
+
"min-height": "150px",
|
|
1605
|
+
},
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
testimonial: {
|
|
1609
|
+
"column-gap": "xl",
|
|
1610
|
+
"padding-top": "xl",
|
|
1611
|
+
"padding-bottom": "xl",
|
|
1612
|
+
"padding-left": "xl",
|
|
1613
|
+
"padding-right": "xl",
|
|
1614
|
+
},
|
|
1615
|
+
"content-container": {
|
|
1616
|
+
"min-height": "150px",
|
|
1617
|
+
},
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
testimonial: {
|
|
1621
|
+
"column-gap": "xl",
|
|
1622
|
+
"padding-top": "xl",
|
|
1623
|
+
"padding-bottom": "xl",
|
|
1624
|
+
"padding-left": "xl",
|
|
1625
|
+
"padding-right": "xl",
|
|
1626
|
+
},
|
|
1627
|
+
"content-container": {
|
|
1628
|
+
"min-height": "150px",
|
|
1629
|
+
},
|
|
1630
|
+
},
|
|
1631
|
+
],
|
|
1632
|
+
},
|
|
1633
|
+
},
|
|
1634
|
+
content: DEFAULT_CONTENT,
|
|
1635
|
+
config: {
|
|
1636
|
+
testimonials_levoGroup: {
|
|
1637
|
+
carousel: {
|
|
1638
|
+
loop: true,
|
|
1639
|
+
},
|
|
1640
|
+
},
|
|
1641
|
+
"carousel-navigation-arrow-left-side": {
|
|
1642
|
+
button_icons: {
|
|
1643
|
+
left: {
|
|
1644
|
+
enabled: true,
|
|
1645
|
+
},
|
|
1646
|
+
},
|
|
1647
|
+
},
|
|
1648
|
+
"carousel-navigation-arrow-right-side": {
|
|
1649
|
+
button_icons: {
|
|
1650
|
+
right: {
|
|
1651
|
+
enabled: true,
|
|
1652
|
+
},
|
|
1653
|
+
},
|
|
1654
|
+
},
|
|
1655
|
+
"carousel-navigation-arrow-left-bottom": {
|
|
1656
|
+
button_icons: {
|
|
1657
|
+
left: {
|
|
1658
|
+
enabled: true,
|
|
1659
|
+
},
|
|
1660
|
+
},
|
|
1661
|
+
},
|
|
1662
|
+
"carousel-navigation-arrow-right-bottom": {
|
|
1663
|
+
button_icons: {
|
|
1664
|
+
right: {
|
|
1665
|
+
enabled: true,
|
|
1666
|
+
},
|
|
1667
|
+
},
|
|
1668
|
+
},
|
|
1669
|
+
},
|
|
1670
|
+
},
|
|
708
1671
|
],
|
|
709
1672
|
};
|