@levo-so/blocks 0.1.101 → 0.1.103
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 +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -1,70 +1,90 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
3
|
const MEDIA_1 = {
|
|
4
|
-
id: "
|
|
5
|
-
filename: "hero-defauly.png",
|
|
4
|
+
id: "7453077972412839722",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg",
|
|
7
|
+
mimetype: "image/jpeg",
|
|
8
8
|
srcset: {
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"828w":
|
|
16
|
-
|
|
9
|
+
"320w":
|
|
10
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7793715/pexels-photo-7793715.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
17
24
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
25
|
};
|
|
26
|
+
|
|
20
27
|
const MEDIA_2 = {
|
|
21
|
-
id: "
|
|
22
|
-
filename: "hero-4-2.png",
|
|
28
|
+
id: "7453077865651408747",
|
|
23
29
|
kind: "image",
|
|
24
|
-
location: "https://
|
|
30
|
+
location: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg",
|
|
31
|
+
mimetype: "image/jpeg",
|
|
25
32
|
srcset: {
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
"828w":
|
|
33
|
-
|
|
33
|
+
"320w":
|
|
34
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
35
|
+
"640w":
|
|
36
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
37
|
+
"750w":
|
|
38
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
39
|
+
"828w":
|
|
40
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
41
|
+
"1080w":
|
|
42
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
43
|
+
"1200w":
|
|
44
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
45
|
+
"1920w":
|
|
46
|
+
"https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
47
|
+
path: "https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8636589/pexels-photo-8636589.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
34
48
|
},
|
|
35
|
-
mimetype: "image/png",
|
|
36
49
|
};
|
|
50
|
+
|
|
37
51
|
const MEDIA_3 = {
|
|
38
|
-
id: "
|
|
39
|
-
filename: "hero-4-3.png",
|
|
52
|
+
id: "7453077871394427806",
|
|
40
53
|
kind: "image",
|
|
41
|
-
location: "https://
|
|
54
|
+
location: "https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg",
|
|
55
|
+
mimetype: "image/jpeg",
|
|
42
56
|
srcset: {
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
"828w":
|
|
50
|
-
|
|
57
|
+
"320w":
|
|
58
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
59
|
+
"640w":
|
|
60
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
61
|
+
"750w":
|
|
62
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
63
|
+
"828w":
|
|
64
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
65
|
+
"1080w":
|
|
66
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
67
|
+
"1200w":
|
|
68
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
69
|
+
"1920w":
|
|
70
|
+
"https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
71
|
+
path: "https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36631703/pexels-photo-36631703.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
51
72
|
},
|
|
52
|
-
mimetype: "image/png",
|
|
53
73
|
};
|
|
54
74
|
|
|
55
75
|
const DEFAULT_CONTENT = {
|
|
56
76
|
layout: null,
|
|
57
77
|
headerWrapper: null,
|
|
58
|
-
title: "
|
|
78
|
+
title: "Operating System for fast-moving teams",
|
|
59
79
|
description:
|
|
60
|
-
"
|
|
80
|
+
"One workspace for docs, projects, and real-time sync — with SOC 2 controls and webhooks that plug into the stack your team already ships on.",
|
|
61
81
|
ctas_levoGroup: null,
|
|
62
82
|
ctas: [
|
|
63
83
|
{
|
|
64
|
-
cta: "
|
|
84
|
+
cta: "Start free trial",
|
|
65
85
|
},
|
|
66
86
|
{
|
|
67
|
-
cta: "
|
|
87
|
+
cta: "Book a demo",
|
|
68
88
|
},
|
|
69
89
|
],
|
|
70
90
|
slider_dots: null,
|
|
@@ -79,14 +99,25 @@ const DEFAULT_CONTENT = {
|
|
|
79
99
|
{
|
|
80
100
|
image: MEDIA_3,
|
|
81
101
|
},
|
|
82
|
-
{
|
|
83
|
-
image: MEDIA_1,
|
|
84
|
-
},
|
|
85
102
|
],
|
|
86
103
|
};
|
|
87
104
|
|
|
88
105
|
export type IHero5Content = typeof DEFAULT_CONTENT;
|
|
89
106
|
|
|
107
|
+
/**
|
|
108
|
+
* Shared image styling applied to every slide in the carousel.
|
|
109
|
+
* Enforces a consistent aspect ratio and cover fit so mixed-source
|
|
110
|
+
* Pexels photos render with parity across slides.
|
|
111
|
+
*/
|
|
112
|
+
const IMAGE_BASE_STYLE = {
|
|
113
|
+
width: "100%",
|
|
114
|
+
height: "100%",
|
|
115
|
+
"object-fit": "cover",
|
|
116
|
+
"aspect-ratio": "16 / 9",
|
|
117
|
+
display: "block",
|
|
118
|
+
"border-radius": "lg",
|
|
119
|
+
};
|
|
120
|
+
|
|
90
121
|
export const Hero5: IBlock = {
|
|
91
122
|
category_id: "hero",
|
|
92
123
|
title: "Hero 5",
|
|
@@ -170,7 +201,7 @@ export const Hero5: IBlock = {
|
|
|
170
201
|
},
|
|
171
202
|
slider_dots: {
|
|
172
203
|
position: "absolute",
|
|
173
|
-
bottom: "
|
|
204
|
+
bottom: "24px",
|
|
174
205
|
left: "50%",
|
|
175
206
|
transform: "translateX(-50%)",
|
|
176
207
|
display: "flex",
|
|
@@ -178,22 +209,24 @@ export const Hero5: IBlock = {
|
|
|
178
209
|
"align-items": "center",
|
|
179
210
|
"z-index": "20",
|
|
180
211
|
"padding-top": "xs",
|
|
181
|
-
"padding-right": "
|
|
212
|
+
"padding-right": "sm",
|
|
182
213
|
"padding-bottom": "xs",
|
|
183
|
-
"padding-left": "
|
|
214
|
+
"padding-left": "sm",
|
|
184
215
|
"border-radius": "base",
|
|
216
|
+
"background-color": "rgba(10,15,25,0.55)",
|
|
185
217
|
tablet: {
|
|
186
|
-
bottom: "
|
|
218
|
+
bottom: "16px",
|
|
187
219
|
},
|
|
188
220
|
mobile: {
|
|
189
|
-
bottom: "
|
|
221
|
+
bottom: "12px",
|
|
190
222
|
},
|
|
191
223
|
},
|
|
192
224
|
slider_dot: {
|
|
193
225
|
width: "8px",
|
|
194
226
|
height: "8px",
|
|
195
227
|
"border-radius": "base",
|
|
196
|
-
"background-color": "text-
|
|
228
|
+
"background-color": "text-2",
|
|
229
|
+
cursor: "pointer",
|
|
197
230
|
},
|
|
198
231
|
slides_levoGroup: {
|
|
199
232
|
width: "100%",
|
|
@@ -203,16 +236,338 @@ export const Hero5: IBlock = {
|
|
|
203
236
|
display: "flex",
|
|
204
237
|
"align-items": "center",
|
|
205
238
|
"justify-content": "space-between",
|
|
239
|
+
"column-gap": "2xl",
|
|
240
|
+
"margin-bottom": "2xl",
|
|
241
|
+
tablet: {
|
|
242
|
+
"flex-direction": "column",
|
|
243
|
+
"align-items": "flex-start",
|
|
244
|
+
"row-gap": "md",
|
|
245
|
+
"margin-bottom": "xl",
|
|
246
|
+
},
|
|
247
|
+
},
|
|
248
|
+
title: {
|
|
249
|
+
"text-wrap": "balance",
|
|
250
|
+
tablet: {
|
|
251
|
+
"text-align": "left",
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
ctas_levoGroup: {
|
|
255
|
+
display: "flex",
|
|
256
|
+
"flex-direction": "row",
|
|
257
|
+
"column-gap": "md",
|
|
258
|
+
"row-gap": "md",
|
|
259
|
+
"flex-wrap": "wrap",
|
|
260
|
+
"align-items": "center",
|
|
261
|
+
"flex-shrink": "0",
|
|
262
|
+
},
|
|
263
|
+
ctas_levoGroupItem: {
|
|
264
|
+
cta: {
|
|
265
|
+
tablet: {},
|
|
266
|
+
mobile: {},
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
ctas: [{}, {}],
|
|
270
|
+
"header-content": {
|
|
271
|
+
"max-width": "640px",
|
|
272
|
+
},
|
|
273
|
+
images_levoGroupItem: {
|
|
274
|
+
image: IMAGE_BASE_STYLE,
|
|
275
|
+
},
|
|
276
|
+
images: [{}, {}, {}],
|
|
277
|
+
},
|
|
278
|
+
content: DEFAULT_CONTENT,
|
|
279
|
+
config: {
|
|
280
|
+
title: {
|
|
281
|
+
heading: {
|
|
282
|
+
level: 1,
|
|
283
|
+
},
|
|
284
|
+
selectedVariants: {
|
|
285
|
+
Heading_Level: "H1",
|
|
286
|
+
},
|
|
287
|
+
},
|
|
288
|
+
ctas: [{}, { cta: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
key: "stacked_center",
|
|
293
|
+
title: "Stacked Center",
|
|
294
|
+
styles: {
|
|
295
|
+
container: {
|
|
296
|
+
position: "relative",
|
|
297
|
+
},
|
|
298
|
+
slider_dots: {
|
|
299
|
+
position: "absolute",
|
|
300
|
+
bottom: "24px",
|
|
301
|
+
left: "50%",
|
|
302
|
+
transform: "translateX(-50%)",
|
|
303
|
+
display: "flex",
|
|
304
|
+
"column-gap": "xs",
|
|
305
|
+
"align-items": "center",
|
|
306
|
+
"z-index": "20",
|
|
307
|
+
"padding-top": "xs",
|
|
308
|
+
"padding-right": "sm",
|
|
309
|
+
"padding-bottom": "xs",
|
|
310
|
+
"padding-left": "sm",
|
|
311
|
+
"border-radius": "base",
|
|
312
|
+
"background-color": "rgba(10,15,25,0.55)",
|
|
313
|
+
tablet: {
|
|
314
|
+
bottom: "16px",
|
|
315
|
+
},
|
|
316
|
+
mobile: {
|
|
317
|
+
bottom: "12px",
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
slider_dot: {
|
|
321
|
+
width: "8px",
|
|
322
|
+
height: "8px",
|
|
323
|
+
"border-radius": "base",
|
|
324
|
+
"background-color": "text-2",
|
|
325
|
+
cursor: "pointer",
|
|
326
|
+
},
|
|
327
|
+
slides_levoGroup: {
|
|
328
|
+
width: "100%",
|
|
329
|
+
height: "100%",
|
|
330
|
+
},
|
|
331
|
+
headerWrapper: {
|
|
332
|
+
display: "flex",
|
|
333
|
+
"flex-direction": "column",
|
|
334
|
+
"align-items": "center",
|
|
335
|
+
"justify-content": "center",
|
|
336
|
+
"row-gap": "md",
|
|
206
337
|
"margin-bottom": "3xl",
|
|
338
|
+
tablet: {
|
|
339
|
+
"margin-bottom": "xl",
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
"header-content": {
|
|
343
|
+
display: "flex",
|
|
344
|
+
"flex-direction": "column",
|
|
345
|
+
"align-items": "center",
|
|
346
|
+
"row-gap": "md",
|
|
347
|
+
"max-width": "720px",
|
|
348
|
+
},
|
|
349
|
+
title: {
|
|
350
|
+
"text-wrap": "balance",
|
|
351
|
+
"text-align": "center",
|
|
352
|
+
},
|
|
353
|
+
description: {
|
|
354
|
+
"text-align": "center",
|
|
355
|
+
"max-width": "640px",
|
|
356
|
+
},
|
|
357
|
+
ctas_levoGroup: {
|
|
358
|
+
display: "flex",
|
|
359
|
+
"flex-direction": "row",
|
|
360
|
+
"column-gap": "md",
|
|
361
|
+
"row-gap": "md",
|
|
362
|
+
"flex-wrap": "wrap",
|
|
363
|
+
"align-items": "center",
|
|
364
|
+
"justify-content": "center",
|
|
365
|
+
},
|
|
366
|
+
ctas_levoGroupItem: {
|
|
367
|
+
cta: {
|
|
368
|
+
tablet: {},
|
|
369
|
+
mobile: {},
|
|
370
|
+
},
|
|
371
|
+
},
|
|
372
|
+
ctas: [{}, {}],
|
|
373
|
+
images_levoGroupItem: {
|
|
374
|
+
image: IMAGE_BASE_STYLE,
|
|
375
|
+
},
|
|
376
|
+
images: [{}, {}, {}],
|
|
377
|
+
},
|
|
378
|
+
content: DEFAULT_CONTENT,
|
|
379
|
+
config: {
|
|
380
|
+
title: {
|
|
381
|
+
heading: {
|
|
382
|
+
level: 1,
|
|
383
|
+
},
|
|
384
|
+
selectedVariants: {
|
|
385
|
+
Heading_Level: "H1",
|
|
386
|
+
},
|
|
387
|
+
},
|
|
388
|
+
ctas: [{}, { cta: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
389
|
+
},
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
key: "compact_header",
|
|
393
|
+
title: "Compact Header",
|
|
394
|
+
styles: {
|
|
395
|
+
container: {
|
|
396
|
+
position: "relative",
|
|
397
|
+
},
|
|
398
|
+
slider_dots: {
|
|
399
|
+
position: "absolute",
|
|
400
|
+
bottom: "24px",
|
|
401
|
+
left: "50%",
|
|
402
|
+
transform: "translateX(-50%)",
|
|
403
|
+
display: "flex",
|
|
404
|
+
"column-gap": "xs",
|
|
405
|
+
"align-items": "center",
|
|
406
|
+
"z-index": "20",
|
|
407
|
+
"padding-top": "xs",
|
|
408
|
+
"padding-right": "sm",
|
|
409
|
+
"padding-bottom": "xs",
|
|
410
|
+
"padding-left": "sm",
|
|
411
|
+
"border-radius": "base",
|
|
412
|
+
"background-color": "rgba(10,15,25,0.55)",
|
|
413
|
+
tablet: {
|
|
414
|
+
bottom: "16px",
|
|
415
|
+
},
|
|
416
|
+
mobile: {
|
|
417
|
+
bottom: "12px",
|
|
418
|
+
},
|
|
419
|
+
},
|
|
420
|
+
slider_dot: {
|
|
421
|
+
width: "8px",
|
|
422
|
+
height: "8px",
|
|
423
|
+
"border-radius": "base",
|
|
424
|
+
"background-color": "text-2",
|
|
425
|
+
cursor: "pointer",
|
|
426
|
+
},
|
|
427
|
+
slides_levoGroup: {
|
|
428
|
+
width: "100%",
|
|
429
|
+
height: "100%",
|
|
430
|
+
},
|
|
431
|
+
headerWrapper: {
|
|
432
|
+
display: "flex",
|
|
433
|
+
"flex-direction": "row",
|
|
434
|
+
"align-items": "center",
|
|
435
|
+
"justify-content": "space-between",
|
|
436
|
+
"column-gap": "2xl",
|
|
437
|
+
"margin-bottom": "xl",
|
|
207
438
|
tablet: {
|
|
208
439
|
"flex-direction": "column",
|
|
209
|
-
"
|
|
210
|
-
"
|
|
440
|
+
"align-items": "flex-start",
|
|
441
|
+
"row-gap": "md",
|
|
442
|
+
"margin-bottom": "md",
|
|
443
|
+
},
|
|
444
|
+
},
|
|
445
|
+
"header-content": {
|
|
446
|
+
"max-width": "720px",
|
|
447
|
+
tablet: {
|
|
448
|
+
"max-width": "100%",
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
title: {
|
|
452
|
+
"text-wrap": "balance",
|
|
453
|
+
tablet: {
|
|
454
|
+
"text-align": "left",
|
|
211
455
|
},
|
|
212
456
|
},
|
|
457
|
+
description: {
|
|
458
|
+
display: "none",
|
|
459
|
+
},
|
|
460
|
+
ctas_levoGroup: {
|
|
461
|
+
display: "flex",
|
|
462
|
+
"flex-direction": "row",
|
|
463
|
+
"column-gap": "md",
|
|
464
|
+
"row-gap": "md",
|
|
465
|
+
"flex-wrap": "wrap",
|
|
466
|
+
"align-items": "center",
|
|
467
|
+
"flex-shrink": "0",
|
|
468
|
+
},
|
|
469
|
+
ctas_levoGroupItem: {
|
|
470
|
+
cta: {
|
|
471
|
+
tablet: {},
|
|
472
|
+
mobile: {},
|
|
473
|
+
},
|
|
474
|
+
},
|
|
475
|
+
ctas: [{}, {}],
|
|
476
|
+
images_levoGroupItem: {
|
|
477
|
+
image: IMAGE_BASE_STYLE,
|
|
478
|
+
},
|
|
479
|
+
images: [{}, {}, {}],
|
|
480
|
+
},
|
|
481
|
+
content: DEFAULT_CONTENT,
|
|
482
|
+
config: {
|
|
213
483
|
title: {
|
|
484
|
+
heading: {
|
|
485
|
+
level: 1,
|
|
486
|
+
},
|
|
487
|
+
selectedVariants: {
|
|
488
|
+
Heading_Level: "H1",
|
|
489
|
+
},
|
|
490
|
+
},
|
|
491
|
+
ctas: [{}, { cta: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
492
|
+
},
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
key: "card_container",
|
|
496
|
+
title: "Card Container",
|
|
497
|
+
styles: {
|
|
498
|
+
layout: {
|
|
499
|
+
"background-color": "background-1",
|
|
500
|
+
},
|
|
501
|
+
container: {
|
|
502
|
+
position: "relative",
|
|
503
|
+
"background-color": "background-2",
|
|
504
|
+
"box-shadow": "lg",
|
|
505
|
+
"border-radius": "xl",
|
|
506
|
+
"padding-top": "3xl",
|
|
507
|
+
"padding-right": "3xl",
|
|
508
|
+
"padding-bottom": "3xl",
|
|
509
|
+
"padding-left": "3xl",
|
|
214
510
|
tablet: {
|
|
215
|
-
"
|
|
511
|
+
"padding-top": "xl",
|
|
512
|
+
"padding-right": "xl",
|
|
513
|
+
"padding-bottom": "xl",
|
|
514
|
+
"padding-left": "xl",
|
|
515
|
+
},
|
|
516
|
+
},
|
|
517
|
+
slider_dots: {
|
|
518
|
+
position: "absolute",
|
|
519
|
+
bottom: "24px",
|
|
520
|
+
left: "50%",
|
|
521
|
+
transform: "translateX(-50%)",
|
|
522
|
+
display: "flex",
|
|
523
|
+
"column-gap": "xs",
|
|
524
|
+
"align-items": "center",
|
|
525
|
+
"z-index": "20",
|
|
526
|
+
"padding-top": "xs",
|
|
527
|
+
"padding-right": "sm",
|
|
528
|
+
"padding-bottom": "xs",
|
|
529
|
+
"padding-left": "sm",
|
|
530
|
+
"border-radius": "base",
|
|
531
|
+
"background-color": "rgba(10,15,25,0.55)",
|
|
532
|
+
tablet: {
|
|
533
|
+
bottom: "16px",
|
|
534
|
+
},
|
|
535
|
+
mobile: {
|
|
536
|
+
bottom: "12px",
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
slider_dot: {
|
|
540
|
+
width: "8px",
|
|
541
|
+
height: "8px",
|
|
542
|
+
"border-radius": "base",
|
|
543
|
+
"background-color": "text-2",
|
|
544
|
+
cursor: "pointer",
|
|
545
|
+
},
|
|
546
|
+
slides_levoGroup: {
|
|
547
|
+
width: "100%",
|
|
548
|
+
height: "100%",
|
|
549
|
+
},
|
|
550
|
+
headerWrapper: {
|
|
551
|
+
display: "flex",
|
|
552
|
+
"flex-direction": "column",
|
|
553
|
+
"align-items": "flex-start",
|
|
554
|
+
"justify-content": "flex-start",
|
|
555
|
+
"row-gap": "md",
|
|
556
|
+
"margin-bottom": "2xl",
|
|
557
|
+
tablet: {
|
|
558
|
+
"margin-bottom": "xl",
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
"header-content": {
|
|
562
|
+
"max-width": "720px",
|
|
563
|
+
display: "flex",
|
|
564
|
+
"flex-direction": "column",
|
|
565
|
+
"row-gap": "sm",
|
|
566
|
+
},
|
|
567
|
+
title: {
|
|
568
|
+
"text-wrap": "balance",
|
|
569
|
+
tablet: {
|
|
570
|
+
"text-align": "left",
|
|
216
571
|
},
|
|
217
572
|
},
|
|
218
573
|
ctas_levoGroup: {
|
|
@@ -223,17 +578,145 @@ export const Hero5: IBlock = {
|
|
|
223
578
|
"flex-wrap": "wrap",
|
|
224
579
|
"align-items": "center",
|
|
225
580
|
},
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
581
|
+
ctas_levoGroupItem: {
|
|
582
|
+
cta: {
|
|
583
|
+
tablet: {},
|
|
584
|
+
mobile: {},
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
|
+
ctas: [{}, {}],
|
|
588
|
+
images_levoGroupItem: {
|
|
589
|
+
image: {
|
|
590
|
+
...IMAGE_BASE_STYLE,
|
|
591
|
+
"border-radius": "lg",
|
|
592
|
+
},
|
|
593
|
+
},
|
|
594
|
+
images: [{}, {}, {}],
|
|
595
|
+
},
|
|
596
|
+
content: DEFAULT_CONTENT,
|
|
597
|
+
config: {
|
|
598
|
+
title: {
|
|
599
|
+
heading: {
|
|
600
|
+
level: 1,
|
|
601
|
+
},
|
|
602
|
+
selectedVariants: {
|
|
603
|
+
Heading_Level: "H1",
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
ctas: [{}, { cta: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
607
|
+
},
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
key: "bold_typography",
|
|
611
|
+
title: "Bold Typography",
|
|
612
|
+
styles: {
|
|
613
|
+
container: {
|
|
614
|
+
position: "relative",
|
|
615
|
+
},
|
|
616
|
+
slider_dots: {
|
|
617
|
+
position: "absolute",
|
|
618
|
+
bottom: "24px",
|
|
619
|
+
left: "50%",
|
|
620
|
+
transform: "translateX(-50%)",
|
|
621
|
+
display: "flex",
|
|
622
|
+
"column-gap": "xs",
|
|
623
|
+
"align-items": "center",
|
|
624
|
+
"z-index": "20",
|
|
625
|
+
"padding-top": "xs",
|
|
626
|
+
"padding-right": "sm",
|
|
627
|
+
"padding-bottom": "xs",
|
|
628
|
+
"padding-left": "sm",
|
|
629
|
+
"border-radius": "base",
|
|
630
|
+
"background-color": "rgba(10,15,25,0.55)",
|
|
631
|
+
tablet: {
|
|
632
|
+
bottom: "16px",
|
|
633
|
+
},
|
|
634
|
+
mobile: {
|
|
635
|
+
bottom: "12px",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
slider_dot: {
|
|
639
|
+
width: "8px",
|
|
640
|
+
height: "8px",
|
|
641
|
+
"border-radius": "base",
|
|
642
|
+
"background-color": "text-2",
|
|
643
|
+
cursor: "pointer",
|
|
644
|
+
},
|
|
645
|
+
slides_levoGroup: {
|
|
646
|
+
width: "100%",
|
|
647
|
+
height: "100%",
|
|
648
|
+
},
|
|
649
|
+
headerWrapper: {
|
|
650
|
+
display: "flex",
|
|
651
|
+
"flex-direction": "column",
|
|
652
|
+
"align-items": "flex-start",
|
|
653
|
+
"row-gap": "md",
|
|
654
|
+
"margin-bottom": "2xl",
|
|
655
|
+
tablet: {
|
|
656
|
+
"align-items": "flex-start",
|
|
657
|
+
"margin-bottom": "xl",
|
|
658
|
+
},
|
|
659
|
+
},
|
|
234
660
|
"header-content": {
|
|
235
|
-
"max-width": "
|
|
661
|
+
"max-width": "100%",
|
|
662
|
+
display: "flex",
|
|
663
|
+
"flex-direction": "column",
|
|
664
|
+
"row-gap": "sm",
|
|
665
|
+
},
|
|
666
|
+
title: {
|
|
667
|
+
"text-wrap": "balance",
|
|
668
|
+
"max-width": "900px",
|
|
669
|
+
"font-size": "6xl",
|
|
670
|
+
"font-weight": "700",
|
|
671
|
+
tablet: {
|
|
672
|
+
"font-size": "4xl",
|
|
673
|
+
},
|
|
674
|
+
mobile: {
|
|
675
|
+
"font-size": "3xl",
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
description: {
|
|
679
|
+
"max-width": "640px",
|
|
680
|
+
},
|
|
681
|
+
ctas_levoGroup: {
|
|
682
|
+
display: "flex",
|
|
683
|
+
"flex-direction": "row",
|
|
684
|
+
"column-gap": "sm",
|
|
685
|
+
"row-gap": "sm",
|
|
686
|
+
"flex-wrap": "wrap",
|
|
687
|
+
"align-items": "center",
|
|
688
|
+
},
|
|
689
|
+
ctas_levoGroupItem: {
|
|
690
|
+
cta: {
|
|
691
|
+
"font-size": "sm",
|
|
692
|
+
tablet: {},
|
|
693
|
+
mobile: {},
|
|
694
|
+
},
|
|
695
|
+
},
|
|
696
|
+
ctas: [{}, {}],
|
|
697
|
+
images_levoGroup: {
|
|
698
|
+
"aspect-ratio": "21 / 9",
|
|
699
|
+
width: "100%",
|
|
700
|
+
tablet: {
|
|
701
|
+
"aspect-ratio": "16 / 9",
|
|
702
|
+
},
|
|
703
|
+
mobile: {
|
|
704
|
+
"aspect-ratio": "4 / 3",
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
images_levoGroupItem: {
|
|
708
|
+
image: {
|
|
709
|
+
...IMAGE_BASE_STYLE,
|
|
710
|
+
"aspect-ratio": "21 / 9",
|
|
711
|
+
tablet: {
|
|
712
|
+
"aspect-ratio": "16 / 9",
|
|
713
|
+
},
|
|
714
|
+
mobile: {
|
|
715
|
+
"aspect-ratio": "4 / 3",
|
|
716
|
+
},
|
|
717
|
+
},
|
|
236
718
|
},
|
|
719
|
+
images: [{}, {}, {}],
|
|
237
720
|
},
|
|
238
721
|
content: DEFAULT_CONTENT,
|
|
239
722
|
config: {
|
|
@@ -245,6 +728,7 @@ export const Hero5: IBlock = {
|
|
|
245
728
|
Heading_Level: "H1",
|
|
246
729
|
},
|
|
247
730
|
},
|
|
731
|
+
ctas: [{}, { cta: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
248
732
|
},
|
|
249
733
|
},
|
|
250
734
|
],
|