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