@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
|
@@ -47,7 +47,10 @@ const Testimonial2: React.FC<ILevoBlockBaseProps<ITestimonial2Content>> = ({
|
|
|
47
47
|
<Box elementKey="badge-container">
|
|
48
48
|
<Typography elementKey="badge-text" />
|
|
49
49
|
</Box>
|
|
50
|
-
<
|
|
50
|
+
<Box elementKey="text-container">
|
|
51
|
+
<Heading elementKey="title" />
|
|
52
|
+
<Typography elementKey="description" />
|
|
53
|
+
</Box>
|
|
51
54
|
</Box>
|
|
52
55
|
{count > 0 && (
|
|
53
56
|
<Box elementKey="carousel-navigation-top-container">
|
|
@@ -2,23 +2,29 @@ import type { IBlock } from "@levo-so/studio";
|
|
|
2
2
|
|
|
3
3
|
// Extract image object into a constant for reusability
|
|
4
4
|
const CLIENT_IMAGE = {
|
|
5
|
-
id: "
|
|
6
|
-
|
|
5
|
+
id: "moxjZ3I3wRz93",
|
|
6
|
+
filename: "testimonial-3.png",
|
|
7
7
|
kind: "image",
|
|
8
|
-
|
|
8
|
+
location:
|
|
9
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s.png",
|
|
9
10
|
srcset: {
|
|
10
11
|
"1080w":
|
|
11
|
-
"https://
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1080w.webp",
|
|
12
13
|
"1200w":
|
|
13
|
-
"https://
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1200w.webp",
|
|
14
15
|
"1920w":
|
|
15
|
-
"https://
|
|
16
|
-
"320w":
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1920w.webp",
|
|
17
|
+
"320w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-320w.webp",
|
|
19
|
+
"640w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-640w.webp",
|
|
21
|
+
"750w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-750w.webp",
|
|
23
|
+
"828w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-828w.webp",
|
|
25
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-3-try8SJ6V5hI6s-1920w.webp 1920w",
|
|
21
26
|
},
|
|
27
|
+
mimetype: "image/png",
|
|
22
28
|
};
|
|
23
29
|
|
|
24
30
|
// Array of testimonials content
|
|
@@ -65,6 +71,8 @@ const DEFAULT_CONTENT = {
|
|
|
65
71
|
layout: null,
|
|
66
72
|
container: null,
|
|
67
73
|
title: "What Our Clients Say",
|
|
74
|
+
description:
|
|
75
|
+
"What Our Clients Say What Our Clients Say What Our Clients Say What Our Clients Say What Our Clients Say",
|
|
68
76
|
button_prev: " ",
|
|
69
77
|
button_next: " ",
|
|
70
78
|
testimonials: TESTIMONIALS_CONTENT,
|
|
@@ -92,59 +100,6 @@ const DEFAULT_CONTENT = {
|
|
|
92
100
|
|
|
93
101
|
export type ITestimonial3Content = typeof DEFAULT_CONTENT;
|
|
94
102
|
|
|
95
|
-
// Testimonial field styles
|
|
96
|
-
const TESTIMONIAL_STYLE = {
|
|
97
|
-
testimonial_wrapper: {
|
|
98
|
-
display: "flex",
|
|
99
|
-
"flex-direction": "row",
|
|
100
|
-
"align-items": "center",
|
|
101
|
-
gap: "10xl",
|
|
102
|
-
mobile: {
|
|
103
|
-
"flex-direction": "column",
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
testimonial_content: {
|
|
107
|
-
flex: "1 1 0%",
|
|
108
|
-
},
|
|
109
|
-
author_box: {
|
|
110
|
-
"margin-bottom": "6xl",
|
|
111
|
-
},
|
|
112
|
-
author_name: {
|
|
113
|
-
"font-weight": "600",
|
|
114
|
-
"font-size": "lg",
|
|
115
|
-
color: "text-1",
|
|
116
|
-
"margin-bottom": "2xs",
|
|
117
|
-
},
|
|
118
|
-
author_role: {
|
|
119
|
-
color: "text-2",
|
|
120
|
-
"font-size": "sm",
|
|
121
|
-
},
|
|
122
|
-
testimonial_text: {
|
|
123
|
-
"font-size": "xl",
|
|
124
|
-
"line-height": "1.625",
|
|
125
|
-
color: "text-1",
|
|
126
|
-
"margin-bottom": "8xl",
|
|
127
|
-
},
|
|
128
|
-
testimonial_controls: {
|
|
129
|
-
display: "flex",
|
|
130
|
-
gap: "base",
|
|
131
|
-
},
|
|
132
|
-
image_box: {
|
|
133
|
-
flex: "1 1 0%",
|
|
134
|
-
display: "flex",
|
|
135
|
-
"justify-content": "center",
|
|
136
|
-
},
|
|
137
|
-
client_image: {
|
|
138
|
-
height: "18rem",
|
|
139
|
-
"object-fit": "cover",
|
|
140
|
-
"border-radius": "base",
|
|
141
|
-
},
|
|
142
|
-
};
|
|
143
|
-
|
|
144
|
-
const TESTIMONIALS_STYLES = Array.from({ length: 3 }, () =>
|
|
145
|
-
JSON.parse(JSON.stringify(TESTIMONIAL_STYLE)),
|
|
146
|
-
);
|
|
147
|
-
|
|
148
103
|
export const Testimonial3: IBlock = {
|
|
149
104
|
category_id: "testimonial",
|
|
150
105
|
title: "Testimonial 3",
|
|
@@ -161,11 +116,21 @@ export const Testimonial3: IBlock = {
|
|
|
161
116
|
label: "Container",
|
|
162
117
|
field_interface: "ContainerWidget",
|
|
163
118
|
},
|
|
119
|
+
{
|
|
120
|
+
key: "header",
|
|
121
|
+
label: "Header",
|
|
122
|
+
field_interface: "BoxWidget",
|
|
123
|
+
},
|
|
164
124
|
{
|
|
165
125
|
key: "title",
|
|
166
126
|
label: "Title",
|
|
167
127
|
field_interface: "HeadingWidget",
|
|
168
128
|
},
|
|
129
|
+
{
|
|
130
|
+
key: "description",
|
|
131
|
+
label: "Description",
|
|
132
|
+
field_interface: "TypographyWidget",
|
|
133
|
+
},
|
|
169
134
|
{
|
|
170
135
|
key: "testimonials",
|
|
171
136
|
label: "Testimonials",
|
|
@@ -189,7 +154,7 @@ export const Testimonial3: IBlock = {
|
|
|
189
154
|
{
|
|
190
155
|
key: "author_name",
|
|
191
156
|
label: "Author Name",
|
|
192
|
-
field_interface: "
|
|
157
|
+
field_interface: "HeadingWidget",
|
|
193
158
|
},
|
|
194
159
|
{
|
|
195
160
|
key: "author_role",
|
|
@@ -234,17 +199,134 @@ export const Testimonial3: IBlock = {
|
|
|
234
199
|
key: "default",
|
|
235
200
|
title: "Default",
|
|
236
201
|
styles: {
|
|
237
|
-
container: {
|
|
238
|
-
"padding-top": "10xl",
|
|
239
|
-
"padding-bottom": "10xl",
|
|
240
|
-
},
|
|
202
|
+
container: {},
|
|
241
203
|
title: {
|
|
242
|
-
"margin-bottom": "5xl",
|
|
243
204
|
tablet: {
|
|
244
205
|
"text-align": "center",
|
|
245
206
|
},
|
|
246
207
|
},
|
|
247
|
-
testimonials:
|
|
208
|
+
testimonials: [
|
|
209
|
+
{
|
|
210
|
+
testimonial_wrapper: {
|
|
211
|
+
display: "flex",
|
|
212
|
+
"flex-direction": "row",
|
|
213
|
+
"align-items": "center",
|
|
214
|
+
gap: "10xl",
|
|
215
|
+
mobile: {
|
|
216
|
+
"flex-direction": "column",
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
testimonial_content: {
|
|
220
|
+
flex: "1 1 0%",
|
|
221
|
+
},
|
|
222
|
+
author_box: {
|
|
223
|
+
"margin-bottom": "6xl",
|
|
224
|
+
},
|
|
225
|
+
author_name: {
|
|
226
|
+
"font-weight": 600,
|
|
227
|
+
"margin-bottom": "4xs",
|
|
228
|
+
},
|
|
229
|
+
author_role: {},
|
|
230
|
+
testimonial_text: {
|
|
231
|
+
"margin-bottom": "8xl",
|
|
232
|
+
},
|
|
233
|
+
testimonial_controls: {
|
|
234
|
+
display: "flex",
|
|
235
|
+
gap: "base",
|
|
236
|
+
},
|
|
237
|
+
image_box: {
|
|
238
|
+
flex: "1 1 0%",
|
|
239
|
+
display: "flex",
|
|
240
|
+
"justify-content": "center",
|
|
241
|
+
},
|
|
242
|
+
client_image: {
|
|
243
|
+
height: "18rem",
|
|
244
|
+
"object-fit": "cover",
|
|
245
|
+
"border-radius": "base",
|
|
246
|
+
},
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
testimonial_wrapper: {
|
|
250
|
+
display: "flex",
|
|
251
|
+
"flex-direction": "row",
|
|
252
|
+
"align-items": "center",
|
|
253
|
+
gap: "10xl",
|
|
254
|
+
mobile: {
|
|
255
|
+
"flex-direction": "column",
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
|
+
testimonial_content: {
|
|
259
|
+
flex: "1 1 0%",
|
|
260
|
+
},
|
|
261
|
+
author_box: {
|
|
262
|
+
"margin-bottom": "6xl",
|
|
263
|
+
},
|
|
264
|
+
author_name: {
|
|
265
|
+
"font-weight": 600,
|
|
266
|
+
"margin-bottom": "4xs",
|
|
267
|
+
},
|
|
268
|
+
author_role: {},
|
|
269
|
+
testimonial_text: {
|
|
270
|
+
"margin-bottom": "8xl",
|
|
271
|
+
},
|
|
272
|
+
testimonial_controls: {
|
|
273
|
+
display: "flex",
|
|
274
|
+
gap: "base",
|
|
275
|
+
},
|
|
276
|
+
image_box: {
|
|
277
|
+
flex: "1 1 0%",
|
|
278
|
+
display: "flex",
|
|
279
|
+
"justify-content": "center",
|
|
280
|
+
},
|
|
281
|
+
client_image: {
|
|
282
|
+
height: "18rem",
|
|
283
|
+
"object-fit": "cover",
|
|
284
|
+
"border-radius": "base",
|
|
285
|
+
},
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
testimonial_wrapper: {
|
|
289
|
+
display: "flex",
|
|
290
|
+
"flex-direction": "row",
|
|
291
|
+
"align-items": "center",
|
|
292
|
+
gap: "10xl",
|
|
293
|
+
mobile: {
|
|
294
|
+
"flex-direction": "column",
|
|
295
|
+
},
|
|
296
|
+
},
|
|
297
|
+
testimonial_content: {
|
|
298
|
+
flex: "1 1 0%",
|
|
299
|
+
},
|
|
300
|
+
author_box: {
|
|
301
|
+
"margin-bottom": "6xl",
|
|
302
|
+
},
|
|
303
|
+
author_name: {
|
|
304
|
+
"font-weight": 600,
|
|
305
|
+
"margin-bottom": "4xs",
|
|
306
|
+
},
|
|
307
|
+
author_role: {},
|
|
308
|
+
testimonial_text: {
|
|
309
|
+
"margin-bottom": "8xl",
|
|
310
|
+
},
|
|
311
|
+
testimonial_controls: {
|
|
312
|
+
display: "flex",
|
|
313
|
+
gap: "base",
|
|
314
|
+
},
|
|
315
|
+
image_box: {
|
|
316
|
+
flex: "1 1 0%",
|
|
317
|
+
display: "flex",
|
|
318
|
+
"justify-content": "center",
|
|
319
|
+
},
|
|
320
|
+
client_image: {
|
|
321
|
+
height: "18rem",
|
|
322
|
+
"object-fit": "cover",
|
|
323
|
+
"border-radius": "base",
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
],
|
|
327
|
+
header: {
|
|
328
|
+
"margin-bottom": "5xl",
|
|
329
|
+
},
|
|
248
330
|
},
|
|
249
331
|
content: DEFAULT_CONTENT,
|
|
250
332
|
config: {
|
|
@@ -267,6 +349,68 @@ export const Testimonial3: IBlock = {
|
|
|
267
349
|
Heading_Level: "H2",
|
|
268
350
|
},
|
|
269
351
|
},
|
|
352
|
+
testimonials: [
|
|
353
|
+
{
|
|
354
|
+
testimonial_text: {
|
|
355
|
+
selectedVariants: {
|
|
356
|
+
Typography_Variants: "Lead",
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
author_role: {
|
|
360
|
+
selectedVariants: {
|
|
361
|
+
Typography_Variants: "Small",
|
|
362
|
+
},
|
|
363
|
+
},
|
|
364
|
+
author_name: {
|
|
365
|
+
heading: {
|
|
366
|
+
level: "4",
|
|
367
|
+
},
|
|
368
|
+
selectedVariants: {
|
|
369
|
+
Heading_Level: "H5",
|
|
370
|
+
},
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
author_role: {
|
|
375
|
+
selectedVariants: {
|
|
376
|
+
Typography_Variants: "Small",
|
|
377
|
+
},
|
|
378
|
+
},
|
|
379
|
+
testimonial_text: {
|
|
380
|
+
selectedVariants: {
|
|
381
|
+
Typography_Variants: "Lead",
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
author_name: {
|
|
385
|
+
selectedVariants: {
|
|
386
|
+
Heading_Level: "H5",
|
|
387
|
+
},
|
|
388
|
+
heading: {
|
|
389
|
+
level: "4",
|
|
390
|
+
},
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
author_role: {
|
|
395
|
+
selectedVariants: {
|
|
396
|
+
Typography_Variants: "Small",
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
testimonial_text: {
|
|
400
|
+
selectedVariants: {
|
|
401
|
+
Typography_Variants: "Lead",
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
author_name: {
|
|
405
|
+
selectedVariants: {
|
|
406
|
+
Heading_Level: "H5",
|
|
407
|
+
},
|
|
408
|
+
heading: {
|
|
409
|
+
level: "4",
|
|
410
|
+
},
|
|
411
|
+
},
|
|
412
|
+
},
|
|
413
|
+
],
|
|
270
414
|
},
|
|
271
415
|
},
|
|
272
416
|
],
|
|
@@ -56,7 +56,10 @@ const Testimonial3: React.FC<ILevoBlockBaseProps<ITestimonial3Content>> = ({
|
|
|
56
56
|
return (
|
|
57
57
|
<Section elementKey="layout">
|
|
58
58
|
<Container elementKey="container">
|
|
59
|
-
<
|
|
59
|
+
<Box elementKey="header">
|
|
60
|
+
<Heading elementKey="title" />
|
|
61
|
+
<Typography elementKey="description" />
|
|
62
|
+
</Box>
|
|
60
63
|
<Carousel
|
|
61
64
|
elementKey="testimonials_levoGroup"
|
|
62
65
|
className="w-full"
|
|
@@ -72,7 +75,7 @@ const Testimonial3: React.FC<ILevoBlockBaseProps<ITestimonial3Content>> = ({
|
|
|
72
75
|
>
|
|
73
76
|
<Box elementKey={`testimonials.${index}.testimonial_content`}>
|
|
74
77
|
<Box elementKey={`testimonials.${index}.author_box`}>
|
|
75
|
-
<
|
|
78
|
+
<Heading
|
|
76
79
|
elementKey={`testimonials.${index}.author_name`}
|
|
77
80
|
/>
|
|
78
81
|
<Typography
|