@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,55 +1,75 @@
|
|
|
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: "7453077865650339678",
|
|
23
29
|
kind: "image",
|
|
24
|
-
location: "https://
|
|
30
|
+
location: "https://images.pexels.com/photos/27641095/pexels-photo-27641095.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/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
35
|
+
"640w":
|
|
36
|
+
"https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
37
|
+
"750w":
|
|
38
|
+
"https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
39
|
+
"828w":
|
|
40
|
+
"https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
41
|
+
"1080w":
|
|
42
|
+
"https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
43
|
+
"1200w":
|
|
44
|
+
"https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
45
|
+
"1920w":
|
|
46
|
+
"https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
47
|
+
path: "https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/27641095/pexels-photo-27641095.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: "7453077975190548418",
|
|
40
53
|
kind: "image",
|
|
41
|
-
location: "https://
|
|
54
|
+
location: "https://images.pexels.com/photos/5050305/pexels-photo-5050305.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/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
59
|
+
"640w":
|
|
60
|
+
"https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
61
|
+
"750w":
|
|
62
|
+
"https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
63
|
+
"828w":
|
|
64
|
+
"https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
65
|
+
"1080w":
|
|
66
|
+
"https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
67
|
+
"1200w":
|
|
68
|
+
"https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
69
|
+
"1920w":
|
|
70
|
+
"https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
71
|
+
path: "https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5050305/pexels-photo-5050305.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 = {
|
|
@@ -60,43 +80,33 @@ const DEFAULT_CONTENT = {
|
|
|
60
80
|
{
|
|
61
81
|
wrapper: null,
|
|
62
82
|
headerWrapper: null,
|
|
63
|
-
|
|
83
|
+
header: null,
|
|
84
|
+
title: "Ship product, not process",
|
|
64
85
|
description:
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
ctas: [{ cta: "Get Started" }, { cta: "Learn More" }],
|
|
86
|
+
"Operating System for fast-moving teams. Replace five disconnected tools with one workspace — issues, docs, and sprints in real-time sync.",
|
|
87
|
+
ctas: [{ cta: "Start free trial" }, { cta: "Book a demo" }],
|
|
68
88
|
image: MEDIA_1,
|
|
69
89
|
},
|
|
70
90
|
{
|
|
71
91
|
wrapper: null,
|
|
72
92
|
headerWrapper: null,
|
|
73
|
-
|
|
93
|
+
header: null,
|
|
94
|
+
title: "Every workflow in one place",
|
|
74
95
|
description:
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
ctas: [{ cta: "Invest Now" }, { cta: "Learn More" }],
|
|
96
|
+
"Automations, dashboards, and integrations wired together through a single API. 99.99% uptime, webhooks for everything, zero glue code to maintain.",
|
|
97
|
+
ctas: [{ cta: "See it live" }, { cta: "Read docs" }],
|
|
78
98
|
image: MEDIA_2,
|
|
79
99
|
},
|
|
80
100
|
{
|
|
81
101
|
wrapper: null,
|
|
82
102
|
headerWrapper: null,
|
|
83
|
-
|
|
103
|
+
header: null,
|
|
104
|
+
title: "Built for enterprise trust",
|
|
84
105
|
description:
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
ctas: [{ cta: "Open Account" }, { cta: "Learn More" }],
|
|
106
|
+
"SOC 2 Type II, SSO, SCIM, and audit logs from day one. P1 SLA under an hour, data residency in three regions, no quiet backend changes.",
|
|
107
|
+
ctas: [{ cta: "View pricing" }, { cta: "Talk to sales" }],
|
|
88
108
|
image: MEDIA_3,
|
|
89
109
|
},
|
|
90
|
-
{
|
|
91
|
-
wrapper: null,
|
|
92
|
-
headerWrapper: null,
|
|
93
|
-
title: "Expert Financial Planning for Business Growth",
|
|
94
|
-
description:
|
|
95
|
-
"Expert Financial Planning for Business Growth Expert Financial Planning for Business Growth Expert Financial Planning for Business Growth Expert Financial Planning for Business Growth ",
|
|
96
|
-
ctas_levoGroup: null,
|
|
97
|
-
ctas: [{ cta: "Learn More" }, { cta: "Get Started" }],
|
|
98
|
-
image: MEDIA_1,
|
|
99
|
-
},
|
|
100
110
|
],
|
|
101
111
|
};
|
|
102
112
|
|
|
@@ -225,309 +235,341 @@ export const Hero4: IBlock = {
|
|
|
225
235
|
width: "100%",
|
|
226
236
|
height: "100%",
|
|
227
237
|
},
|
|
228
|
-
|
|
229
|
-
{
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"align-items": "center",
|
|
238
|
-
"justify-content": "center",
|
|
239
|
-
"padding-left": "sm",
|
|
240
|
-
"padding-top": "sm",
|
|
241
|
-
"padding-right": "sm",
|
|
242
|
-
"row-gap": "md",
|
|
243
|
-
"margin-bottom": "md",
|
|
244
|
-
},
|
|
245
|
-
tablet: {
|
|
246
|
-
"flex-direction": "column",
|
|
247
|
-
"align-items": "center",
|
|
248
|
-
"row-gap": "lg",
|
|
249
|
-
"margin-bottom": "lg",
|
|
250
|
-
},
|
|
238
|
+
slides_levoGroupItem: {
|
|
239
|
+
wrapper: {
|
|
240
|
+
display: "flex",
|
|
241
|
+
"flex-direction": "column",
|
|
242
|
+
"row-gap": "lg",
|
|
243
|
+
padding: "lg",
|
|
244
|
+
mobile: {
|
|
245
|
+
padding: "md",
|
|
246
|
+
"row-gap": "sm",
|
|
251
247
|
},
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
248
|
+
},
|
|
249
|
+
headerWrapper: {
|
|
250
|
+
display: "flex",
|
|
251
|
+
"align-items": "center",
|
|
252
|
+
"justify-content": "space-between",
|
|
253
|
+
"column-gap": "lg",
|
|
254
|
+
"margin-bottom": "lg",
|
|
255
|
+
mobile: {
|
|
256
|
+
"flex-direction": "column",
|
|
260
257
|
"align-items": "center",
|
|
261
258
|
"justify-content": "center",
|
|
262
|
-
"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
cta: {},
|
|
268
|
-
})),
|
|
269
|
-
image: {
|
|
270
|
-
width: "100%",
|
|
271
|
-
height: "100%",
|
|
272
|
-
"object-fit": "cover",
|
|
273
|
-
"object-position": "center",
|
|
274
|
-
"border-radius": "base",
|
|
259
|
+
"padding-left": "sm",
|
|
260
|
+
"padding-top": "sm",
|
|
261
|
+
"padding-right": "sm",
|
|
262
|
+
"row-gap": "md",
|
|
263
|
+
"margin-bottom": "md",
|
|
275
264
|
},
|
|
276
|
-
|
|
277
|
-
display: "flex",
|
|
265
|
+
tablet: {
|
|
278
266
|
"flex-direction": "column",
|
|
279
|
-
"
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
padding: "md",
|
|
283
|
-
"row-gap": "sm",
|
|
284
|
-
},
|
|
267
|
+
"align-items": "center",
|
|
268
|
+
"row-gap": "lg",
|
|
269
|
+
"margin-bottom": "lg",
|
|
285
270
|
},
|
|
286
|
-
|
|
287
|
-
|
|
271
|
+
},
|
|
272
|
+
header: {
|
|
273
|
+
"max-width": "36rem",
|
|
274
|
+
},
|
|
275
|
+
title: {
|
|
276
|
+
"margin-bottom": "sm",
|
|
277
|
+
tablet: {
|
|
278
|
+
"text-align": "center",
|
|
288
279
|
},
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
280
|
+
},
|
|
281
|
+
description: {
|
|
282
|
+
tablet: {
|
|
283
|
+
"text-align": "center",
|
|
293
284
|
},
|
|
294
285
|
},
|
|
295
|
-
{
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
286
|
+
ctas_levoGroup: {
|
|
287
|
+
display: "flex",
|
|
288
|
+
"align-items": "center",
|
|
289
|
+
"justify-content": "flex-end",
|
|
290
|
+
"column-gap": "sm",
|
|
291
|
+
"flex-shrink": "0",
|
|
292
|
+
tablet: {
|
|
299
293
|
"justify-content": "center",
|
|
300
|
-
"column-gap": "sm",
|
|
301
|
-
},
|
|
302
|
-
ctas: Array(2)
|
|
303
|
-
.fill(0)
|
|
304
|
-
.map((v) => ({
|
|
305
|
-
cta: {},
|
|
306
|
-
})),
|
|
307
|
-
headerWrapper: {
|
|
308
|
-
display: "flex",
|
|
309
|
-
"align-items": "start",
|
|
310
|
-
"justify-content": "space-between",
|
|
311
|
-
"margin-bottom": "lg",
|
|
312
|
-
mobile: {
|
|
313
|
-
"flex-direction": "column",
|
|
314
|
-
"align-items": "center",
|
|
315
|
-
"justify-content": "center",
|
|
316
|
-
"padding-left": "sm",
|
|
317
|
-
"padding-top": "sm",
|
|
318
|
-
"padding-right": "sm",
|
|
319
|
-
"row-gap": "md",
|
|
320
|
-
"margin-bottom": "md",
|
|
321
|
-
},
|
|
322
|
-
tablet: {
|
|
323
|
-
"flex-direction": "column",
|
|
324
|
-
"align-items": "center",
|
|
325
|
-
"row-gap": "lg",
|
|
326
|
-
"margin-bottom": "lg",
|
|
327
|
-
},
|
|
328
294
|
},
|
|
295
|
+
},
|
|
296
|
+
ctas_levoGroupItem: {
|
|
297
|
+
cta: {},
|
|
298
|
+
},
|
|
299
|
+
ctas: [{}, {}],
|
|
300
|
+
image: {
|
|
301
|
+
width: "100%",
|
|
302
|
+
height: "420px",
|
|
303
|
+
"object-fit": "cover",
|
|
304
|
+
"object-position": "center",
|
|
305
|
+
"border-radius": "base",
|
|
306
|
+
"aspect-ratio": "16 / 9",
|
|
307
|
+
mobile: {
|
|
308
|
+
height: "240px",
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
},
|
|
312
|
+
slides: [{}, {}, {}],
|
|
313
|
+
},
|
|
314
|
+
content: DEFAULT_CONTENT,
|
|
315
|
+
config: {
|
|
316
|
+
slides: Array(3)
|
|
317
|
+
.fill(0)
|
|
318
|
+
.map(() => ({
|
|
329
319
|
title: {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
"text-align": "center",
|
|
320
|
+
heading: {
|
|
321
|
+
level: "1",
|
|
333
322
|
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
width: "100%",
|
|
337
|
-
height: "100%",
|
|
338
|
-
"object-fit": "cover",
|
|
339
|
-
"object-position": "center",
|
|
340
|
-
"border-radius": "base",
|
|
341
|
-
},
|
|
342
|
-
wrapper: {
|
|
343
|
-
display: "flex",
|
|
344
|
-
"flex-direction": "column",
|
|
345
|
-
"row-gap": "md",
|
|
346
|
-
padding: "lg",
|
|
347
|
-
mobile: {
|
|
348
|
-
padding: "md",
|
|
349
|
-
"row-gap": "sm",
|
|
323
|
+
selectedVariants: {
|
|
324
|
+
Heading_Level: "H1",
|
|
350
325
|
},
|
|
351
326
|
},
|
|
352
327
|
header: {
|
|
353
|
-
|
|
328
|
+
selectedVariants: {},
|
|
354
329
|
},
|
|
355
330
|
description: {
|
|
356
|
-
|
|
357
|
-
"text-align": "center",
|
|
358
|
-
},
|
|
331
|
+
selectedVariants: {},
|
|
359
332
|
},
|
|
333
|
+
ctas: [
|
|
334
|
+
{ cta: { selectedVariants: {} } },
|
|
335
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
336
|
+
],
|
|
337
|
+
})),
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
key: "compact_slider",
|
|
342
|
+
title: "Compact Slider",
|
|
343
|
+
styles: {
|
|
344
|
+
layout: {},
|
|
345
|
+
container: {
|
|
346
|
+
position: "relative",
|
|
347
|
+
},
|
|
348
|
+
slider_dots: {
|
|
349
|
+
position: "absolute",
|
|
350
|
+
bottom: "16px",
|
|
351
|
+
right: "24px",
|
|
352
|
+
display: "flex",
|
|
353
|
+
"column-gap": "xs",
|
|
354
|
+
"align-items": "center",
|
|
355
|
+
"z-index": "20",
|
|
356
|
+
"padding-top": "2xs",
|
|
357
|
+
"padding-right": "xs",
|
|
358
|
+
"padding-bottom": "2xs",
|
|
359
|
+
"padding-left": "xs",
|
|
360
|
+
"border-radius": "base",
|
|
361
|
+
tablet: {
|
|
362
|
+
bottom: "12px",
|
|
363
|
+
right: "16px",
|
|
360
364
|
},
|
|
361
|
-
{
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"padding-right": "sm",
|
|
385
|
-
"row-gap": "md",
|
|
386
|
-
"margin-bottom": "md",
|
|
387
|
-
},
|
|
388
|
-
tablet: {
|
|
389
|
-
"flex-direction": "column",
|
|
390
|
-
"align-items": "center",
|
|
391
|
-
"row-gap": "lg",
|
|
392
|
-
"margin-bottom": "lg",
|
|
393
|
-
},
|
|
394
|
-
},
|
|
395
|
-
title: {
|
|
396
|
-
"margin-bottom": "md",
|
|
397
|
-
tablet: {
|
|
398
|
-
"text-align": "center",
|
|
399
|
-
},
|
|
400
|
-
},
|
|
401
|
-
image: {
|
|
402
|
-
width: "100%",
|
|
403
|
-
height: "100%",
|
|
404
|
-
"object-fit": "cover",
|
|
405
|
-
"object-position": "center",
|
|
406
|
-
"border-radius": "base",
|
|
407
|
-
},
|
|
408
|
-
wrapper: {
|
|
409
|
-
display: "flex",
|
|
365
|
+
mobile: {
|
|
366
|
+
bottom: "8px",
|
|
367
|
+
right: "12px",
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
slider_dot: {
|
|
371
|
+
width: "6px",
|
|
372
|
+
height: "6px",
|
|
373
|
+
"border-radius": "base",
|
|
374
|
+
"background-color": "text-1",
|
|
375
|
+
},
|
|
376
|
+
slides_levoGroup: {
|
|
377
|
+
width: "100%",
|
|
378
|
+
height: "100%",
|
|
379
|
+
},
|
|
380
|
+
slides_levoGroupItem: {
|
|
381
|
+
wrapper: {
|
|
382
|
+
display: "flex",
|
|
383
|
+
"flex-direction": "row",
|
|
384
|
+
"align-items": "center",
|
|
385
|
+
"column-gap": "xl",
|
|
386
|
+
padding: "md",
|
|
387
|
+
mobile: {
|
|
410
388
|
"flex-direction": "column",
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
mobile: {
|
|
414
|
-
padding: "md",
|
|
415
|
-
"row-gap": "sm",
|
|
416
|
-
},
|
|
389
|
+
padding: "sm",
|
|
390
|
+
"row-gap": "sm",
|
|
417
391
|
},
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
392
|
+
},
|
|
393
|
+
headerWrapper: {
|
|
394
|
+
display: "flex",
|
|
395
|
+
"flex-direction": "column",
|
|
396
|
+
"align-items": "start",
|
|
397
|
+
flex: "1",
|
|
398
|
+
"row-gap": "md",
|
|
399
|
+
mobile: {
|
|
400
|
+
"align-items": "center",
|
|
425
401
|
},
|
|
426
402
|
},
|
|
427
|
-
{
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
"flex-direction": "column",
|
|
435
|
-
"align-items": "center",
|
|
436
|
-
"justify-content": "center",
|
|
437
|
-
"padding-left": "sm",
|
|
438
|
-
"padding-top": "sm",
|
|
439
|
-
"padding-right": "sm",
|
|
440
|
-
"row-gap": "md",
|
|
441
|
-
"margin-bottom": "md",
|
|
442
|
-
},
|
|
443
|
-
tablet: {
|
|
444
|
-
"flex-direction": "column",
|
|
445
|
-
"align-items": "center",
|
|
446
|
-
"row-gap": "lg",
|
|
447
|
-
"margin-bottom": "lg",
|
|
448
|
-
},
|
|
403
|
+
header: {
|
|
404
|
+
"max-width": "32rem",
|
|
405
|
+
},
|
|
406
|
+
title: {
|
|
407
|
+
"margin-bottom": "sm",
|
|
408
|
+
mobile: {
|
|
409
|
+
"text-align": "center",
|
|
449
410
|
},
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
},
|
|
411
|
+
},
|
|
412
|
+
description: {
|
|
413
|
+
mobile: {
|
|
414
|
+
"text-align": "center",
|
|
455
415
|
},
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
416
|
+
},
|
|
417
|
+
ctas_levoGroup: {
|
|
418
|
+
display: "flex",
|
|
419
|
+
"align-items": "center",
|
|
420
|
+
"column-gap": "sm",
|
|
421
|
+
"margin-top": "sm",
|
|
422
|
+
},
|
|
423
|
+
ctas_levoGroupItem: {
|
|
424
|
+
cta: {},
|
|
425
|
+
},
|
|
426
|
+
ctas: [{}, {}],
|
|
427
|
+
image: {
|
|
428
|
+
width: "50%",
|
|
429
|
+
height: "360px",
|
|
430
|
+
"object-fit": "cover",
|
|
431
|
+
"object-position": "center",
|
|
432
|
+
"border-radius": "base",
|
|
433
|
+
"flex-shrink": "0",
|
|
434
|
+
mobile: {
|
|
468
435
|
width: "100%",
|
|
469
|
-
height: "
|
|
470
|
-
"object-fit": "cover",
|
|
471
|
-
"object-position": "center",
|
|
472
|
-
"border-radius": "base",
|
|
436
|
+
height: "220px",
|
|
473
437
|
},
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
438
|
+
},
|
|
439
|
+
},
|
|
440
|
+
slides: [{}, {}, {}],
|
|
441
|
+
},
|
|
442
|
+
content: DEFAULT_CONTENT,
|
|
443
|
+
config: {
|
|
444
|
+
slides: Array(3)
|
|
445
|
+
.fill(0)
|
|
446
|
+
.map(() => ({
|
|
447
|
+
title: {
|
|
448
|
+
heading: {
|
|
449
|
+
level: "1",
|
|
450
|
+
},
|
|
451
|
+
selectedVariants: {
|
|
452
|
+
Heading_Level: "H1",
|
|
482
453
|
},
|
|
483
454
|
},
|
|
484
455
|
header: {
|
|
485
|
-
|
|
456
|
+
selectedVariants: {},
|
|
486
457
|
},
|
|
487
458
|
description: {
|
|
488
|
-
|
|
489
|
-
"text-align": "center",
|
|
490
|
-
},
|
|
459
|
+
selectedVariants: {},
|
|
491
460
|
},
|
|
492
|
-
|
|
493
|
-
|
|
461
|
+
ctas: [
|
|
462
|
+
{ cta: { selectedVariants: {} } },
|
|
463
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
464
|
+
],
|
|
465
|
+
})),
|
|
494
466
|
},
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
key: "full_bleed",
|
|
470
|
+
title: "Full Bleed",
|
|
471
|
+
styles: {
|
|
472
|
+
layout: {},
|
|
473
|
+
container: {
|
|
474
|
+
position: "relative",
|
|
475
|
+
},
|
|
476
|
+
slider_dots: {
|
|
477
|
+
position: "absolute",
|
|
478
|
+
bottom: "30px",
|
|
479
|
+
left: "50%",
|
|
480
|
+
transform: "translateX(-50%)",
|
|
481
|
+
display: "flex",
|
|
482
|
+
"column-gap": "xs",
|
|
483
|
+
"align-items": "center",
|
|
484
|
+
"z-index": "20",
|
|
485
|
+
"padding-top": "xs",
|
|
486
|
+
"padding-right": "xs",
|
|
487
|
+
"padding-bottom": "xs",
|
|
488
|
+
"padding-left": "xs",
|
|
489
|
+
"border-radius": "base",
|
|
490
|
+
tablet: {
|
|
491
|
+
bottom: "20px",
|
|
500
492
|
},
|
|
501
|
-
|
|
502
|
-
|
|
493
|
+
mobile: {
|
|
494
|
+
bottom: "10px",
|
|
503
495
|
},
|
|
504
496
|
},
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
497
|
+
slider_dot: {
|
|
498
|
+
width: "8px",
|
|
499
|
+
height: "8px",
|
|
500
|
+
"border-radius": "base",
|
|
501
|
+
"background-color": "background-2",
|
|
502
|
+
},
|
|
503
|
+
slides_levoGroup: {
|
|
504
|
+
width: "100%",
|
|
505
|
+
height: "100%",
|
|
506
|
+
},
|
|
507
|
+
slides_levoGroupItem: {
|
|
508
|
+
wrapper: {
|
|
509
|
+
display: "flex",
|
|
510
|
+
"flex-direction": "column",
|
|
511
|
+
"justify-content": "flex-end",
|
|
512
|
+
position: "relative",
|
|
513
|
+
overflow: "hidden",
|
|
514
|
+
"min-height": "620px",
|
|
515
|
+
"border-radius": "base",
|
|
516
|
+
mobile: {
|
|
517
|
+
"min-height": "440px",
|
|
518
|
+
},
|
|
508
519
|
},
|
|
509
|
-
|
|
510
|
-
|
|
520
|
+
headerWrapper: {
|
|
521
|
+
display: "flex",
|
|
522
|
+
"flex-direction": "column",
|
|
523
|
+
"align-items": "start",
|
|
524
|
+
position: "relative",
|
|
525
|
+
"z-index": "10",
|
|
526
|
+
padding: "2xl",
|
|
527
|
+
"row-gap": "sm",
|
|
528
|
+
background:
|
|
529
|
+
"linear-gradient(to top, rgba(10,15,25,0.88) 0%, rgba(10,15,25,0.55) 55%, rgba(10,15,25,0) 100%)",
|
|
530
|
+
mobile: {
|
|
531
|
+
padding: "lg",
|
|
532
|
+
},
|
|
511
533
|
},
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
heading: {
|
|
515
|
-
level: 1,
|
|
534
|
+
header: {
|
|
535
|
+
"max-width": "40rem",
|
|
516
536
|
},
|
|
517
|
-
|
|
518
|
-
|
|
537
|
+
title: {
|
|
538
|
+
"margin-bottom": "sm",
|
|
539
|
+
color: "background-2",
|
|
519
540
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
541
|
+
description: {
|
|
542
|
+
color: "background-2",
|
|
543
|
+
opacity: "0.92",
|
|
544
|
+
},
|
|
545
|
+
ctas_levoGroup: {
|
|
546
|
+
display: "flex",
|
|
547
|
+
"align-items": "center",
|
|
548
|
+
"column-gap": "sm",
|
|
549
|
+
"margin-top": "md",
|
|
550
|
+
},
|
|
551
|
+
ctas_levoGroupItem: {
|
|
552
|
+
cta: {},
|
|
524
553
|
},
|
|
525
|
-
|
|
526
|
-
|
|
554
|
+
ctas: [{}, {}],
|
|
555
|
+
image: {
|
|
556
|
+
position: "absolute",
|
|
557
|
+
top: "0",
|
|
558
|
+
left: "0",
|
|
559
|
+
width: "100%",
|
|
560
|
+
height: "100%",
|
|
561
|
+
"object-fit": "cover",
|
|
562
|
+
"object-position": "center",
|
|
563
|
+
"border-radius": "0",
|
|
527
564
|
},
|
|
528
565
|
},
|
|
529
|
-
slides: [
|
|
530
|
-
|
|
566
|
+
slides: [{}, {}, {}],
|
|
567
|
+
},
|
|
568
|
+
content: DEFAULT_CONTENT,
|
|
569
|
+
config: {
|
|
570
|
+
slides: Array(3)
|
|
571
|
+
.fill(0)
|
|
572
|
+
.map(() => ({
|
|
531
573
|
title: {
|
|
532
574
|
heading: {
|
|
533
575
|
level: "1",
|
|
@@ -542,31 +584,140 @@ export const Hero4: IBlock = {
|
|
|
542
584
|
description: {
|
|
543
585
|
selectedVariants: {},
|
|
544
586
|
},
|
|
587
|
+
ctas: [
|
|
588
|
+
{ cta: { selectedVariants: {} } },
|
|
589
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
590
|
+
],
|
|
591
|
+
})),
|
|
592
|
+
},
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
key: "side_panel",
|
|
596
|
+
title: "Side Panel",
|
|
597
|
+
styles: {
|
|
598
|
+
layout: {},
|
|
599
|
+
container: {
|
|
600
|
+
position: "relative",
|
|
601
|
+
},
|
|
602
|
+
slider_dots: {
|
|
603
|
+
position: "absolute",
|
|
604
|
+
bottom: "30px",
|
|
605
|
+
left: "50%",
|
|
606
|
+
transform: "translateX(-50%)",
|
|
607
|
+
display: "flex",
|
|
608
|
+
"column-gap": "xs",
|
|
609
|
+
"align-items": "center",
|
|
610
|
+
"z-index": "20",
|
|
611
|
+
"padding-top": "xs",
|
|
612
|
+
"padding-right": "xs",
|
|
613
|
+
"padding-bottom": "xs",
|
|
614
|
+
"padding-left": "xs",
|
|
615
|
+
"border-radius": "base",
|
|
616
|
+
tablet: {
|
|
617
|
+
bottom: "20px",
|
|
618
|
+
},
|
|
619
|
+
mobile: {
|
|
620
|
+
bottom: "10px",
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
slider_dot: {
|
|
624
|
+
width: "8px",
|
|
625
|
+
height: "8px",
|
|
626
|
+
"border-radius": "base",
|
|
627
|
+
"background-color": "text-1",
|
|
628
|
+
},
|
|
629
|
+
slides_levoGroup: {
|
|
630
|
+
width: "100%",
|
|
631
|
+
height: "100%",
|
|
632
|
+
},
|
|
633
|
+
slides_levoGroupItem: {
|
|
634
|
+
wrapper: {
|
|
635
|
+
display: "flex",
|
|
636
|
+
"flex-direction": "row",
|
|
637
|
+
"align-items": "stretch",
|
|
638
|
+
"min-height": "520px",
|
|
639
|
+
"border-radius": "base",
|
|
640
|
+
overflow: "hidden",
|
|
641
|
+
tablet: {
|
|
642
|
+
"flex-direction": "column",
|
|
643
|
+
},
|
|
644
|
+
mobile: {
|
|
645
|
+
"flex-direction": "column",
|
|
646
|
+
},
|
|
545
647
|
},
|
|
546
|
-
{
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
648
|
+
headerWrapper: {
|
|
649
|
+
display: "flex",
|
|
650
|
+
"flex-direction": "column",
|
|
651
|
+
"align-items": "start",
|
|
652
|
+
"justify-content": "center",
|
|
653
|
+
"row-gap": "md",
|
|
654
|
+
width: "42%",
|
|
655
|
+
padding: "2xl",
|
|
656
|
+
tablet: {
|
|
657
|
+
width: "100%",
|
|
658
|
+
padding: "lg",
|
|
659
|
+
"align-items": "center",
|
|
554
660
|
},
|
|
555
|
-
|
|
556
|
-
|
|
661
|
+
mobile: {
|
|
662
|
+
width: "100%",
|
|
663
|
+
padding: "md",
|
|
664
|
+
"align-items": "center",
|
|
557
665
|
},
|
|
558
|
-
|
|
559
|
-
|
|
666
|
+
},
|
|
667
|
+
header: {
|
|
668
|
+
"max-width": "100%",
|
|
669
|
+
},
|
|
670
|
+
title: {
|
|
671
|
+
"margin-bottom": "sm",
|
|
672
|
+
tablet: {
|
|
673
|
+
"text-align": "center",
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
description: {
|
|
677
|
+
tablet: {
|
|
678
|
+
"text-align": "center",
|
|
560
679
|
},
|
|
561
680
|
},
|
|
562
|
-
{
|
|
681
|
+
ctas_levoGroup: {
|
|
682
|
+
display: "flex",
|
|
683
|
+
"align-items": "center",
|
|
684
|
+
"column-gap": "sm",
|
|
685
|
+
"margin-top": "md",
|
|
686
|
+
},
|
|
687
|
+
ctas_levoGroupItem: {
|
|
688
|
+
cta: {},
|
|
689
|
+
},
|
|
690
|
+
ctas: [{}, {}],
|
|
691
|
+
image: {
|
|
692
|
+
width: "58%",
|
|
693
|
+
height: "520px",
|
|
694
|
+
"object-fit": "cover",
|
|
695
|
+
"object-position": "center",
|
|
696
|
+
"border-radius": "0",
|
|
697
|
+
tablet: {
|
|
698
|
+
width: "100%",
|
|
699
|
+
height: "320px",
|
|
700
|
+
},
|
|
701
|
+
mobile: {
|
|
702
|
+
width: "100%",
|
|
703
|
+
height: "240px",
|
|
704
|
+
},
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
slides: [{}, {}, {}],
|
|
708
|
+
},
|
|
709
|
+
content: DEFAULT_CONTENT,
|
|
710
|
+
config: {
|
|
711
|
+
slides: Array(3)
|
|
712
|
+
.fill(0)
|
|
713
|
+
.map(() => ({
|
|
563
714
|
title: {
|
|
564
|
-
selectedVariants: {
|
|
565
|
-
Heading_Level: "H1",
|
|
566
|
-
},
|
|
567
715
|
heading: {
|
|
568
716
|
level: "1",
|
|
569
717
|
},
|
|
718
|
+
selectedVariants: {
|
|
719
|
+
Heading_Level: "H1",
|
|
720
|
+
},
|
|
570
721
|
},
|
|
571
722
|
header: {
|
|
572
723
|
selectedVariants: {},
|
|
@@ -574,15 +725,128 @@ export const Hero4: IBlock = {
|
|
|
574
725
|
description: {
|
|
575
726
|
selectedVariants: {},
|
|
576
727
|
},
|
|
728
|
+
ctas: [
|
|
729
|
+
{ cta: { selectedVariants: {} } },
|
|
730
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
731
|
+
],
|
|
732
|
+
})),
|
|
733
|
+
},
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
key: "minimal_cards",
|
|
737
|
+
title: "Minimal Cards",
|
|
738
|
+
styles: {
|
|
739
|
+
layout: {},
|
|
740
|
+
container: {
|
|
741
|
+
position: "relative",
|
|
742
|
+
},
|
|
743
|
+
slider_dots: {
|
|
744
|
+
position: "absolute",
|
|
745
|
+
bottom: "30px",
|
|
746
|
+
left: "50%",
|
|
747
|
+
transform: "translateX(-50%)",
|
|
748
|
+
display: "flex",
|
|
749
|
+
"column-gap": "xs",
|
|
750
|
+
"align-items": "center",
|
|
751
|
+
"z-index": "20",
|
|
752
|
+
"padding-top": "xs",
|
|
753
|
+
"padding-right": "xs",
|
|
754
|
+
"padding-bottom": "xs",
|
|
755
|
+
"padding-left": "xs",
|
|
756
|
+
"border-radius": "base",
|
|
757
|
+
tablet: {
|
|
758
|
+
bottom: "20px",
|
|
759
|
+
},
|
|
760
|
+
mobile: {
|
|
761
|
+
bottom: "10px",
|
|
762
|
+
},
|
|
763
|
+
},
|
|
764
|
+
slider_dot: {
|
|
765
|
+
width: "8px",
|
|
766
|
+
height: "8px",
|
|
767
|
+
"border-radius": "base",
|
|
768
|
+
"background-color": "text-1",
|
|
769
|
+
},
|
|
770
|
+
slides_levoGroup: {
|
|
771
|
+
width: "100%",
|
|
772
|
+
height: "100%",
|
|
773
|
+
},
|
|
774
|
+
slides_levoGroupItem: {
|
|
775
|
+
wrapper: {
|
|
776
|
+
display: "flex",
|
|
777
|
+
"flex-direction": "column",
|
|
778
|
+
"row-gap": "lg",
|
|
779
|
+
padding: "xl",
|
|
780
|
+
"background-color": "background-2",
|
|
781
|
+
"border-width": "1px",
|
|
782
|
+
"border-style": "solid",
|
|
783
|
+
"border-color": "stroke-1",
|
|
784
|
+
"border-radius": "lg",
|
|
785
|
+
"box-shadow": "0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06)",
|
|
786
|
+
mobile: {
|
|
787
|
+
padding: "lg",
|
|
788
|
+
"row-gap": "md",
|
|
789
|
+
},
|
|
790
|
+
},
|
|
791
|
+
headerWrapper: {
|
|
792
|
+
display: "flex",
|
|
793
|
+
"flex-direction": "column",
|
|
794
|
+
"align-items": "start",
|
|
795
|
+
"row-gap": "sm",
|
|
796
|
+
mobile: {
|
|
797
|
+
"align-items": "center",
|
|
798
|
+
},
|
|
577
799
|
},
|
|
578
|
-
{
|
|
800
|
+
header: {
|
|
801
|
+
"max-width": "42rem",
|
|
802
|
+
},
|
|
803
|
+
title: {
|
|
804
|
+
"margin-bottom": "sm",
|
|
805
|
+
mobile: {
|
|
806
|
+
"text-align": "center",
|
|
807
|
+
},
|
|
808
|
+
},
|
|
809
|
+
description: {
|
|
810
|
+
mobile: {
|
|
811
|
+
"text-align": "center",
|
|
812
|
+
},
|
|
813
|
+
},
|
|
814
|
+
ctas_levoGroup: {
|
|
815
|
+
display: "flex",
|
|
816
|
+
"align-items": "center",
|
|
817
|
+
"column-gap": "sm",
|
|
818
|
+
"margin-top": "md",
|
|
819
|
+
},
|
|
820
|
+
ctas_levoGroupItem: {
|
|
821
|
+
cta: {},
|
|
822
|
+
},
|
|
823
|
+
ctas: [{}, {}],
|
|
824
|
+
image: {
|
|
825
|
+
width: "100%",
|
|
826
|
+
height: "380px",
|
|
827
|
+
"object-fit": "cover",
|
|
828
|
+
"object-position": "center",
|
|
829
|
+
"border-radius": "md",
|
|
830
|
+
"aspect-ratio": "16 / 9",
|
|
831
|
+
mobile: {
|
|
832
|
+
height: "220px",
|
|
833
|
+
},
|
|
834
|
+
},
|
|
835
|
+
},
|
|
836
|
+
slides: [{}, {}, {}],
|
|
837
|
+
},
|
|
838
|
+
content: DEFAULT_CONTENT,
|
|
839
|
+
config: {
|
|
840
|
+
slides: Array(3)
|
|
841
|
+
.fill(0)
|
|
842
|
+
.map(() => ({
|
|
579
843
|
title: {
|
|
580
|
-
selectedVariants: {
|
|
581
|
-
Heading_Level: "H1",
|
|
582
|
-
},
|
|
583
844
|
heading: {
|
|
584
845
|
level: "1",
|
|
585
846
|
},
|
|
847
|
+
selectedVariants: {
|
|
848
|
+
Heading_Level: "H1",
|
|
849
|
+
},
|
|
586
850
|
},
|
|
587
851
|
header: {
|
|
588
852
|
selectedVariants: {},
|
|
@@ -590,8 +854,11 @@ export const Hero4: IBlock = {
|
|
|
590
854
|
description: {
|
|
591
855
|
selectedVariants: {},
|
|
592
856
|
},
|
|
593
|
-
|
|
594
|
-
|
|
857
|
+
ctas: [
|
|
858
|
+
{ cta: { selectedVariants: {} } },
|
|
859
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
860
|
+
],
|
|
861
|
+
})),
|
|
595
862
|
},
|
|
596
863
|
},
|
|
597
864
|
],
|