@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,44 +11,110 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "uY2MtYb6ZCGYO",
|
|
16
|
+
filename: "team-1-1.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location: "https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8.png",
|
|
19
|
+
srcset: {
|
|
20
|
+
"1080w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-1080w.webp",
|
|
22
|
+
"1200w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-1200w.webp",
|
|
24
|
+
"1920w":
|
|
25
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-1920w.webp",
|
|
26
|
+
"320w":
|
|
27
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-320w.webp",
|
|
28
|
+
"640w":
|
|
29
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-640w.webp",
|
|
30
|
+
"750w":
|
|
31
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-750w.webp",
|
|
32
|
+
"828w":
|
|
33
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-828w.webp",
|
|
34
|
+
path: "https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8-828w.webp 828w",
|
|
35
|
+
},
|
|
36
|
+
mimetype: "image/png",
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
const MEDIA_2 = {
|
|
40
|
+
id: "6HgrQxxyshKEc",
|
|
41
|
+
filename: "team-1-2.png",
|
|
42
|
+
kind: "image",
|
|
43
|
+
location: "https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr.png",
|
|
44
|
+
srcset: {
|
|
45
|
+
"1080w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-1080w.webp",
|
|
47
|
+
"1200w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-1200w.webp",
|
|
49
|
+
"1920w":
|
|
50
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-1920w.webp",
|
|
51
|
+
"320w":
|
|
52
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-320w.webp",
|
|
53
|
+
"640w":
|
|
54
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-640w.webp",
|
|
55
|
+
"750w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-750w.webp",
|
|
57
|
+
"828w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-828w.webp",
|
|
59
|
+
path: "https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr-1080w.webp 1080w",
|
|
60
|
+
},
|
|
61
|
+
mimetype: "image/png",
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const MEDIA_3 = {
|
|
65
|
+
id: "ZnMqfUkWzAavx",
|
|
66
|
+
filename: "team-1-3.png",
|
|
67
|
+
kind: "image",
|
|
68
|
+
location: "https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL.png",
|
|
69
|
+
srcset: {
|
|
70
|
+
"1080w":
|
|
71
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-1080w.webp",
|
|
72
|
+
"1200w":
|
|
73
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-1200w.webp",
|
|
74
|
+
"1920w":
|
|
75
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-1920w.webp",
|
|
76
|
+
"320w":
|
|
77
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-320w.webp",
|
|
78
|
+
"640w":
|
|
79
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-640w.webp",
|
|
80
|
+
"750w":
|
|
81
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-750w.webp",
|
|
82
|
+
"828w":
|
|
83
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-828w.webp",
|
|
84
|
+
path: "https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL-1920w.webp 1920w",
|
|
85
|
+
},
|
|
86
|
+
mimetype: "image/png",
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
const MEDIA_4 = {
|
|
90
|
+
id: "DNPbes1aZvRBi",
|
|
91
|
+
filename: "team-1-4.png",
|
|
92
|
+
kind: "image",
|
|
93
|
+
location: "https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O.png",
|
|
94
|
+
srcset: {
|
|
95
|
+
"1080w":
|
|
96
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-1080w.webp",
|
|
97
|
+
"1200w":
|
|
98
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-1200w.webp",
|
|
99
|
+
"1920w":
|
|
100
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-1920w.webp",
|
|
101
|
+
"320w":
|
|
102
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-320w.webp",
|
|
103
|
+
"640w":
|
|
104
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-640w.webp",
|
|
105
|
+
"750w":
|
|
106
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-750w.webp",
|
|
107
|
+
"828w":
|
|
108
|
+
"https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-828w.webp",
|
|
109
|
+
path: "https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O-1200w.webp 1200w",
|
|
110
|
+
},
|
|
111
|
+
mimetype: "image/png",
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
const MEDIA_ARR = [MEDIA_1, MEDIA_2, MEDIA_3, MEDIA_4];
|
|
115
|
+
|
|
14
116
|
const PERSON_INFO = {
|
|
15
117
|
wrapper: null,
|
|
16
|
-
media: {
|
|
17
|
-
object: "media",
|
|
18
|
-
id: "GLUQcck5Lt7L",
|
|
19
|
-
workspace_id: "WLZ1TXTD",
|
|
20
|
-
filename: "pexels-2147499152-29632553.jpg",
|
|
21
|
-
kind: "image",
|
|
22
|
-
path: "WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg.jpg",
|
|
23
|
-
location:
|
|
24
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg.jpg",
|
|
25
|
-
metadata: {
|
|
26
|
-
etag: '"d2ab426d617eec426c1e6ba5605ab5d6"',
|
|
27
|
-
mimetype: "image/jpeg",
|
|
28
|
-
size: 2688667,
|
|
29
|
-
},
|
|
30
|
-
srcset: {
|
|
31
|
-
"1080w":
|
|
32
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-1080w.webp",
|
|
33
|
-
"1200w":
|
|
34
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-1200w.webp",
|
|
35
|
-
"1920w":
|
|
36
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-1920w.webp",
|
|
37
|
-
"320w":
|
|
38
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-320w.webp",
|
|
39
|
-
"640w":
|
|
40
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-640w.webp",
|
|
41
|
-
"750w":
|
|
42
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-750w.webp",
|
|
43
|
-
"828w":
|
|
44
|
-
"https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-828w.webp",
|
|
45
|
-
path: "https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-1920w.webp 1920w, https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-320w.webp 320w, https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-640w.webp 640w, https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-750w.webp 750w, https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-828w.webp 828w, https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-1080w.webp 1080w, https://static.levostg.online/WLZ1TXTD/pexels-2147499152-29632553-lDiQGcTGVuXg-1200w.webp 1200w",
|
|
46
|
-
},
|
|
47
|
-
created_at: "2025-04-22T07:05:43.912Z",
|
|
48
|
-
updated_at: "2025-04-22T07:05:43.912Z",
|
|
49
|
-
created_by: null,
|
|
50
|
-
updated_by: null,
|
|
51
|
-
},
|
|
52
118
|
"info-wrapper": null,
|
|
53
119
|
info: null,
|
|
54
120
|
name: "Caitlin Henderson",
|
|
@@ -82,11 +148,15 @@ const DEFAULT_CONTENT = {
|
|
|
82
148
|
title: "Our Lawyers",
|
|
83
149
|
description:
|
|
84
150
|
"Meet our dedicated team, bringing passion and expertise to champion your legal needs with excellence",
|
|
85
|
-
|
|
151
|
+
header_ctas_levoGroup: null,
|
|
152
|
+
header_ctas: [{ header_cta: "View All" }, { header_cta: "Learn More" }],
|
|
86
153
|
team_levoGroup: null,
|
|
87
154
|
team: Array(4)
|
|
88
155
|
?.fill(0)
|
|
89
|
-
?.map((_) =>
|
|
156
|
+
?.map((_, index) => ({
|
|
157
|
+
...PERSON_INFO,
|
|
158
|
+
media: MEDIA_ARR[index],
|
|
159
|
+
})),
|
|
90
160
|
};
|
|
91
161
|
|
|
92
162
|
export type ITeam1Content = typeof DEFAULT_CONTENT;
|
|
@@ -219,7 +289,7 @@ export const Team1: IBlock = {
|
|
|
219
289
|
},
|
|
220
290
|
{
|
|
221
291
|
key: "header-container",
|
|
222
|
-
label: "
|
|
292
|
+
label: "Container",
|
|
223
293
|
field_interface: "ContainerWidget",
|
|
224
294
|
hint: {
|
|
225
295
|
prompt_description:
|
|
@@ -278,15 +348,23 @@ export const Team1: IBlock = {
|
|
|
278
348
|
},
|
|
279
349
|
},
|
|
280
350
|
{
|
|
281
|
-
key: "
|
|
282
|
-
label: "Header
|
|
283
|
-
field_interface: "
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
351
|
+
key: "header_ctas",
|
|
352
|
+
label: "Header CTAs",
|
|
353
|
+
field_interface: "BoxWidget",
|
|
354
|
+
kind: "group",
|
|
355
|
+
fields: [
|
|
356
|
+
{
|
|
357
|
+
key: "header_cta",
|
|
358
|
+
label: "Header Cta",
|
|
359
|
+
field_interface: "ButtonWidget",
|
|
360
|
+
hint: {
|
|
361
|
+
prompt_description:
|
|
362
|
+
"Call-to-action label for a button/link that leads to the full team or more details (e.g., 'View All'). Keep it concise and actionable.",
|
|
363
|
+
min_characters: 5,
|
|
364
|
+
max_characters: 20,
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
],
|
|
290
368
|
},
|
|
291
369
|
{
|
|
292
370
|
key: "team",
|
|
@@ -435,25 +513,18 @@ export const Team1: IBlock = {
|
|
|
435
513
|
display: "flex",
|
|
436
514
|
width: "100%",
|
|
437
515
|
"flex-direction": "column",
|
|
438
|
-
"background-color": "
|
|
516
|
+
"background-color": "brand",
|
|
439
517
|
"row-gap": "9xl",
|
|
440
|
-
|
|
441
|
-
"padding-bottom": "10xl",
|
|
442
|
-
"media:max:768px": {
|
|
443
|
-
"padding-top": "4xl",
|
|
444
|
-
"padding-bottom": "4xl",
|
|
518
|
+
tablet: {
|
|
445
519
|
"row-gap": "4xl",
|
|
446
520
|
},
|
|
447
521
|
},
|
|
448
522
|
"header-container": {
|
|
449
523
|
display: "flex",
|
|
450
|
-
width: "100%",
|
|
451
524
|
"align-items": "flex-end",
|
|
452
525
|
"justify-content": "space-between",
|
|
453
526
|
"column-gap": "20xl",
|
|
454
|
-
|
|
455
|
-
"padding-left": "8xl",
|
|
456
|
-
"media:max:768px": {
|
|
527
|
+
tablet: {
|
|
457
528
|
"flex-direction": "column",
|
|
458
529
|
"align-items": "flex-start",
|
|
459
530
|
"row-gap": "xl",
|
|
@@ -465,12 +536,12 @@ export const Team1: IBlock = {
|
|
|
465
536
|
flex: "1",
|
|
466
537
|
"flex-direction": "column",
|
|
467
538
|
"row-gap": "2xs",
|
|
468
|
-
|
|
539
|
+
tablet: {
|
|
469
540
|
"row-gap": "4xs",
|
|
470
541
|
},
|
|
471
542
|
},
|
|
472
543
|
"accent-title": {
|
|
473
|
-
color: "
|
|
544
|
+
color: "brandForeground",
|
|
474
545
|
},
|
|
475
546
|
"title-wrapper": {
|
|
476
547
|
display: "flex",
|
|
@@ -479,7 +550,7 @@ export const Team1: IBlock = {
|
|
|
479
550
|
"align-items": "center",
|
|
480
551
|
"justify-content": "space-between",
|
|
481
552
|
"column-gap": "10xl",
|
|
482
|
-
|
|
553
|
+
tablet: {
|
|
483
554
|
"flex-direction": "column",
|
|
484
555
|
"align-items": "flex-start",
|
|
485
556
|
"row-gap": "4xs",
|
|
@@ -490,29 +561,428 @@ export const Team1: IBlock = {
|
|
|
490
561
|
"max-width": "fit-content",
|
|
491
562
|
flex: "1",
|
|
492
563
|
"white-space": "nowrap",
|
|
493
|
-
color: "
|
|
564
|
+
color: "brandForeground",
|
|
494
565
|
},
|
|
495
|
-
description: {
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
"
|
|
499
|
-
|
|
500
|
-
|
|
566
|
+
description: {},
|
|
567
|
+
header_ctas_levoGroup: {
|
|
568
|
+
display: "flex",
|
|
569
|
+
"flex-direction": "row",
|
|
570
|
+
"align-items": "center",
|
|
571
|
+
gap: "sm",
|
|
501
572
|
},
|
|
502
|
-
|
|
573
|
+
header_ctas: Array(2).map(() => ({
|
|
574
|
+
header_cta: {},
|
|
575
|
+
})),
|
|
503
576
|
team_levoGroup: {
|
|
504
577
|
display: "grid",
|
|
505
578
|
width: "100%",
|
|
506
579
|
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
507
580
|
gap: "0",
|
|
508
|
-
|
|
581
|
+
tablet: {
|
|
509
582
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
510
583
|
},
|
|
511
|
-
|
|
584
|
+
mobile: {
|
|
512
585
|
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
513
586
|
},
|
|
514
587
|
},
|
|
515
|
-
team:
|
|
588
|
+
team: [
|
|
589
|
+
{
|
|
590
|
+
wrapper: {
|
|
591
|
+
position: "relative",
|
|
592
|
+
display: "flex",
|
|
593
|
+
height: "100%",
|
|
594
|
+
width: "100%",
|
|
595
|
+
"flex-direction": "column",
|
|
596
|
+
"row-gap": "4xs",
|
|
597
|
+
},
|
|
598
|
+
media: {
|
|
599
|
+
height: "100%",
|
|
600
|
+
width: "100%",
|
|
601
|
+
"object-fit": "cover",
|
|
602
|
+
"border-radius": "base",
|
|
603
|
+
},
|
|
604
|
+
"info-wrapper": {
|
|
605
|
+
position: "absolute",
|
|
606
|
+
background:
|
|
607
|
+
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
608
|
+
bottom: "0",
|
|
609
|
+
left: "0",
|
|
610
|
+
right: "0",
|
|
611
|
+
},
|
|
612
|
+
info: {
|
|
613
|
+
position: "relative",
|
|
614
|
+
width: "100%",
|
|
615
|
+
"padding-top": "3xl",
|
|
616
|
+
"padding-bottom": "3xl",
|
|
617
|
+
"padding-left": "2xl",
|
|
618
|
+
"padding-right": "2xl",
|
|
619
|
+
},
|
|
620
|
+
name: {
|
|
621
|
+
color: "brandForeground",
|
|
622
|
+
"font-weight": 700,
|
|
623
|
+
},
|
|
624
|
+
description: {
|
|
625
|
+
"font-weight": 500,
|
|
626
|
+
color: "brandForeground",
|
|
627
|
+
},
|
|
628
|
+
links_levoGroup: {
|
|
629
|
+
display: "flex",
|
|
630
|
+
"justify-content": "flex-start",
|
|
631
|
+
"column-gap": "sm",
|
|
632
|
+
"margin-top": "3xs",
|
|
633
|
+
},
|
|
634
|
+
links: [
|
|
635
|
+
{
|
|
636
|
+
wrapper: {
|
|
637
|
+
width: "32px",
|
|
638
|
+
height: "32px",
|
|
639
|
+
padding: "2xs",
|
|
640
|
+
display: "flex",
|
|
641
|
+
"justify-content": "center",
|
|
642
|
+
"align-items": "center",
|
|
643
|
+
overflow: "hidden",
|
|
644
|
+
},
|
|
645
|
+
icon: {
|
|
646
|
+
width: "24px",
|
|
647
|
+
height: "24px",
|
|
648
|
+
"object-fit": "contain",
|
|
649
|
+
},
|
|
650
|
+
link: {},
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
wrapper: {
|
|
654
|
+
width: "32px",
|
|
655
|
+
height: "32px",
|
|
656
|
+
padding: "2xs",
|
|
657
|
+
display: "flex",
|
|
658
|
+
"justify-content": "center",
|
|
659
|
+
"align-items": "center",
|
|
660
|
+
overflow: "hidden",
|
|
661
|
+
},
|
|
662
|
+
icon: {
|
|
663
|
+
width: "24px",
|
|
664
|
+
height: "24px",
|
|
665
|
+
"object-fit": "contain",
|
|
666
|
+
},
|
|
667
|
+
link: {},
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
wrapper: {
|
|
671
|
+
width: "32px",
|
|
672
|
+
height: "32px",
|
|
673
|
+
padding: "2xs",
|
|
674
|
+
display: "flex",
|
|
675
|
+
"justify-content": "center",
|
|
676
|
+
"align-items": "center",
|
|
677
|
+
overflow: "hidden",
|
|
678
|
+
},
|
|
679
|
+
icon: {
|
|
680
|
+
width: "24px",
|
|
681
|
+
height: "24px",
|
|
682
|
+
"object-fit": "contain",
|
|
683
|
+
},
|
|
684
|
+
link: {},
|
|
685
|
+
},
|
|
686
|
+
],
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
wrapper: {
|
|
690
|
+
position: "relative",
|
|
691
|
+
display: "flex",
|
|
692
|
+
height: "100%",
|
|
693
|
+
width: "100%",
|
|
694
|
+
"flex-direction": "column",
|
|
695
|
+
"row-gap": "4xs",
|
|
696
|
+
},
|
|
697
|
+
media: {
|
|
698
|
+
height: "100%",
|
|
699
|
+
width: "100%",
|
|
700
|
+
"object-fit": "cover",
|
|
701
|
+
"border-radius": "base",
|
|
702
|
+
},
|
|
703
|
+
"info-wrapper": {
|
|
704
|
+
position: "absolute",
|
|
705
|
+
background:
|
|
706
|
+
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
707
|
+
bottom: "0",
|
|
708
|
+
left: "0",
|
|
709
|
+
right: "0",
|
|
710
|
+
},
|
|
711
|
+
info: {
|
|
712
|
+
position: "relative",
|
|
713
|
+
width: "100%",
|
|
714
|
+
"padding-top": "3xl",
|
|
715
|
+
"padding-bottom": "3xl",
|
|
716
|
+
"padding-left": "2xl",
|
|
717
|
+
"padding-right": "2xl",
|
|
718
|
+
},
|
|
719
|
+
name: {
|
|
720
|
+
color: "brandForeground",
|
|
721
|
+
"font-weight": 700,
|
|
722
|
+
},
|
|
723
|
+
description: {
|
|
724
|
+
"font-weight": 500,
|
|
725
|
+
color: "brandForeground",
|
|
726
|
+
},
|
|
727
|
+
links_levoGroup: {
|
|
728
|
+
display: "flex",
|
|
729
|
+
"justify-content": "flex-start",
|
|
730
|
+
"column-gap": "sm",
|
|
731
|
+
"margin-top": "3xs",
|
|
732
|
+
},
|
|
733
|
+
links: [
|
|
734
|
+
{
|
|
735
|
+
wrapper: {
|
|
736
|
+
width: "32px",
|
|
737
|
+
height: "32px",
|
|
738
|
+
padding: "2xs",
|
|
739
|
+
display: "flex",
|
|
740
|
+
"justify-content": "center",
|
|
741
|
+
"align-items": "center",
|
|
742
|
+
overflow: "hidden",
|
|
743
|
+
},
|
|
744
|
+
icon: {
|
|
745
|
+
width: "24px",
|
|
746
|
+
height: "24px",
|
|
747
|
+
"object-fit": "contain",
|
|
748
|
+
},
|
|
749
|
+
link: {},
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
wrapper: {
|
|
753
|
+
width: "32px",
|
|
754
|
+
height: "32px",
|
|
755
|
+
padding: "2xs",
|
|
756
|
+
display: "flex",
|
|
757
|
+
"justify-content": "center",
|
|
758
|
+
"align-items": "center",
|
|
759
|
+
overflow: "hidden",
|
|
760
|
+
},
|
|
761
|
+
icon: {
|
|
762
|
+
width: "24px",
|
|
763
|
+
height: "24px",
|
|
764
|
+
"object-fit": "contain",
|
|
765
|
+
},
|
|
766
|
+
link: {},
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
wrapper: {
|
|
770
|
+
width: "32px",
|
|
771
|
+
height: "32px",
|
|
772
|
+
padding: "2xs",
|
|
773
|
+
display: "flex",
|
|
774
|
+
"justify-content": "center",
|
|
775
|
+
"align-items": "center",
|
|
776
|
+
overflow: "hidden",
|
|
777
|
+
},
|
|
778
|
+
icon: {
|
|
779
|
+
width: "24px",
|
|
780
|
+
height: "24px",
|
|
781
|
+
"object-fit": "contain",
|
|
782
|
+
},
|
|
783
|
+
link: {},
|
|
784
|
+
},
|
|
785
|
+
],
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
wrapper: {
|
|
789
|
+
position: "relative",
|
|
790
|
+
display: "flex",
|
|
791
|
+
height: "100%",
|
|
792
|
+
width: "100%",
|
|
793
|
+
"flex-direction": "column",
|
|
794
|
+
"row-gap": "4xs",
|
|
795
|
+
},
|
|
796
|
+
media: {
|
|
797
|
+
height: "100%",
|
|
798
|
+
width: "100%",
|
|
799
|
+
"object-fit": "cover",
|
|
800
|
+
"border-radius": "base",
|
|
801
|
+
},
|
|
802
|
+
"info-wrapper": {
|
|
803
|
+
position: "absolute",
|
|
804
|
+
background:
|
|
805
|
+
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
806
|
+
bottom: "0",
|
|
807
|
+
left: "0",
|
|
808
|
+
right: "0",
|
|
809
|
+
},
|
|
810
|
+
info: {
|
|
811
|
+
position: "relative",
|
|
812
|
+
width: "100%",
|
|
813
|
+
"padding-top": "3xl",
|
|
814
|
+
"padding-bottom": "3xl",
|
|
815
|
+
"padding-left": "2xl",
|
|
816
|
+
"padding-right": "2xl",
|
|
817
|
+
},
|
|
818
|
+
name: {
|
|
819
|
+
color: "brandForeground",
|
|
820
|
+
"font-weight": 700,
|
|
821
|
+
},
|
|
822
|
+
description: {
|
|
823
|
+
"font-weight": 500,
|
|
824
|
+
color: "brandForeground",
|
|
825
|
+
},
|
|
826
|
+
links_levoGroup: {
|
|
827
|
+
display: "flex",
|
|
828
|
+
"justify-content": "flex-start",
|
|
829
|
+
"column-gap": "sm",
|
|
830
|
+
"margin-top": "3xs",
|
|
831
|
+
},
|
|
832
|
+
links: [
|
|
833
|
+
{
|
|
834
|
+
wrapper: {
|
|
835
|
+
width: "32px",
|
|
836
|
+
height: "32px",
|
|
837
|
+
padding: "2xs",
|
|
838
|
+
display: "flex",
|
|
839
|
+
"justify-content": "center",
|
|
840
|
+
"align-items": "center",
|
|
841
|
+
overflow: "hidden",
|
|
842
|
+
},
|
|
843
|
+
icon: {
|
|
844
|
+
width: "24px",
|
|
845
|
+
height: "24px",
|
|
846
|
+
"object-fit": "contain",
|
|
847
|
+
},
|
|
848
|
+
link: {},
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
wrapper: {
|
|
852
|
+
width: "32px",
|
|
853
|
+
height: "32px",
|
|
854
|
+
padding: "2xs",
|
|
855
|
+
display: "flex",
|
|
856
|
+
"justify-content": "center",
|
|
857
|
+
"align-items": "center",
|
|
858
|
+
overflow: "hidden",
|
|
859
|
+
},
|
|
860
|
+
icon: {
|
|
861
|
+
width: "24px",
|
|
862
|
+
height: "24px",
|
|
863
|
+
"object-fit": "contain",
|
|
864
|
+
},
|
|
865
|
+
link: {},
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
wrapper: {
|
|
869
|
+
width: "32px",
|
|
870
|
+
height: "32px",
|
|
871
|
+
padding: "2xs",
|
|
872
|
+
display: "flex",
|
|
873
|
+
"justify-content": "center",
|
|
874
|
+
"align-items": "center",
|
|
875
|
+
overflow: "hidden",
|
|
876
|
+
},
|
|
877
|
+
icon: {
|
|
878
|
+
width: "24px",
|
|
879
|
+
height: "24px",
|
|
880
|
+
"object-fit": "contain",
|
|
881
|
+
},
|
|
882
|
+
link: {},
|
|
883
|
+
},
|
|
884
|
+
],
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
wrapper: {
|
|
888
|
+
position: "relative",
|
|
889
|
+
display: "flex",
|
|
890
|
+
height: "100%",
|
|
891
|
+
width: "100%",
|
|
892
|
+
"flex-direction": "column",
|
|
893
|
+
"row-gap": "4xs",
|
|
894
|
+
},
|
|
895
|
+
media: {
|
|
896
|
+
height: "100%",
|
|
897
|
+
width: "100%",
|
|
898
|
+
"object-fit": "cover",
|
|
899
|
+
"border-radius": "base",
|
|
900
|
+
},
|
|
901
|
+
"info-wrapper": {
|
|
902
|
+
position: "absolute",
|
|
903
|
+
background:
|
|
904
|
+
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
905
|
+
bottom: "0",
|
|
906
|
+
left: "0",
|
|
907
|
+
right: "0",
|
|
908
|
+
},
|
|
909
|
+
info: {
|
|
910
|
+
position: "relative",
|
|
911
|
+
width: "100%",
|
|
912
|
+
"padding-top": "3xl",
|
|
913
|
+
"padding-bottom": "3xl",
|
|
914
|
+
"padding-left": "2xl",
|
|
915
|
+
"padding-right": "2xl",
|
|
916
|
+
},
|
|
917
|
+
name: {
|
|
918
|
+
color: "brandForeground",
|
|
919
|
+
"font-weight": 700,
|
|
920
|
+
},
|
|
921
|
+
description: {
|
|
922
|
+
"font-weight": 500,
|
|
923
|
+
color: "brandForeground",
|
|
924
|
+
},
|
|
925
|
+
links_levoGroup: {
|
|
926
|
+
display: "flex",
|
|
927
|
+
"justify-content": "flex-start",
|
|
928
|
+
"column-gap": "sm",
|
|
929
|
+
"margin-top": "3xs",
|
|
930
|
+
},
|
|
931
|
+
links: [
|
|
932
|
+
{
|
|
933
|
+
wrapper: {
|
|
934
|
+
width: "32px",
|
|
935
|
+
height: "32px",
|
|
936
|
+
padding: "2xs",
|
|
937
|
+
display: "flex",
|
|
938
|
+
"justify-content": "center",
|
|
939
|
+
"align-items": "center",
|
|
940
|
+
overflow: "hidden",
|
|
941
|
+
},
|
|
942
|
+
icon: {
|
|
943
|
+
width: "24px",
|
|
944
|
+
height: "24px",
|
|
945
|
+
"object-fit": "contain",
|
|
946
|
+
},
|
|
947
|
+
link: {},
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
wrapper: {
|
|
951
|
+
width: "32px",
|
|
952
|
+
height: "32px",
|
|
953
|
+
padding: "2xs",
|
|
954
|
+
display: "flex",
|
|
955
|
+
"justify-content": "center",
|
|
956
|
+
"align-items": "center",
|
|
957
|
+
overflow: "hidden",
|
|
958
|
+
},
|
|
959
|
+
icon: {
|
|
960
|
+
width: "24px",
|
|
961
|
+
height: "24px",
|
|
962
|
+
"object-fit": "contain",
|
|
963
|
+
},
|
|
964
|
+
link: {},
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
wrapper: {
|
|
968
|
+
width: "32px",
|
|
969
|
+
height: "32px",
|
|
970
|
+
padding: "2xs",
|
|
971
|
+
display: "flex",
|
|
972
|
+
"justify-content": "center",
|
|
973
|
+
"align-items": "center",
|
|
974
|
+
overflow: "hidden",
|
|
975
|
+
},
|
|
976
|
+
icon: {
|
|
977
|
+
width: "24px",
|
|
978
|
+
height: "24px",
|
|
979
|
+
"object-fit": "contain",
|
|
980
|
+
},
|
|
981
|
+
link: {},
|
|
982
|
+
},
|
|
983
|
+
],
|
|
984
|
+
},
|
|
985
|
+
],
|
|
516
986
|
},
|
|
517
987
|
content: DEFAULT_CONTENT,
|
|
518
988
|
config: {
|
|
@@ -524,7 +994,6 @@ export const Team1: IBlock = {
|
|
|
524
994
|
level: 2,
|
|
525
995
|
},
|
|
526
996
|
},
|
|
527
|
-
|
|
528
997
|
"accent-title": {
|
|
529
998
|
selectedVariants: {
|
|
530
999
|
Heading_Level: "H5",
|
|
@@ -533,11 +1002,87 @@ export const Team1: IBlock = {
|
|
|
533
1002
|
level: 4,
|
|
534
1003
|
},
|
|
535
1004
|
},
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
1005
|
+
header_ctas: [
|
|
1006
|
+
{
|
|
1007
|
+
header_cta: {
|
|
1008
|
+
selectedVariants: {
|
|
1009
|
+
Button_Variants: "Secondary",
|
|
1010
|
+
},
|
|
1011
|
+
},
|
|
539
1012
|
},
|
|
1013
|
+
{
|
|
1014
|
+
header_cta: {
|
|
1015
|
+
selectedVariants: {
|
|
1016
|
+
Button_Variants: "Secondary",
|
|
1017
|
+
},
|
|
1018
|
+
},
|
|
1019
|
+
},
|
|
1020
|
+
],
|
|
1021
|
+
description: {
|
|
1022
|
+
selectedVariants: {},
|
|
540
1023
|
},
|
|
1024
|
+
team: [
|
|
1025
|
+
{
|
|
1026
|
+
name: {
|
|
1027
|
+
heading: {
|
|
1028
|
+
level: "4",
|
|
1029
|
+
},
|
|
1030
|
+
selectedVariants: {
|
|
1031
|
+
Heading_Level: "H4",
|
|
1032
|
+
},
|
|
1033
|
+
},
|
|
1034
|
+
description: {
|
|
1035
|
+
selectedVariants: {
|
|
1036
|
+
Typography_Variants: "Small",
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
description: {
|
|
1042
|
+
selectedVariants: {
|
|
1043
|
+
Typography_Variants: "Small",
|
|
1044
|
+
},
|
|
1045
|
+
},
|
|
1046
|
+
name: {
|
|
1047
|
+
selectedVariants: {
|
|
1048
|
+
Heading_Level: "H4",
|
|
1049
|
+
},
|
|
1050
|
+
heading: {
|
|
1051
|
+
level: "4",
|
|
1052
|
+
},
|
|
1053
|
+
},
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
description: {
|
|
1057
|
+
selectedVariants: {
|
|
1058
|
+
Typography_Variants: "Small",
|
|
1059
|
+
},
|
|
1060
|
+
},
|
|
1061
|
+
name: {
|
|
1062
|
+
selectedVariants: {
|
|
1063
|
+
Heading_Level: "H4",
|
|
1064
|
+
},
|
|
1065
|
+
heading: {
|
|
1066
|
+
level: "4",
|
|
1067
|
+
},
|
|
1068
|
+
},
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
description: {
|
|
1072
|
+
selectedVariants: {
|
|
1073
|
+
Typography_Variants: "Small",
|
|
1074
|
+
},
|
|
1075
|
+
},
|
|
1076
|
+
name: {
|
|
1077
|
+
selectedVariants: {
|
|
1078
|
+
Heading_Level: "H4",
|
|
1079
|
+
},
|
|
1080
|
+
heading: {
|
|
1081
|
+
level: "4",
|
|
1082
|
+
},
|
|
1083
|
+
},
|
|
1084
|
+
},
|
|
1085
|
+
],
|
|
541
1086
|
},
|
|
542
1087
|
},
|
|
543
1088
|
],
|