@levo-so/blocks 0.1.59 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -11,24 +11,30 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
const
|
|
15
|
-
id: "
|
|
16
|
-
|
|
14
|
+
const MEDIA = {
|
|
15
|
+
id: "6Hg5xxyErnEM",
|
|
16
|
+
filename: "footer-2-logo.png",
|
|
17
17
|
kind: "image",
|
|
18
|
-
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW.png",
|
|
19
20
|
srcset: {
|
|
20
21
|
"1080w":
|
|
21
|
-
"https://
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-1080w.webp",
|
|
22
23
|
"1200w":
|
|
23
|
-
"https://
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-1200w.webp",
|
|
24
25
|
"1920w":
|
|
25
|
-
"https://
|
|
26
|
-
"320w":
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/footer-2-logo-sR8ojjdBVGGW-640w.webp 640w",
|
|
31
36
|
},
|
|
37
|
+
mimetype: "image/png",
|
|
32
38
|
};
|
|
33
39
|
|
|
34
40
|
const DEFAULT_CONTENT = {
|
|
@@ -38,7 +44,7 @@ const DEFAULT_CONTENT = {
|
|
|
38
44
|
|
|
39
45
|
// logo and description
|
|
40
46
|
logoTextWrapper: null,
|
|
41
|
-
logo:
|
|
47
|
+
logo: MEDIA,
|
|
42
48
|
logoDescription: "Expert Guidance, Ensuring Clear Verdicts Every Time.",
|
|
43
49
|
copyright: "Copyright @ 2025",
|
|
44
50
|
|
|
@@ -174,7 +180,7 @@ export const Footer2: IBlock = {
|
|
|
174
180
|
{
|
|
175
181
|
key: "category",
|
|
176
182
|
label: "Category",
|
|
177
|
-
field_interface: "
|
|
183
|
+
field_interface: "HeadingWidget",
|
|
178
184
|
},
|
|
179
185
|
{
|
|
180
186
|
key: "links",
|
|
@@ -221,19 +227,7 @@ export const Footer2: IBlock = {
|
|
|
221
227
|
title: "Default",
|
|
222
228
|
key: "default",
|
|
223
229
|
styles: {
|
|
224
|
-
layout: {
|
|
225
|
-
"padding-top": "80px",
|
|
226
|
-
"padding-left": "112px",
|
|
227
|
-
"padding-right": "112px",
|
|
228
|
-
tablet: {
|
|
229
|
-
padding: "50px",
|
|
230
|
-
"padding-bottom": "0px",
|
|
231
|
-
},
|
|
232
|
-
mobile: {
|
|
233
|
-
padding: "40px",
|
|
234
|
-
"padding-bottom": "0px",
|
|
235
|
-
},
|
|
236
|
-
},
|
|
230
|
+
layout: {},
|
|
237
231
|
container: {
|
|
238
232
|
display: "flex",
|
|
239
233
|
"flex-direction": "column",
|
|
@@ -273,7 +267,7 @@ export const Footer2: IBlock = {
|
|
|
273
267
|
{
|
|
274
268
|
category: {
|
|
275
269
|
"margin-bottom": "sm",
|
|
276
|
-
|
|
270
|
+
"font-weight": 700,
|
|
277
271
|
},
|
|
278
272
|
links_levoGroup: {
|
|
279
273
|
display: "flex",
|
|
@@ -449,12 +443,54 @@ export const Footer2: IBlock = {
|
|
|
449
443
|
},
|
|
450
444
|
],
|
|
451
445
|
},
|
|
446
|
+
{
|
|
447
|
+
wrapper: {
|
|
448
|
+
display: "flex",
|
|
449
|
+
"column-gap": "sm",
|
|
450
|
+
"align-items": "center",
|
|
451
|
+
},
|
|
452
|
+
icon: {
|
|
453
|
+
width: "20px",
|
|
454
|
+
height: "20px",
|
|
455
|
+
"border-radius": "base",
|
|
456
|
+
},
|
|
457
|
+
icon_links_levoGroup: {
|
|
458
|
+
display: "flex",
|
|
459
|
+
"column-gap": "xs",
|
|
460
|
+
},
|
|
461
|
+
icon_links: [
|
|
462
|
+
{
|
|
463
|
+
icon: {
|
|
464
|
+
width: "20px",
|
|
465
|
+
height: "20px",
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
icon: {
|
|
470
|
+
width: "20px",
|
|
471
|
+
height: "20px",
|
|
472
|
+
},
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
icon: {
|
|
476
|
+
width: "20px",
|
|
477
|
+
height: "20px",
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
icon: {
|
|
482
|
+
width: "20px",
|
|
483
|
+
height: "20px",
|
|
484
|
+
},
|
|
485
|
+
},
|
|
486
|
+
],
|
|
487
|
+
},
|
|
452
488
|
],
|
|
453
489
|
},
|
|
454
490
|
{
|
|
455
491
|
category: {
|
|
456
492
|
"margin-bottom": "sm",
|
|
457
|
-
|
|
493
|
+
"font-weight": 700,
|
|
458
494
|
},
|
|
459
495
|
links_levoGroup: {
|
|
460
496
|
display: "flex",
|
|
@@ -719,7 +755,7 @@ export const Footer2: IBlock = {
|
|
|
719
755
|
{
|
|
720
756
|
category: {
|
|
721
757
|
"margin-bottom": "sm",
|
|
722
|
-
|
|
758
|
+
"font-weight": 700,
|
|
723
759
|
},
|
|
724
760
|
links_levoGroup: {
|
|
725
761
|
display: "flex",
|
|
@@ -895,6 +931,48 @@ export const Footer2: IBlock = {
|
|
|
895
931
|
},
|
|
896
932
|
],
|
|
897
933
|
},
|
|
934
|
+
{
|
|
935
|
+
wrapper: {
|
|
936
|
+
display: "flex",
|
|
937
|
+
"column-gap": "sm",
|
|
938
|
+
"align-items": "center",
|
|
939
|
+
},
|
|
940
|
+
icon: {
|
|
941
|
+
width: "20px",
|
|
942
|
+
height: "20px",
|
|
943
|
+
"border-radius": "base",
|
|
944
|
+
},
|
|
945
|
+
icon_links_levoGroup: {
|
|
946
|
+
display: "flex",
|
|
947
|
+
"column-gap": "xs",
|
|
948
|
+
},
|
|
949
|
+
icon_links: [
|
|
950
|
+
{
|
|
951
|
+
icon: {
|
|
952
|
+
width: "20px",
|
|
953
|
+
height: "20px",
|
|
954
|
+
},
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
icon: {
|
|
958
|
+
width: "20px",
|
|
959
|
+
height: "20px",
|
|
960
|
+
},
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
icon: {
|
|
964
|
+
width: "20px",
|
|
965
|
+
height: "20px",
|
|
966
|
+
},
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
icon: {
|
|
970
|
+
width: "20px",
|
|
971
|
+
height: "20px",
|
|
972
|
+
},
|
|
973
|
+
},
|
|
974
|
+
],
|
|
975
|
+
},
|
|
898
976
|
],
|
|
899
977
|
},
|
|
900
978
|
],
|
|
@@ -906,7 +984,133 @@ export const Footer2: IBlock = {
|
|
|
906
984
|
},
|
|
907
985
|
},
|
|
908
986
|
},
|
|
909
|
-
config: {
|
|
987
|
+
config: {
|
|
988
|
+
links: [
|
|
989
|
+
{
|
|
990
|
+
category: {
|
|
991
|
+
heading: {
|
|
992
|
+
level: "4",
|
|
993
|
+
},
|
|
994
|
+
selectedVariants: {
|
|
995
|
+
Heading_Level: "H6",
|
|
996
|
+
},
|
|
997
|
+
},
|
|
998
|
+
links: [
|
|
999
|
+
{
|
|
1000
|
+
wrapper: {
|
|
1001
|
+
selectedVariants: {},
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
wrapper: {
|
|
1006
|
+
selectedVariants: {},
|
|
1007
|
+
},
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
wrapper: {
|
|
1011
|
+
selectedVariants: {},
|
|
1012
|
+
},
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
wrapper: {
|
|
1016
|
+
selectedVariants: {},
|
|
1017
|
+
},
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
wrapper: {
|
|
1021
|
+
selectedVariants: {},
|
|
1022
|
+
},
|
|
1023
|
+
},
|
|
1024
|
+
],
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
category: {
|
|
1028
|
+
selectedVariants: {
|
|
1029
|
+
Heading_Level: "H6",
|
|
1030
|
+
},
|
|
1031
|
+
heading: {
|
|
1032
|
+
level: "4",
|
|
1033
|
+
},
|
|
1034
|
+
},
|
|
1035
|
+
links: [
|
|
1036
|
+
{
|
|
1037
|
+
wrapper: {
|
|
1038
|
+
selectedVariants: {},
|
|
1039
|
+
},
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
wrapper: {
|
|
1043
|
+
selectedVariants: {},
|
|
1044
|
+
},
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
wrapper: {
|
|
1048
|
+
selectedVariants: {},
|
|
1049
|
+
},
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
wrapper: {
|
|
1053
|
+
selectedVariants: {},
|
|
1054
|
+
},
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
wrapper: {
|
|
1058
|
+
selectedVariants: {},
|
|
1059
|
+
},
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
wrapper: {
|
|
1063
|
+
selectedVariants: {},
|
|
1064
|
+
},
|
|
1065
|
+
},
|
|
1066
|
+
],
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
category: {
|
|
1070
|
+
selectedVariants: {
|
|
1071
|
+
Heading_Level: "H6",
|
|
1072
|
+
},
|
|
1073
|
+
heading: {
|
|
1074
|
+
level: "4",
|
|
1075
|
+
},
|
|
1076
|
+
},
|
|
1077
|
+
links: [
|
|
1078
|
+
{
|
|
1079
|
+
cta: {
|
|
1080
|
+
selectedVariants: {},
|
|
1081
|
+
},
|
|
1082
|
+
wrapper: {
|
|
1083
|
+
selectedVariants: {},
|
|
1084
|
+
},
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
cta: {
|
|
1088
|
+
selectedVariants: {},
|
|
1089
|
+
},
|
|
1090
|
+
wrapper: {
|
|
1091
|
+
selectedVariants: {},
|
|
1092
|
+
},
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
cta: {
|
|
1096
|
+
selectedVariants: {},
|
|
1097
|
+
},
|
|
1098
|
+
wrapper: {
|
|
1099
|
+
selectedVariants: {},
|
|
1100
|
+
},
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
cta: {
|
|
1104
|
+
selectedVariants: {},
|
|
1105
|
+
},
|
|
1106
|
+
wrapper: {
|
|
1107
|
+
selectedVariants: {},
|
|
1108
|
+
},
|
|
1109
|
+
},
|
|
1110
|
+
],
|
|
1111
|
+
},
|
|
1112
|
+
],
|
|
1113
|
+
},
|
|
910
1114
|
content: DEFAULT_CONTENT,
|
|
911
1115
|
},
|
|
912
1116
|
],
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Box,
|
|
3
3
|
Container,
|
|
4
|
+
Heading,
|
|
4
5
|
Icon,
|
|
5
6
|
Image,
|
|
6
7
|
Section,
|
|
@@ -28,7 +29,7 @@ const Footer2: React.FC<ILevoBlockBaseProps<IFooter2Content>> = ({
|
|
|
28
29
|
key={`footer-2-links-${index}`}
|
|
29
30
|
data-levo_group_item
|
|
30
31
|
>
|
|
31
|
-
<
|
|
32
|
+
<Heading elementKey={`links.${index}.category`} />
|
|
32
33
|
<Box
|
|
33
34
|
elementKey={`links.${index}.links_levoGroup`}
|
|
34
35
|
data-levo_group
|