@levo-so/blocks 0.1.59 → 0.1.61
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 +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- 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 +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -11,33 +11,186 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "VbXpYm7B4twxE",
|
|
16
|
+
filename: "teams-2-1.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx.png",
|
|
19
|
+
srcset: {
|
|
20
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1080w.webp",
|
|
21
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1200w.webp",
|
|
22
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1920w.webp",
|
|
23
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-320w.webp",
|
|
24
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-640w.webp",
|
|
25
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-750w.webp",
|
|
26
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-828w.webp",
|
|
27
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1200w.webp 1200w",
|
|
28
|
+
},
|
|
29
|
+
mimetype: "image/png",
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
const MEDIA_2 = {
|
|
33
|
+
id: "XZbxTbcwyiPl9",
|
|
34
|
+
filename: "teams-2-2.png",
|
|
35
|
+
kind: "image",
|
|
36
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm.png",
|
|
37
|
+
srcset: {
|
|
38
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1080w.webp",
|
|
39
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1200w.webp",
|
|
40
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1920w.webp",
|
|
41
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-320w.webp",
|
|
42
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-640w.webp",
|
|
43
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-750w.webp",
|
|
44
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-828w.webp",
|
|
45
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1920w.webp 1920w",
|
|
46
|
+
},
|
|
47
|
+
mimetype: "image/png",
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const MEDIA_3 = {
|
|
51
|
+
id: "8eR4b0Um3I7tI",
|
|
52
|
+
filename: "teams-2-3.png",
|
|
53
|
+
kind: "image",
|
|
54
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF.png",
|
|
55
|
+
srcset: {
|
|
56
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1080w.webp",
|
|
57
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1200w.webp",
|
|
58
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1920w.webp",
|
|
59
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-320w.webp",
|
|
60
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-640w.webp",
|
|
61
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-750w.webp",
|
|
62
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-828w.webp",
|
|
63
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-750w.webp 750w",
|
|
64
|
+
},
|
|
65
|
+
mimetype: "image/png",
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const MEDIA_4 = {
|
|
69
|
+
id: "XZbxmbcwyiPly",
|
|
70
|
+
filename: "teams-2-4.png",
|
|
71
|
+
kind: "image",
|
|
72
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1.png",
|
|
73
|
+
srcset: {
|
|
74
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1080w.webp",
|
|
75
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1200w.webp",
|
|
76
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1920w.webp",
|
|
77
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-320w.webp",
|
|
78
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-640w.webp",
|
|
79
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-750w.webp",
|
|
80
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-828w.webp",
|
|
81
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1200w.webp 1200w",
|
|
82
|
+
},
|
|
83
|
+
mimetype: "image/png",
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const MEDIA_1_VARIANT_2 = {
|
|
87
|
+
id: "GLUBNcijJgm4c",
|
|
88
|
+
filename: "teams-2-variant-2-1.png",
|
|
89
|
+
kind: "image",
|
|
90
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q.png",
|
|
91
|
+
srcset: {
|
|
92
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1080w.webp",
|
|
93
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1200w.webp",
|
|
94
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1920w.webp",
|
|
95
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-320w.webp",
|
|
96
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-640w.webp",
|
|
97
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-750w.webp",
|
|
98
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-828w.webp",
|
|
99
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-320w.webp 320w",
|
|
100
|
+
},
|
|
101
|
+
mimetype: "image/png",
|
|
102
|
+
};
|
|
103
|
+
const MEDIA_2_VARIANT_2 = {
|
|
104
|
+
id: "VbXpDm7B4tq8P",
|
|
105
|
+
filename: "teams-2-variant-2-2.png",
|
|
106
|
+
kind: "image",
|
|
107
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u.png",
|
|
108
|
+
srcset: {
|
|
109
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1080w.webp",
|
|
110
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1200w.webp",
|
|
111
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1920w.webp",
|
|
112
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-320w.webp",
|
|
113
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-640w.webp",
|
|
114
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-750w.webp",
|
|
115
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-828w.webp",
|
|
116
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1200w.webp 1200w",
|
|
117
|
+
},
|
|
118
|
+
mimetype: "image/png",
|
|
119
|
+
};
|
|
120
|
+
const MEDIA_3_VARIANT_2 = {
|
|
121
|
+
id: "DNP7Ps1aZeGXc",
|
|
122
|
+
filename: "teams-2-variant-3-2.png",
|
|
123
|
+
kind: "image",
|
|
124
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp.png",
|
|
125
|
+
srcset: {
|
|
126
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1080w.webp",
|
|
127
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1200w.webp",
|
|
128
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1920w.webp",
|
|
129
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-320w.webp",
|
|
130
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-640w.webp",
|
|
131
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-750w.webp",
|
|
132
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-828w.webp",
|
|
133
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1200w.webp 1200w",
|
|
134
|
+
},
|
|
135
|
+
mimetype: "image/png",
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
const MEDIA_1_VARIANT_3 = {
|
|
139
|
+
id: "UpLlvWh3oWgc1",
|
|
140
|
+
filename: "teams-2-variant-3-1.png",
|
|
141
|
+
kind: "image",
|
|
142
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C.png",
|
|
143
|
+
srcset: {
|
|
144
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1080w.webp",
|
|
145
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1200w.webp",
|
|
146
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1920w.webp",
|
|
147
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-320w.webp",
|
|
148
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-640w.webp",
|
|
149
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-750w.webp",
|
|
150
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-828w.webp",
|
|
151
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-320w.webp 320w",
|
|
152
|
+
},
|
|
153
|
+
mimetype: "image/png",
|
|
154
|
+
};
|
|
155
|
+
const MEDIA_2_VARIANT_3 = {
|
|
156
|
+
id: "XZb1Wbcwy0kHC",
|
|
157
|
+
filename: "teams-2-variant-3-2.png",
|
|
158
|
+
kind: "image",
|
|
159
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr.png",
|
|
160
|
+
srcset: {
|
|
161
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1080w.webp",
|
|
162
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1200w.webp",
|
|
163
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1920w.webp",
|
|
164
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-320w.webp",
|
|
165
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-640w.webp",
|
|
166
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-750w.webp",
|
|
167
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-828w.webp",
|
|
168
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1080w.webp 1080w",
|
|
169
|
+
},
|
|
170
|
+
mimetype: "image/png",
|
|
171
|
+
};
|
|
172
|
+
const MEDIA_3_VARIANT_3 = {
|
|
173
|
+
id: "MqnjEyg8b9KHg",
|
|
174
|
+
filename: "teams-2-variant-3-3.png",
|
|
175
|
+
kind: "image",
|
|
176
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM.png",
|
|
177
|
+
srcset: {
|
|
178
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1080w.webp",
|
|
179
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1200w.webp",
|
|
180
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1920w.webp",
|
|
181
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-320w.webp",
|
|
182
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-640w.webp",
|
|
183
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-750w.webp",
|
|
184
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-828w.webp",
|
|
185
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-750w.webp 750w",
|
|
186
|
+
},
|
|
187
|
+
mimetype: "image/png",
|
|
188
|
+
};
|
|
189
|
+
|
|
14
190
|
const TEAM_MEMBERS = [
|
|
15
191
|
{
|
|
16
192
|
card: null,
|
|
17
|
-
image:
|
|
18
|
-
id: "xlooCAaCdgpc",
|
|
19
|
-
filename: "image.png",
|
|
20
|
-
kind: "image",
|
|
21
|
-
location: "https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ.png",
|
|
22
|
-
srcset: {
|
|
23
|
-
"1080w":
|
|
24
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1080w.webp",
|
|
25
|
-
"1200w":
|
|
26
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1200w.webp",
|
|
27
|
-
"1920w":
|
|
28
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1920w.webp",
|
|
29
|
-
"320w":
|
|
30
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-320w.webp",
|
|
31
|
-
"640w":
|
|
32
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-640w.webp",
|
|
33
|
-
"750w":
|
|
34
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-750w.webp",
|
|
35
|
-
"828w":
|
|
36
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-828w.webp",
|
|
37
|
-
path: "https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-320w.webp 320w",
|
|
38
|
-
},
|
|
39
|
-
mimetype: "image/png",
|
|
40
|
-
},
|
|
193
|
+
image: MEDIA_1,
|
|
41
194
|
info: null,
|
|
42
195
|
name: "Jenny White",
|
|
43
196
|
position: "Lead Developer, AutoNest",
|
|
@@ -63,30 +216,7 @@ const TEAM_MEMBERS = [
|
|
|
63
216
|
},
|
|
64
217
|
{
|
|
65
218
|
card: null,
|
|
66
|
-
image:
|
|
67
|
-
id: "c2uUarJdpXVL",
|
|
68
|
-
filename: "image.png",
|
|
69
|
-
kind: "image",
|
|
70
|
-
location: "https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc.png",
|
|
71
|
-
srcset: {
|
|
72
|
-
"1080w":
|
|
73
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1080w.webp",
|
|
74
|
-
"1200w":
|
|
75
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1200w.webp",
|
|
76
|
-
"1920w":
|
|
77
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1920w.webp",
|
|
78
|
-
"320w":
|
|
79
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-320w.webp",
|
|
80
|
-
"640w":
|
|
81
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-640w.webp",
|
|
82
|
-
"750w":
|
|
83
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-750w.webp",
|
|
84
|
-
"828w":
|
|
85
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-828w.webp",
|
|
86
|
-
path: "https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-750w.webp 750w",
|
|
87
|
-
},
|
|
88
|
-
mimetype: "image/png",
|
|
89
|
-
},
|
|
219
|
+
image: MEDIA_2,
|
|
90
220
|
info: null,
|
|
91
221
|
name: "Rory Gilbert",
|
|
92
222
|
position: "Founder, AutoNest",
|
|
@@ -112,30 +242,7 @@ const TEAM_MEMBERS = [
|
|
|
112
242
|
},
|
|
113
243
|
{
|
|
114
244
|
card: null,
|
|
115
|
-
image:
|
|
116
|
-
id: "74djDExbsDoS",
|
|
117
|
-
filename: "image.png",
|
|
118
|
-
kind: "image",
|
|
119
|
-
location: "https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH.png",
|
|
120
|
-
srcset: {
|
|
121
|
-
"1080w":
|
|
122
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1080w.webp",
|
|
123
|
-
"1200w":
|
|
124
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1200w.webp",
|
|
125
|
-
"1920w":
|
|
126
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1920w.webp",
|
|
127
|
-
"320w":
|
|
128
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-320w.webp",
|
|
129
|
-
"640w":
|
|
130
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-640w.webp",
|
|
131
|
-
"750w":
|
|
132
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-750w.webp",
|
|
133
|
-
"828w":
|
|
134
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-828w.webp",
|
|
135
|
-
path: "https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-320w.webp 320w",
|
|
136
|
-
},
|
|
137
|
-
mimetype: "image/png",
|
|
138
|
-
},
|
|
245
|
+
image: MEDIA_3,
|
|
139
246
|
info: null,
|
|
140
247
|
name: "Seth Morrison",
|
|
141
248
|
position: "Lead Designer, AutoNest",
|
|
@@ -161,30 +268,7 @@ const TEAM_MEMBERS = [
|
|
|
161
268
|
},
|
|
162
269
|
{
|
|
163
270
|
card: null,
|
|
164
|
-
image:
|
|
165
|
-
id: "bMZ6nDjbOAKI",
|
|
166
|
-
filename: "image.png",
|
|
167
|
-
kind: "image",
|
|
168
|
-
location: "https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP.png",
|
|
169
|
-
srcset: {
|
|
170
|
-
"1080w":
|
|
171
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1080w.webp",
|
|
172
|
-
"1200w":
|
|
173
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1200w.webp",
|
|
174
|
-
"1920w":
|
|
175
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1920w.webp",
|
|
176
|
-
"320w":
|
|
177
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-320w.webp",
|
|
178
|
-
"640w":
|
|
179
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-640w.webp",
|
|
180
|
-
"750w":
|
|
181
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-750w.webp",
|
|
182
|
-
"828w":
|
|
183
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-828w.webp",
|
|
184
|
-
path: "https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-320w.webp 320w",
|
|
185
|
-
},
|
|
186
|
-
mimetype: "image/png",
|
|
187
|
-
},
|
|
271
|
+
image: MEDIA_4,
|
|
188
272
|
info: null,
|
|
189
273
|
name: "Alex Johnson",
|
|
190
274
|
position: "Product Manager, AutoNest",
|
|
@@ -228,7 +312,7 @@ const DEFAULT_CONTENT = {
|
|
|
228
312
|
team: TEAM_MEMBERS,
|
|
229
313
|
};
|
|
230
314
|
|
|
231
|
-
const
|
|
315
|
+
const DEFAULT_CONTENT_WITH_CTAS_1 = {
|
|
232
316
|
layout: null,
|
|
233
317
|
container: null,
|
|
234
318
|
header: null,
|
|
@@ -243,31 +327,49 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
243
327
|
team: [
|
|
244
328
|
{
|
|
245
329
|
card: null,
|
|
246
|
-
image:
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
"
|
|
255
|
-
|
|
256
|
-
"
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"320w":
|
|
260
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
261
|
-
"640w":
|
|
262
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
263
|
-
"750w":
|
|
264
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
265
|
-
"828w":
|
|
266
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
267
|
-
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
330
|
+
image: MEDIA_1_VARIANT_2,
|
|
331
|
+
info: null,
|
|
332
|
+
name: "Jenny White",
|
|
333
|
+
position: "Lead Developer, AutoNest",
|
|
334
|
+
social_levoGroup: null,
|
|
335
|
+
social: [
|
|
336
|
+
{
|
|
337
|
+
icon: {
|
|
338
|
+
id: "youtube-icon",
|
|
339
|
+
location: "https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
340
|
+
kind: "image",
|
|
341
|
+
srcset: {},
|
|
342
|
+
},
|
|
268
343
|
},
|
|
269
|
-
|
|
270
|
-
|
|
344
|
+
{
|
|
345
|
+
icon: {
|
|
346
|
+
id: "linkedin-icon",
|
|
347
|
+
location: "https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
348
|
+
kind: "image",
|
|
349
|
+
srcset: {},
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
icon: {
|
|
354
|
+
id: "facebook-icon",
|
|
355
|
+
location: "https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
356
|
+
kind: "image",
|
|
357
|
+
srcset: {},
|
|
358
|
+
},
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
icon: {
|
|
362
|
+
id: "instagram-icon",
|
|
363
|
+
location: "https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
364
|
+
kind: "image",
|
|
365
|
+
srcset: {},
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
card: null,
|
|
372
|
+
image: MEDIA_2_VARIANT_2,
|
|
271
373
|
info: null,
|
|
272
374
|
name: "Jenny White",
|
|
273
375
|
position: "Lead Developer, AutoNest",
|
|
@@ -276,8 +378,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
276
378
|
{
|
|
277
379
|
icon: {
|
|
278
380
|
id: "youtube-icon",
|
|
279
|
-
location:
|
|
280
|
-
"https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
381
|
+
location: "https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
281
382
|
kind: "image",
|
|
282
383
|
srcset: {},
|
|
283
384
|
},
|
|
@@ -285,8 +386,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
285
386
|
{
|
|
286
387
|
icon: {
|
|
287
388
|
id: "linkedin-icon",
|
|
288
|
-
location:
|
|
289
|
-
"https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
389
|
+
location: "https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
290
390
|
kind: "image",
|
|
291
391
|
srcset: {},
|
|
292
392
|
},
|
|
@@ -294,8 +394,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
294
394
|
{
|
|
295
395
|
icon: {
|
|
296
396
|
id: "facebook-icon",
|
|
297
|
-
location:
|
|
298
|
-
"https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
397
|
+
location: "https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
299
398
|
kind: "image",
|
|
300
399
|
srcset: {},
|
|
301
400
|
},
|
|
@@ -303,8 +402,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
303
402
|
{
|
|
304
403
|
icon: {
|
|
305
404
|
id: "instagram-icon",
|
|
306
|
-
location:
|
|
307
|
-
"https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
405
|
+
location: "https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
308
406
|
kind: "image",
|
|
309
407
|
srcset: {},
|
|
310
408
|
},
|
|
@@ -313,31 +411,67 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
313
411
|
},
|
|
314
412
|
{
|
|
315
413
|
card: null,
|
|
316
|
-
image:
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
"
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
"320w":
|
|
330
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
331
|
-
"640w":
|
|
332
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
333
|
-
"750w":
|
|
334
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
335
|
-
"828w":
|
|
336
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
337
|
-
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
414
|
+
image: MEDIA_3_VARIANT_2,
|
|
415
|
+
info: null,
|
|
416
|
+
name: "Jenny White",
|
|
417
|
+
position: "Lead Developer, AutoNest",
|
|
418
|
+
social_levoGroup: null,
|
|
419
|
+
social: [
|
|
420
|
+
{
|
|
421
|
+
icon: {
|
|
422
|
+
id: "youtube-icon",
|
|
423
|
+
location: "https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
424
|
+
kind: "image",
|
|
425
|
+
srcset: {},
|
|
426
|
+
},
|
|
338
427
|
},
|
|
339
|
-
|
|
340
|
-
|
|
428
|
+
{
|
|
429
|
+
icon: {
|
|
430
|
+
id: "linkedin-icon",
|
|
431
|
+
location: "https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
432
|
+
kind: "image",
|
|
433
|
+
srcset: {},
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
icon: {
|
|
438
|
+
id: "facebook-icon",
|
|
439
|
+
location: "https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
440
|
+
kind: "image",
|
|
441
|
+
srcset: {},
|
|
442
|
+
},
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
icon: {
|
|
446
|
+
id: "instagram-icon",
|
|
447
|
+
location: "https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
448
|
+
kind: "image",
|
|
449
|
+
srcset: {},
|
|
450
|
+
},
|
|
451
|
+
},
|
|
452
|
+
],
|
|
453
|
+
},
|
|
454
|
+
],
|
|
455
|
+
};
|
|
456
|
+
|
|
457
|
+
const DEFAULT_CONTENT_WITH_CTAS_2 = {
|
|
458
|
+
layout: null,
|
|
459
|
+
container: null,
|
|
460
|
+
header: null,
|
|
461
|
+
"accent-title": "Meet Our Team",
|
|
462
|
+
title: "Meet Our Leadership Driving Logistics Forward",
|
|
463
|
+
description:
|
|
464
|
+
"Meet Our Leadership Driving Logistics Forward Meet Our Leadership Driving Logistics Forward Meet Our Leadership Driving Logistics Forward ",
|
|
465
|
+
ctas: [
|
|
466
|
+
{
|
|
467
|
+
button: "View All",
|
|
468
|
+
},
|
|
469
|
+
],
|
|
470
|
+
team_levoGroup: null,
|
|
471
|
+
team: [
|
|
472
|
+
{
|
|
473
|
+
card: null,
|
|
474
|
+
image: MEDIA_1_VARIANT_3,
|
|
341
475
|
info: null,
|
|
342
476
|
name: "Jenny White",
|
|
343
477
|
position: "Lead Developer, AutoNest",
|
|
@@ -346,8 +480,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
346
480
|
{
|
|
347
481
|
icon: {
|
|
348
482
|
id: "youtube-icon",
|
|
349
|
-
location:
|
|
350
|
-
"https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
483
|
+
location: "https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
351
484
|
kind: "image",
|
|
352
485
|
srcset: {},
|
|
353
486
|
},
|
|
@@ -355,8 +488,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
355
488
|
{
|
|
356
489
|
icon: {
|
|
357
490
|
id: "linkedin-icon",
|
|
358
|
-
location:
|
|
359
|
-
"https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
491
|
+
location: "https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
360
492
|
kind: "image",
|
|
361
493
|
srcset: {},
|
|
362
494
|
},
|
|
@@ -364,8 +496,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
364
496
|
{
|
|
365
497
|
icon: {
|
|
366
498
|
id: "facebook-icon",
|
|
367
|
-
location:
|
|
368
|
-
"https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
499
|
+
location: "https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
369
500
|
kind: "image",
|
|
370
501
|
srcset: {},
|
|
371
502
|
},
|
|
@@ -373,8 +504,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
373
504
|
{
|
|
374
505
|
icon: {
|
|
375
506
|
id: "instagram-icon",
|
|
376
|
-
location:
|
|
377
|
-
"https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
507
|
+
location: "https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
378
508
|
kind: "image",
|
|
379
509
|
srcset: {},
|
|
380
510
|
},
|
|
@@ -383,31 +513,49 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
383
513
|
},
|
|
384
514
|
{
|
|
385
515
|
card: null,
|
|
386
|
-
image:
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
"
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
"320w":
|
|
400
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
401
|
-
"640w":
|
|
402
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
403
|
-
"750w":
|
|
404
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
405
|
-
"828w":
|
|
406
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
407
|
-
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
516
|
+
image: MEDIA_2_VARIANT_3,
|
|
517
|
+
info: null,
|
|
518
|
+
name: "Jenny White",
|
|
519
|
+
position: "Lead Developer, AutoNest",
|
|
520
|
+
social_levoGroup: null,
|
|
521
|
+
social: [
|
|
522
|
+
{
|
|
523
|
+
icon: {
|
|
524
|
+
id: "youtube-icon",
|
|
525
|
+
location: "https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
526
|
+
kind: "image",
|
|
527
|
+
srcset: {},
|
|
528
|
+
},
|
|
408
529
|
},
|
|
409
|
-
|
|
410
|
-
|
|
530
|
+
{
|
|
531
|
+
icon: {
|
|
532
|
+
id: "linkedin-icon",
|
|
533
|
+
location: "https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
534
|
+
kind: "image",
|
|
535
|
+
srcset: {},
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
icon: {
|
|
540
|
+
id: "facebook-icon",
|
|
541
|
+
location: "https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
542
|
+
kind: "image",
|
|
543
|
+
srcset: {},
|
|
544
|
+
},
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
icon: {
|
|
548
|
+
id: "instagram-icon",
|
|
549
|
+
location: "https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
550
|
+
kind: "image",
|
|
551
|
+
srcset: {},
|
|
552
|
+
},
|
|
553
|
+
},
|
|
554
|
+
],
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
card: null,
|
|
558
|
+
image: MEDIA_3_VARIANT_3,
|
|
411
559
|
info: null,
|
|
412
560
|
name: "Jenny White",
|
|
413
561
|
position: "Lead Developer, AutoNest",
|
|
@@ -416,8 +564,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
416
564
|
{
|
|
417
565
|
icon: {
|
|
418
566
|
id: "youtube-icon",
|
|
419
|
-
location:
|
|
420
|
-
"https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
567
|
+
location: "https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
421
568
|
kind: "image",
|
|
422
569
|
srcset: {},
|
|
423
570
|
},
|
|
@@ -425,8 +572,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
425
572
|
{
|
|
426
573
|
icon: {
|
|
427
574
|
id: "linkedin-icon",
|
|
428
|
-
location:
|
|
429
|
-
"https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
575
|
+
location: "https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
430
576
|
kind: "image",
|
|
431
577
|
srcset: {},
|
|
432
578
|
},
|
|
@@ -434,8 +580,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
434
580
|
{
|
|
435
581
|
icon: {
|
|
436
582
|
id: "facebook-icon",
|
|
437
|
-
location:
|
|
438
|
-
"https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
583
|
+
location: "https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
439
584
|
kind: "image",
|
|
440
585
|
srcset: {},
|
|
441
586
|
},
|
|
@@ -443,8 +588,7 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
443
588
|
{
|
|
444
589
|
icon: {
|
|
445
590
|
id: "instagram-icon",
|
|
446
|
-
location:
|
|
447
|
-
"https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
591
|
+
location: "https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
448
592
|
kind: "image",
|
|
449
593
|
srcset: {},
|
|
450
594
|
},
|
|
@@ -490,6 +634,11 @@ export const Team2: IBlock = {
|
|
|
490
634
|
max_characters: 15,
|
|
491
635
|
},
|
|
492
636
|
},
|
|
637
|
+
{
|
|
638
|
+
key: "title_container",
|
|
639
|
+
label: "Title Container",
|
|
640
|
+
field_interface: "BoxWidget",
|
|
641
|
+
},
|
|
493
642
|
{
|
|
494
643
|
key: "title",
|
|
495
644
|
label: "Title",
|
|
@@ -501,6 +650,11 @@ export const Team2: IBlock = {
|
|
|
501
650
|
max_characters: 60,
|
|
502
651
|
},
|
|
503
652
|
},
|
|
653
|
+
{
|
|
654
|
+
key: "description",
|
|
655
|
+
label: "Description",
|
|
656
|
+
field_interface: "TypographyWidget",
|
|
657
|
+
},
|
|
504
658
|
{
|
|
505
659
|
key: "ctas",
|
|
506
660
|
label: "CTA Buttons",
|
|
@@ -569,8 +723,7 @@ export const Team2: IBlock = {
|
|
|
569
723
|
label: "Position",
|
|
570
724
|
field_interface: "TypographyWidget",
|
|
571
725
|
hint: {
|
|
572
|
-
prompt_description:
|
|
573
|
-
"Job title or role description for the team member",
|
|
726
|
+
prompt_description: "Job title or role description for the team member",
|
|
574
727
|
min_characters: 10,
|
|
575
728
|
max_characters: 40,
|
|
576
729
|
},
|
|
@@ -586,8 +739,7 @@ export const Team2: IBlock = {
|
|
|
586
739
|
label: "Link Wrapper",
|
|
587
740
|
field_interface: "BoxWidget",
|
|
588
741
|
hint: {
|
|
589
|
-
prompt_description:
|
|
590
|
-
"Container wrapper for social media link styling",
|
|
742
|
+
prompt_description: "Container wrapper for social media link styling",
|
|
591
743
|
},
|
|
592
744
|
},
|
|
593
745
|
{
|
|
@@ -604,16 +756,14 @@ export const Team2: IBlock = {
|
|
|
604
756
|
},
|
|
605
757
|
],
|
|
606
758
|
hint: {
|
|
607
|
-
prompt_description:
|
|
608
|
-
"Collection of social media icons for the team member",
|
|
759
|
+
prompt_description: "Collection of social media icons for the team member",
|
|
609
760
|
min_items: 3,
|
|
610
761
|
max_items: 4,
|
|
611
762
|
},
|
|
612
763
|
},
|
|
613
764
|
],
|
|
614
765
|
hint: {
|
|
615
|
-
prompt_description:
|
|
616
|
-
"Grid of team member cards showcasing leadership team",
|
|
766
|
+
prompt_description: "Grid of team member cards showcasing leadership team",
|
|
617
767
|
min_items: 4,
|
|
618
768
|
max_items: 6,
|
|
619
769
|
},
|
|
@@ -623,27 +773,84 @@ export const Team2: IBlock = {
|
|
|
623
773
|
{
|
|
624
774
|
key: "default",
|
|
625
775
|
title: "Default",
|
|
626
|
-
config: {
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
"padding-top": "2xl",
|
|
634
|
-
"padding-bottom": "2xl",
|
|
776
|
+
config: {
|
|
777
|
+
"accent-title": {
|
|
778
|
+
heading: {
|
|
779
|
+
level: "4",
|
|
780
|
+
},
|
|
781
|
+
selectedVariants: {
|
|
782
|
+
Heading_Level: "H6",
|
|
635
783
|
},
|
|
636
784
|
},
|
|
637
|
-
|
|
638
|
-
|
|
785
|
+
title: {
|
|
786
|
+
selectedVariants: {
|
|
787
|
+
Heading_Level: "H2",
|
|
788
|
+
},
|
|
639
789
|
},
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
790
|
+
team: [
|
|
791
|
+
{
|
|
792
|
+
name: {
|
|
793
|
+
heading: {
|
|
794
|
+
level: "4",
|
|
795
|
+
},
|
|
796
|
+
selectedVariants: {
|
|
797
|
+
Heading_Level: "H4",
|
|
798
|
+
},
|
|
799
|
+
},
|
|
800
|
+
position: {
|
|
801
|
+
selectedVariants: {},
|
|
802
|
+
},
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
name: {
|
|
806
|
+
selectedVariants: {
|
|
807
|
+
Heading_Level: "H4",
|
|
808
|
+
},
|
|
809
|
+
heading: {
|
|
810
|
+
level: "4",
|
|
811
|
+
},
|
|
812
|
+
},
|
|
813
|
+
position: {
|
|
814
|
+
selectedVariants: {},
|
|
815
|
+
},
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
name: {
|
|
819
|
+
selectedVariants: {
|
|
820
|
+
Heading_Level: "H4",
|
|
821
|
+
},
|
|
822
|
+
heading: {
|
|
823
|
+
level: "4",
|
|
824
|
+
},
|
|
825
|
+
},
|
|
826
|
+
position: {
|
|
827
|
+
selectedVariants: {},
|
|
828
|
+
},
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
name: {
|
|
832
|
+
selectedVariants: {
|
|
833
|
+
Heading_Level: "H4",
|
|
834
|
+
},
|
|
835
|
+
heading: {
|
|
836
|
+
level: "4",
|
|
837
|
+
},
|
|
838
|
+
},
|
|
839
|
+
position: {
|
|
840
|
+
selectedVariants: {},
|
|
841
|
+
},
|
|
842
|
+
},
|
|
843
|
+
],
|
|
844
|
+
},
|
|
845
|
+
content: DEFAULT_CONTENT,
|
|
846
|
+
styles: {
|
|
847
|
+
layout: {},
|
|
848
|
+
ctas_levoGroup: {
|
|
849
|
+
display: "flex",
|
|
850
|
+
"column-gap": "base",
|
|
851
|
+
"justify-content": "center",
|
|
646
852
|
},
|
|
853
|
+
container: {},
|
|
647
854
|
header: {
|
|
648
855
|
"text-align": "center",
|
|
649
856
|
"margin-bottom": "3xl",
|
|
@@ -653,13 +860,11 @@ export const Team2: IBlock = {
|
|
|
653
860
|
filter: "none",
|
|
654
861
|
},
|
|
655
862
|
"accent-title": {
|
|
656
|
-
color: "text-2",
|
|
657
863
|
"text-transform": "uppercase",
|
|
658
864
|
"margin-bottom": "xs",
|
|
865
|
+
"font-weight": 500,
|
|
659
866
|
},
|
|
660
867
|
title: {
|
|
661
|
-
color: "text-1",
|
|
662
|
-
filter: "none",
|
|
663
868
|
"max-width": "600px",
|
|
664
869
|
"text-align": "center",
|
|
665
870
|
"margin-left": "auto",
|
|
@@ -705,7 +910,6 @@ export const Team2: IBlock = {
|
|
|
705
910
|
"margin-left": "auto",
|
|
706
911
|
"margin-right": "auto",
|
|
707
912
|
"margin-bottom": "base",
|
|
708
|
-
filter: "none",
|
|
709
913
|
},
|
|
710
914
|
info: {
|
|
711
915
|
display: "flex",
|
|
@@ -715,11 +919,9 @@ export const Team2: IBlock = {
|
|
|
715
919
|
filter: "none",
|
|
716
920
|
},
|
|
717
921
|
name: {
|
|
718
|
-
color: "text-1",
|
|
719
922
|
"margin-bottom": "2xs",
|
|
720
923
|
},
|
|
721
924
|
position: {
|
|
722
|
-
color: "text-2",
|
|
723
925
|
"margin-bottom": "sm",
|
|
724
926
|
},
|
|
725
927
|
social_levoGroup: {
|
|
@@ -762,6 +964,10 @@ export const Team2: IBlock = {
|
|
|
762
964
|
"text-align": "center",
|
|
763
965
|
"box-shadow": "default",
|
|
764
966
|
filter: "none",
|
|
967
|
+
display: "block",
|
|
968
|
+
"flex-direction": "column",
|
|
969
|
+
"justify-content": "center",
|
|
970
|
+
"align-items": "center",
|
|
765
971
|
"padding-top": "5xl",
|
|
766
972
|
"padding-bottom": "5xl",
|
|
767
973
|
},
|
|
@@ -783,47 +989,38 @@ export const Team2: IBlock = {
|
|
|
783
989
|
filter: "none",
|
|
784
990
|
},
|
|
785
991
|
name: {
|
|
786
|
-
color: "text-1",
|
|
787
992
|
"margin-bottom": "2xs",
|
|
788
993
|
},
|
|
789
994
|
position: {
|
|
790
|
-
color: "text-2",
|
|
791
995
|
"margin-bottom": "sm",
|
|
792
996
|
},
|
|
793
997
|
social_levoGroup: {
|
|
794
998
|
display: "flex",
|
|
795
999
|
"justify-content": "center",
|
|
796
|
-
"column-gap": "
|
|
1000
|
+
"column-gap": "2xs",
|
|
1001
|
+
filter: "none",
|
|
797
1002
|
},
|
|
798
1003
|
social: [
|
|
799
1004
|
{
|
|
800
1005
|
icon: {
|
|
801
|
-
width: "32px",
|
|
802
|
-
height: "32px",
|
|
803
1006
|
"object-fit": "contain",
|
|
804
1007
|
filter: "none",
|
|
805
1008
|
},
|
|
806
1009
|
},
|
|
807
1010
|
{
|
|
808
1011
|
icon: {
|
|
809
|
-
width: "32px",
|
|
810
|
-
height: "32px",
|
|
811
1012
|
"object-fit": "contain",
|
|
812
1013
|
filter: "none",
|
|
813
1014
|
},
|
|
814
1015
|
},
|
|
815
1016
|
{
|
|
816
1017
|
icon: {
|
|
817
|
-
width: "32px",
|
|
818
|
-
height: "32px",
|
|
819
1018
|
"object-fit": "contain",
|
|
820
1019
|
filter: "none",
|
|
821
1020
|
},
|
|
822
1021
|
},
|
|
823
1022
|
{
|
|
824
1023
|
icon: {
|
|
825
|
-
width: "32px",
|
|
826
|
-
height: "32px",
|
|
827
1024
|
"object-fit": "contain",
|
|
828
1025
|
filter: "none",
|
|
829
1026
|
},
|
|
@@ -837,6 +1034,10 @@ export const Team2: IBlock = {
|
|
|
837
1034
|
"text-align": "center",
|
|
838
1035
|
"box-shadow": "default",
|
|
839
1036
|
filter: "none",
|
|
1037
|
+
display: "block",
|
|
1038
|
+
"flex-direction": "column",
|
|
1039
|
+
"justify-content": "center",
|
|
1040
|
+
"align-items": "center",
|
|
840
1041
|
"padding-top": "5xl",
|
|
841
1042
|
"padding-bottom": "5xl",
|
|
842
1043
|
},
|
|
@@ -858,47 +1059,38 @@ export const Team2: IBlock = {
|
|
|
858
1059
|
filter: "none",
|
|
859
1060
|
},
|
|
860
1061
|
name: {
|
|
861
|
-
color: "text-1",
|
|
862
1062
|
"margin-bottom": "2xs",
|
|
863
1063
|
},
|
|
864
1064
|
position: {
|
|
865
|
-
color: "text-2",
|
|
866
1065
|
"margin-bottom": "sm",
|
|
867
1066
|
},
|
|
868
1067
|
social_levoGroup: {
|
|
869
1068
|
display: "flex",
|
|
870
1069
|
"justify-content": "center",
|
|
871
|
-
"column-gap": "
|
|
1070
|
+
"column-gap": "2xs",
|
|
1071
|
+
filter: "none",
|
|
872
1072
|
},
|
|
873
1073
|
social: [
|
|
874
1074
|
{
|
|
875
1075
|
icon: {
|
|
876
|
-
width: "32px",
|
|
877
|
-
height: "32px",
|
|
878
1076
|
"object-fit": "contain",
|
|
879
1077
|
filter: "none",
|
|
880
1078
|
},
|
|
881
1079
|
},
|
|
882
1080
|
{
|
|
883
1081
|
icon: {
|
|
884
|
-
width: "32px",
|
|
885
|
-
height: "32px",
|
|
886
1082
|
"object-fit": "contain",
|
|
887
1083
|
filter: "none",
|
|
888
1084
|
},
|
|
889
1085
|
},
|
|
890
1086
|
{
|
|
891
1087
|
icon: {
|
|
892
|
-
width: "32px",
|
|
893
|
-
height: "32px",
|
|
894
1088
|
"object-fit": "contain",
|
|
895
1089
|
filter: "none",
|
|
896
1090
|
},
|
|
897
1091
|
},
|
|
898
1092
|
{
|
|
899
1093
|
icon: {
|
|
900
|
-
width: "32px",
|
|
901
|
-
height: "32px",
|
|
902
1094
|
"object-fit": "contain",
|
|
903
1095
|
filter: "none",
|
|
904
1096
|
},
|
|
@@ -912,6 +1104,10 @@ export const Team2: IBlock = {
|
|
|
912
1104
|
"text-align": "center",
|
|
913
1105
|
"box-shadow": "default",
|
|
914
1106
|
filter: "none",
|
|
1107
|
+
display: "block",
|
|
1108
|
+
"flex-direction": "column",
|
|
1109
|
+
"justify-content": "center",
|
|
1110
|
+
"align-items": "center",
|
|
915
1111
|
"padding-top": "5xl",
|
|
916
1112
|
"padding-bottom": "5xl",
|
|
917
1113
|
},
|
|
@@ -933,47 +1129,38 @@ export const Team2: IBlock = {
|
|
|
933
1129
|
filter: "none",
|
|
934
1130
|
},
|
|
935
1131
|
name: {
|
|
936
|
-
color: "text-1",
|
|
937
1132
|
"margin-bottom": "2xs",
|
|
938
1133
|
},
|
|
939
1134
|
position: {
|
|
940
|
-
color: "text-2",
|
|
941
1135
|
"margin-bottom": "sm",
|
|
942
1136
|
},
|
|
943
1137
|
social_levoGroup: {
|
|
944
1138
|
display: "flex",
|
|
945
1139
|
"justify-content": "center",
|
|
946
|
-
"column-gap": "
|
|
1140
|
+
"column-gap": "2xs",
|
|
1141
|
+
filter: "none",
|
|
947
1142
|
},
|
|
948
1143
|
social: [
|
|
949
1144
|
{
|
|
950
1145
|
icon: {
|
|
951
|
-
width: "32px",
|
|
952
|
-
height: "32px",
|
|
953
1146
|
"object-fit": "contain",
|
|
954
1147
|
filter: "none",
|
|
955
1148
|
},
|
|
956
1149
|
},
|
|
957
1150
|
{
|
|
958
1151
|
icon: {
|
|
959
|
-
width: "32px",
|
|
960
|
-
height: "32px",
|
|
961
1152
|
"object-fit": "contain",
|
|
962
1153
|
filter: "none",
|
|
963
1154
|
},
|
|
964
1155
|
},
|
|
965
1156
|
{
|
|
966
1157
|
icon: {
|
|
967
|
-
width: "32px",
|
|
968
|
-
height: "32px",
|
|
969
1158
|
"object-fit": "contain",
|
|
970
1159
|
filter: "none",
|
|
971
1160
|
},
|
|
972
1161
|
},
|
|
973
1162
|
{
|
|
974
1163
|
icon: {
|
|
975
|
-
width: "32px",
|
|
976
|
-
height: "32px",
|
|
977
1164
|
"object-fit": "contain",
|
|
978
1165
|
filter: "none",
|
|
979
1166
|
},
|
|
@@ -986,7 +1173,7 @@ export const Team2: IBlock = {
|
|
|
986
1173
|
{
|
|
987
1174
|
key: "variant-2",
|
|
988
1175
|
title: "Variant 2",
|
|
989
|
-
content:
|
|
1176
|
+
content: DEFAULT_CONTENT_WITH_CTAS_1,
|
|
990
1177
|
config: {
|
|
991
1178
|
cta: {
|
|
992
1179
|
button_icons: {
|
|
@@ -1005,27 +1192,76 @@ export const Team2: IBlock = {
|
|
|
1005
1192
|
Heading_Level: "H5",
|
|
1006
1193
|
},
|
|
1007
1194
|
},
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
mobile: {
|
|
1014
|
-
"padding-top": "2xl",
|
|
1015
|
-
"padding-bottom": "2xl",
|
|
1016
|
-
},
|
|
1017
|
-
},
|
|
1018
|
-
container: {
|
|
1019
|
-
"max-width": "1280px",
|
|
1020
|
-
"margin-left": "auto",
|
|
1021
|
-
"margin-right": "auto",
|
|
1022
|
-
"padding-left": "xl",
|
|
1023
|
-
"padding-right": "xl",
|
|
1024
|
-
filter: "none",
|
|
1025
|
-
mobile: {
|
|
1026
|
-
filter: "none",
|
|
1195
|
+
ctas: [
|
|
1196
|
+
{
|
|
1197
|
+
button: {
|
|
1198
|
+
selectedVariants: {},
|
|
1199
|
+
},
|
|
1027
1200
|
},
|
|
1028
|
-
|
|
1201
|
+
{
|
|
1202
|
+
button: {
|
|
1203
|
+
selectedVariants: {},
|
|
1204
|
+
},
|
|
1205
|
+
},
|
|
1206
|
+
],
|
|
1207
|
+
team: [
|
|
1208
|
+
{
|
|
1209
|
+
name: {
|
|
1210
|
+
heading: {
|
|
1211
|
+
level: "4",
|
|
1212
|
+
},
|
|
1213
|
+
selectedVariants: {
|
|
1214
|
+
Heading_Level: "H4",
|
|
1215
|
+
},
|
|
1216
|
+
},
|
|
1217
|
+
position: {
|
|
1218
|
+
selectedVariants: {},
|
|
1219
|
+
},
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
name: {
|
|
1223
|
+
selectedVariants: {
|
|
1224
|
+
Heading_Level: "H4",
|
|
1225
|
+
},
|
|
1226
|
+
heading: {
|
|
1227
|
+
level: "4",
|
|
1228
|
+
},
|
|
1229
|
+
},
|
|
1230
|
+
position: {
|
|
1231
|
+
selectedVariants: {},
|
|
1232
|
+
},
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
name: {
|
|
1236
|
+
selectedVariants: {
|
|
1237
|
+
Heading_Level: "H4",
|
|
1238
|
+
},
|
|
1239
|
+
heading: {
|
|
1240
|
+
level: "4",
|
|
1241
|
+
},
|
|
1242
|
+
},
|
|
1243
|
+
position: {
|
|
1244
|
+
selectedVariants: {},
|
|
1245
|
+
},
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
name: {
|
|
1249
|
+
selectedVariants: {
|
|
1250
|
+
Heading_Level: "H4",
|
|
1251
|
+
},
|
|
1252
|
+
heading: {
|
|
1253
|
+
level: "4",
|
|
1254
|
+
},
|
|
1255
|
+
},
|
|
1256
|
+
position: {
|
|
1257
|
+
selectedVariants: {},
|
|
1258
|
+
},
|
|
1259
|
+
},
|
|
1260
|
+
],
|
|
1261
|
+
},
|
|
1262
|
+
styles: {
|
|
1263
|
+
layout: {},
|
|
1264
|
+
container: {},
|
|
1029
1265
|
header: {
|
|
1030
1266
|
"text-align": "left",
|
|
1031
1267
|
"margin-bottom": "3xl",
|
|
@@ -1045,27 +1281,14 @@ export const Team2: IBlock = {
|
|
|
1045
1281
|
},
|
|
1046
1282
|
},
|
|
1047
1283
|
"accent-title": {
|
|
1048
|
-
color: "text-2",
|
|
1049
1284
|
"text-transform": "uppercase",
|
|
1050
1285
|
"margin-bottom": "xs",
|
|
1051
|
-
filter: "none",
|
|
1052
|
-
tablet: {
|
|
1053
|
-
filter: "none",
|
|
1054
|
-
},
|
|
1055
|
-
mobile: {
|
|
1056
|
-
filter: "none",
|
|
1057
|
-
},
|
|
1058
1286
|
},
|
|
1059
1287
|
title: {
|
|
1060
1288
|
color: "background-3",
|
|
1061
1289
|
tablet: {
|
|
1062
|
-
filter: "none",
|
|
1063
1290
|
"text-align": "center",
|
|
1064
1291
|
},
|
|
1065
|
-
mobile: {
|
|
1066
|
-
filter: "none",
|
|
1067
|
-
},
|
|
1068
|
-
filter: "none",
|
|
1069
1292
|
"max-width": "450px",
|
|
1070
1293
|
"margin-bottom": "lg",
|
|
1071
1294
|
},
|
|
@@ -1083,32 +1306,10 @@ export const Team2: IBlock = {
|
|
|
1083
1306
|
},
|
|
1084
1307
|
ctas: [
|
|
1085
1308
|
{
|
|
1086
|
-
button: {
|
|
1087
|
-
"padding-top": "2xs",
|
|
1088
|
-
"padding-bottom": "2xs",
|
|
1089
|
-
"padding-left": "base",
|
|
1090
|
-
"padding-right": "base",
|
|
1091
|
-
"border-radius": "base",
|
|
1092
|
-
"border-width": "1px",
|
|
1093
|
-
"border-color": "border",
|
|
1094
|
-
display: "flex",
|
|
1095
|
-
filter: "none",
|
|
1096
|
-
"column-gap": "xs",
|
|
1097
|
-
},
|
|
1309
|
+
button: {},
|
|
1098
1310
|
},
|
|
1099
1311
|
{
|
|
1100
|
-
button: {
|
|
1101
|
-
"padding-top": "2xs",
|
|
1102
|
-
"padding-bottom": "2xs",
|
|
1103
|
-
"padding-left": "base",
|
|
1104
|
-
"padding-right": "base",
|
|
1105
|
-
"border-radius": "base",
|
|
1106
|
-
"border-width": "1px",
|
|
1107
|
-
"border-color": "border",
|
|
1108
|
-
display: "flex",
|
|
1109
|
-
filter: "none",
|
|
1110
|
-
"column-gap": "xs",
|
|
1111
|
-
},
|
|
1312
|
+
button: {},
|
|
1112
1313
|
},
|
|
1113
1314
|
],
|
|
1114
1315
|
team_levoGroup: {
|
|
@@ -1178,13 +1379,8 @@ export const Team2: IBlock = {
|
|
|
1178
1379
|
},
|
|
1179
1380
|
name: {
|
|
1180
1381
|
"margin-bottom": "2xs",
|
|
1181
|
-
filter: "none",
|
|
1182
|
-
},
|
|
1183
|
-
position: {
|
|
1184
|
-
color: "text-2",
|
|
1185
|
-
"margin-bottom": "none",
|
|
1186
|
-
filter: "none",
|
|
1187
1382
|
},
|
|
1383
|
+
position: {},
|
|
1188
1384
|
social_levoGroup: {
|
|
1189
1385
|
display: "none",
|
|
1190
1386
|
filter: "none",
|
|
@@ -1214,8 +1410,14 @@ export const Team2: IBlock = {
|
|
|
1214
1410
|
"object-fit": "cover",
|
|
1215
1411
|
"margin-bottom": "none",
|
|
1216
1412
|
"border-bottom-width": "1px",
|
|
1217
|
-
"border-bottom-color": "
|
|
1413
|
+
"border-bottom-color": "r",
|
|
1218
1414
|
filter: "none",
|
|
1415
|
+
mobile: {
|
|
1416
|
+
filter: "none",
|
|
1417
|
+
},
|
|
1418
|
+
tablet: {
|
|
1419
|
+
filter: "none",
|
|
1420
|
+
},
|
|
1219
1421
|
},
|
|
1220
1422
|
info: {
|
|
1221
1423
|
display: "flex",
|
|
@@ -1224,6 +1426,8 @@ export const Team2: IBlock = {
|
|
|
1224
1426
|
"row-gap": "none",
|
|
1225
1427
|
filter: "none",
|
|
1226
1428
|
padding: "lg",
|
|
1429
|
+
height: "auto",
|
|
1430
|
+
"justify-content": "center",
|
|
1227
1431
|
mobile: {
|
|
1228
1432
|
filter: "none",
|
|
1229
1433
|
},
|
|
@@ -1233,99 +1437,13 @@ export const Team2: IBlock = {
|
|
|
1233
1437
|
},
|
|
1234
1438
|
name: {
|
|
1235
1439
|
"margin-bottom": "2xs",
|
|
1236
|
-
filter: "none",
|
|
1237
|
-
},
|
|
1238
|
-
position: {
|
|
1239
|
-
color: "text-2",
|
|
1240
|
-
"margin-bottom": "none",
|
|
1241
|
-
filter: "none",
|
|
1242
1440
|
},
|
|
1441
|
+
position: {},
|
|
1243
1442
|
social_levoGroup: {
|
|
1244
1443
|
display: "none",
|
|
1245
1444
|
filter: "none",
|
|
1246
1445
|
},
|
|
1247
|
-
social: [
|
|
1248
|
-
{
|
|
1249
|
-
link: {
|
|
1250
|
-
width: "40px",
|
|
1251
|
-
height: "40px",
|
|
1252
|
-
display: "flex",
|
|
1253
|
-
"align-items": "center",
|
|
1254
|
-
"justify-content": "center",
|
|
1255
|
-
"border-radius": "lg",
|
|
1256
|
-
"background-color": "background-2",
|
|
1257
|
-
"border-width": "1px",
|
|
1258
|
-
"border-color": "border",
|
|
1259
|
-
filter: "none",
|
|
1260
|
-
},
|
|
1261
|
-
icon: {
|
|
1262
|
-
width: "20px",
|
|
1263
|
-
height: "20px",
|
|
1264
|
-
"object-fit": "contain",
|
|
1265
|
-
filter: "none",
|
|
1266
|
-
},
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
link: {
|
|
1270
|
-
width: "40px",
|
|
1271
|
-
height: "40px",
|
|
1272
|
-
display: "flex",
|
|
1273
|
-
"align-items": "center",
|
|
1274
|
-
"justify-content": "center",
|
|
1275
|
-
"border-radius": "lg",
|
|
1276
|
-
"background-color": "background-2",
|
|
1277
|
-
"border-width": "1px",
|
|
1278
|
-
"border-color": "border",
|
|
1279
|
-
filter: "none",
|
|
1280
|
-
},
|
|
1281
|
-
icon: {
|
|
1282
|
-
width: "20px",
|
|
1283
|
-
height: "20px",
|
|
1284
|
-
"object-fit": "contain",
|
|
1285
|
-
filter: "none",
|
|
1286
|
-
},
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
link: {
|
|
1290
|
-
width: "40px",
|
|
1291
|
-
height: "40px",
|
|
1292
|
-
display: "flex",
|
|
1293
|
-
"align-items": "center",
|
|
1294
|
-
"justify-content": "center",
|
|
1295
|
-
"border-radius": "lg",
|
|
1296
|
-
"background-color": "background-2",
|
|
1297
|
-
"border-width": "1px",
|
|
1298
|
-
"border-color": "border",
|
|
1299
|
-
filter: "none",
|
|
1300
|
-
},
|
|
1301
|
-
icon: {
|
|
1302
|
-
width: "20px",
|
|
1303
|
-
height: "20px",
|
|
1304
|
-
"object-fit": "contain",
|
|
1305
|
-
filter: "none",
|
|
1306
|
-
},
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
link: {
|
|
1310
|
-
width: "40px",
|
|
1311
|
-
height: "40px",
|
|
1312
|
-
display: "flex",
|
|
1313
|
-
"align-items": "center",
|
|
1314
|
-
"justify-content": "center",
|
|
1315
|
-
"border-radius": "lg",
|
|
1316
|
-
"background-color": "background-2",
|
|
1317
|
-
"border-width": "1px",
|
|
1318
|
-
"border-color": "border",
|
|
1319
|
-
filter: "none",
|
|
1320
|
-
},
|
|
1321
|
-
icon: {
|
|
1322
|
-
width: "20px",
|
|
1323
|
-
height: "20px",
|
|
1324
|
-
"object-fit": "contain",
|
|
1325
|
-
filter: "none",
|
|
1326
|
-
},
|
|
1327
|
-
},
|
|
1328
|
-
],
|
|
1446
|
+
social: [],
|
|
1329
1447
|
},
|
|
1330
1448
|
{
|
|
1331
1449
|
card: {
|
|
@@ -1341,7 +1459,6 @@ export const Team2: IBlock = {
|
|
|
1341
1459
|
"flex-direction": "column",
|
|
1342
1460
|
"align-items": "center",
|
|
1343
1461
|
overflow: "hidden",
|
|
1344
|
-
"padding-bottom": "none",
|
|
1345
1462
|
"border-style": "solid",
|
|
1346
1463
|
},
|
|
1347
1464
|
image: {
|
|
@@ -1351,8 +1468,14 @@ export const Team2: IBlock = {
|
|
|
1351
1468
|
"object-fit": "cover",
|
|
1352
1469
|
"margin-bottom": "none",
|
|
1353
1470
|
"border-bottom-width": "1px",
|
|
1354
|
-
"border-bottom-color": "
|
|
1471
|
+
"border-bottom-color": "r",
|
|
1355
1472
|
filter: "none",
|
|
1473
|
+
mobile: {
|
|
1474
|
+
filter: "none",
|
|
1475
|
+
},
|
|
1476
|
+
tablet: {
|
|
1477
|
+
filter: "none",
|
|
1478
|
+
},
|
|
1356
1479
|
},
|
|
1357
1480
|
info: {
|
|
1358
1481
|
display: "flex",
|
|
@@ -1361,420 +1484,77 @@ export const Team2: IBlock = {
|
|
|
1361
1484
|
"row-gap": "none",
|
|
1362
1485
|
filter: "none",
|
|
1363
1486
|
padding: "lg",
|
|
1487
|
+
height: "auto",
|
|
1488
|
+
"justify-content": "center",
|
|
1489
|
+
mobile: {
|
|
1490
|
+
filter: "none",
|
|
1491
|
+
},
|
|
1492
|
+
tablet: {
|
|
1493
|
+
filter: "none",
|
|
1494
|
+
},
|
|
1364
1495
|
},
|
|
1365
1496
|
name: {
|
|
1366
1497
|
"margin-bottom": "2xs",
|
|
1367
|
-
filter: "none",
|
|
1368
|
-
},
|
|
1369
|
-
position: {
|
|
1370
|
-
"font-size": "base",
|
|
1371
|
-
color: "text-2",
|
|
1372
|
-
"margin-bottom": "base",
|
|
1373
|
-
filter: "none",
|
|
1374
|
-
"font-weight": 400,
|
|
1375
1498
|
},
|
|
1499
|
+
position: {},
|
|
1376
1500
|
social_levoGroup: {
|
|
1377
1501
|
display: "none",
|
|
1378
|
-
"justify-content": "flex-start",
|
|
1379
|
-
"column-gap": "sm",
|
|
1380
1502
|
filter: "none",
|
|
1381
|
-
mobile: {
|
|
1382
|
-
"justify-content": "center",
|
|
1383
|
-
},
|
|
1384
1503
|
},
|
|
1385
|
-
social: [
|
|
1386
|
-
{
|
|
1387
|
-
link: {
|
|
1388
|
-
width: "40px",
|
|
1389
|
-
height: "40px",
|
|
1390
|
-
display: "flex",
|
|
1391
|
-
"align-items": "center",
|
|
1392
|
-
"justify-content": "center",
|
|
1393
|
-
"border-radius": "lg",
|
|
1394
|
-
"background-color": "background-2",
|
|
1395
|
-
"border-width": "1px",
|
|
1396
|
-
"border-color": "border",
|
|
1397
|
-
filter: "none",
|
|
1398
|
-
},
|
|
1399
|
-
icon: {
|
|
1400
|
-
width: "20px",
|
|
1401
|
-
height: "20px",
|
|
1402
|
-
"object-fit": "contain",
|
|
1403
|
-
filter: "none",
|
|
1404
|
-
},
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
link: {
|
|
1408
|
-
width: "40px",
|
|
1409
|
-
height: "40px",
|
|
1410
|
-
display: "flex",
|
|
1411
|
-
"align-items": "center",
|
|
1412
|
-
"justify-content": "center",
|
|
1413
|
-
"border-radius": "lg",
|
|
1414
|
-
"background-color": "background-2",
|
|
1415
|
-
"border-width": "1px",
|
|
1416
|
-
"border-color": "border",
|
|
1417
|
-
filter: "none",
|
|
1418
|
-
},
|
|
1419
|
-
icon: {
|
|
1420
|
-
width: "20px",
|
|
1421
|
-
height: "20px",
|
|
1422
|
-
"object-fit": "contain",
|
|
1423
|
-
filter: "none",
|
|
1424
|
-
},
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
link: {
|
|
1428
|
-
width: "40px",
|
|
1429
|
-
height: "40px",
|
|
1430
|
-
display: "flex",
|
|
1431
|
-
"align-items": "center",
|
|
1432
|
-
"justify-content": "center",
|
|
1433
|
-
"border-radius": "lg",
|
|
1434
|
-
"background-color": "background-2",
|
|
1435
|
-
"border-width": "1px",
|
|
1436
|
-
"border-color": "border",
|
|
1437
|
-
filter: "none",
|
|
1438
|
-
},
|
|
1439
|
-
icon: {
|
|
1440
|
-
width: "20px",
|
|
1441
|
-
height: "20px",
|
|
1442
|
-
"object-fit": "contain",
|
|
1443
|
-
filter: "none",
|
|
1444
|
-
},
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
link: {
|
|
1448
|
-
width: "40px",
|
|
1449
|
-
height: "40px",
|
|
1450
|
-
display: "flex",
|
|
1451
|
-
"align-items": "center",
|
|
1452
|
-
"justify-content": "center",
|
|
1453
|
-
"border-radius": "lg",
|
|
1454
|
-
"background-color": "background-2",
|
|
1455
|
-
"border-width": "1px",
|
|
1456
|
-
"border-color": "border",
|
|
1457
|
-
filter: "none",
|
|
1458
|
-
},
|
|
1459
|
-
icon: {
|
|
1460
|
-
width: "20px",
|
|
1461
|
-
height: "20px",
|
|
1462
|
-
"object-fit": "contain",
|
|
1463
|
-
filter: "none",
|
|
1464
|
-
},
|
|
1465
|
-
},
|
|
1466
|
-
],
|
|
1504
|
+
social: [],
|
|
1467
1505
|
},
|
|
1468
1506
|
{
|
|
1469
1507
|
card: {
|
|
1470
|
-
"background-color": "
|
|
1508
|
+
"background-color": "white",
|
|
1471
1509
|
"border-radius": "lg",
|
|
1472
1510
|
padding: "none",
|
|
1473
1511
|
"text-align": "center",
|
|
1474
1512
|
"box-shadow": "default",
|
|
1475
1513
|
"border-width": "1px",
|
|
1476
1514
|
"border-color": "border",
|
|
1477
|
-
filter: "
|
|
1478
|
-
display: "
|
|
1515
|
+
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
1516
|
+
display: "flex",
|
|
1479
1517
|
"flex-direction": "column",
|
|
1480
1518
|
"align-items": "center",
|
|
1481
1519
|
overflow: "hidden",
|
|
1520
|
+
"border-style": "solid",
|
|
1482
1521
|
},
|
|
1483
1522
|
image: {
|
|
1484
1523
|
width: "100%",
|
|
1485
|
-
height: "
|
|
1486
|
-
"border-radius": "
|
|
1524
|
+
height: "320px",
|
|
1525
|
+
"border-radius": "none",
|
|
1487
1526
|
"object-fit": "cover",
|
|
1488
|
-
"margin-bottom": "
|
|
1527
|
+
"margin-bottom": "none",
|
|
1528
|
+
"border-bottom-width": "1px",
|
|
1529
|
+
"border-bottom-color": "r",
|
|
1489
1530
|
filter: "none",
|
|
1531
|
+
mobile: {
|
|
1532
|
+
filter: "none",
|
|
1533
|
+
},
|
|
1534
|
+
tablet: {
|
|
1535
|
+
filter: "none",
|
|
1536
|
+
},
|
|
1490
1537
|
},
|
|
1491
1538
|
info: {
|
|
1492
1539
|
display: "flex",
|
|
1493
1540
|
"flex-direction": "column",
|
|
1494
1541
|
"align-items": "center",
|
|
1495
|
-
"row-gap": "
|
|
1542
|
+
"row-gap": "none",
|
|
1496
1543
|
filter: "none",
|
|
1497
1544
|
padding: "lg",
|
|
1545
|
+
height: "auto",
|
|
1546
|
+
"justify-content": "center",
|
|
1547
|
+
mobile: {
|
|
1548
|
+
filter: "none",
|
|
1549
|
+
},
|
|
1550
|
+
tablet: {
|
|
1551
|
+
filter: "none",
|
|
1552
|
+
},
|
|
1498
1553
|
},
|
|
1499
1554
|
name: {
|
|
1500
|
-
color: "text-1",
|
|
1501
1555
|
"margin-bottom": "2xs",
|
|
1502
1556
|
},
|
|
1503
|
-
position: {
|
|
1504
|
-
"font-size": "base",
|
|
1505
|
-
color: "white",
|
|
1506
|
-
"margin-bottom": "base",
|
|
1507
|
-
filter: "none",
|
|
1508
|
-
},
|
|
1509
|
-
social_levoGroup: {
|
|
1510
|
-
display: "none",
|
|
1511
|
-
"justify-content": "flex-start",
|
|
1512
|
-
"column-gap": "sm",
|
|
1513
|
-
filter: "none",
|
|
1514
|
-
mobile: {
|
|
1515
|
-
"justify-content": "center",
|
|
1516
|
-
},
|
|
1517
|
-
},
|
|
1518
|
-
social: [
|
|
1519
|
-
{
|
|
1520
|
-
link: {
|
|
1521
|
-
width: "40px",
|
|
1522
|
-
height: "40px",
|
|
1523
|
-
display: "flex",
|
|
1524
|
-
"align-items": "center",
|
|
1525
|
-
"justify-content": "center",
|
|
1526
|
-
"border-radius": "lg",
|
|
1527
|
-
"background-color": "background-2",
|
|
1528
|
-
"border-width": "1px",
|
|
1529
|
-
"border-color": "border",
|
|
1530
|
-
filter: "none",
|
|
1531
|
-
},
|
|
1532
|
-
icon: {
|
|
1533
|
-
width: "20px",
|
|
1534
|
-
height: "20px",
|
|
1535
|
-
"object-fit": "contain",
|
|
1536
|
-
filter: "none",
|
|
1537
|
-
},
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
link: {
|
|
1541
|
-
width: "40px",
|
|
1542
|
-
height: "40px",
|
|
1543
|
-
display: "flex",
|
|
1544
|
-
"align-items": "center",
|
|
1545
|
-
"justify-content": "center",
|
|
1546
|
-
"border-radius": "lg",
|
|
1547
|
-
"background-color": "background-2",
|
|
1548
|
-
"border-width": "1px",
|
|
1549
|
-
"border-color": "border",
|
|
1550
|
-
filter: "none",
|
|
1551
|
-
},
|
|
1552
|
-
icon: {
|
|
1553
|
-
width: "20px",
|
|
1554
|
-
height: "20px",
|
|
1555
|
-
"object-fit": "contain",
|
|
1556
|
-
filter: "none",
|
|
1557
|
-
},
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
link: {
|
|
1561
|
-
width: "40px",
|
|
1562
|
-
height: "40px",
|
|
1563
|
-
display: "flex",
|
|
1564
|
-
"align-items": "center",
|
|
1565
|
-
"justify-content": "center",
|
|
1566
|
-
"border-radius": "lg",
|
|
1567
|
-
"background-color": "background-2",
|
|
1568
|
-
"border-width": "1px",
|
|
1569
|
-
"border-color": "border",
|
|
1570
|
-
filter: "none",
|
|
1571
|
-
},
|
|
1572
|
-
icon: {
|
|
1573
|
-
width: "20px",
|
|
1574
|
-
height: "20px",
|
|
1575
|
-
"object-fit": "contain",
|
|
1576
|
-
filter: "none",
|
|
1577
|
-
},
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
link: {
|
|
1581
|
-
width: "40px",
|
|
1582
|
-
height: "40px",
|
|
1583
|
-
display: "flex",
|
|
1584
|
-
"align-items": "center",
|
|
1585
|
-
"justify-content": "center",
|
|
1586
|
-
"border-radius": "lg",
|
|
1587
|
-
"background-color": "background-2",
|
|
1588
|
-
"border-width": "1px",
|
|
1589
|
-
"border-color": "border",
|
|
1590
|
-
filter: "none",
|
|
1591
|
-
},
|
|
1592
|
-
icon: {
|
|
1593
|
-
width: "20px",
|
|
1594
|
-
height: "20px",
|
|
1595
|
-
"object-fit": "contain",
|
|
1596
|
-
filter: "none",
|
|
1597
|
-
},
|
|
1598
|
-
},
|
|
1599
|
-
],
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
card: {
|
|
1603
|
-
"background-color": "transparent",
|
|
1604
|
-
"border-radius": "none",
|
|
1605
|
-
padding: "none",
|
|
1606
|
-
"text-align": "left",
|
|
1607
|
-
"box-shadow": "none",
|
|
1608
|
-
filter: "none",
|
|
1609
|
-
display: "flex",
|
|
1610
|
-
"flex-direction": "column",
|
|
1611
|
-
"align-items": "flex-start",
|
|
1612
|
-
mobile: {
|
|
1613
|
-
"text-align": "center",
|
|
1614
|
-
"align-items": "center",
|
|
1615
|
-
},
|
|
1616
|
-
},
|
|
1617
|
-
image: {
|
|
1618
|
-
width: "100%",
|
|
1619
|
-
height: "300px",
|
|
1620
|
-
"border-radius": "lg",
|
|
1621
|
-
"object-fit": "cover",
|
|
1622
|
-
"margin-bottom": "lg",
|
|
1623
|
-
filter: "none",
|
|
1624
|
-
},
|
|
1625
|
-
info: {
|
|
1626
|
-
display: "flex",
|
|
1627
|
-
"flex-direction": "column",
|
|
1628
|
-
"align-items": "flex-start",
|
|
1629
|
-
"row-gap": "xs",
|
|
1630
|
-
filter: "none",
|
|
1631
|
-
mobile: {
|
|
1632
|
-
"align-items": "center",
|
|
1633
|
-
},
|
|
1634
|
-
},
|
|
1635
|
-
name: {
|
|
1636
|
-
color: "text-1",
|
|
1637
|
-
"margin-bottom": "2xs",
|
|
1638
|
-
},
|
|
1639
|
-
position: {
|
|
1640
|
-
"font-size": "base",
|
|
1641
|
-
color: "text-2",
|
|
1642
|
-
"margin-bottom": "base",
|
|
1643
|
-
},
|
|
1644
|
-
social_levoGroup: {
|
|
1645
|
-
display: "flex",
|
|
1646
|
-
"justify-content": "flex-start",
|
|
1647
|
-
"column-gap": "sm",
|
|
1648
|
-
filter: "none",
|
|
1649
|
-
mobile: {
|
|
1650
|
-
"justify-content": "center",
|
|
1651
|
-
},
|
|
1652
|
-
},
|
|
1653
|
-
social: [
|
|
1654
|
-
{
|
|
1655
|
-
link: {
|
|
1656
|
-
width: "40px",
|
|
1657
|
-
height: "40px",
|
|
1658
|
-
display: "flex",
|
|
1659
|
-
"align-items": "center",
|
|
1660
|
-
"justify-content": "center",
|
|
1661
|
-
"border-radius": "lg",
|
|
1662
|
-
"background-color": "background-2",
|
|
1663
|
-
"border-width": "1px",
|
|
1664
|
-
"border-color": "border",
|
|
1665
|
-
filter: "none",
|
|
1666
|
-
},
|
|
1667
|
-
icon: {
|
|
1668
|
-
width: "20px",
|
|
1669
|
-
height: "20px",
|
|
1670
|
-
"object-fit": "contain",
|
|
1671
|
-
filter: "none",
|
|
1672
|
-
},
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
link: {
|
|
1676
|
-
width: "40px",
|
|
1677
|
-
height: "40px",
|
|
1678
|
-
display: "flex",
|
|
1679
|
-
"align-items": "center",
|
|
1680
|
-
"justify-content": "center",
|
|
1681
|
-
"border-radius": "lg",
|
|
1682
|
-
"background-color": "background-2",
|
|
1683
|
-
"border-width": "1px",
|
|
1684
|
-
"border-color": "border",
|
|
1685
|
-
filter: "none",
|
|
1686
|
-
},
|
|
1687
|
-
icon: {
|
|
1688
|
-
width: "20px",
|
|
1689
|
-
height: "20px",
|
|
1690
|
-
"object-fit": "contain",
|
|
1691
|
-
filter: "none",
|
|
1692
|
-
},
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
link: {
|
|
1696
|
-
width: "40px",
|
|
1697
|
-
height: "40px",
|
|
1698
|
-
display: "flex",
|
|
1699
|
-
"align-items": "center",
|
|
1700
|
-
"justify-content": "center",
|
|
1701
|
-
"border-radius": "lg",
|
|
1702
|
-
"background-color": "background-2",
|
|
1703
|
-
"border-width": "1px",
|
|
1704
|
-
"border-color": "border",
|
|
1705
|
-
filter: "none",
|
|
1706
|
-
},
|
|
1707
|
-
icon: {
|
|
1708
|
-
width: "20px",
|
|
1709
|
-
height: "20px",
|
|
1710
|
-
"object-fit": "contain",
|
|
1711
|
-
filter: "none",
|
|
1712
|
-
},
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
link: {
|
|
1716
|
-
width: "40px",
|
|
1717
|
-
height: "40px",
|
|
1718
|
-
display: "flex",
|
|
1719
|
-
"align-items": "center",
|
|
1720
|
-
"justify-content": "center",
|
|
1721
|
-
"border-radius": "lg",
|
|
1722
|
-
"background-color": "background-2",
|
|
1723
|
-
"border-width": "1px",
|
|
1724
|
-
"border-color": "border",
|
|
1725
|
-
filter: "none",
|
|
1726
|
-
},
|
|
1727
|
-
icon: {
|
|
1728
|
-
width: "20px",
|
|
1729
|
-
height: "20px",
|
|
1730
|
-
"object-fit": "contain",
|
|
1731
|
-
filter: "none",
|
|
1732
|
-
},
|
|
1733
|
-
},
|
|
1734
|
-
],
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
card: {
|
|
1738
|
-
"background-color": "background-2",
|
|
1739
|
-
"border-radius": "lg",
|
|
1740
|
-
padding: "none",
|
|
1741
|
-
"text-align": "center",
|
|
1742
|
-
"box-shadow": "default",
|
|
1743
|
-
"border-width": "1px",
|
|
1744
|
-
"border-color": "border",
|
|
1745
|
-
filter: "none",
|
|
1746
|
-
display: "flex",
|
|
1747
|
-
"flex-direction": "column",
|
|
1748
|
-
"align-items": "center",
|
|
1749
|
-
overflow: "hidden",
|
|
1750
|
-
},
|
|
1751
|
-
image: {
|
|
1752
|
-
width: "100%",
|
|
1753
|
-
height: "300px",
|
|
1754
|
-
"border-radius": "none",
|
|
1755
|
-
"object-fit": "cover",
|
|
1756
|
-
"margin-bottom": "none",
|
|
1757
|
-
"border-bottom-width": "1px",
|
|
1758
|
-
"border-bottom-color": "border",
|
|
1759
|
-
filter: "none",
|
|
1760
|
-
},
|
|
1761
|
-
info: {
|
|
1762
|
-
display: "flex",
|
|
1763
|
-
"flex-direction": "column",
|
|
1764
|
-
"align-items": "center",
|
|
1765
|
-
"row-gap": "xs",
|
|
1766
|
-
filter: "none",
|
|
1767
|
-
padding: "lg",
|
|
1768
|
-
},
|
|
1769
|
-
name: {
|
|
1770
|
-
color: "text-1",
|
|
1771
|
-
"margin-bottom": "2xs",
|
|
1772
|
-
},
|
|
1773
|
-
position: {
|
|
1774
|
-
"font-size": "base",
|
|
1775
|
-
color: "text-2",
|
|
1776
|
-
"margin-bottom": "none",
|
|
1777
|
-
},
|
|
1557
|
+
position: {},
|
|
1778
1558
|
social_levoGroup: {
|
|
1779
1559
|
display: "none",
|
|
1780
1560
|
filter: "none",
|
|
@@ -1790,7 +1570,7 @@ export const Team2: IBlock = {
|
|
|
1790
1570
|
{
|
|
1791
1571
|
key: "variant-3",
|
|
1792
1572
|
title: "Variant 3",
|
|
1793
|
-
content:
|
|
1573
|
+
content: DEFAULT_CONTENT_WITH_CTAS_2,
|
|
1794
1574
|
config: {
|
|
1795
1575
|
cta: {
|
|
1796
1576
|
button_icons: {
|
|
@@ -1799,27 +1579,56 @@ export const Team2: IBlock = {
|
|
|
1799
1579
|
},
|
|
1800
1580
|
},
|
|
1801
1581
|
},
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
"padding-top": "4xl",
|
|
1806
|
-
"padding-bottom": "4xl",
|
|
1807
|
-
mobile: {
|
|
1808
|
-
"padding-top": "2xl",
|
|
1809
|
-
"padding-bottom": "2xl",
|
|
1582
|
+
"accent-title": {
|
|
1583
|
+
selectedVariants: {
|
|
1584
|
+
Heading_Level: "H4",
|
|
1810
1585
|
},
|
|
1811
1586
|
},
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1587
|
+
team: [
|
|
1588
|
+
{
|
|
1589
|
+
name: {
|
|
1590
|
+
heading: {
|
|
1591
|
+
level: "4",
|
|
1592
|
+
},
|
|
1593
|
+
selectedVariants: {
|
|
1594
|
+
Heading_Level: "H5",
|
|
1595
|
+
},
|
|
1596
|
+
},
|
|
1597
|
+
position: {
|
|
1598
|
+
selectedVariants: {},
|
|
1599
|
+
},
|
|
1821
1600
|
},
|
|
1822
|
-
|
|
1601
|
+
{
|
|
1602
|
+
name: {
|
|
1603
|
+
selectedVariants: {
|
|
1604
|
+
Heading_Level: "H5",
|
|
1605
|
+
},
|
|
1606
|
+
heading: {
|
|
1607
|
+
level: "4",
|
|
1608
|
+
},
|
|
1609
|
+
},
|
|
1610
|
+
position: {
|
|
1611
|
+
selectedVariants: {},
|
|
1612
|
+
},
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
name: {
|
|
1616
|
+
selectedVariants: {
|
|
1617
|
+
Heading_Level: "H5",
|
|
1618
|
+
},
|
|
1619
|
+
heading: {
|
|
1620
|
+
level: "4",
|
|
1621
|
+
},
|
|
1622
|
+
},
|
|
1623
|
+
position: {
|
|
1624
|
+
selectedVariants: {},
|
|
1625
|
+
},
|
|
1626
|
+
},
|
|
1627
|
+
],
|
|
1628
|
+
},
|
|
1629
|
+
styles: {
|
|
1630
|
+
layout: {},
|
|
1631
|
+
container: {},
|
|
1823
1632
|
header: {
|
|
1824
1633
|
"text-align": "left",
|
|
1825
1634
|
"margin-bottom": "3xl",
|
|
@@ -1840,19 +1649,9 @@ export const Team2: IBlock = {
|
|
|
1840
1649
|
"flex-direction": "row",
|
|
1841
1650
|
},
|
|
1842
1651
|
"accent-title": {
|
|
1843
|
-
"font-size": "3xl",
|
|
1844
|
-
"font-weight": 600,
|
|
1845
|
-
color: "text-2",
|
|
1846
1652
|
"text-transform": "uppercase",
|
|
1847
1653
|
"letter-spacing": "0.1em",
|
|
1848
1654
|
"margin-bottom": "xs",
|
|
1849
|
-
filter: "none",
|
|
1850
|
-
tablet: {
|
|
1851
|
-
filter: "none",
|
|
1852
|
-
},
|
|
1853
|
-
mobile: {
|
|
1854
|
-
filter: "none",
|
|
1855
|
-
},
|
|
1856
1655
|
},
|
|
1857
1656
|
title: {
|
|
1858
1657
|
"font-size": "lg",
|
|
@@ -1987,19 +1786,10 @@ export const Team2: IBlock = {
|
|
|
1987
1786
|
},
|
|
1988
1787
|
},
|
|
1989
1788
|
name: {
|
|
1990
|
-
"font-size": "xl",
|
|
1991
1789
|
"font-weight": "700",
|
|
1992
|
-
color: "text-1",
|
|
1993
1790
|
"margin-bottom": "2xs",
|
|
1994
|
-
filter: "none",
|
|
1995
|
-
},
|
|
1996
|
-
position: {
|
|
1997
|
-
"font-size": "base",
|
|
1998
|
-
color: "text-2",
|
|
1999
|
-
"margin-bottom": "none",
|
|
2000
|
-
filter: "none",
|
|
2001
|
-
"font-weight": 400,
|
|
2002
1791
|
},
|
|
1792
|
+
position: {},
|
|
2003
1793
|
social_levoGroup: {
|
|
2004
1794
|
display: "none",
|
|
2005
1795
|
filter: "none",
|
|
@@ -2048,19 +1838,10 @@ export const Team2: IBlock = {
|
|
|
2048
1838
|
},
|
|
2049
1839
|
},
|
|
2050
1840
|
name: {
|
|
2051
|
-
"font-size": "xl",
|
|
2052
1841
|
"font-weight": "700",
|
|
2053
|
-
color: "text-1",
|
|
2054
1842
|
"margin-bottom": "2xs",
|
|
2055
|
-
filter: "none",
|
|
2056
|
-
},
|
|
2057
|
-
position: {
|
|
2058
|
-
"font-size": "base",
|
|
2059
|
-
color: "text-2",
|
|
2060
|
-
"margin-bottom": "none",
|
|
2061
|
-
filter: "none",
|
|
2062
|
-
"font-weight": 400,
|
|
2063
1843
|
},
|
|
1844
|
+
position: {},
|
|
2064
1845
|
social_levoGroup: {
|
|
2065
1846
|
display: "none",
|
|
2066
1847
|
filter: "none",
|
|
@@ -2109,623 +1890,10 @@ export const Team2: IBlock = {
|
|
|
2109
1890
|
},
|
|
2110
1891
|
},
|
|
2111
1892
|
name: {
|
|
2112
|
-
"font-size": "xl",
|
|
2113
|
-
"font-weight": "700",
|
|
2114
|
-
color: "text-1",
|
|
2115
|
-
"margin-bottom": "2xs",
|
|
2116
|
-
filter: "none",
|
|
2117
|
-
},
|
|
2118
|
-
position: {
|
|
2119
|
-
"font-size": "base",
|
|
2120
|
-
color: "text-2",
|
|
2121
|
-
"margin-bottom": "none",
|
|
2122
|
-
filter: "none",
|
|
2123
|
-
"font-weight": 400,
|
|
2124
|
-
},
|
|
2125
|
-
social_levoGroup: {
|
|
2126
|
-
display: "none",
|
|
2127
|
-
filter: "none",
|
|
2128
|
-
},
|
|
2129
|
-
social: [],
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
card: {
|
|
2133
|
-
"background-color": "white",
|
|
2134
|
-
"border-radius": "lg",
|
|
2135
|
-
padding: "none",
|
|
2136
|
-
"text-align": "center",
|
|
2137
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2138
|
-
"border-width": "1px",
|
|
2139
|
-
"border-color": "border",
|
|
2140
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
2141
|
-
display: "flex",
|
|
2142
|
-
"flex-direction": "column",
|
|
2143
|
-
"align-items": "center",
|
|
2144
|
-
overflow: "hidden",
|
|
2145
|
-
"border-style": "solid",
|
|
2146
|
-
},
|
|
2147
|
-
image: {
|
|
2148
|
-
width: "100%",
|
|
2149
|
-
height: "320px",
|
|
2150
|
-
"border-radius": "none",
|
|
2151
|
-
"object-fit": "cover",
|
|
2152
|
-
"margin-bottom": "none",
|
|
2153
|
-
"border-bottom-width": "1px",
|
|
2154
|
-
"border-bottom-color": "border",
|
|
2155
|
-
filter: "none",
|
|
2156
|
-
},
|
|
2157
|
-
info: {
|
|
2158
|
-
display: "flex",
|
|
2159
|
-
"flex-direction": "column",
|
|
2160
|
-
"align-items": "center",
|
|
2161
|
-
"row-gap": "none",
|
|
2162
|
-
filter: "none",
|
|
2163
|
-
padding: "lg",
|
|
2164
|
-
mobile: {
|
|
2165
|
-
filter: "none",
|
|
2166
|
-
},
|
|
2167
|
-
tablet: {
|
|
2168
|
-
filter: "none",
|
|
2169
|
-
},
|
|
2170
|
-
},
|
|
2171
|
-
name: {
|
|
2172
|
-
"font-size": "xl",
|
|
2173
1893
|
"font-weight": "700",
|
|
2174
|
-
color: "text-1",
|
|
2175
1894
|
"margin-bottom": "2xs",
|
|
2176
|
-
filter: "none",
|
|
2177
|
-
},
|
|
2178
|
-
position: {
|
|
2179
|
-
"font-size": "base",
|
|
2180
|
-
color: "text-2",
|
|
2181
|
-
"margin-bottom": "none",
|
|
2182
|
-
filter: "none",
|
|
2183
|
-
"font-weight": 400,
|
|
2184
|
-
},
|
|
2185
|
-
social_levoGroup: {
|
|
2186
|
-
display: "none",
|
|
2187
|
-
filter: "none",
|
|
2188
|
-
},
|
|
2189
|
-
social: [
|
|
2190
|
-
{
|
|
2191
|
-
link: {
|
|
2192
|
-
width: "40px",
|
|
2193
|
-
height: "40px",
|
|
2194
|
-
display: "flex",
|
|
2195
|
-
"align-items": "center",
|
|
2196
|
-
"justify-content": "center",
|
|
2197
|
-
"border-radius": "lg",
|
|
2198
|
-
"background-color": "background-2",
|
|
2199
|
-
"border-width": "1px",
|
|
2200
|
-
"border-color": "border",
|
|
2201
|
-
filter: "none",
|
|
2202
|
-
},
|
|
2203
|
-
icon: {
|
|
2204
|
-
width: "20px",
|
|
2205
|
-
height: "20px",
|
|
2206
|
-
"object-fit": "contain",
|
|
2207
|
-
filter: "none",
|
|
2208
|
-
},
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
link: {
|
|
2212
|
-
width: "40px",
|
|
2213
|
-
height: "40px",
|
|
2214
|
-
display: "flex",
|
|
2215
|
-
"align-items": "center",
|
|
2216
|
-
"justify-content": "center",
|
|
2217
|
-
"border-radius": "lg",
|
|
2218
|
-
"background-color": "background-2",
|
|
2219
|
-
"border-width": "1px",
|
|
2220
|
-
"border-color": "border",
|
|
2221
|
-
filter: "none",
|
|
2222
|
-
},
|
|
2223
|
-
icon: {
|
|
2224
|
-
width: "20px",
|
|
2225
|
-
height: "20px",
|
|
2226
|
-
"object-fit": "contain",
|
|
2227
|
-
filter: "none",
|
|
2228
|
-
},
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
link: {
|
|
2232
|
-
width: "40px",
|
|
2233
|
-
height: "40px",
|
|
2234
|
-
display: "flex",
|
|
2235
|
-
"align-items": "center",
|
|
2236
|
-
"justify-content": "center",
|
|
2237
|
-
"border-radius": "lg",
|
|
2238
|
-
"background-color": "background-2",
|
|
2239
|
-
"border-width": "1px",
|
|
2240
|
-
"border-color": "border",
|
|
2241
|
-
filter: "none",
|
|
2242
|
-
},
|
|
2243
|
-
icon: {
|
|
2244
|
-
width: "20px",
|
|
2245
|
-
height: "20px",
|
|
2246
|
-
"object-fit": "contain",
|
|
2247
|
-
filter: "none",
|
|
2248
|
-
},
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
link: {
|
|
2252
|
-
width: "40px",
|
|
2253
|
-
height: "40px",
|
|
2254
|
-
display: "flex",
|
|
2255
|
-
"align-items": "center",
|
|
2256
|
-
"justify-content": "center",
|
|
2257
|
-
"border-radius": "lg",
|
|
2258
|
-
"background-color": "background-2",
|
|
2259
|
-
"border-width": "1px",
|
|
2260
|
-
"border-color": "border",
|
|
2261
|
-
filter: "none",
|
|
2262
|
-
},
|
|
2263
|
-
icon: {
|
|
2264
|
-
width: "20px",
|
|
2265
|
-
height: "20px",
|
|
2266
|
-
"object-fit": "contain",
|
|
2267
|
-
filter: "none",
|
|
2268
|
-
},
|
|
2269
|
-
},
|
|
2270
|
-
],
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
card: {
|
|
2274
|
-
"background-color": "white",
|
|
2275
|
-
"border-radius": "lg",
|
|
2276
|
-
padding: "none",
|
|
2277
|
-
"text-align": "center",
|
|
2278
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2279
|
-
"border-width": "1px",
|
|
2280
|
-
"border-color": "border",
|
|
2281
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
2282
|
-
display: "flex",
|
|
2283
|
-
"flex-direction": "column",
|
|
2284
|
-
"align-items": "center",
|
|
2285
|
-
overflow: "hidden",
|
|
2286
|
-
"padding-bottom": "none",
|
|
2287
|
-
"border-style": "solid",
|
|
2288
|
-
},
|
|
2289
|
-
image: {
|
|
2290
|
-
width: "100%",
|
|
2291
|
-
height: "320px",
|
|
2292
|
-
"border-radius": "none",
|
|
2293
|
-
"object-fit": "cover",
|
|
2294
|
-
"margin-bottom": "none",
|
|
2295
|
-
"border-bottom-width": "1px",
|
|
2296
|
-
"border-bottom-color": "border",
|
|
2297
|
-
filter: "none",
|
|
2298
|
-
},
|
|
2299
|
-
info: {
|
|
2300
|
-
display: "flex",
|
|
2301
|
-
"flex-direction": "column",
|
|
2302
|
-
"align-items": "center",
|
|
2303
|
-
"row-gap": "none",
|
|
2304
|
-
filter: "none",
|
|
2305
|
-
padding: "lg",
|
|
2306
|
-
},
|
|
2307
|
-
name: {
|
|
2308
|
-
"font-size": "xl",
|
|
2309
|
-
"font-weight": "700",
|
|
2310
|
-
color: "text-1",
|
|
2311
|
-
"margin-bottom": "2xs",
|
|
2312
|
-
filter: "none",
|
|
2313
|
-
},
|
|
2314
|
-
position: {
|
|
2315
|
-
"font-size": "base",
|
|
2316
|
-
color: "text-2",
|
|
2317
|
-
"margin-bottom": "base",
|
|
2318
|
-
filter: "none",
|
|
2319
|
-
"font-weight": 400,
|
|
2320
|
-
},
|
|
2321
|
-
social_levoGroup: {
|
|
2322
|
-
display: "none",
|
|
2323
|
-
"justify-content": "flex-start",
|
|
2324
|
-
"column-gap": "sm",
|
|
2325
|
-
filter: "none",
|
|
2326
|
-
mobile: {
|
|
2327
|
-
"justify-content": "center",
|
|
2328
|
-
},
|
|
2329
|
-
},
|
|
2330
|
-
social: [
|
|
2331
|
-
{
|
|
2332
|
-
link: {
|
|
2333
|
-
width: "40px",
|
|
2334
|
-
height: "40px",
|
|
2335
|
-
display: "flex",
|
|
2336
|
-
"align-items": "center",
|
|
2337
|
-
"justify-content": "center",
|
|
2338
|
-
"border-radius": "lg",
|
|
2339
|
-
"background-color": "background-2",
|
|
2340
|
-
"border-width": "1px",
|
|
2341
|
-
"border-color": "border",
|
|
2342
|
-
filter: "none",
|
|
2343
|
-
},
|
|
2344
|
-
icon: {
|
|
2345
|
-
width: "20px",
|
|
2346
|
-
height: "20px",
|
|
2347
|
-
"object-fit": "contain",
|
|
2348
|
-
filter: "none",
|
|
2349
|
-
},
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
link: {
|
|
2353
|
-
width: "40px",
|
|
2354
|
-
height: "40px",
|
|
2355
|
-
display: "flex",
|
|
2356
|
-
"align-items": "center",
|
|
2357
|
-
"justify-content": "center",
|
|
2358
|
-
"border-radius": "lg",
|
|
2359
|
-
"background-color": "background-2",
|
|
2360
|
-
"border-width": "1px",
|
|
2361
|
-
"border-color": "border",
|
|
2362
|
-
filter: "none",
|
|
2363
|
-
},
|
|
2364
|
-
icon: {
|
|
2365
|
-
width: "20px",
|
|
2366
|
-
height: "20px",
|
|
2367
|
-
"object-fit": "contain",
|
|
2368
|
-
filter: "none",
|
|
2369
|
-
},
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
link: {
|
|
2373
|
-
width: "40px",
|
|
2374
|
-
height: "40px",
|
|
2375
|
-
display: "flex",
|
|
2376
|
-
"align-items": "center",
|
|
2377
|
-
"justify-content": "center",
|
|
2378
|
-
"border-radius": "lg",
|
|
2379
|
-
"background-color": "background-2",
|
|
2380
|
-
"border-width": "1px",
|
|
2381
|
-
"border-color": "border",
|
|
2382
|
-
filter: "none",
|
|
2383
|
-
},
|
|
2384
|
-
icon: {
|
|
2385
|
-
width: "20px",
|
|
2386
|
-
height: "20px",
|
|
2387
|
-
"object-fit": "contain",
|
|
2388
|
-
filter: "none",
|
|
2389
|
-
},
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
link: {
|
|
2393
|
-
width: "40px",
|
|
2394
|
-
height: "40px",
|
|
2395
|
-
display: "flex",
|
|
2396
|
-
"align-items": "center",
|
|
2397
|
-
"justify-content": "center",
|
|
2398
|
-
"border-radius": "lg",
|
|
2399
|
-
"background-color": "background-2",
|
|
2400
|
-
"border-width": "1px",
|
|
2401
|
-
"border-color": "border",
|
|
2402
|
-
filter: "none",
|
|
2403
|
-
},
|
|
2404
|
-
icon: {
|
|
2405
|
-
width: "20px",
|
|
2406
|
-
height: "20px",
|
|
2407
|
-
"object-fit": "contain",
|
|
2408
|
-
filter: "none",
|
|
2409
|
-
},
|
|
2410
|
-
},
|
|
2411
|
-
],
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
card: {
|
|
2415
|
-
"background-color": "text-2",
|
|
2416
|
-
"border-radius": "lg",
|
|
2417
|
-
padding: "none",
|
|
2418
|
-
"text-align": "center",
|
|
2419
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2420
|
-
"border-width": "1px",
|
|
2421
|
-
"border-color": "border",
|
|
2422
|
-
filter: "none",
|
|
2423
|
-
display: "none",
|
|
2424
|
-
"flex-direction": "column",
|
|
2425
|
-
"align-items": "center",
|
|
2426
|
-
overflow: "hidden",
|
|
2427
|
-
},
|
|
2428
|
-
image: {
|
|
2429
|
-
width: "100%",
|
|
2430
|
-
height: "300px",
|
|
2431
|
-
"border-radius": "lg",
|
|
2432
|
-
"object-fit": "cover",
|
|
2433
|
-
"margin-bottom": "lg",
|
|
2434
|
-
filter: "none",
|
|
2435
|
-
},
|
|
2436
|
-
info: {
|
|
2437
|
-
display: "flex",
|
|
2438
|
-
"flex-direction": "column",
|
|
2439
|
-
"align-items": "center",
|
|
2440
|
-
"row-gap": "xs",
|
|
2441
|
-
filter: "none",
|
|
2442
|
-
padding: "lg",
|
|
2443
|
-
},
|
|
2444
|
-
name: {
|
|
2445
|
-
"font-size": "xl",
|
|
2446
|
-
"font-weight": "700",
|
|
2447
|
-
color: "text-1",
|
|
2448
|
-
"margin-bottom": "2xs",
|
|
2449
|
-
},
|
|
2450
|
-
position: {
|
|
2451
|
-
"font-size": "base",
|
|
2452
|
-
color: "white",
|
|
2453
|
-
"margin-bottom": "base",
|
|
2454
|
-
filter: "none",
|
|
2455
|
-
},
|
|
2456
|
-
social_levoGroup: {
|
|
2457
|
-
display: "none",
|
|
2458
|
-
"justify-content": "flex-start",
|
|
2459
|
-
"column-gap": "sm",
|
|
2460
|
-
filter: "none",
|
|
2461
|
-
mobile: {
|
|
2462
|
-
"justify-content": "center",
|
|
2463
|
-
},
|
|
2464
|
-
},
|
|
2465
|
-
social: [
|
|
2466
|
-
{
|
|
2467
|
-
link: {
|
|
2468
|
-
width: "40px",
|
|
2469
|
-
height: "40px",
|
|
2470
|
-
display: "flex",
|
|
2471
|
-
"align-items": "center",
|
|
2472
|
-
"justify-content": "center",
|
|
2473
|
-
"border-radius": "lg",
|
|
2474
|
-
"background-color": "background-2",
|
|
2475
|
-
"border-width": "1px",
|
|
2476
|
-
"border-color": "border",
|
|
2477
|
-
filter: "none",
|
|
2478
|
-
},
|
|
2479
|
-
icon: {
|
|
2480
|
-
width: "20px",
|
|
2481
|
-
height: "20px",
|
|
2482
|
-
"object-fit": "contain",
|
|
2483
|
-
filter: "none",
|
|
2484
|
-
},
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
link: {
|
|
2488
|
-
width: "40px",
|
|
2489
|
-
height: "40px",
|
|
2490
|
-
display: "flex",
|
|
2491
|
-
"align-items": "center",
|
|
2492
|
-
"justify-content": "center",
|
|
2493
|
-
"border-radius": "lg",
|
|
2494
|
-
"background-color": "background-2",
|
|
2495
|
-
"border-width": "1px",
|
|
2496
|
-
"border-color": "border",
|
|
2497
|
-
filter: "none",
|
|
2498
|
-
},
|
|
2499
|
-
icon: {
|
|
2500
|
-
width: "20px",
|
|
2501
|
-
height: "20px",
|
|
2502
|
-
"object-fit": "contain",
|
|
2503
|
-
filter: "none",
|
|
2504
|
-
},
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
link: {
|
|
2508
|
-
width: "40px",
|
|
2509
|
-
height: "40px",
|
|
2510
|
-
display: "flex",
|
|
2511
|
-
"align-items": "center",
|
|
2512
|
-
"justify-content": "center",
|
|
2513
|
-
"border-radius": "lg",
|
|
2514
|
-
"background-color": "background-2",
|
|
2515
|
-
"border-width": "1px",
|
|
2516
|
-
"border-color": "border",
|
|
2517
|
-
filter: "none",
|
|
2518
|
-
},
|
|
2519
|
-
icon: {
|
|
2520
|
-
width: "20px",
|
|
2521
|
-
height: "20px",
|
|
2522
|
-
"object-fit": "contain",
|
|
2523
|
-
filter: "none",
|
|
2524
|
-
},
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
link: {
|
|
2528
|
-
width: "40px",
|
|
2529
|
-
height: "40px",
|
|
2530
|
-
display: "flex",
|
|
2531
|
-
"align-items": "center",
|
|
2532
|
-
"justify-content": "center",
|
|
2533
|
-
"border-radius": "lg",
|
|
2534
|
-
"background-color": "background-2",
|
|
2535
|
-
"border-width": "1px",
|
|
2536
|
-
"border-color": "border",
|
|
2537
|
-
filter: "none",
|
|
2538
|
-
},
|
|
2539
|
-
icon: {
|
|
2540
|
-
width: "20px",
|
|
2541
|
-
height: "20px",
|
|
2542
|
-
"object-fit": "contain",
|
|
2543
|
-
filter: "none",
|
|
2544
|
-
},
|
|
2545
|
-
},
|
|
2546
|
-
],
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
card: {
|
|
2550
|
-
"background-color": "transparent",
|
|
2551
|
-
"border-radius": "none",
|
|
2552
|
-
padding: "none",
|
|
2553
|
-
"text-align": "left",
|
|
2554
|
-
"box-shadow": "none",
|
|
2555
|
-
filter: "none",
|
|
2556
|
-
display: "flex",
|
|
2557
|
-
"flex-direction": "column",
|
|
2558
|
-
"align-items": "flex-start",
|
|
2559
|
-
mobile: {
|
|
2560
|
-
"text-align": "center",
|
|
2561
|
-
"align-items": "center",
|
|
2562
|
-
},
|
|
2563
|
-
},
|
|
2564
|
-
image: {
|
|
2565
|
-
width: "100%",
|
|
2566
|
-
height: "300px",
|
|
2567
|
-
"border-radius": "lg",
|
|
2568
|
-
"object-fit": "cover",
|
|
2569
|
-
"margin-bottom": "lg",
|
|
2570
|
-
filter: "none",
|
|
2571
|
-
},
|
|
2572
|
-
info: {
|
|
2573
|
-
display: "flex",
|
|
2574
|
-
"flex-direction": "column",
|
|
2575
|
-
"align-items": "flex-start",
|
|
2576
|
-
"row-gap": "xs",
|
|
2577
|
-
filter: "none",
|
|
2578
|
-
mobile: {
|
|
2579
|
-
"align-items": "center",
|
|
2580
|
-
},
|
|
2581
|
-
},
|
|
2582
|
-
name: {
|
|
2583
|
-
"font-size": "xl",
|
|
2584
|
-
"font-weight": "700",
|
|
2585
|
-
color: "text-1",
|
|
2586
|
-
"margin-bottom": "2xs",
|
|
2587
|
-
},
|
|
2588
|
-
position: {
|
|
2589
|
-
"font-size": "base",
|
|
2590
|
-
color: "text-2",
|
|
2591
|
-
"margin-bottom": "base",
|
|
2592
|
-
},
|
|
2593
|
-
social_levoGroup: {
|
|
2594
|
-
display: "flex",
|
|
2595
|
-
"justify-content": "flex-start",
|
|
2596
|
-
"column-gap": "sm",
|
|
2597
|
-
filter: "none",
|
|
2598
|
-
mobile: {
|
|
2599
|
-
"justify-content": "center",
|
|
2600
|
-
},
|
|
2601
|
-
},
|
|
2602
|
-
social: [
|
|
2603
|
-
{
|
|
2604
|
-
link: {
|
|
2605
|
-
width: "40px",
|
|
2606
|
-
height: "40px",
|
|
2607
|
-
display: "flex",
|
|
2608
|
-
"align-items": "center",
|
|
2609
|
-
"justify-content": "center",
|
|
2610
|
-
"border-radius": "lg",
|
|
2611
|
-
"background-color": "background-2",
|
|
2612
|
-
"border-width": "1px",
|
|
2613
|
-
"border-color": "border",
|
|
2614
|
-
filter: "none",
|
|
2615
|
-
},
|
|
2616
|
-
icon: {
|
|
2617
|
-
width: "20px",
|
|
2618
|
-
height: "20px",
|
|
2619
|
-
"object-fit": "contain",
|
|
2620
|
-
filter: "none",
|
|
2621
|
-
},
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
link: {
|
|
2625
|
-
width: "40px",
|
|
2626
|
-
height: "40px",
|
|
2627
|
-
display: "flex",
|
|
2628
|
-
"align-items": "center",
|
|
2629
|
-
"justify-content": "center",
|
|
2630
|
-
"border-radius": "lg",
|
|
2631
|
-
"background-color": "background-2",
|
|
2632
|
-
"border-width": "1px",
|
|
2633
|
-
"border-color": "border",
|
|
2634
|
-
filter: "none",
|
|
2635
|
-
},
|
|
2636
|
-
icon: {
|
|
2637
|
-
width: "20px",
|
|
2638
|
-
height: "20px",
|
|
2639
|
-
"object-fit": "contain",
|
|
2640
|
-
filter: "none",
|
|
2641
|
-
},
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
link: {
|
|
2645
|
-
width: "40px",
|
|
2646
|
-
height: "40px",
|
|
2647
|
-
display: "flex",
|
|
2648
|
-
"align-items": "center",
|
|
2649
|
-
"justify-content": "center",
|
|
2650
|
-
"border-radius": "lg",
|
|
2651
|
-
"background-color": "background-2",
|
|
2652
|
-
"border-width": "1px",
|
|
2653
|
-
"border-color": "border",
|
|
2654
|
-
filter: "none",
|
|
2655
|
-
},
|
|
2656
|
-
icon: {
|
|
2657
|
-
width: "20px",
|
|
2658
|
-
height: "20px",
|
|
2659
|
-
"object-fit": "contain",
|
|
2660
|
-
filter: "none",
|
|
2661
|
-
},
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
link: {
|
|
2665
|
-
width: "40px",
|
|
2666
|
-
height: "40px",
|
|
2667
|
-
display: "flex",
|
|
2668
|
-
"align-items": "center",
|
|
2669
|
-
"justify-content": "center",
|
|
2670
|
-
"border-radius": "lg",
|
|
2671
|
-
"background-color": "background-2",
|
|
2672
|
-
"border-width": "1px",
|
|
2673
|
-
"border-color": "border",
|
|
2674
|
-
filter: "none",
|
|
2675
|
-
},
|
|
2676
|
-
icon: {
|
|
2677
|
-
width: "20px",
|
|
2678
|
-
height: "20px",
|
|
2679
|
-
"object-fit": "contain",
|
|
2680
|
-
filter: "none",
|
|
2681
|
-
},
|
|
2682
|
-
},
|
|
2683
|
-
],
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
card: {
|
|
2687
|
-
"background-color": "background-2",
|
|
2688
|
-
"border-radius": "lg",
|
|
2689
|
-
padding: "none",
|
|
2690
|
-
"text-align": "center",
|
|
2691
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2692
|
-
"border-width": "1px",
|
|
2693
|
-
"border-color": "border",
|
|
2694
|
-
filter: "none",
|
|
2695
|
-
display: "flex",
|
|
2696
|
-
"flex-direction": "column",
|
|
2697
|
-
"align-items": "center",
|
|
2698
|
-
overflow: "hidden",
|
|
2699
|
-
},
|
|
2700
|
-
image: {
|
|
2701
|
-
width: "100%",
|
|
2702
|
-
height: "300px",
|
|
2703
|
-
"border-radius": "none",
|
|
2704
|
-
"object-fit": "cover",
|
|
2705
|
-
"margin-bottom": "none",
|
|
2706
|
-
"border-bottom-width": "1px",
|
|
2707
|
-
"border-bottom-color": "border",
|
|
2708
|
-
filter: "none",
|
|
2709
|
-
},
|
|
2710
|
-
info: {
|
|
2711
|
-
display: "flex",
|
|
2712
|
-
"flex-direction": "column",
|
|
2713
|
-
"align-items": "center",
|
|
2714
|
-
"row-gap": "xs",
|
|
2715
|
-
filter: "none",
|
|
2716
|
-
padding: "lg",
|
|
2717
|
-
},
|
|
2718
|
-
name: {
|
|
2719
|
-
"font-size": "xl",
|
|
2720
|
-
"font-weight": "700",
|
|
2721
|
-
color: "text-1",
|
|
2722
|
-
"margin-bottom": "2xs",
|
|
2723
|
-
},
|
|
2724
|
-
position: {
|
|
2725
|
-
"font-size": "base",
|
|
2726
|
-
color: "text-2",
|
|
2727
|
-
"margin-bottom": "none",
|
|
2728
1895
|
},
|
|
1896
|
+
position: {},
|
|
2729
1897
|
social_levoGroup: {
|
|
2730
1898
|
display: "none",
|
|
2731
1899
|
filter: "none",
|