@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,13 +1,42 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const ICON_CLOUD_CONNECTION = {
|
|
4
4
|
kind: "icon",
|
|
5
5
|
data: {
|
|
6
|
-
id: "
|
|
7
|
-
label: "
|
|
8
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
6
|
+
id: "cloud-connection",
|
|
7
|
+
label: "Cloud Connection",
|
|
9
8
|
svgCode:
|
|
10
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="
|
|
9
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M16.0598 16.7499C16.0498 16.7499 16.0398 16.7499 16.0198 16.7499H6.3598C3.7298 16.5699 2.5498 14.5499 2.5498 12.7499C2.5498 11.1699 3.45982 9.41994 5.43982 8.89994C4.91982 6.72994 5.39981 4.69989 6.80981 3.21989C8.44981 1.49989 11.0698 0.81994 13.3398 1.51994C15.3998 2.14994 16.8498 3.82989 17.3898 6.15989C19.1798 6.58989 20.6098 7.94994 21.1798 9.82994C21.8098 11.8899 21.2298 13.9999 19.6798 15.3499C18.7098 16.2499 17.4198 16.7499 16.0598 16.7499ZM6.39981 10.2599C4.78981 10.3899 4.06982 11.5999 4.06982 12.7499C4.06982 13.9099 4.79981 15.1299 6.42981 15.2499H16.0398C16.0498 15.2499 16.0598 15.2499 16.0698 15.2499C17.0498 15.2499 17.9898 14.8899 18.6998 14.2299C20.0198 13.0799 20.1098 11.4299 19.7598 10.2599C19.3998 9.08993 18.4098 7.76991 16.6698 7.54991C16.3398 7.50991 16.0798 7.25991 16.0198 6.92991C15.6798 4.87991 14.5698 3.46994 12.9098 2.95994C11.1998 2.43994 9.14982 2.96994 7.90982 4.26994C6.69982 5.53994 6.41981 7.30994 7.11981 9.26994C7.25981 9.65994 7.05983 10.0899 6.66983 10.2299C6.57983 10.2499 6.49981 10.2699 6.39981 10.2599Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.75C11.59 19.75 11.25 19.41 11.25 19V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V19C12.75 19.41 12.41 19.75 12 19.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 23.75C10.48 23.75 9.25 22.52 9.25 21C9.25 19.48 10.48 18.25 12 18.25C13.52 18.25 14.75 19.48 14.75 21C14.75 22.52 13.52 23.75 12 23.75ZM12 19.75C11.31 19.75 10.75 20.31 10.75 21C10.75 21.69 11.31 22.25 12 22.25C12.69 22.25 13.25 21.69 13.25 21C13.25 20.31 12.69 19.75 12 19.75Z" fill="var(--color-icon-primary)"/>\n<path d="M18 21.75H14C13.59 21.75 13.25 21.41 13.25 21C13.25 20.59 13.59 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21C18.75 21.41 18.41 21.75 18 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.41 20.25 10.75 20.59 10.75 21C10.75 21.41 10.41 21.75 10 21.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const ICON_SHIELD_TICK = {
|
|
14
|
+
kind: "icon",
|
|
15
|
+
data: {
|
|
16
|
+
id: "shield-tick",
|
|
17
|
+
label: "Shield Tick",
|
|
18
|
+
svgCode:
|
|
19
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const ICON_FLASH = {
|
|
24
|
+
kind: "icon",
|
|
25
|
+
data: {
|
|
26
|
+
id: "flash",
|
|
27
|
+
label: "Flash",
|
|
28
|
+
svgCode:
|
|
29
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.98959 22.75C9.78959 22.75 9.62959 22.71 9.50959 22.66C9.10959 22.51 8.42959 22.02 8.42959 20.47V14.02H6.08959C4.74959 14.02 4.26959 13.39 4.09959 13.02C3.92959 12.64 3.77959 11.87 4.65959 10.86L12.2296 2.26001C13.2496 1.10001 14.0796 1.18001 14.4796 1.33001C14.8796 1.48001 15.5596 1.97001 15.5596 3.52001V9.97001H17.8996C19.2396 9.97001 19.7196 10.6 19.8896 10.97C20.0596 11.35 20.2096 12.12 19.3296 13.13L11.7596 21.73C11.0496 22.54 10.4296 22.75 9.98959 22.75ZM13.9296 2.74001C13.8996 2.78001 13.6896 2.88001 13.3596 3.26001L5.78959 11.86C5.50959 12.18 5.46959 12.38 5.46959 12.42C5.48959 12.43 5.66959 12.53 6.08959 12.53H9.17959C9.58959 12.53 9.92959 12.87 9.92959 13.28V20.48C9.92959 20.98 10.0196 21.2 10.0596 21.26C10.0896 21.22 10.2996 21.12 10.6296 20.74L18.1996 12.14C18.4796 11.82 18.5196 11.62 18.5196 11.58C18.4996 11.57 18.3196 11.47 17.8996 11.47H14.8096C14.3996 11.47 14.0596 11.13 14.0596 10.72V3.52001C14.0696 3.02001 13.9696 2.81001 13.9296 2.74001Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const ICON_CHART_SUCCESS = {
|
|
34
|
+
kind: "icon",
|
|
35
|
+
data: {
|
|
36
|
+
id: "chart-success",
|
|
37
|
+
label: "Chart Success",
|
|
38
|
+
svgCode:
|
|
39
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.98001 7 9.98001C7.41 9.98001 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.98001 17 9.98001C17.41 9.98001 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z" fill="var(--color-icon-primary)"/>\n<path d="M17.5803 21.75C17.3803 21.75 17.1903 21.67 17.0503 21.53L15.4703 19.96C15.1803 19.67 15.1703 19.19 15.4703 18.9C15.7603 18.61 16.2403 18.6 16.5303 18.9L17.5403 19.9L20.4403 16.51C20.7103 16.19 21.1803 16.16 21.5003 16.43C21.8103 16.7 21.8503 17.17 21.5803 17.49L18.1603 21.49C18.0203 21.65 17.8303 21.74 17.6203 21.75C17.6003 21.75 17.5903 21.75 17.5803 21.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
11
40
|
},
|
|
12
41
|
};
|
|
13
42
|
|
|
@@ -19,45 +48,49 @@ const DEFAULT_CONTENT = {
|
|
|
19
48
|
{
|
|
20
49
|
item_wrapper: null,
|
|
21
50
|
icon_content_wrapper: null,
|
|
22
|
-
icon:
|
|
51
|
+
icon: ICON_CLOUD_CONNECTION,
|
|
23
52
|
content_wrapper: null,
|
|
24
|
-
title: "
|
|
25
|
-
description:
|
|
53
|
+
title: "Zero-touch migration",
|
|
54
|
+
description:
|
|
55
|
+
"Lift-and-shift workloads with Terraform modules, automated DNS cutover, and blue-green deploys that keep traffic flowing.",
|
|
26
56
|
ctas_levoGroup: null,
|
|
27
|
-
ctas: [{ cta: "
|
|
57
|
+
ctas: [{ cta: "See architecture" }],
|
|
28
58
|
separator: null,
|
|
29
59
|
},
|
|
30
60
|
{
|
|
31
61
|
item_wrapper: null,
|
|
32
62
|
icon_content_wrapper: null,
|
|
33
|
-
icon:
|
|
63
|
+
icon: ICON_SHIELD_TICK,
|
|
34
64
|
content_wrapper: null,
|
|
35
|
-
title: "
|
|
36
|
-
description:
|
|
65
|
+
title: "Compliant by design",
|
|
66
|
+
description:
|
|
67
|
+
"SOC 2 Type II and ISO 27001 certified, with hardware-backed KMS keys rotated hourly and fine-grained just-in-time IAM.",
|
|
37
68
|
ctas_levoGroup: null,
|
|
38
|
-
ctas: [{ cta: "
|
|
69
|
+
ctas: [{ cta: "Read trust report" }],
|
|
39
70
|
separator: null,
|
|
40
71
|
},
|
|
41
72
|
{
|
|
42
73
|
item_wrapper: null,
|
|
43
74
|
icon_content_wrapper: null,
|
|
44
|
-
icon:
|
|
75
|
+
icon: ICON_FLASH,
|
|
45
76
|
content_wrapper: null,
|
|
46
|
-
title: "
|
|
47
|
-
description:
|
|
77
|
+
title: "Fast by default",
|
|
78
|
+
description:
|
|
79
|
+
"Multi-region failover in under 30 seconds, spot-instance pools, and prebuilt CI/CD pipelines that ship every runtime.",
|
|
48
80
|
ctas_levoGroup: null,
|
|
49
|
-
ctas: [{ cta: "
|
|
81
|
+
ctas: [{ cta: "View benchmarks" }],
|
|
50
82
|
separator: null,
|
|
51
83
|
},
|
|
52
84
|
{
|
|
53
85
|
item_wrapper: null,
|
|
54
86
|
icon_content_wrapper: null,
|
|
55
|
-
icon:
|
|
87
|
+
icon: ICON_CHART_SUCCESS,
|
|
56
88
|
content_wrapper: null,
|
|
57
|
-
title: "
|
|
58
|
-
description:
|
|
89
|
+
title: "Observability built-in",
|
|
90
|
+
description:
|
|
91
|
+
"OpenTelemetry traces, metrics, and logs in one pane, with cost anomaly alerts attributed to every service and team.",
|
|
59
92
|
ctas_levoGroup: null,
|
|
60
|
-
ctas: [{ cta: "
|
|
93
|
+
ctas: [{ cta: "Explore platform" }],
|
|
61
94
|
separator: null,
|
|
62
95
|
},
|
|
63
96
|
],
|
|
@@ -155,7 +188,7 @@ export const Features5: IBlock = {
|
|
|
155
188
|
prompt_description:
|
|
156
189
|
"Brief description explaining the feature benefit. Keep it concise and engaging (1-2 sentences).",
|
|
157
190
|
min_characters: 20,
|
|
158
|
-
max_characters:
|
|
191
|
+
max_characters: 160,
|
|
159
192
|
},
|
|
160
193
|
},
|
|
161
194
|
{
|
|
@@ -199,15 +232,13 @@ export const Features5: IBlock = {
|
|
|
199
232
|
features_levoGroup: {
|
|
200
233
|
display: "flex",
|
|
201
234
|
width: "100%",
|
|
202
|
-
"align-items": "
|
|
235
|
+
"align-items": "stretch",
|
|
203
236
|
"justify-content": "space-between",
|
|
204
237
|
mobile: {
|
|
205
238
|
"flex-direction": "column",
|
|
206
239
|
"row-gap": "xl",
|
|
207
|
-
|
|
208
240
|
display: "flex",
|
|
209
241
|
},
|
|
210
|
-
|
|
211
242
|
tablet: {
|
|
212
243
|
display: "grid",
|
|
213
244
|
"column-gap": "none",
|
|
@@ -217,384 +248,257 @@ export const Features5: IBlock = {
|
|
|
217
248
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
218
249
|
"grid-template-rows": "repeat(1, minmax(0, 1fr))",
|
|
219
250
|
},
|
|
220
|
-
|
|
221
|
-
{
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
mobile: {
|
|
227
|
-
"flex-direction": "column",
|
|
228
|
-
width: "100%",
|
|
229
|
-
|
|
230
|
-
"border-bottom": "1px s",
|
|
231
|
-
},
|
|
232
|
-
tablet: {},
|
|
233
|
-
},
|
|
234
|
-
icon_content_wrapper: {
|
|
235
|
-
display: "flex",
|
|
236
|
-
"align-items": "start",
|
|
237
|
-
"column-gap": "base",
|
|
238
|
-
"text-align": "left",
|
|
239
|
-
mobile: {
|
|
240
|
-
"flex-direction": "row",
|
|
241
|
-
"row-gap": "sm",
|
|
242
|
-
"text-align": "center",
|
|
243
|
-
|
|
244
|
-
"border-bottom": "1px solid",
|
|
245
|
-
"column-gap": "base",
|
|
246
|
-
},
|
|
247
|
-
|
|
248
|
-
"justify-content": "start",
|
|
249
|
-
},
|
|
250
|
-
icon: {
|
|
251
|
-
"flex-shrink": "0",
|
|
252
|
-
mobile: {
|
|
253
|
-
width: "40px",
|
|
254
|
-
height: "40px",
|
|
255
|
-
},
|
|
256
|
-
|
|
257
|
-
height: "36px",
|
|
258
|
-
width: "36px",
|
|
259
|
-
"font-size": "36px",
|
|
260
|
-
},
|
|
261
|
-
content_wrapper: {
|
|
262
|
-
display: "flex",
|
|
251
|
+
features_levoGroupItem: {
|
|
252
|
+
item_wrapper: {
|
|
253
|
+
display: "flex",
|
|
254
|
+
"align-items": "center",
|
|
255
|
+
"flex-grow": "1",
|
|
256
|
+
mobile: {
|
|
263
257
|
"flex-direction": "column",
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
"justify-content": "start",
|
|
267
|
-
"align-items": "start",
|
|
268
|
-
mobile: {
|
|
269
|
-
"justify-content": "start",
|
|
270
|
-
"align-items": "start",
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
title: {
|
|
274
|
-
mobile: {
|
|
275
|
-
"text-align": "center",
|
|
276
|
-
},
|
|
277
|
-
"font-weight": 700,
|
|
278
|
-
},
|
|
279
|
-
description: {
|
|
280
|
-
"max-width": "200px",
|
|
281
|
-
mobile: {
|
|
282
|
-
"max-width": "180px",
|
|
283
|
-
"text-align": "left",
|
|
284
|
-
},
|
|
285
|
-
},
|
|
286
|
-
ctas_levoGroup: {
|
|
287
|
-
display: "flex",
|
|
288
|
-
"flex-direction": "row",
|
|
289
|
-
"column-gap": "md",
|
|
290
|
-
"row-gap": "md",
|
|
291
|
-
"flex-wrap": "wrap",
|
|
292
|
-
"align-items": "center",
|
|
293
|
-
},
|
|
294
|
-
ctas: Array(2)
|
|
295
|
-
.fill(0)
|
|
296
|
-
.map(() => ({ cta: {} })),
|
|
297
|
-
separator: {
|
|
298
|
-
width: "1px",
|
|
299
|
-
height: "150px",
|
|
300
|
-
"background-color": "var(--color-border)",
|
|
301
|
-
"margin-left": "xl",
|
|
302
|
-
"margin-right": "xl",
|
|
303
|
-
mobile: {
|
|
304
|
-
display: "none",
|
|
305
|
-
},
|
|
306
|
-
|
|
307
|
-
tablet: {
|
|
308
|
-
display: "none",
|
|
309
|
-
height: "80px",
|
|
310
|
-
"margin-left": "none",
|
|
311
|
-
"margin-right": "none",
|
|
312
|
-
},
|
|
258
|
+
width: "100%",
|
|
313
259
|
},
|
|
260
|
+
tablet: {},
|
|
314
261
|
},
|
|
315
|
-
{
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"border-bottom": "1px s",
|
|
325
|
-
},
|
|
326
|
-
tablet: {},
|
|
327
|
-
},
|
|
328
|
-
icon_content_wrapper: {
|
|
329
|
-
display: "flex",
|
|
330
|
-
"align-items": "start",
|
|
331
|
-
"column-gap": "base",
|
|
262
|
+
icon_content_wrapper: {
|
|
263
|
+
display: "flex",
|
|
264
|
+
"align-items": "start",
|
|
265
|
+
"column-gap": "base",
|
|
266
|
+
"text-align": "left",
|
|
267
|
+
mobile: {
|
|
268
|
+
"flex-direction": "row",
|
|
269
|
+
"row-gap": "sm",
|
|
332
270
|
"text-align": "left",
|
|
333
|
-
|
|
334
|
-
"flex-direction": "row",
|
|
335
|
-
"row-gap": "sm",
|
|
336
|
-
"text-align": "center",
|
|
337
|
-
|
|
338
|
-
"border-bottom": "1px solid",
|
|
339
|
-
"column-gap": "base",
|
|
340
|
-
},
|
|
341
|
-
|
|
342
|
-
"justify-content": "start",
|
|
343
|
-
},
|
|
344
|
-
icon: {
|
|
345
|
-
"flex-shrink": "0",
|
|
346
|
-
mobile: {
|
|
347
|
-
width: "40px",
|
|
348
|
-
height: "40px",
|
|
349
|
-
},
|
|
350
|
-
|
|
351
|
-
height: "36px",
|
|
352
|
-
width: "36px",
|
|
353
|
-
"font-size": "36px",
|
|
271
|
+
"column-gap": "base",
|
|
354
272
|
},
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
273
|
+
"justify-content": "start",
|
|
274
|
+
},
|
|
275
|
+
icon: {
|
|
276
|
+
"flex-shrink": "0",
|
|
277
|
+
mobile: {
|
|
278
|
+
width: "20px",
|
|
279
|
+
height: "20px",
|
|
280
|
+
},
|
|
281
|
+
height: "20px",
|
|
282
|
+
width: "20px",
|
|
283
|
+
"font-size": "20px",
|
|
284
|
+
},
|
|
285
|
+
content_wrapper: {
|
|
286
|
+
display: "flex",
|
|
287
|
+
"flex-direction": "column",
|
|
288
|
+
"row-gap": "xs",
|
|
289
|
+
"justify-content": "start",
|
|
290
|
+
"align-items": "start",
|
|
291
|
+
mobile: {
|
|
360
292
|
"justify-content": "start",
|
|
361
293
|
"align-items": "start",
|
|
362
|
-
mobile: {
|
|
363
|
-
"justify-content": "start",
|
|
364
|
-
"align-items": "start",
|
|
365
|
-
},
|
|
366
|
-
},
|
|
367
|
-
title: {
|
|
368
|
-
mobile: {
|
|
369
|
-
"text-align": "center",
|
|
370
|
-
},
|
|
371
|
-
"font-weight": 700,
|
|
372
|
-
},
|
|
373
|
-
description: {
|
|
374
|
-
"max-width": "200px",
|
|
375
|
-
mobile: {
|
|
376
|
-
"max-width": "180px",
|
|
377
|
-
"text-align": "left",
|
|
378
|
-
},
|
|
379
|
-
},
|
|
380
|
-
ctas_levoGroup: {
|
|
381
|
-
display: "flex",
|
|
382
|
-
"flex-direction": "row",
|
|
383
|
-
"column-gap": "md",
|
|
384
|
-
"row-gap": "md",
|
|
385
|
-
"flex-wrap": "wrap",
|
|
386
|
-
"align-items": "center",
|
|
387
|
-
},
|
|
388
|
-
ctas: Array(2)
|
|
389
|
-
.fill(0)
|
|
390
|
-
.map(() => ({ cta: {} })),
|
|
391
|
-
separator: {
|
|
392
|
-
width: "1px",
|
|
393
|
-
height: "150px",
|
|
394
|
-
"background-color": "var(--color-border)",
|
|
395
|
-
"margin-left": "xl",
|
|
396
|
-
"margin-right": "xl",
|
|
397
|
-
mobile: {
|
|
398
|
-
display: "none",
|
|
399
|
-
},
|
|
400
|
-
|
|
401
|
-
tablet: {
|
|
402
|
-
display: "none",
|
|
403
|
-
height: "80px",
|
|
404
|
-
"margin-left": "none",
|
|
405
|
-
"margin-right": "none",
|
|
406
|
-
},
|
|
407
294
|
},
|
|
408
295
|
},
|
|
409
|
-
{
|
|
410
|
-
|
|
411
|
-
display: "flex",
|
|
412
|
-
"align-items": "center",
|
|
413
|
-
"flex-grow": "1",
|
|
414
|
-
mobile: {
|
|
415
|
-
"flex-direction": "column",
|
|
416
|
-
width: "100%",
|
|
417
|
-
|
|
418
|
-
"border-bottom": "1px s",
|
|
419
|
-
},
|
|
420
|
-
tablet: {},
|
|
421
|
-
},
|
|
422
|
-
icon_content_wrapper: {
|
|
423
|
-
display: "flex",
|
|
424
|
-
"align-items": "start",
|
|
425
|
-
"column-gap": "base",
|
|
296
|
+
title: {
|
|
297
|
+
mobile: {
|
|
426
298
|
"text-align": "left",
|
|
427
|
-
mobile: {
|
|
428
|
-
"flex-direction": "row",
|
|
429
|
-
"row-gap": "sm",
|
|
430
|
-
"text-align": "center",
|
|
431
|
-
|
|
432
|
-
"border-bottom": "1px solid",
|
|
433
|
-
"column-gap": "base",
|
|
434
|
-
},
|
|
435
|
-
|
|
436
|
-
"justify-content": "start",
|
|
437
|
-
},
|
|
438
|
-
icon: {
|
|
439
|
-
"flex-shrink": "0",
|
|
440
|
-
mobile: {
|
|
441
|
-
width: "40px",
|
|
442
|
-
height: "40px",
|
|
443
|
-
},
|
|
444
|
-
|
|
445
|
-
height: "36px",
|
|
446
|
-
width: "36px",
|
|
447
|
-
"font-size": "36px",
|
|
448
|
-
},
|
|
449
|
-
content_wrapper: {
|
|
450
|
-
display: "flex",
|
|
451
|
-
"flex-direction": "column",
|
|
452
|
-
"row-gap": "xs",
|
|
453
|
-
|
|
454
|
-
"justify-content": "start",
|
|
455
|
-
"align-items": "start",
|
|
456
|
-
mobile: {
|
|
457
|
-
"justify-content": "start",
|
|
458
|
-
"align-items": "start",
|
|
459
|
-
},
|
|
460
|
-
},
|
|
461
|
-
title: {
|
|
462
|
-
mobile: {
|
|
463
|
-
"text-align": "center",
|
|
464
|
-
},
|
|
465
|
-
"font-weight": 700,
|
|
466
|
-
},
|
|
467
|
-
description: {
|
|
468
|
-
"max-width": "200px",
|
|
469
|
-
mobile: {
|
|
470
|
-
"max-width": "180px",
|
|
471
|
-
"text-align": "left",
|
|
472
|
-
},
|
|
473
|
-
},
|
|
474
|
-
ctas_levoGroup: {
|
|
475
|
-
display: "flex",
|
|
476
|
-
"flex-direction": "row",
|
|
477
|
-
"column-gap": "md",
|
|
478
|
-
"row-gap": "md",
|
|
479
|
-
"flex-wrap": "wrap",
|
|
480
|
-
"align-items": "center",
|
|
481
|
-
},
|
|
482
|
-
ctas: Array(2)
|
|
483
|
-
.fill(0)
|
|
484
|
-
.map(() => ({ cta: {} })),
|
|
485
|
-
separator: {
|
|
486
|
-
width: "1px",
|
|
487
|
-
height: "150px",
|
|
488
|
-
"background-color": "var(--color-border)",
|
|
489
|
-
"margin-left": "xl",
|
|
490
|
-
"margin-right": "xl",
|
|
491
|
-
mobile: {
|
|
492
|
-
display: "none",
|
|
493
|
-
},
|
|
494
|
-
|
|
495
|
-
tablet: {
|
|
496
|
-
display: "none",
|
|
497
|
-
height: "80px",
|
|
498
|
-
"margin-left": "none",
|
|
499
|
-
"margin-right": "none",
|
|
500
|
-
},
|
|
501
299
|
},
|
|
300
|
+
"font-weight": 700,
|
|
502
301
|
},
|
|
503
|
-
{
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
"
|
|
507
|
-
"flex-grow": "1",
|
|
508
|
-
mobile: {
|
|
509
|
-
"flex-direction": "column",
|
|
510
|
-
width: "100%",
|
|
511
|
-
|
|
512
|
-
"border-bottom": "1px s",
|
|
513
|
-
},
|
|
514
|
-
tablet: {},
|
|
515
|
-
},
|
|
516
|
-
icon_content_wrapper: {
|
|
517
|
-
display: "flex",
|
|
518
|
-
"align-items": "start",
|
|
519
|
-
"column-gap": "base",
|
|
302
|
+
description: {
|
|
303
|
+
"max-width": "220px",
|
|
304
|
+
mobile: {
|
|
305
|
+
"max-width": "100%",
|
|
520
306
|
"text-align": "left",
|
|
521
|
-
mobile: {
|
|
522
|
-
"flex-direction": "row",
|
|
523
|
-
"row-gap": "sm",
|
|
524
|
-
"text-align": "center",
|
|
525
|
-
|
|
526
|
-
"border-bottom": "1px solid",
|
|
527
|
-
"column-gap": "base",
|
|
528
|
-
},
|
|
529
|
-
|
|
530
|
-
"justify-content": "start",
|
|
531
|
-
},
|
|
532
|
-
icon: {
|
|
533
|
-
"flex-shrink": "0",
|
|
534
|
-
mobile: {
|
|
535
|
-
width: "40px",
|
|
536
|
-
height: "40px",
|
|
537
|
-
},
|
|
538
|
-
|
|
539
|
-
height: "36px",
|
|
540
|
-
width: "36px",
|
|
541
|
-
"font-size": "36px",
|
|
542
307
|
},
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
308
|
+
},
|
|
309
|
+
ctas_levoGroup: {
|
|
310
|
+
display: "flex",
|
|
311
|
+
"flex-direction": "row",
|
|
312
|
+
"column-gap": "md",
|
|
313
|
+
"row-gap": "md",
|
|
314
|
+
"flex-wrap": "wrap",
|
|
315
|
+
"align-items": "center",
|
|
316
|
+
"margin-top": "sm",
|
|
317
|
+
},
|
|
318
|
+
ctas_levoGroupItem: { cta: {} },
|
|
319
|
+
ctas: [{}],
|
|
320
|
+
separator: {
|
|
321
|
+
width: "1px",
|
|
322
|
+
height: "120px",
|
|
323
|
+
"background-color": "var(--color-border)",
|
|
324
|
+
"margin-left": "xl",
|
|
325
|
+
"margin-right": "xl",
|
|
326
|
+
"flex-shrink": "0",
|
|
327
|
+
mobile: {
|
|
328
|
+
display: "none",
|
|
329
|
+
},
|
|
330
|
+
tablet: {
|
|
331
|
+
display: "none",
|
|
332
|
+
height: "80px",
|
|
333
|
+
"margin-left": "none",
|
|
334
|
+
"margin-right": "none",
|
|
554
335
|
},
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
features: [{}, {}, {}, {}],
|
|
339
|
+
},
|
|
340
|
+
content: {
|
|
341
|
+
layout: null,
|
|
342
|
+
container: null,
|
|
343
|
+
features_levoGroup: null,
|
|
344
|
+
features: [
|
|
345
|
+
{
|
|
346
|
+
item_wrapper: null,
|
|
347
|
+
icon_content_wrapper: null,
|
|
348
|
+
icon: ICON_CLOUD_CONNECTION,
|
|
349
|
+
content_wrapper: null,
|
|
350
|
+
title: "Zero-touch migration",
|
|
351
|
+
description:
|
|
352
|
+
"Lift-and-shift workloads with Terraform modules, automated DNS cutover, and blue-green deploys that keep traffic flowing.",
|
|
353
|
+
ctas_levoGroup: null,
|
|
354
|
+
ctas: [{ cta: "See architecture" }],
|
|
355
|
+
separator: null,
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
item_wrapper: null,
|
|
359
|
+
icon_content_wrapper: null,
|
|
360
|
+
icon: ICON_SHIELD_TICK,
|
|
361
|
+
content_wrapper: null,
|
|
362
|
+
title: "Compliant by design",
|
|
363
|
+
description:
|
|
364
|
+
"SOC 2 Type II and ISO 27001 certified, with hardware-backed KMS keys rotated hourly and fine-grained just-in-time IAM.",
|
|
365
|
+
ctas_levoGroup: null,
|
|
366
|
+
ctas: [{ cta: "Read trust report" }],
|
|
367
|
+
separator: null,
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
item_wrapper: null,
|
|
371
|
+
icon_content_wrapper: null,
|
|
372
|
+
icon: ICON_FLASH,
|
|
373
|
+
content_wrapper: null,
|
|
374
|
+
title: "Fast by default",
|
|
375
|
+
description:
|
|
376
|
+
"Multi-region failover in under 30 seconds, spot-instance pools, and prebuilt CI/CD pipelines that ship every runtime.",
|
|
377
|
+
ctas_levoGroup: null,
|
|
378
|
+
ctas: [{ cta: "View benchmarks" }],
|
|
379
|
+
separator: null,
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
item_wrapper: null,
|
|
383
|
+
icon_content_wrapper: null,
|
|
384
|
+
icon: ICON_CHART_SUCCESS,
|
|
385
|
+
content_wrapper: null,
|
|
386
|
+
title: "Observability built-in",
|
|
387
|
+
description:
|
|
388
|
+
"OpenTelemetry traces, metrics, and logs in one pane, with cost anomaly alerts attributed to every service and team.",
|
|
389
|
+
ctas_levoGroup: null,
|
|
390
|
+
ctas: [{ cta: "Explore platform" }],
|
|
391
|
+
separator: null,
|
|
392
|
+
},
|
|
393
|
+
],
|
|
394
|
+
},
|
|
395
|
+
config: {
|
|
396
|
+
title: {
|
|
397
|
+
heading: {
|
|
398
|
+
level: 2,
|
|
399
|
+
},
|
|
400
|
+
},
|
|
401
|
+
features: Array(4)
|
|
402
|
+
.fill(0)
|
|
403
|
+
.map(() => ({
|
|
555
404
|
title: {
|
|
556
|
-
|
|
557
|
-
|
|
405
|
+
heading: {
|
|
406
|
+
level: "6",
|
|
558
407
|
},
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
description: {
|
|
562
|
-
"max-width": "200px",
|
|
563
|
-
mobile: {
|
|
564
|
-
"max-width": "180px",
|
|
565
|
-
"text-align": "left",
|
|
408
|
+
selectedVariants: {
|
|
409
|
+
Heading_Level: "H6",
|
|
566
410
|
},
|
|
567
411
|
},
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
"flex-direction": "row",
|
|
571
|
-
"column-gap": "md",
|
|
572
|
-
"row-gap": "md",
|
|
573
|
-
"flex-wrap": "wrap",
|
|
574
|
-
"align-items": "center",
|
|
412
|
+
description: {
|
|
413
|
+
selectedVariants: {},
|
|
575
414
|
},
|
|
576
|
-
ctas:
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
"margin-left": "xl",
|
|
584
|
-
"margin-right": "xl",
|
|
585
|
-
mobile: {
|
|
586
|
-
display: "none",
|
|
587
|
-
},
|
|
588
|
-
|
|
589
|
-
tablet: {
|
|
590
|
-
display: "none",
|
|
591
|
-
height: "80px",
|
|
592
|
-
"margin-left": "none",
|
|
593
|
-
"margin-right": "none",
|
|
415
|
+
ctas: [
|
|
416
|
+
{
|
|
417
|
+
cta: {
|
|
418
|
+
selectedVariants: {
|
|
419
|
+
Button_Variants: "Outline",
|
|
420
|
+
},
|
|
421
|
+
},
|
|
594
422
|
},
|
|
423
|
+
],
|
|
424
|
+
icon: {
|
|
425
|
+
selectedVariants: {},
|
|
595
426
|
},
|
|
427
|
+
})),
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
key: "grid",
|
|
432
|
+
title: "Grid",
|
|
433
|
+
styles: {
|
|
434
|
+
layout: {},
|
|
435
|
+
container: {},
|
|
436
|
+
features_levoGroup: {
|
|
437
|
+
display: "grid",
|
|
438
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
439
|
+
"column-gap": "2xl",
|
|
440
|
+
"row-gap": "2xl",
|
|
441
|
+
width: "100%",
|
|
442
|
+
mobile: {
|
|
443
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
596
444
|
},
|
|
597
|
-
|
|
445
|
+
},
|
|
446
|
+
features_levoGroupItem: {
|
|
447
|
+
item_wrapper: {
|
|
448
|
+
display: "flex",
|
|
449
|
+
"align-items": "stretch",
|
|
450
|
+
"padding-top": "2xl",
|
|
451
|
+
"padding-bottom": "2xl",
|
|
452
|
+
"padding-left": "2xl",
|
|
453
|
+
"padding-right": "2xl",
|
|
454
|
+
"border-radius": "base",
|
|
455
|
+
"background-color": "var(--color-surface-1)",
|
|
456
|
+
height: "100%",
|
|
457
|
+
},
|
|
458
|
+
icon_content_wrapper: {
|
|
459
|
+
display: "flex",
|
|
460
|
+
"align-items": "start",
|
|
461
|
+
"column-gap": "lg",
|
|
462
|
+
"text-align": "left",
|
|
463
|
+
flex: "1 1 0%",
|
|
464
|
+
},
|
|
465
|
+
icon: {
|
|
466
|
+
"flex-shrink": "0",
|
|
467
|
+
height: "36px",
|
|
468
|
+
width: "36px",
|
|
469
|
+
"font-size": "36px",
|
|
470
|
+
},
|
|
471
|
+
content_wrapper: {
|
|
472
|
+
display: "flex",
|
|
473
|
+
"flex-direction": "column",
|
|
474
|
+
"row-gap": "sm",
|
|
475
|
+
"justify-content": "start",
|
|
476
|
+
"align-items": "start",
|
|
477
|
+
flex: "1 1 0%",
|
|
478
|
+
},
|
|
479
|
+
title: {
|
|
480
|
+
"font-weight": 700,
|
|
481
|
+
},
|
|
482
|
+
description: {
|
|
483
|
+
"max-width": "320px",
|
|
484
|
+
},
|
|
485
|
+
ctas_levoGroup: {
|
|
486
|
+
display: "flex",
|
|
487
|
+
"flex-direction": "row",
|
|
488
|
+
"column-gap": "md",
|
|
489
|
+
"row-gap": "md",
|
|
490
|
+
"flex-wrap": "wrap",
|
|
491
|
+
"align-items": "center",
|
|
492
|
+
"margin-top": "auto",
|
|
493
|
+
"padding-top": "sm",
|
|
494
|
+
},
|
|
495
|
+
ctas_levoGroupItem: { cta: {} },
|
|
496
|
+
ctas: [{}],
|
|
497
|
+
separator: {
|
|
498
|
+
display: "none",
|
|
499
|
+
},
|
|
500
|
+
},
|
|
501
|
+
features: [{}, {}, {}, {}],
|
|
598
502
|
},
|
|
599
503
|
content: DEFAULT_CONTENT,
|
|
600
504
|
config: {
|
|
@@ -603,12 +507,11 @@ export const Features5: IBlock = {
|
|
|
603
507
|
level: 2,
|
|
604
508
|
},
|
|
605
509
|
},
|
|
606
|
-
features:
|
|
607
|
-
|
|
510
|
+
features: Array(4)
|
|
511
|
+
.fill(0)
|
|
512
|
+
.map((_, i) => ({
|
|
608
513
|
title: {
|
|
609
|
-
heading: {
|
|
610
|
-
level: "4",
|
|
611
|
-
},
|
|
514
|
+
...(i === 0 ? { heading: { level: "4" } } : {}),
|
|
612
515
|
selectedVariants: {
|
|
613
516
|
Heading_Level: "H4",
|
|
614
517
|
},
|
|
@@ -616,21 +519,104 @@ export const Features5: IBlock = {
|
|
|
616
519
|
description: {
|
|
617
520
|
selectedVariants: {},
|
|
618
521
|
},
|
|
619
|
-
ctas:
|
|
620
|
-
|
|
621
|
-
.map(() => ({
|
|
522
|
+
ctas: [
|
|
523
|
+
{
|
|
622
524
|
cta: {
|
|
623
525
|
selectedVariants: {
|
|
624
526
|
Button_Variants: "Outline",
|
|
625
527
|
},
|
|
626
528
|
},
|
|
627
|
-
}
|
|
529
|
+
},
|
|
530
|
+
],
|
|
628
531
|
icon: {
|
|
629
532
|
selectedVariants: {},
|
|
630
533
|
},
|
|
534
|
+
})),
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
key: "stacked",
|
|
539
|
+
title: "Stacked",
|
|
540
|
+
styles: {
|
|
541
|
+
layout: {},
|
|
542
|
+
container: {},
|
|
543
|
+
features_levoGroup: {
|
|
544
|
+
display: "flex",
|
|
545
|
+
"flex-direction": "column",
|
|
546
|
+
"row-gap": "0",
|
|
547
|
+
width: "100%",
|
|
548
|
+
},
|
|
549
|
+
features_levoGroupItem: {
|
|
550
|
+
item_wrapper: {
|
|
551
|
+
display: "flex",
|
|
552
|
+
"align-items": "center",
|
|
553
|
+
"padding-top": "2xl",
|
|
554
|
+
"padding-bottom": "2xl",
|
|
555
|
+
"border-bottom": "1px solid var(--color-border)",
|
|
556
|
+
width: "100%",
|
|
631
557
|
},
|
|
632
|
-
{
|
|
558
|
+
icon_content_wrapper: {
|
|
559
|
+
display: "flex",
|
|
560
|
+
"align-items": "center",
|
|
561
|
+
"column-gap": "xl",
|
|
562
|
+
"text-align": "left",
|
|
563
|
+
width: "100%",
|
|
564
|
+
"justify-content": "space-between",
|
|
565
|
+
mobile: {
|
|
566
|
+
"flex-direction": "column",
|
|
567
|
+
"align-items": "start",
|
|
568
|
+
"row-gap": "base",
|
|
569
|
+
},
|
|
570
|
+
},
|
|
571
|
+
icon: {
|
|
572
|
+
"flex-shrink": "0",
|
|
573
|
+
height: "40px",
|
|
574
|
+
width: "40px",
|
|
575
|
+
"font-size": "40px",
|
|
576
|
+
},
|
|
577
|
+
content_wrapper: {
|
|
578
|
+
display: "flex",
|
|
579
|
+
"flex-direction": "column",
|
|
580
|
+
"row-gap": "xs",
|
|
581
|
+
flex: "1 1 0%",
|
|
582
|
+
"justify-content": "center",
|
|
583
|
+
"align-items": "start",
|
|
584
|
+
},
|
|
585
|
+
title: {
|
|
586
|
+
"font-weight": 700,
|
|
587
|
+
},
|
|
588
|
+
description: {
|
|
589
|
+
"max-width": "520px",
|
|
590
|
+
},
|
|
591
|
+
ctas_levoGroup: {
|
|
592
|
+
display: "flex",
|
|
593
|
+
"flex-direction": "row",
|
|
594
|
+
"column-gap": "md",
|
|
595
|
+
"row-gap": "md",
|
|
596
|
+
"flex-wrap": "wrap",
|
|
597
|
+
"align-items": "center",
|
|
598
|
+
"flex-shrink": "0",
|
|
599
|
+
},
|
|
600
|
+
ctas_levoGroupItem: { cta: {} },
|
|
601
|
+
ctas: [{}],
|
|
602
|
+
separator: {
|
|
603
|
+
display: "none",
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
features: [{}, {}, {}, {}],
|
|
607
|
+
},
|
|
608
|
+
content: DEFAULT_CONTENT,
|
|
609
|
+
config: {
|
|
610
|
+
title: {
|
|
611
|
+
heading: {
|
|
612
|
+
level: 2,
|
|
613
|
+
},
|
|
614
|
+
},
|
|
615
|
+
features: Array(4)
|
|
616
|
+
.fill(0)
|
|
617
|
+
.map((_, i) => ({
|
|
633
618
|
title: {
|
|
619
|
+
...(i === 0 ? { heading: { level: "4" } } : {}),
|
|
634
620
|
selectedVariants: {
|
|
635
621
|
Heading_Level: "H4",
|
|
636
622
|
},
|
|
@@ -638,21 +624,112 @@ export const Features5: IBlock = {
|
|
|
638
624
|
description: {
|
|
639
625
|
selectedVariants: {},
|
|
640
626
|
},
|
|
641
|
-
ctas:
|
|
642
|
-
|
|
643
|
-
.map(() => ({
|
|
627
|
+
ctas: [
|
|
628
|
+
{
|
|
644
629
|
cta: {
|
|
645
630
|
selectedVariants: {
|
|
646
631
|
Button_Variants: "Outline",
|
|
647
632
|
},
|
|
648
633
|
},
|
|
649
|
-
}
|
|
634
|
+
},
|
|
635
|
+
],
|
|
650
636
|
icon: {
|
|
651
637
|
selectedVariants: {},
|
|
652
638
|
},
|
|
639
|
+
})),
|
|
640
|
+
},
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
key: "centered",
|
|
644
|
+
title: "Centered",
|
|
645
|
+
styles: {
|
|
646
|
+
layout: {},
|
|
647
|
+
container: {},
|
|
648
|
+
features_levoGroup: {
|
|
649
|
+
display: "grid",
|
|
650
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
651
|
+
"column-gap": "xl",
|
|
652
|
+
"row-gap": "xl",
|
|
653
|
+
width: "100%",
|
|
654
|
+
tablet: {
|
|
655
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
653
656
|
},
|
|
654
|
-
{
|
|
657
|
+
mobile: {
|
|
658
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
659
|
+
},
|
|
660
|
+
},
|
|
661
|
+
features_levoGroupItem: {
|
|
662
|
+
item_wrapper: {
|
|
663
|
+
display: "flex",
|
|
664
|
+
"flex-direction": "column",
|
|
665
|
+
"align-items": "center",
|
|
666
|
+
"text-align": "center",
|
|
667
|
+
"padding-top": "2xl",
|
|
668
|
+
"padding-bottom": "2xl",
|
|
669
|
+
height: "100%",
|
|
670
|
+
},
|
|
671
|
+
icon_content_wrapper: {
|
|
672
|
+
display: "flex",
|
|
673
|
+
"flex-direction": "column",
|
|
674
|
+
"align-items": "center",
|
|
675
|
+
"row-gap": "lg",
|
|
676
|
+
"text-align": "center",
|
|
677
|
+
flex: "1 1 0%",
|
|
678
|
+
width: "100%",
|
|
679
|
+
},
|
|
680
|
+
icon: {
|
|
681
|
+
"flex-shrink": "0",
|
|
682
|
+
height: "48px",
|
|
683
|
+
width: "48px",
|
|
684
|
+
"font-size": "48px",
|
|
685
|
+
},
|
|
686
|
+
content_wrapper: {
|
|
687
|
+
display: "flex",
|
|
688
|
+
"flex-direction": "column",
|
|
689
|
+
"row-gap": "xs",
|
|
690
|
+
"justify-content": "center",
|
|
691
|
+
"align-items": "center",
|
|
692
|
+
flex: "1 1 0%",
|
|
693
|
+
},
|
|
694
|
+
title: {
|
|
695
|
+
"font-weight": 700,
|
|
696
|
+
"text-align": "center",
|
|
697
|
+
},
|
|
698
|
+
description: {
|
|
699
|
+
"max-width": "240px",
|
|
700
|
+
"text-align": "center",
|
|
701
|
+
},
|
|
702
|
+
ctas_levoGroup: {
|
|
703
|
+
display: "flex",
|
|
704
|
+
"flex-direction": "row",
|
|
705
|
+
"column-gap": "md",
|
|
706
|
+
"row-gap": "md",
|
|
707
|
+
"flex-wrap": "wrap",
|
|
708
|
+
"align-items": "center",
|
|
709
|
+
"justify-content": "center",
|
|
710
|
+
"margin-top": "auto",
|
|
711
|
+
"padding-top": "sm",
|
|
712
|
+
},
|
|
713
|
+
ctas_levoGroupItem: { cta: {} },
|
|
714
|
+
ctas: [{}],
|
|
715
|
+
separator: {
|
|
716
|
+
display: "none",
|
|
717
|
+
},
|
|
718
|
+
},
|
|
719
|
+
features: [{}, {}, {}, {}],
|
|
720
|
+
},
|
|
721
|
+
content: DEFAULT_CONTENT,
|
|
722
|
+
config: {
|
|
723
|
+
title: {
|
|
724
|
+
heading: {
|
|
725
|
+
level: 2,
|
|
726
|
+
},
|
|
727
|
+
},
|
|
728
|
+
features: Array(4)
|
|
729
|
+
.fill(0)
|
|
730
|
+
.map((_, i) => ({
|
|
655
731
|
title: {
|
|
732
|
+
...(i === 0 ? { heading: { level: "4" } } : {}),
|
|
656
733
|
selectedVariants: {
|
|
657
734
|
Heading_Level: "H4",
|
|
658
735
|
},
|
|
@@ -660,42 +737,124 @@ export const Features5: IBlock = {
|
|
|
660
737
|
description: {
|
|
661
738
|
selectedVariants: {},
|
|
662
739
|
},
|
|
663
|
-
ctas:
|
|
664
|
-
|
|
665
|
-
.map(() => ({
|
|
740
|
+
ctas: [
|
|
741
|
+
{
|
|
666
742
|
cta: {
|
|
667
743
|
selectedVariants: {
|
|
668
744
|
Button_Variants: "Outline",
|
|
669
745
|
},
|
|
670
746
|
},
|
|
671
|
-
}
|
|
747
|
+
},
|
|
748
|
+
],
|
|
672
749
|
icon: {
|
|
673
750
|
selectedVariants: {},
|
|
674
751
|
},
|
|
752
|
+
})),
|
|
753
|
+
},
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
key: "compact",
|
|
757
|
+
title: "Compact",
|
|
758
|
+
styles: {
|
|
759
|
+
layout: {},
|
|
760
|
+
container: {},
|
|
761
|
+
features_levoGroup: {
|
|
762
|
+
display: "flex",
|
|
763
|
+
width: "100%",
|
|
764
|
+
"align-items": "stretch",
|
|
765
|
+
"justify-content": "space-between",
|
|
766
|
+
"column-gap": "sm",
|
|
767
|
+
mobile: {
|
|
768
|
+
"flex-direction": "column",
|
|
769
|
+
"row-gap": "sm",
|
|
675
770
|
},
|
|
676
|
-
{
|
|
771
|
+
tablet: {
|
|
772
|
+
display: "grid",
|
|
773
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
774
|
+
"row-gap": "sm",
|
|
775
|
+
},
|
|
776
|
+
},
|
|
777
|
+
features_levoGroupItem: {
|
|
778
|
+
item_wrapper: {
|
|
779
|
+
display: "flex",
|
|
780
|
+
"align-items": "center",
|
|
781
|
+
"flex-grow": "1",
|
|
782
|
+
"padding-top": "base",
|
|
783
|
+
"padding-bottom": "base",
|
|
784
|
+
"padding-left": "base",
|
|
785
|
+
"padding-right": "base",
|
|
786
|
+
"border-radius": "base",
|
|
787
|
+
"background-color": "var(--color-surface-1)",
|
|
788
|
+
},
|
|
789
|
+
icon_content_wrapper: {
|
|
790
|
+
display: "flex",
|
|
791
|
+
"align-items": "center",
|
|
792
|
+
"column-gap": "sm",
|
|
793
|
+
"text-align": "left",
|
|
794
|
+
},
|
|
795
|
+
icon: {
|
|
796
|
+
"flex-shrink": "0",
|
|
797
|
+
height: "24px",
|
|
798
|
+
width: "24px",
|
|
799
|
+
"font-size": "24px",
|
|
800
|
+
},
|
|
801
|
+
content_wrapper: {
|
|
802
|
+
display: "flex",
|
|
803
|
+
"flex-direction": "column",
|
|
804
|
+
"row-gap": "2xs",
|
|
805
|
+
"justify-content": "center",
|
|
806
|
+
"align-items": "start",
|
|
807
|
+
},
|
|
808
|
+
title: {
|
|
809
|
+
"font-weight": 700,
|
|
810
|
+
"font-size": "sm",
|
|
811
|
+
},
|
|
812
|
+
description: {
|
|
813
|
+
display: "none",
|
|
814
|
+
},
|
|
815
|
+
ctas_levoGroup: {
|
|
816
|
+
display: "none",
|
|
817
|
+
},
|
|
818
|
+
ctas_levoGroupItem: { cta: {} },
|
|
819
|
+
ctas: [{}],
|
|
820
|
+
separator: {
|
|
821
|
+
display: "none",
|
|
822
|
+
},
|
|
823
|
+
},
|
|
824
|
+
features: [{}, {}, {}, {}],
|
|
825
|
+
},
|
|
826
|
+
content: DEFAULT_CONTENT,
|
|
827
|
+
config: {
|
|
828
|
+
title: {
|
|
829
|
+
heading: {
|
|
830
|
+
level: 2,
|
|
831
|
+
},
|
|
832
|
+
},
|
|
833
|
+
features: Array(4)
|
|
834
|
+
.fill(0)
|
|
835
|
+
.map((_, i) => ({
|
|
677
836
|
title: {
|
|
837
|
+
...(i === 0 ? { heading: { level: "5" } } : {}),
|
|
678
838
|
selectedVariants: {
|
|
679
|
-
Heading_Level: "
|
|
839
|
+
Heading_Level: "H5",
|
|
680
840
|
},
|
|
681
841
|
},
|
|
682
842
|
description: {
|
|
683
843
|
selectedVariants: {},
|
|
684
844
|
},
|
|
685
|
-
ctas:
|
|
686
|
-
|
|
687
|
-
.map(() => ({
|
|
845
|
+
ctas: [
|
|
846
|
+
{
|
|
688
847
|
cta: {
|
|
689
848
|
selectedVariants: {
|
|
690
849
|
Button_Variants: "Outline",
|
|
691
850
|
},
|
|
692
851
|
},
|
|
693
|
-
}
|
|
852
|
+
},
|
|
853
|
+
],
|
|
694
854
|
icon: {
|
|
695
855
|
selectedVariants: {},
|
|
696
856
|
},
|
|
697
|
-
},
|
|
698
|
-
],
|
|
857
|
+
})),
|
|
699
858
|
},
|
|
700
859
|
},
|
|
701
860
|
],
|