@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,30 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "n3q3fSsDYQrj",
|
|
5
|
+
filename: "tabs-2-bg-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-750w.webp 750w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
3
28
|
const DEFAULT_CONTENT = {
|
|
4
29
|
layout: null,
|
|
5
30
|
container: null,
|
|
@@ -7,6 +32,8 @@ const DEFAULT_CONTENT = {
|
|
|
7
32
|
left_container: null,
|
|
8
33
|
right_container: null,
|
|
9
34
|
title: "Industries We Serve",
|
|
35
|
+
description:
|
|
36
|
+
"Industries We Serve Industries We Serve Industries We Serve Industries We Serve Industries We Serve ",
|
|
10
37
|
tabs_levoGroup: null,
|
|
11
38
|
tabs_tabList: null,
|
|
12
39
|
tabs: [
|
|
@@ -17,7 +44,15 @@ const DEFAULT_CONTENT = {
|
|
|
17
44
|
card_title: "Cement Industry",
|
|
18
45
|
card_description:
|
|
19
46
|
"Robust conveyors engineered for heavy-duty cement handling, ensuring seamless material flow from raw mix to final dispatch.",
|
|
20
|
-
|
|
47
|
+
card_ctas_levoGroup: null,
|
|
48
|
+
card_ctas: [
|
|
49
|
+
{
|
|
50
|
+
card_cta: "Know More",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
card_cta: "Learn More",
|
|
54
|
+
},
|
|
55
|
+
],
|
|
21
56
|
},
|
|
22
57
|
{
|
|
23
58
|
TabsTrigger: "Food Industry",
|
|
@@ -26,7 +61,15 @@ const DEFAULT_CONTENT = {
|
|
|
26
61
|
card_title: "Food Industry",
|
|
27
62
|
card_description:
|
|
28
63
|
"Hygienic conveyor systems designed for food-grade applications, maintaining quality and safety standards throughout the process.",
|
|
29
|
-
|
|
64
|
+
card_ctas_levoGroup: null,
|
|
65
|
+
card_ctas: [
|
|
66
|
+
{
|
|
67
|
+
card_cta: "Know More",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
card_cta: "Learn More",
|
|
71
|
+
},
|
|
72
|
+
],
|
|
30
73
|
},
|
|
31
74
|
{
|
|
32
75
|
TabsTrigger: "Insulation Industry",
|
|
@@ -35,7 +78,15 @@ const DEFAULT_CONTENT = {
|
|
|
35
78
|
card_title: "Insulation Industry",
|
|
36
79
|
card_description:
|
|
37
80
|
"Specialized conveyor solutions for handling insulation materials with precision and care, optimized for lightweight materials.",
|
|
38
|
-
|
|
81
|
+
card_ctas_levoGroup: null,
|
|
82
|
+
card_ctas: [
|
|
83
|
+
{
|
|
84
|
+
card_cta: "Know More",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
card_cta: "Learn More",
|
|
88
|
+
},
|
|
89
|
+
],
|
|
39
90
|
},
|
|
40
91
|
{
|
|
41
92
|
TabsTrigger: "Steel & Sponge Industry",
|
|
@@ -44,7 +95,15 @@ const DEFAULT_CONTENT = {
|
|
|
44
95
|
card_title: "Steel & Sponge Industry",
|
|
45
96
|
card_description:
|
|
46
97
|
"Heavy-duty conveyor systems built to withstand extreme conditions in steel manufacturing and sponge iron production.",
|
|
47
|
-
|
|
98
|
+
card_ctas_levoGroup: null,
|
|
99
|
+
card_ctas: [
|
|
100
|
+
{
|
|
101
|
+
card_cta: "Know More",
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
card_cta: "Learn More",
|
|
105
|
+
},
|
|
106
|
+
],
|
|
48
107
|
},
|
|
49
108
|
{
|
|
50
109
|
TabsTrigger: "Power Industry",
|
|
@@ -53,7 +112,15 @@ const DEFAULT_CONTENT = {
|
|
|
53
112
|
card_title: "Power Industry",
|
|
54
113
|
card_description:
|
|
55
114
|
"Reliable conveyor solutions for power plants, handling coal, ash, and other materials with maximum efficiency.",
|
|
56
|
-
|
|
115
|
+
card_ctas_levoGroup: null,
|
|
116
|
+
card_ctas: [
|
|
117
|
+
{
|
|
118
|
+
card_cta: "Know More",
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
card_cta: "Learn More",
|
|
122
|
+
},
|
|
123
|
+
],
|
|
57
124
|
},
|
|
58
125
|
{
|
|
59
126
|
TabsTrigger: "General Engineering",
|
|
@@ -62,7 +129,15 @@ const DEFAULT_CONTENT = {
|
|
|
62
129
|
card_title: "General Engineering",
|
|
63
130
|
card_description:
|
|
64
131
|
"Versatile conveyor systems adaptable to various engineering applications, providing flexible solutions for diverse needs.",
|
|
65
|
-
|
|
132
|
+
card_ctas_levoGroup: null,
|
|
133
|
+
card_ctas: [
|
|
134
|
+
{
|
|
135
|
+
card_cta: "Know More",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
card_cta: "Learn More",
|
|
139
|
+
},
|
|
140
|
+
],
|
|
66
141
|
},
|
|
67
142
|
],
|
|
68
143
|
};
|
|
@@ -97,11 +172,21 @@ export const Tab2: IBlock = {
|
|
|
97
172
|
label: "Left Container",
|
|
98
173
|
field_interface: "BoxWidget",
|
|
99
174
|
},
|
|
175
|
+
{
|
|
176
|
+
key: "header",
|
|
177
|
+
label: "Header",
|
|
178
|
+
field_interface: "BoxWidget",
|
|
179
|
+
},
|
|
100
180
|
{
|
|
101
181
|
key: "title",
|
|
102
182
|
label: "Title",
|
|
103
183
|
field_interface: "HeadingWidget",
|
|
104
184
|
},
|
|
185
|
+
{
|
|
186
|
+
key: "description",
|
|
187
|
+
label: "Description",
|
|
188
|
+
field_interface: "TypographyWidget",
|
|
189
|
+
},
|
|
105
190
|
{
|
|
106
191
|
key: "tabs_levoGroup",
|
|
107
192
|
label: "Tabs Group",
|
|
@@ -149,9 +234,17 @@ export const Tab2: IBlock = {
|
|
|
149
234
|
field_interface: "TypographyWidget",
|
|
150
235
|
},
|
|
151
236
|
{
|
|
152
|
-
key: "
|
|
153
|
-
label: "Card CTA",
|
|
154
|
-
field_interface: "
|
|
237
|
+
key: "card_ctas",
|
|
238
|
+
label: "Card CTA Group",
|
|
239
|
+
field_interface: "BoxWidget",
|
|
240
|
+
kind: "group",
|
|
241
|
+
fields: [
|
|
242
|
+
{
|
|
243
|
+
key: "card_cta",
|
|
244
|
+
label: "Card CTA",
|
|
245
|
+
field_interface: "ButtonWidget",
|
|
246
|
+
},
|
|
247
|
+
],
|
|
155
248
|
},
|
|
156
249
|
],
|
|
157
250
|
},
|
|
@@ -161,15 +254,8 @@ export const Tab2: IBlock = {
|
|
|
161
254
|
key: "default",
|
|
162
255
|
title: "Default",
|
|
163
256
|
styles: {
|
|
164
|
-
layout: {
|
|
165
|
-
|
|
166
|
-
"padding-bottom": "10xl",
|
|
167
|
-
},
|
|
168
|
-
container: {
|
|
169
|
-
"max-width": "1280px",
|
|
170
|
-
"margin-left": "auto",
|
|
171
|
-
"margin-right": "auto",
|
|
172
|
-
},
|
|
257
|
+
layout: {},
|
|
258
|
+
container: {},
|
|
173
259
|
main_content_wrapper: {
|
|
174
260
|
display: "flex",
|
|
175
261
|
tablet: {
|
|
@@ -187,7 +273,6 @@ export const Tab2: IBlock = {
|
|
|
187
273
|
"justify-content": "start",
|
|
188
274
|
"align-items": "center",
|
|
189
275
|
"min-height": "600px",
|
|
190
|
-
"background-color": "gray",
|
|
191
276
|
"background-size": "cover",
|
|
192
277
|
width: "50%",
|
|
193
278
|
"padding-left": "2xl",
|
|
@@ -203,19 +288,14 @@ export const Tab2: IBlock = {
|
|
|
203
288
|
mobile: {
|
|
204
289
|
"padding-bottom": "24xl",
|
|
205
290
|
},
|
|
291
|
+
"background-color": "brand",
|
|
206
292
|
},
|
|
207
293
|
title: {
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"font-size": "32px",
|
|
214
|
-
"text-align": "center",
|
|
215
|
-
},
|
|
216
|
-
mobile: {
|
|
217
|
-
"font-size": "28px",
|
|
218
|
-
},
|
|
294
|
+
"text-align": "center",
|
|
295
|
+
color: "brandForeground",
|
|
296
|
+
},
|
|
297
|
+
description: {
|
|
298
|
+
"text-align": "center",
|
|
219
299
|
},
|
|
220
300
|
tabs_levoGroup: {},
|
|
221
301
|
tabs_tabList: {
|
|
@@ -235,9 +315,11 @@ export const Tab2: IBlock = {
|
|
|
235
315
|
"background-color": "transparent",
|
|
236
316
|
},
|
|
237
317
|
right_container: {
|
|
318
|
+
"background-image": `url("${MEDIA.location}")`,
|
|
319
|
+
"background-position": "50% 50%",
|
|
320
|
+
"background-size": "cover",
|
|
238
321
|
flex: "1",
|
|
239
322
|
"min-height": "600px",
|
|
240
|
-
"background-color": "lightGray",
|
|
241
323
|
display: "flex",
|
|
242
324
|
"justify-content": "center",
|
|
243
325
|
"align-items": "center",
|
|
@@ -257,7 +339,6 @@ export const Tab2: IBlock = {
|
|
|
257
339
|
tabs: [
|
|
258
340
|
{
|
|
259
341
|
TabsTrigger: {
|
|
260
|
-
width: "30%",
|
|
261
342
|
"background-color": "white",
|
|
262
343
|
"padding-left": "md",
|
|
263
344
|
"padding-right": "md",
|
|
@@ -268,6 +349,7 @@ export const Tab2: IBlock = {
|
|
|
268
349
|
tablet: {
|
|
269
350
|
width: "auto",
|
|
270
351
|
},
|
|
352
|
+
width: "fit-content",
|
|
271
353
|
},
|
|
272
354
|
tab_content: {
|
|
273
355
|
width: "100%",
|
|
@@ -289,47 +371,29 @@ export const Tab2: IBlock = {
|
|
|
289
371
|
},
|
|
290
372
|
},
|
|
291
373
|
card_title: {
|
|
292
|
-
"font-
|
|
293
|
-
"font-weight": "700",
|
|
294
|
-
color: "text-1",
|
|
374
|
+
"font-weight": 700,
|
|
295
375
|
"margin-bottom": "16px",
|
|
296
|
-
"line-height": "1.3",
|
|
297
|
-
tablet: {
|
|
298
|
-
"font-size": "20px",
|
|
299
|
-
},
|
|
300
376
|
},
|
|
301
377
|
card_description: {
|
|
302
|
-
"font-size": "16px",
|
|
303
|
-
"line-height": "1.6",
|
|
304
|
-
color: "text-2",
|
|
305
378
|
"margin-bottom": "24px",
|
|
306
|
-
tablet: {
|
|
307
|
-
"font-size": "14px",
|
|
308
|
-
},
|
|
309
379
|
},
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"padding-right": "24px",
|
|
315
|
-
"border-radius": "lg",
|
|
316
|
-
"background-color": "primary",
|
|
317
|
-
color: "white",
|
|
318
|
-
"font-weight": "600",
|
|
319
|
-
"font-size": "14px",
|
|
320
|
-
display: "inline-flex",
|
|
380
|
+
card_ctas_levoGroup: {
|
|
381
|
+
display: "flex",
|
|
382
|
+
"column-gap": "md",
|
|
383
|
+
"row-gap": "base",
|
|
321
384
|
"align-items": "center",
|
|
322
|
-
"column-gap": "8px",
|
|
323
|
-
"transition-property": "all",
|
|
324
|
-
"transition-duration": "200ms",
|
|
325
|
-
"&:hover": {
|
|
326
|
-
"background-color": "primary-dark",
|
|
327
|
-
},
|
|
328
385
|
},
|
|
386
|
+
card_ctas: [
|
|
387
|
+
{
|
|
388
|
+
card_cta: {},
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
card_cta: {},
|
|
392
|
+
},
|
|
393
|
+
],
|
|
329
394
|
},
|
|
330
395
|
{
|
|
331
396
|
TabsTrigger: {
|
|
332
|
-
width: "30%",
|
|
333
397
|
"background-color": "white",
|
|
334
398
|
"padding-left": "md",
|
|
335
399
|
"padding-right": "md",
|
|
@@ -340,6 +404,7 @@ export const Tab2: IBlock = {
|
|
|
340
404
|
tablet: {
|
|
341
405
|
width: "auto",
|
|
342
406
|
},
|
|
407
|
+
width: "fit-content",
|
|
343
408
|
},
|
|
344
409
|
tab_content: {
|
|
345
410
|
width: "100%",
|
|
@@ -361,47 +426,29 @@ export const Tab2: IBlock = {
|
|
|
361
426
|
},
|
|
362
427
|
},
|
|
363
428
|
card_title: {
|
|
364
|
-
"font-
|
|
365
|
-
"font-weight": "700",
|
|
366
|
-
color: "text-1",
|
|
429
|
+
"font-weight": 700,
|
|
367
430
|
"margin-bottom": "16px",
|
|
368
|
-
"line-height": "1.3",
|
|
369
|
-
tablet: {
|
|
370
|
-
"font-size": "20px",
|
|
371
|
-
},
|
|
372
431
|
},
|
|
373
432
|
card_description: {
|
|
374
|
-
"font-size": "16px",
|
|
375
|
-
"line-height": "1.6",
|
|
376
|
-
color: "text-2",
|
|
377
433
|
"margin-bottom": "24px",
|
|
378
|
-
tablet: {
|
|
379
|
-
"font-size": "14px",
|
|
380
|
-
},
|
|
381
434
|
},
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"padding-right": "24px",
|
|
387
|
-
"border-radius": "lg",
|
|
388
|
-
"background-color": "primary",
|
|
389
|
-
color: "white",
|
|
390
|
-
"font-weight": "600",
|
|
391
|
-
"font-size": "14px",
|
|
392
|
-
display: "inline-flex",
|
|
435
|
+
card_ctas_levoGroup: {
|
|
436
|
+
display: "flex",
|
|
437
|
+
"column-gap": "md",
|
|
438
|
+
"row-gap": "base",
|
|
393
439
|
"align-items": "center",
|
|
394
|
-
"column-gap": "8px",
|
|
395
|
-
"transition-property": "all",
|
|
396
|
-
"transition-duration": "200ms",
|
|
397
|
-
"&:hover": {
|
|
398
|
-
"background-color": "primary-dark",
|
|
399
|
-
},
|
|
400
440
|
},
|
|
441
|
+
card_ctas: [
|
|
442
|
+
{
|
|
443
|
+
card_cta: {},
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
card_cta: {},
|
|
447
|
+
},
|
|
448
|
+
],
|
|
401
449
|
},
|
|
402
450
|
{
|
|
403
451
|
TabsTrigger: {
|
|
404
|
-
width: "30%",
|
|
405
452
|
"background-color": "white",
|
|
406
453
|
"padding-left": "md",
|
|
407
454
|
"padding-right": "md",
|
|
@@ -412,6 +459,7 @@ export const Tab2: IBlock = {
|
|
|
412
459
|
tablet: {
|
|
413
460
|
width: "auto",
|
|
414
461
|
},
|
|
462
|
+
width: "fit-content",
|
|
415
463
|
},
|
|
416
464
|
tab_content: {
|
|
417
465
|
width: "100%",
|
|
@@ -433,50 +481,32 @@ export const Tab2: IBlock = {
|
|
|
433
481
|
},
|
|
434
482
|
},
|
|
435
483
|
card_title: {
|
|
436
|
-
"font-
|
|
437
|
-
"font-weight": "700",
|
|
438
|
-
color: "text-1",
|
|
484
|
+
"font-weight": 700,
|
|
439
485
|
"margin-bottom": "16px",
|
|
440
|
-
"line-height": "1.3",
|
|
441
|
-
tablet: {
|
|
442
|
-
"font-size": "20px",
|
|
443
|
-
},
|
|
444
486
|
},
|
|
445
487
|
card_description: {
|
|
446
|
-
"font-size": "16px",
|
|
447
|
-
"line-height": "1.6",
|
|
448
|
-
color: "text-2",
|
|
449
488
|
"margin-bottom": "24px",
|
|
450
|
-
tablet: {
|
|
451
|
-
"font-size": "14px",
|
|
452
|
-
},
|
|
453
489
|
},
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"padding-right": "24px",
|
|
459
|
-
"border-radius": "lg",
|
|
460
|
-
"background-color": "primary",
|
|
461
|
-
color: "white",
|
|
462
|
-
"font-weight": "600",
|
|
463
|
-
"font-size": "14px",
|
|
464
|
-
display: "inline-flex",
|
|
490
|
+
card_ctas_levoGroup: {
|
|
491
|
+
display: "flex",
|
|
492
|
+
"column-gap": "md",
|
|
493
|
+
"row-gap": "base",
|
|
465
494
|
"align-items": "center",
|
|
466
|
-
"column-gap": "8px",
|
|
467
|
-
"transition-property": "all",
|
|
468
|
-
"transition-duration": "200ms",
|
|
469
|
-
"&:hover": {
|
|
470
|
-
"background-color": "primary-dark",
|
|
471
|
-
},
|
|
472
495
|
},
|
|
496
|
+
card_ctas: [
|
|
497
|
+
{
|
|
498
|
+
card_cta: {},
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
card_cta: {},
|
|
502
|
+
},
|
|
503
|
+
],
|
|
473
504
|
},
|
|
474
505
|
{
|
|
475
506
|
TabsTrigger: {
|
|
476
|
-
width: "40%",
|
|
477
507
|
"background-color": "white",
|
|
478
|
-
"padding-left": "
|
|
479
|
-
"padding-right": "
|
|
508
|
+
"padding-left": "md",
|
|
509
|
+
"padding-right": "md",
|
|
480
510
|
"padding-top": "xs",
|
|
481
511
|
"padding-bottom": "xs",
|
|
482
512
|
"border-radius": "3xl",
|
|
@@ -484,6 +514,7 @@ export const Tab2: IBlock = {
|
|
|
484
514
|
tablet: {
|
|
485
515
|
width: "auto",
|
|
486
516
|
},
|
|
517
|
+
width: "fit-content",
|
|
487
518
|
},
|
|
488
519
|
tab_content: {
|
|
489
520
|
width: "100%",
|
|
@@ -505,50 +536,32 @@ export const Tab2: IBlock = {
|
|
|
505
536
|
},
|
|
506
537
|
},
|
|
507
538
|
card_title: {
|
|
508
|
-
"font-
|
|
509
|
-
"font-weight": "700",
|
|
510
|
-
color: "text-1",
|
|
539
|
+
"font-weight": 700,
|
|
511
540
|
"margin-bottom": "16px",
|
|
512
|
-
"line-height": "1.3",
|
|
513
|
-
tablet: {
|
|
514
|
-
"font-size": "20px",
|
|
515
|
-
},
|
|
516
541
|
},
|
|
517
542
|
card_description: {
|
|
518
|
-
"font-size": "16px",
|
|
519
|
-
"line-height": "1.6",
|
|
520
|
-
color: "text-2",
|
|
521
543
|
"margin-bottom": "24px",
|
|
522
|
-
tablet: {
|
|
523
|
-
"font-size": "14px",
|
|
524
|
-
},
|
|
525
544
|
},
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"padding-right": "24px",
|
|
531
|
-
"border-radius": "lg",
|
|
532
|
-
"background-color": "primary",
|
|
533
|
-
color: "white",
|
|
534
|
-
"font-weight": "600",
|
|
535
|
-
"font-size": "14px",
|
|
536
|
-
display: "inline-flex",
|
|
545
|
+
card_ctas_levoGroup: {
|
|
546
|
+
display: "flex",
|
|
547
|
+
"column-gap": "md",
|
|
548
|
+
"row-gap": "base",
|
|
537
549
|
"align-items": "center",
|
|
538
|
-
"column-gap": "8px",
|
|
539
|
-
"transition-property": "all",
|
|
540
|
-
"transition-duration": "200ms",
|
|
541
|
-
"&:hover": {
|
|
542
|
-
"background-color": "primary-dark",
|
|
543
|
-
},
|
|
544
550
|
},
|
|
551
|
+
card_ctas: [
|
|
552
|
+
{
|
|
553
|
+
card_cta: {},
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
card_cta: {},
|
|
557
|
+
},
|
|
558
|
+
],
|
|
545
559
|
},
|
|
546
560
|
{
|
|
547
561
|
TabsTrigger: {
|
|
548
|
-
width: "40%",
|
|
549
562
|
"background-color": "white",
|
|
550
|
-
"padding-left": "
|
|
551
|
-
"padding-right": "
|
|
563
|
+
"padding-left": "md",
|
|
564
|
+
"padding-right": "md",
|
|
552
565
|
"padding-top": "xs",
|
|
553
566
|
"padding-bottom": "xs",
|
|
554
567
|
"border-radius": "3xl",
|
|
@@ -556,6 +569,7 @@ export const Tab2: IBlock = {
|
|
|
556
569
|
tablet: {
|
|
557
570
|
width: "auto",
|
|
558
571
|
},
|
|
572
|
+
width: "fit-content",
|
|
559
573
|
},
|
|
560
574
|
tab_content: {
|
|
561
575
|
width: "100%",
|
|
@@ -577,47 +591,29 @@ export const Tab2: IBlock = {
|
|
|
577
591
|
},
|
|
578
592
|
},
|
|
579
593
|
card_title: {
|
|
580
|
-
"font-
|
|
581
|
-
"font-weight": "700",
|
|
582
|
-
color: "text-1",
|
|
594
|
+
"font-weight": 700,
|
|
583
595
|
"margin-bottom": "16px",
|
|
584
|
-
"line-height": "1.3",
|
|
585
|
-
tablet: {
|
|
586
|
-
"font-size": "20px",
|
|
587
|
-
},
|
|
588
596
|
},
|
|
589
597
|
card_description: {
|
|
590
|
-
"font-size": "16px",
|
|
591
|
-
"line-height": "1.6",
|
|
592
|
-
color: "text-2",
|
|
593
598
|
"margin-bottom": "24px",
|
|
594
|
-
tablet: {
|
|
595
|
-
"font-size": "14px",
|
|
596
|
-
},
|
|
597
599
|
},
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
"padding-right": "24px",
|
|
603
|
-
"border-radius": "lg",
|
|
604
|
-
"background-color": "primary",
|
|
605
|
-
color: "white",
|
|
606
|
-
"font-weight": "600",
|
|
607
|
-
"font-size": "14px",
|
|
608
|
-
display: "inline-flex",
|
|
600
|
+
card_ctas_levoGroup: {
|
|
601
|
+
display: "flex",
|
|
602
|
+
"column-gap": "md",
|
|
603
|
+
"row-gap": "base",
|
|
609
604
|
"align-items": "center",
|
|
610
|
-
"column-gap": "8px",
|
|
611
|
-
"transition-property": "all",
|
|
612
|
-
"transition-duration": "200ms",
|
|
613
|
-
"&:hover": {
|
|
614
|
-
"background-color": "primary-dark",
|
|
615
|
-
},
|
|
616
605
|
},
|
|
606
|
+
card_ctas: [
|
|
607
|
+
{
|
|
608
|
+
card_cta: {},
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
card_cta: {},
|
|
612
|
+
},
|
|
613
|
+
],
|
|
617
614
|
},
|
|
618
615
|
{
|
|
619
616
|
TabsTrigger: {
|
|
620
|
-
width: "33%",
|
|
621
617
|
"background-color": "white",
|
|
622
618
|
"padding-left": "md",
|
|
623
619
|
"padding-right": "md",
|
|
@@ -628,6 +624,7 @@ export const Tab2: IBlock = {
|
|
|
628
624
|
tablet: {
|
|
629
625
|
width: "auto",
|
|
630
626
|
},
|
|
627
|
+
width: "fit-content",
|
|
631
628
|
},
|
|
632
629
|
tab_content: {
|
|
633
630
|
width: "100%",
|
|
@@ -649,43 +646,26 @@ export const Tab2: IBlock = {
|
|
|
649
646
|
},
|
|
650
647
|
},
|
|
651
648
|
card_title: {
|
|
652
|
-
"font-
|
|
653
|
-
"font-weight": "700",
|
|
654
|
-
color: "text-1",
|
|
649
|
+
"font-weight": 700,
|
|
655
650
|
"margin-bottom": "16px",
|
|
656
|
-
"line-height": "1.3",
|
|
657
|
-
tablet: {
|
|
658
|
-
"font-size": "20px",
|
|
659
|
-
},
|
|
660
651
|
},
|
|
661
652
|
card_description: {
|
|
662
|
-
"font-size": "16px",
|
|
663
|
-
"line-height": "1.6",
|
|
664
|
-
color: "text-2",
|
|
665
653
|
"margin-bottom": "24px",
|
|
666
|
-
tablet: {
|
|
667
|
-
"font-size": "14px",
|
|
668
|
-
},
|
|
669
654
|
},
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
"padding-right": "24px",
|
|
675
|
-
"border-radius": "lg",
|
|
676
|
-
"background-color": "primary",
|
|
677
|
-
color: "white",
|
|
678
|
-
"font-weight": "600",
|
|
679
|
-
"font-size": "14px",
|
|
680
|
-
display: "inline-flex",
|
|
655
|
+
card_ctas_levoGroup: {
|
|
656
|
+
display: "flex",
|
|
657
|
+
"column-gap": "md",
|
|
658
|
+
"row-gap": "base",
|
|
681
659
|
"align-items": "center",
|
|
682
|
-
"column-gap": "8px",
|
|
683
|
-
"transition-property": "all",
|
|
684
|
-
"transition-duration": "200ms",
|
|
685
|
-
"&:hover": {
|
|
686
|
-
"background-color": "primary-dark",
|
|
687
|
-
},
|
|
688
660
|
},
|
|
661
|
+
card_ctas: [
|
|
662
|
+
{
|
|
663
|
+
card_cta: {},
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
card_cta: {},
|
|
667
|
+
},
|
|
668
|
+
],
|
|
689
669
|
},
|
|
690
670
|
],
|
|
691
671
|
},
|
|
@@ -693,74 +673,24 @@ export const Tab2: IBlock = {
|
|
|
693
673
|
config: {
|
|
694
674
|
title: {
|
|
695
675
|
heading: {
|
|
696
|
-
level: 2,
|
|
676
|
+
level: "2",
|
|
697
677
|
},
|
|
698
678
|
selectedVariants: {
|
|
699
|
-
Heading_Level: "
|
|
679
|
+
Heading_Level: "H3",
|
|
700
680
|
},
|
|
701
681
|
},
|
|
702
|
-
tabs:
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
heading: {
|
|
706
|
-
level: 3,
|
|
707
|
-
},
|
|
708
|
-
selectedVariants: {
|
|
709
|
-
Heading_Level: "H3",
|
|
710
|
-
},
|
|
711
|
-
},
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
card_title: {
|
|
715
|
-
heading: {
|
|
716
|
-
level: 3,
|
|
717
|
-
},
|
|
718
|
-
selectedVariants: {
|
|
719
|
-
Heading_Level: "H3",
|
|
720
|
-
},
|
|
721
|
-
},
|
|
722
|
-
},
|
|
723
|
-
{
|
|
682
|
+
tabs: Array(6)
|
|
683
|
+
.fill(0)
|
|
684
|
+
.map((v) => ({
|
|
724
685
|
card_title: {
|
|
725
686
|
heading: {
|
|
726
687
|
level: 3,
|
|
727
688
|
},
|
|
728
689
|
selectedVariants: {
|
|
729
|
-
Heading_Level: "
|
|
690
|
+
Heading_Level: "H5",
|
|
730
691
|
},
|
|
731
692
|
},
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
card_title: {
|
|
735
|
-
heading: {
|
|
736
|
-
level: 3,
|
|
737
|
-
},
|
|
738
|
-
selectedVariants: {
|
|
739
|
-
Heading_Level: "H3",
|
|
740
|
-
},
|
|
741
|
-
},
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
card_title: {
|
|
745
|
-
heading: {
|
|
746
|
-
level: 3,
|
|
747
|
-
},
|
|
748
|
-
selectedVariants: {
|
|
749
|
-
Heading_Level: "H3",
|
|
750
|
-
},
|
|
751
|
-
},
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
card_title: {
|
|
755
|
-
heading: {
|
|
756
|
-
level: 3,
|
|
757
|
-
},
|
|
758
|
-
selectedVariants: {
|
|
759
|
-
Heading_Level: "H3",
|
|
760
|
-
},
|
|
761
|
-
},
|
|
762
|
-
},
|
|
763
|
-
],
|
|
693
|
+
})),
|
|
764
694
|
},
|
|
765
695
|
},
|
|
766
696
|
],
|