@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,49 +1,117 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const ICON_SHIELD_TICK = {
|
|
4
4
|
kind: "icon",
|
|
5
5
|
data: {
|
|
6
|
-
id: "
|
|
7
|
-
label: "
|
|
8
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
6
|
+
id: "shield-tick",
|
|
7
|
+
label: "Shield Tick",
|
|
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="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>',
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const ICON_FLASH = {
|
|
14
|
+
kind: "icon",
|
|
15
|
+
data: {
|
|
16
|
+
id: "flash",
|
|
17
|
+
label: "Flash",
|
|
18
|
+
svgCode:
|
|
19
|
+
'<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>',
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const ICON_LIFEBUOY = {
|
|
24
|
+
kind: "icon",
|
|
25
|
+
data: {
|
|
26
|
+
id: "lifebuoy",
|
|
27
|
+
label: "Lifebuoy",
|
|
28
|
+
svgCode:
|
|
29
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9697 22.75C6.04973 22.75 1.21973 17.93 1.21973 12C1.21973 6.07 6.04973 1.25 11.9697 1.25C17.8897 1.25 22.7197 6.07 22.7197 12C22.7197 17.93 17.8997 22.75 11.9697 22.75ZM11.9697 2.75C6.86973 2.75 2.71973 6.9 2.71973 12C2.71973 17.1 6.86973 21.25 11.9697 21.25C17.0697 21.25 21.2197 17.1 21.2197 12C21.2197 6.9 17.0697 2.75 11.9697 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.25C9.1 17.25 6.75 14.89 6.75 12C6.75 9.11 9.1 6.75 12 6.75C14.9 6.75 17.25 9.11 17.25 12C17.25 14.89 14.9 17.25 12 17.25ZM12 8.25C9.93 8.25 8.25 9.93 8.25 12C8.25 14.07 9.93 15.75 12 15.75C14.07 15.75 15.75 14.07 15.75 12C15.75 9.93 14.07 8.25 12 8.25Z" fill="var(--color-icon-primary)"/>\n<path d="M8.43984 9.21C8.24984 9.21 8.04984 9.14 7.90984 9L4.36984 5.46C4.07984 5.17 4.07984 4.69 4.36984 4.4C4.65984 4.11 5.13984 4.11 5.42984 4.4L8.96984 7.94C9.25984 8.23 9.25984 8.7 8.96984 9C8.81984 9.14 8.62984 9.21 8.43984 9.21Z" fill="var(--color-icon-primary)"/>\n<path d="M4.89984 19.82C4.70984 19.82 4.51984 19.75 4.36984 19.6C4.07984 19.31 4.07984 18.83 4.36984 18.54L7.90984 15C8.19984 14.71 8.67984 14.71 8.96984 15C9.25984 15.29 9.25984 15.77 8.96984 16.06L5.42984 19.6C5.28984 19.75 5.08984 19.82 4.89984 19.82Z" fill="var(--color-icon-primary)"/>\n<path d="M19.0404 19.82C18.8504 19.82 18.6604 19.75 18.5104 19.6L14.9704 16.06C14.6804 15.77 14.6804 15.29 14.9704 15C15.2604 14.71 15.7404 14.71 16.0304 15L19.5704 18.54C19.8604 18.83 19.8604 19.31 19.5704 19.6C19.4304 19.75 19.2404 19.82 19.0404 19.82Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5102 9.21C15.3202 9.21 15.1302 9.14 14.9802 8.99C14.6902 8.7 14.6902 8.22 14.9802 7.93L18.5202 4.39C18.8102 4.1 19.2902 4.1 19.5802 4.39C19.8702 4.68 19.8702 5.16 19.5802 5.45L16.0402 9C15.8902 9.14 15.7002 9.21 15.5102 9.21Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const ICON_PEOPLE = {
|
|
34
|
+
kind: "icon",
|
|
35
|
+
data: {
|
|
36
|
+
id: "people",
|
|
37
|
+
label: "People",
|
|
38
|
+
svgCode:
|
|
39
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M18.0003 7.91002C17.9703 7.91002 17.9503 7.91002 17.9203 7.91002H17.8703C15.9803 7.85002 14.5703 6.39001 14.5703 4.59001C14.5703 2.75001 16.0703 1.26001 17.9003 1.26001C19.7303 1.26001 21.2303 2.76001 21.2303 4.59001C21.2203 6.40001 19.8103 7.86001 18.0103 7.92001C18.0103 7.91001 18.0103 7.91002 18.0003 7.91002ZM17.9003 2.75002C16.8903 2.75002 16.0703 3.57002 16.0703 4.58002C16.0703 5.57002 16.8403 6.37002 17.8303 6.41002C17.8403 6.40002 17.9203 6.40002 18.0103 6.41002C18.9803 6.36002 19.7303 5.56002 19.7403 4.58002C19.7403 3.57002 18.9203 2.75002 17.9003 2.75002Z" fill="var(--color-icon-primary)"/>\n<path d="M18.0105 15.28C17.6205 15.28 17.2305 15.25 16.8405 15.18C16.4305 15.11 16.1605 14.72 16.2305 14.31C16.3005 13.9 16.6905 13.63 17.1005 13.7C18.3305 13.91 19.6305 13.68 20.5005 13.1C20.9705 12.79 21.2205 12.4 21.2205 12.01C21.2205 11.62 20.9605 11.24 20.5005 10.93C19.6305 10.35 18.3105 10.12 17.0705 10.34C16.6605 10.42 16.2705 10.14 16.2005 9.73002C16.1305 9.32002 16.4005 8.93003 16.8105 8.86003C18.4405 8.57003 20.1305 8.88002 21.3305 9.68002C22.2105 10.27 22.7205 11.11 22.7205 12.01C22.7205 12.9 22.2205 13.75 21.3305 14.35C20.4205 14.95 19.2405 15.28 18.0105 15.28Z" fill="var(--color-icon-primary)"/>\n<path d="M5.97047 7.91C5.96047 7.91 5.95047 7.91 5.95047 7.91C4.15047 7.85 2.74047 6.39 2.73047 4.59C2.73047 2.75 4.23047 1.25 6.06047 1.25C7.89047 1.25 9.39047 2.75 9.39047 4.58C9.39047 6.39 7.98047 7.85 6.18047 7.91L5.97047 7.16L6.04047 7.91C6.02047 7.91 5.99047 7.91 5.97047 7.91ZM6.07047 6.41C6.13047 6.41 6.18047 6.41 6.24047 6.42C7.13047 6.38 7.91047 5.58 7.91047 4.59C7.91047 3.58 7.09047 2.75999 6.08047 2.75999C5.07047 2.75999 4.25047 3.58 4.25047 4.59C4.25047 5.57 5.01047 6.36 5.98047 6.42C5.99047 6.41 6.03047 6.41 6.07047 6.41Z" fill="var(--color-icon-primary)"/>\n<path d="M5.96 15.28C4.73 15.28 3.55 14.95 2.64 14.35C1.76 13.76 1.25 12.91 1.25 12.01C1.25 11.12 1.76 10.27 2.64 9.68002C3.84 8.88002 5.53 8.57003 7.16 8.86003C7.57 8.93003 7.84 9.32002 7.77 9.73002C7.7 10.14 7.31 10.42 6.9 10.34C5.66 10.12 4.35 10.35 3.47 10.93C3 11.24 2.75 11.62 2.75 12.01C2.75 12.4 3.01 12.79 3.47 13.1C4.34 13.68 5.64 13.91 6.87 13.7C7.28 13.63 7.67 13.91 7.74 14.31C7.81 14.72 7.54 15.11 7.13 15.18C6.74 15.25 6.35 15.28 5.96 15.28Z" fill="var(--color-icon-primary)"/>\n<path d="M12.0003 15.38C11.9703 15.38 11.9503 15.38 11.9203 15.38H11.8703C9.98031 15.32 8.57031 13.86 8.57031 12.06C8.57031 10.22 10.0703 8.72998 11.9003 8.72998C13.7303 8.72998 15.2303 10.23 15.2303 12.06C15.2203 13.87 13.8103 15.33 12.0103 15.39C12.0103 15.38 12.0103 15.38 12.0003 15.38ZM11.9003 10.22C10.8903 10.22 10.0703 11.04 10.0703 12.05C10.0703 13.04 10.8403 13.84 11.8303 13.88C11.8403 13.87 11.9203 13.87 12.0103 13.88C12.9803 13.83 13.7303 13.03 13.7403 12.05C13.7403 11.05 12.9203 10.22 11.9003 10.22Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9993 22.76C10.7993 22.76 9.5993 22.45 8.6693 21.82C7.7893 21.23 7.2793 20.39 7.2793 19.49C7.2793 18.6 7.7793 17.74 8.6693 17.15C10.5393 15.91 13.4693 15.91 15.3293 17.15C16.2093 17.74 16.7193 18.58 16.7193 19.48C16.7193 20.37 16.2193 21.23 15.3293 21.82C14.3993 22.44 13.1993 22.76 11.9993 22.76ZM9.4993 18.41C9.0293 18.72 8.7793 19.11 8.7793 19.5C8.7793 19.89 9.0393 20.27 9.4993 20.58C10.8493 21.49 13.1393 21.49 14.4893 20.58C14.9593 20.27 15.2093 19.88 15.2093 19.49C15.2093 19.1 14.9493 18.72 14.4893 18.41C13.1493 17.5 10.8593 17.51 9.4993 18.41Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const ICON_CLOUD_CONNECTION = {
|
|
44
|
+
kind: "icon",
|
|
45
|
+
data: {
|
|
46
|
+
id: "cloud-connection",
|
|
47
|
+
label: "Cloud Connection",
|
|
48
|
+
svgCode:
|
|
49
|
+
'<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>',
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const ICON_MEDAL_STAR = {
|
|
54
|
+
kind: "icon",
|
|
55
|
+
data: {
|
|
56
|
+
id: "medal-star",
|
|
57
|
+
label: "Medal Star",
|
|
58
|
+
svgCode:
|
|
59
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 16.75C11.6 16.75 11.2 16.72 10.82 16.65C8.7 16.34 6.77 15.12 5.55 13.31C4.7 12.03 4.25 10.54 4.25 9C4.25 4.73 7.73 1.25 12 1.25C16.27 1.25 19.75 4.73 19.75 9C19.75 10.54 19.3 12.03 18.45 13.31C17.22 15.13 15.29 16.34 13.15 16.66C12.8 16.72 12.4 16.75 12 16.75ZM12 2.75C8.55 2.75 5.75 5.55 5.75 9C5.75 10.25 6.11 11.45 6.79 12.47C7.78 13.93 9.33 14.91 11.05 15.16C11.69 15.27 12.32 15.27 12.91 15.16C14.66 14.91 16.21 13.92 17.2 12.46C17.88 11.44 18.24 10.24 18.24 8.98999C18.25 5.54999 15.45 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M6.46933 22.59C6.32933 22.59 6.19933 22.57 6.05933 22.54C5.40933 22.39 4.90933 21.89 4.75933 21.24L4.40933 19.77C4.38933 19.68 4.31933 19.61 4.21933 19.58L2.56933 19.19C1.94933 19.04 1.45933 18.58 1.28933 17.97C1.11933 17.36 1.28933 16.7 1.73933 16.25L5.63933 12.35C5.79933 12.19 6.01933 12.11 6.23933 12.13C6.45933 12.15 6.65933 12.27 6.78933 12.46C7.77933 13.92 9.32933 14.91 11.0593 15.16C11.6993 15.27 12.3293 15.27 12.9193 15.16C14.6693 14.91 16.2193 13.92 17.2093 12.46C17.3293 12.27 17.5393 12.15 17.7593 12.13C17.9793 12.11 18.1993 12.19 18.3593 12.35L22.2593 16.25C22.7093 16.7 22.8793 17.36 22.7093 17.97C22.5393 18.58 22.0393 19.05 21.4293 19.19L19.7793 19.58C19.6893 19.6 19.6193 19.67 19.5893 19.77L19.2393 21.24C19.0893 21.89 18.5893 22.39 17.9393 22.54C17.2893 22.7 16.6193 22.47 16.1993 21.96L11.9993 17.13L7.79933 21.97C7.45933 22.37 6.97933 22.59 6.46933 22.59ZM6.08933 14.03L2.79933 17.32C2.70933 17.41 2.71933 17.51 2.73933 17.57C2.74933 17.62 2.79933 17.72 2.91933 17.74L4.56933 18.13C5.21933 18.28 5.71933 18.78 5.86933 19.43L6.21933 20.9C6.24933 21.03 6.34933 21.07 6.40933 21.09C6.46933 21.1 6.56933 21.11 6.65933 21.01L10.4893 16.6C8.78933 16.27 7.22933 15.36 6.08933 14.03ZM13.5093 16.59L17.3393 20.99C17.4293 21.1 17.5393 21.1 17.5993 21.08C17.6593 21.07 17.7493 21.02 17.7893 20.89L18.1393 19.42C18.2893 18.77 18.7893 18.27 19.4393 18.12L21.0893 17.73C21.2093 17.7 21.2593 17.61 21.2693 17.56C21.2893 17.51 21.2993 17.4 21.2093 17.31L17.9193 14.02C16.7693 15.35 15.2193 16.26 13.5093 16.59Z" fill="var(--color-icon-primary)"/>\n<path d="M13.8901 12.89C13.6301 12.89 13.3201 12.82 12.9501 12.6L12.0001 12.03L11.0501 12.59C10.1801 13.11 9.61014 12.81 9.40014 12.66C9.19014 12.51 8.74014 12.06 8.97014 11.07L9.21014 10.04L8.41014 9.29999C7.97014 8.85999 7.81014 8.33001 7.96014 7.85001C8.11014 7.37001 8.55014 7.02999 9.17014 6.92999L10.2401 6.75L10.7501 5.63C11.0401 5.06 11.4901 4.73999 12.0001 4.73999C12.5101 4.73999 12.9701 5.07001 13.2501 5.64001L13.8401 6.82001L14.8301 6.94C15.4401 7.04 15.8801 7.37999 16.0401 7.85999C16.1901 8.33999 16.0301 8.87 15.5901 9.31L14.7601 10.14L15.0201 11.07C15.2501 12.06 14.8001 12.51 14.5901 12.66C14.4801 12.75 14.2401 12.89 13.8901 12.89ZM9.61014 8.39001L10.3001 9.07999C10.6201 9.39999 10.7801 9.94 10.6801 10.38L10.4901 11.18L11.2901 10.71C11.7201 10.46 12.3001 10.46 12.7201 10.71L13.5201 11.18L13.3401 10.38C13.2401 9.93001 13.3901 9.39999 13.7101 9.07999L14.4001 8.39001L13.5301 8.23999C13.1101 8.16999 12.6901 7.86001 12.5001 7.48001L12.0001 6.5L11.5001 7.5C11.3201 7.87 10.9001 8.19001 10.4801 8.26001L9.61014 8.39001Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
const ICON_CLOCK = {
|
|
64
|
+
kind: "icon",
|
|
65
|
+
data: {
|
|
66
|
+
id: "clock",
|
|
67
|
+
label: "Clock",
|
|
68
|
+
svgCode:
|
|
69
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
const ICON_TIMER_START = {
|
|
74
|
+
kind: "icon",
|
|
75
|
+
data: {
|
|
76
|
+
id: "timer-start",
|
|
77
|
+
label: "Timer Start",
|
|
78
|
+
svgCode:
|
|
79
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 22.75C6.76 22.75 2.5 18.49 2.5 13.25C2.5 8.01 6.76 3.75 12 3.75C17.24 3.75 21.5 8.01 21.5 13.25C21.5 13.66 21.16 14 20.75 14C20.34 14 20 13.66 20 13.25C20 8.84 16.41 5.25 12 5.25C7.59 5.25 4 8.84 4 13.25C4 17.66 7.59 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16.1504 22.0199C15.8004 22.0199 15.4804 21.9399 15.1904 21.7699C14.5304 21.3899 14.1504 20.6199 14.1504 19.6599V17.3499C14.1504 16.3899 14.5304 15.6199 15.1904 15.2399C15.8504 14.8599 16.7004 14.9199 17.5304 15.3899L19.5304 16.5499C20.3604 17.0299 20.8404 17.7399 20.8404 18.4999C20.8404 19.2599 20.3604 19.9699 19.5304 20.4499L17.5304 21.6099C17.0704 21.8799 16.6004 22.0199 16.1504 22.0199ZM16.1604 16.4799C16.0804 16.4799 16.0004 16.4999 15.9404 16.5299C15.7604 16.6299 15.6504 16.9399 15.6504 17.3399V19.6499C15.6504 20.0499 15.7604 20.3599 15.9404 20.4599C16.1204 20.5599 16.4404 20.5099 16.7804 20.3099L18.7804 19.1499C19.1304 18.9499 19.3404 18.6999 19.3404 18.4999C19.3404 18.2999 19.1304 18.0499 18.7804 17.8499L16.7804 16.6899C16.5504 16.5499 16.3304 16.4799 16.1604 16.4799Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
11
80
|
},
|
|
12
81
|
};
|
|
13
82
|
|
|
14
83
|
const MEDIA_1 = {
|
|
15
|
-
id: "
|
|
16
|
-
filename: "features-4-1.png",
|
|
84
|
+
id: "7452776366355934249",
|
|
17
85
|
kind: "image",
|
|
18
|
-
location: "https://
|
|
86
|
+
location: "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg",
|
|
87
|
+
mimetype: "image/jpeg",
|
|
19
88
|
srcset: {
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
path: "https://
|
|
89
|
+
"320w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
90
|
+
"640w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
91
|
+
"750w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
92
|
+
"828w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
93
|
+
"1080w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
94
|
+
"1200w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
95
|
+
"1920w": "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
96
|
+
path: "https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
28
97
|
},
|
|
29
|
-
mimetype: "image/png",
|
|
30
98
|
};
|
|
99
|
+
|
|
31
100
|
const MEDIA_VARIANT_1_1 = {
|
|
32
|
-
id: "
|
|
33
|
-
filename: "features-4-variant-1-1.png",
|
|
101
|
+
id: "7452776366356017711",
|
|
34
102
|
kind: "image",
|
|
35
|
-
location: "https://
|
|
103
|
+
location: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg",
|
|
104
|
+
mimetype: "image/jpeg",
|
|
36
105
|
srcset: {
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
path: "https://
|
|
106
|
+
"320w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
107
|
+
"640w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
108
|
+
"750w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
109
|
+
"828w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
110
|
+
"1080w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
111
|
+
"1200w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
112
|
+
"1920w": "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
113
|
+
path: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
45
114
|
},
|
|
46
|
-
mimetype: "image/png",
|
|
47
115
|
};
|
|
48
116
|
|
|
49
117
|
const DEFAULT_CONTENT = {
|
|
@@ -51,67 +119,68 @@ const DEFAULT_CONTENT = {
|
|
|
51
119
|
container: null,
|
|
52
120
|
content_wrapper: null,
|
|
53
121
|
header_section: null,
|
|
54
|
-
title: "
|
|
55
|
-
subtitle:
|
|
122
|
+
title: "Platform performance you can commit to",
|
|
123
|
+
subtitle:
|
|
124
|
+
"Hard numbers on uptime, support, and compliance — the infrastructure commitments behind every service we run.",
|
|
56
125
|
|
|
57
126
|
// Left specifications area
|
|
58
127
|
specifications_wrapper: null,
|
|
59
128
|
specifications: [
|
|
60
129
|
{
|
|
61
130
|
spec_item: null,
|
|
62
|
-
icon:
|
|
63
|
-
value: "99.
|
|
64
|
-
label: "Uptime
|
|
131
|
+
icon: ICON_SHIELD_TICK,
|
|
132
|
+
value: "99.99%",
|
|
133
|
+
label: "Uptime SLA",
|
|
65
134
|
},
|
|
66
135
|
{
|
|
67
136
|
spec_item: null,
|
|
68
|
-
icon:
|
|
69
|
-
value: "
|
|
70
|
-
label: "
|
|
137
|
+
icon: ICON_FLASH,
|
|
138
|
+
value: "<15m",
|
|
139
|
+
label: "P1 response",
|
|
71
140
|
},
|
|
72
141
|
{
|
|
73
142
|
spec_item: null,
|
|
74
|
-
icon:
|
|
75
|
-
value: "
|
|
76
|
-
label: "
|
|
143
|
+
icon: ICON_LIFEBUOY,
|
|
144
|
+
value: "SOC 2 II",
|
|
145
|
+
label: "Compliance",
|
|
77
146
|
},
|
|
78
147
|
{
|
|
79
148
|
spec_item: null,
|
|
80
|
-
icon:
|
|
81
|
-
value: "
|
|
82
|
-
label: "
|
|
149
|
+
icon: ICON_CLOUD_CONNECTION,
|
|
150
|
+
value: "3 regions",
|
|
151
|
+
label: "Global regions",
|
|
83
152
|
},
|
|
84
153
|
{
|
|
85
154
|
spec_item: null,
|
|
86
|
-
icon:
|
|
87
|
-
value: "
|
|
88
|
-
label: "
|
|
155
|
+
icon: ICON_PEOPLE,
|
|
156
|
+
value: "10,000+",
|
|
157
|
+
label: "Managed fleet",
|
|
89
158
|
},
|
|
90
159
|
{
|
|
91
160
|
spec_item: null,
|
|
92
|
-
icon:
|
|
93
|
-
value: "
|
|
94
|
-
label: "
|
|
161
|
+
icon: ICON_MEDAL_STAR,
|
|
162
|
+
value: "Terraform",
|
|
163
|
+
label: "IaC coverage",
|
|
95
164
|
},
|
|
96
165
|
],
|
|
97
166
|
|
|
98
167
|
// Specifications 2 section
|
|
99
168
|
specifications_2_wrapper: null,
|
|
100
|
-
specifications_2_title: "Service
|
|
169
|
+
specifications_2_title: "Service commitments",
|
|
101
170
|
specifications_2_description:
|
|
102
|
-
"
|
|
171
|
+
"Tiered response times backed by on-call SRE teams in every region.",
|
|
103
172
|
specifications_2: [
|
|
104
173
|
{
|
|
105
174
|
spec_2_item: null,
|
|
106
|
-
icon:
|
|
107
|
-
value: "Response
|
|
108
|
-
label: "Critical
|
|
175
|
+
icon: ICON_TIMER_START,
|
|
176
|
+
value: "Response <15m · Resolution <4h",
|
|
177
|
+
label: "Critical / P1",
|
|
109
178
|
},
|
|
110
179
|
{
|
|
111
180
|
spec_2_item: null,
|
|
112
|
-
icon:
|
|
113
|
-
value: "Response
|
|
114
|
-
label: "Standard
|
|
181
|
+
icon: ICON_CLOCK,
|
|
182
|
+
value: "Response <1h · Resolution <24h",
|
|
183
|
+
label: "Standard / P2",
|
|
115
184
|
},
|
|
116
185
|
],
|
|
117
186
|
|
|
@@ -122,10 +191,10 @@ const DEFAULT_CONTENT = {
|
|
|
122
191
|
ctas_levoGroup: null,
|
|
123
192
|
ctas: [
|
|
124
193
|
{
|
|
125
|
-
cta: "
|
|
194
|
+
cta: "Read trust report",
|
|
126
195
|
},
|
|
127
196
|
{
|
|
128
|
-
cta: "
|
|
197
|
+
cta: "Talk to sales",
|
|
129
198
|
},
|
|
130
199
|
],
|
|
131
200
|
};
|
|
@@ -134,67 +203,68 @@ const DEFAULT_CONTENT_VARIANT_1_1 = {
|
|
|
134
203
|
container: null,
|
|
135
204
|
content_wrapper: null,
|
|
136
205
|
header_section: null,
|
|
137
|
-
title: "
|
|
138
|
-
subtitle:
|
|
206
|
+
title: "Platform performance you can commit to",
|
|
207
|
+
subtitle:
|
|
208
|
+
"Hard numbers on uptime, support, and compliance — the infrastructure commitments behind every service we run.",
|
|
139
209
|
|
|
140
210
|
// Left specifications area
|
|
141
211
|
specifications_wrapper: null,
|
|
142
212
|
specifications: [
|
|
143
213
|
{
|
|
144
214
|
spec_item: null,
|
|
145
|
-
icon:
|
|
146
|
-
value: "99.
|
|
147
|
-
label: "Uptime
|
|
215
|
+
icon: ICON_SHIELD_TICK,
|
|
216
|
+
value: "99.99%",
|
|
217
|
+
label: "Uptime SLA",
|
|
148
218
|
},
|
|
149
219
|
{
|
|
150
220
|
spec_item: null,
|
|
151
|
-
icon:
|
|
152
|
-
value: "
|
|
153
|
-
label: "
|
|
221
|
+
icon: ICON_FLASH,
|
|
222
|
+
value: "<15m",
|
|
223
|
+
label: "P1 response",
|
|
154
224
|
},
|
|
155
225
|
{
|
|
156
226
|
spec_item: null,
|
|
157
|
-
icon:
|
|
158
|
-
value: "
|
|
159
|
-
label: "
|
|
227
|
+
icon: ICON_LIFEBUOY,
|
|
228
|
+
value: "SOC 2 II",
|
|
229
|
+
label: "Compliance",
|
|
160
230
|
},
|
|
161
231
|
{
|
|
162
232
|
spec_item: null,
|
|
163
|
-
icon:
|
|
164
|
-
value: "
|
|
165
|
-
label: "
|
|
233
|
+
icon: ICON_CLOUD_CONNECTION,
|
|
234
|
+
value: "3 regions",
|
|
235
|
+
label: "Global regions",
|
|
166
236
|
},
|
|
167
237
|
{
|
|
168
238
|
spec_item: null,
|
|
169
|
-
icon:
|
|
170
|
-
value: "
|
|
171
|
-
label: "
|
|
239
|
+
icon: ICON_PEOPLE,
|
|
240
|
+
value: "10,000+",
|
|
241
|
+
label: "Managed fleet",
|
|
172
242
|
},
|
|
173
243
|
{
|
|
174
244
|
spec_item: null,
|
|
175
|
-
icon:
|
|
176
|
-
value: "
|
|
177
|
-
label: "
|
|
245
|
+
icon: ICON_MEDAL_STAR,
|
|
246
|
+
value: "Terraform",
|
|
247
|
+
label: "IaC coverage",
|
|
178
248
|
},
|
|
179
249
|
],
|
|
180
250
|
|
|
181
251
|
// Specifications 2 section
|
|
182
252
|
specifications_2_wrapper: null,
|
|
183
|
-
specifications_2_title: "Service
|
|
253
|
+
specifications_2_title: "Service commitments",
|
|
184
254
|
specifications_2_description:
|
|
185
|
-
"
|
|
255
|
+
"Tiered response times backed by on-call SRE teams in every region.",
|
|
186
256
|
specifications_2: [
|
|
187
257
|
{
|
|
188
258
|
spec_2_item: null,
|
|
189
|
-
icon:
|
|
190
|
-
value: "Response
|
|
191
|
-
label: "Critical
|
|
259
|
+
icon: ICON_TIMER_START,
|
|
260
|
+
value: "Response <15m · Resolution <4h",
|
|
261
|
+
label: "Critical / P1",
|
|
192
262
|
},
|
|
193
263
|
{
|
|
194
264
|
spec_2_item: null,
|
|
195
|
-
icon:
|
|
196
|
-
value: "Response
|
|
197
|
-
label: "Standard
|
|
265
|
+
icon: ICON_CLOCK,
|
|
266
|
+
value: "Response <1h · Resolution <24h",
|
|
267
|
+
label: "Standard / P2",
|
|
198
268
|
},
|
|
199
269
|
],
|
|
200
270
|
|
|
@@ -205,10 +275,10 @@ const DEFAULT_CONTENT_VARIANT_1_1 = {
|
|
|
205
275
|
ctas_levoGroup: null,
|
|
206
276
|
ctas: [
|
|
207
277
|
{
|
|
208
|
-
cta: "
|
|
278
|
+
cta: "Read trust report",
|
|
209
279
|
},
|
|
210
280
|
{
|
|
211
|
-
cta: "
|
|
281
|
+
cta: "Talk to sales",
|
|
212
282
|
},
|
|
213
283
|
],
|
|
214
284
|
};
|
|
@@ -450,229 +520,161 @@ export const Features4: IBlock = {
|
|
|
450
520
|
styles: {
|
|
451
521
|
layout: {},
|
|
452
522
|
container: {},
|
|
523
|
+
header_section: {
|
|
524
|
+
"text-align": "left",
|
|
525
|
+
"margin-bottom": "3xl",
|
|
526
|
+
"max-width": "620px",
|
|
527
|
+
},
|
|
528
|
+
title: {
|
|
529
|
+
"margin-bottom": "sm",
|
|
530
|
+
"letter-spacing": "-0.02em",
|
|
531
|
+
},
|
|
532
|
+
subtitle: {
|
|
533
|
+
color: "text-2",
|
|
534
|
+
"max-width": "540px",
|
|
535
|
+
},
|
|
453
536
|
content_wrapper: {
|
|
454
537
|
display: "flex",
|
|
455
|
-
"align-items": "
|
|
456
|
-
"column-gap": "
|
|
538
|
+
"align-items": "stretch",
|
|
539
|
+
"column-gap": "5xl",
|
|
457
540
|
tablet: {
|
|
458
541
|
"flex-direction": "column",
|
|
459
542
|
"row-gap": "3xl",
|
|
543
|
+
"align-items": "stretch",
|
|
460
544
|
},
|
|
461
545
|
},
|
|
462
|
-
header_section: {
|
|
463
|
-
"text-align": "center",
|
|
464
|
-
"margin-bottom": "4xl",
|
|
465
|
-
},
|
|
466
|
-
title: {
|
|
467
|
-
"margin-bottom": "sm",
|
|
468
|
-
},
|
|
469
|
-
subtitle: {},
|
|
470
546
|
specifications_wrapper: {
|
|
471
|
-
|
|
472
|
-
"
|
|
473
|
-
|
|
547
|
+
display: "flex",
|
|
548
|
+
"flex-direction": "column",
|
|
549
|
+
flex: "0 0 440px",
|
|
550
|
+
"min-width": "0",
|
|
474
551
|
tablet: {
|
|
475
552
|
flex: "auto",
|
|
476
|
-
|
|
553
|
+
width: "100%",
|
|
477
554
|
},
|
|
478
|
-
|
|
479
|
-
mobile: {},
|
|
480
555
|
},
|
|
481
556
|
specifications_levoGroup: {
|
|
482
557
|
display: "grid",
|
|
483
|
-
"grid-template-columns": "repeat(2, 1fr)",
|
|
484
|
-
gap: "xl",
|
|
485
|
-
"
|
|
558
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
559
|
+
"column-gap": "xl",
|
|
560
|
+
"row-gap": "xl",
|
|
561
|
+
"padding-top": "lg",
|
|
562
|
+
"padding-bottom": "2xl",
|
|
563
|
+
"border-top-width": "1px",
|
|
564
|
+
"border-top-style": "solid",
|
|
565
|
+
"border-top-color": "border",
|
|
486
566
|
mobile: {
|
|
487
567
|
"grid-template-columns": "1fr",
|
|
488
|
-
gap: "lg",
|
|
568
|
+
"row-gap": "lg",
|
|
489
569
|
},
|
|
490
570
|
},
|
|
491
|
-
|
|
492
|
-
{
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"column-gap": "sm",
|
|
497
|
-
},
|
|
498
|
-
icon: {
|
|
499
|
-
width: "1.5rem",
|
|
500
|
-
height: "1.5rem",
|
|
501
|
-
"margin-top": "2xs",
|
|
502
|
-
color: "brand",
|
|
503
|
-
},
|
|
504
|
-
value: {
|
|
505
|
-
"margin-bottom": "3xs",
|
|
506
|
-
"font-weight": 700,
|
|
507
|
-
},
|
|
508
|
-
label: {},
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
spec_item: {
|
|
512
|
-
display: "flex",
|
|
513
|
-
"align-items": "start",
|
|
514
|
-
"column-gap": "sm",
|
|
515
|
-
},
|
|
516
|
-
icon: {
|
|
517
|
-
width: "1.5rem",
|
|
518
|
-
height: "1.5rem",
|
|
519
|
-
"margin-top": "2xs",
|
|
520
|
-
color: "brand",
|
|
521
|
-
},
|
|
522
|
-
value: {
|
|
523
|
-
"margin-bottom": "3xs",
|
|
524
|
-
"font-weight": 700,
|
|
525
|
-
},
|
|
526
|
-
label: {},
|
|
571
|
+
specifications_levoGroupItem: {
|
|
572
|
+
spec_item: {
|
|
573
|
+
display: "flex",
|
|
574
|
+
"align-items": "start",
|
|
575
|
+
"column-gap": "sm",
|
|
527
576
|
},
|
|
528
|
-
{
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
icon: {
|
|
535
|
-
width: "1.5rem",
|
|
536
|
-
height: "1.5rem",
|
|
537
|
-
"margin-top": "2xs",
|
|
538
|
-
color: "brand",
|
|
539
|
-
},
|
|
540
|
-
value: {
|
|
541
|
-
"margin-bottom": "3xs",
|
|
542
|
-
"font-weight": 700,
|
|
543
|
-
},
|
|
544
|
-
label: {},
|
|
577
|
+
icon: {
|
|
578
|
+
width: "1.125rem",
|
|
579
|
+
height: "1.125rem",
|
|
580
|
+
"margin-top": "3xs",
|
|
581
|
+
color: "brand",
|
|
582
|
+
"flex-shrink": 0,
|
|
545
583
|
},
|
|
546
|
-
{
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
},
|
|
552
|
-
icon: {
|
|
553
|
-
width: "1.5rem",
|
|
554
|
-
height: "1.5rem",
|
|
555
|
-
"margin-top": "2xs",
|
|
556
|
-
color: "brand",
|
|
557
|
-
},
|
|
558
|
-
value: {
|
|
559
|
-
"margin-bottom": "3xs",
|
|
560
|
-
"font-weight": 700,
|
|
561
|
-
},
|
|
562
|
-
label: {},
|
|
584
|
+
text_wrapper: {
|
|
585
|
+
display: "flex",
|
|
586
|
+
"flex-direction": "column",
|
|
587
|
+
"row-gap": "3xs",
|
|
588
|
+
"min-width": "0",
|
|
563
589
|
},
|
|
564
|
-
{
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
"align-items": "start",
|
|
568
|
-
"column-gap": "sm",
|
|
569
|
-
},
|
|
570
|
-
icon: {
|
|
571
|
-
width: "1.5rem",
|
|
572
|
-
height: "1.5rem",
|
|
573
|
-
"margin-top": "2xs",
|
|
574
|
-
color: "brand",
|
|
575
|
-
},
|
|
576
|
-
value: {
|
|
577
|
-
"margin-bottom": "3xs",
|
|
578
|
-
"font-weight": 700,
|
|
579
|
-
},
|
|
580
|
-
label: {},
|
|
590
|
+
value: {
|
|
591
|
+
"font-weight": 700,
|
|
592
|
+
"letter-spacing": "-0.01em",
|
|
581
593
|
},
|
|
582
|
-
{
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
"align-items": "start",
|
|
586
|
-
"column-gap": "sm",
|
|
587
|
-
},
|
|
588
|
-
icon: {
|
|
589
|
-
width: "1.5rem",
|
|
590
|
-
height: "1.5rem",
|
|
591
|
-
"margin-top": "2xs",
|
|
592
|
-
color: "brand",
|
|
593
|
-
},
|
|
594
|
-
value: {
|
|
595
|
-
"margin-bottom": "3xs",
|
|
596
|
-
"font-weight": 700,
|
|
597
|
-
},
|
|
598
|
-
label: {},
|
|
594
|
+
label: {
|
|
595
|
+
color: "text-2",
|
|
596
|
+
"font-size": "sm",
|
|
599
597
|
},
|
|
600
|
-
|
|
598
|
+
},
|
|
599
|
+
specifications: [{}, {}, {}, {}, {}, {}],
|
|
601
600
|
specifications_2_wrapper: {
|
|
602
|
-
|
|
603
|
-
"
|
|
604
|
-
padding: "
|
|
605
|
-
"border-width": "1px",
|
|
606
|
-
"border-
|
|
607
|
-
"border-
|
|
601
|
+
display: "flex",
|
|
602
|
+
"flex-direction": "column",
|
|
603
|
+
"padding-top": "xl",
|
|
604
|
+
"border-top-width": "1px",
|
|
605
|
+
"border-top-style": "solid",
|
|
606
|
+
"border-top-color": "border",
|
|
608
607
|
},
|
|
609
608
|
specifications_2_title: {
|
|
610
|
-
"
|
|
609
|
+
"font-size": "xs",
|
|
610
|
+
"text-transform": "uppercase",
|
|
611
|
+
"letter-spacing": "0.1em",
|
|
612
|
+
"font-weight": 600,
|
|
613
|
+
color: "brand",
|
|
614
|
+
"margin-bottom": "xs",
|
|
615
|
+
},
|
|
616
|
+
specifications_2_description: {
|
|
617
|
+
color: "text-2",
|
|
618
|
+
"font-size": "sm",
|
|
619
|
+
"margin-bottom": "lg",
|
|
611
620
|
},
|
|
612
621
|
specifications_2_levoGroup: {
|
|
613
622
|
display: "flex",
|
|
614
623
|
"flex-direction": "column",
|
|
615
|
-
gap: "
|
|
624
|
+
"row-gap": "xs",
|
|
616
625
|
},
|
|
617
|
-
|
|
618
|
-
{
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
"column-gap": "sm",
|
|
623
|
-
},
|
|
624
|
-
icon: {
|
|
625
|
-
width: "1.25rem",
|
|
626
|
-
height: "1.25rem",
|
|
627
|
-
"margin-top": "2xs",
|
|
628
|
-
color: "brand",
|
|
629
|
-
},
|
|
630
|
-
value: {
|
|
631
|
-
"margin-bottom": "3xs",
|
|
632
|
-
"font-weight": 700,
|
|
633
|
-
},
|
|
634
|
-
label: {},
|
|
626
|
+
specifications_2_levoGroupItem: {
|
|
627
|
+
spec_2_item: {
|
|
628
|
+
display: "flex",
|
|
629
|
+
"align-items": "center",
|
|
630
|
+
"column-gap": "sm",
|
|
635
631
|
},
|
|
636
|
-
{
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
},
|
|
642
|
-
icon: {
|
|
643
|
-
width: "1.25rem",
|
|
644
|
-
height: "1.25rem",
|
|
645
|
-
"margin-top": "2xs",
|
|
646
|
-
color: "brand",
|
|
647
|
-
},
|
|
648
|
-
value: {
|
|
649
|
-
"margin-bottom": "3xs",
|
|
650
|
-
"font-weight": 700,
|
|
651
|
-
},
|
|
652
|
-
label: {},
|
|
632
|
+
icon: {
|
|
633
|
+
width: "1rem",
|
|
634
|
+
height: "1rem",
|
|
635
|
+
color: "text-3",
|
|
636
|
+
"flex-shrink": 0,
|
|
653
637
|
},
|
|
654
|
-
|
|
638
|
+
text_wrapper: {
|
|
639
|
+
display: "flex",
|
|
640
|
+
"flex-direction": "row",
|
|
641
|
+
"align-items": "baseline",
|
|
642
|
+
"column-gap": "sm",
|
|
643
|
+
"flex-wrap": "wrap",
|
|
644
|
+
"min-width": "0",
|
|
645
|
+
},
|
|
646
|
+
value: {
|
|
647
|
+
"font-weight": 600,
|
|
648
|
+
"font-size": "sm",
|
|
649
|
+
},
|
|
650
|
+
label: {
|
|
651
|
+
color: "text-3",
|
|
652
|
+
"font-size": "sm",
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
specifications_2: [{}, {}],
|
|
655
656
|
ctas_levoGroup: {
|
|
656
657
|
display: "flex",
|
|
657
658
|
"flex-direction": "row",
|
|
658
|
-
"column-gap": "
|
|
659
|
-
"row-gap": "md",
|
|
659
|
+
"column-gap": "sm",
|
|
660
660
|
"flex-wrap": "wrap",
|
|
661
661
|
"align-items": "center",
|
|
662
|
-
"
|
|
662
|
+
"padding-top": "xl",
|
|
663
663
|
},
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
.map(() => ({
|
|
667
|
-
cta: {},
|
|
668
|
-
})),
|
|
664
|
+
ctas_levoGroupItem: { cta: {} },
|
|
665
|
+
ctas: [{}, {}],
|
|
669
666
|
product_image: {
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
667
|
+
flex: "1 1 0%",
|
|
668
|
+
"align-self": "stretch",
|
|
669
|
+
width: "100%",
|
|
670
|
+
height: "auto",
|
|
671
|
+
"border-radius": "xl",
|
|
673
672
|
"object-fit": "cover",
|
|
674
673
|
tablet: {
|
|
674
|
+
flex: "auto",
|
|
675
675
|
width: "100%",
|
|
676
|
+
"min-height": "360px",
|
|
677
|
+
"aspect-ratio": "4 / 3",
|
|
676
678
|
},
|
|
677
679
|
},
|
|
678
680
|
},
|
|
@@ -781,6 +783,10 @@ export const Features4: IBlock = {
|
|
|
781
783
|
},
|
|
782
784
|
},
|
|
783
785
|
],
|
|
786
|
+
ctas: [
|
|
787
|
+
{},
|
|
788
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
789
|
+
],
|
|
784
790
|
},
|
|
785
791
|
},
|
|
786
792
|
{
|
|
@@ -791,23 +797,26 @@ export const Features4: IBlock = {
|
|
|
791
797
|
container: {},
|
|
792
798
|
content_wrapper: {
|
|
793
799
|
display: "flex",
|
|
794
|
-
"align-items": "
|
|
800
|
+
"align-items": "stretch",
|
|
795
801
|
"column-gap": "4xl",
|
|
796
802
|
tablet: {
|
|
797
803
|
"flex-direction": "column",
|
|
798
804
|
"row-gap": "3xl",
|
|
805
|
+
"align-items": "stretch",
|
|
799
806
|
},
|
|
800
807
|
"flex-direction": "row-reverse",
|
|
801
808
|
},
|
|
802
809
|
header_section: {
|
|
803
|
-
"text-align": "
|
|
804
|
-
"margin-bottom": "
|
|
805
|
-
|
|
810
|
+
"text-align": "left",
|
|
811
|
+
"margin-bottom": "3xl",
|
|
812
|
+
"max-width": "720px",
|
|
806
813
|
},
|
|
807
814
|
title: {
|
|
808
815
|
"margin-bottom": "sm",
|
|
809
816
|
},
|
|
810
|
-
subtitle: {
|
|
817
|
+
subtitle: {
|
|
818
|
+
color: "text-2",
|
|
819
|
+
},
|
|
811
820
|
specifications_wrapper: {
|
|
812
821
|
flex: "1",
|
|
813
822
|
"max-width": "50%",
|
|
@@ -820,192 +829,97 @@ export const Features4: IBlock = {
|
|
|
820
829
|
mobile: {},
|
|
821
830
|
},
|
|
822
831
|
specifications_levoGroup: {
|
|
823
|
-
display: "
|
|
832
|
+
display: "grid",
|
|
824
833
|
"grid-template-columns": "repeat(2, 1fr)",
|
|
825
834
|
gap: "xl",
|
|
826
|
-
"margin-bottom": "
|
|
835
|
+
"margin-bottom": "2xl",
|
|
827
836
|
mobile: {
|
|
828
837
|
"grid-template-columns": "1fr",
|
|
829
838
|
gap: "lg",
|
|
830
839
|
},
|
|
831
840
|
},
|
|
832
|
-
|
|
833
|
-
{
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
"column-gap": "sm",
|
|
838
|
-
},
|
|
839
|
-
icon: {
|
|
840
|
-
width: "1.5rem",
|
|
841
|
-
height: "1.5rem",
|
|
842
|
-
"margin-top": "2xs",
|
|
843
|
-
color: "brand",
|
|
844
|
-
},
|
|
845
|
-
value: {
|
|
846
|
-
"margin-bottom": "3xs",
|
|
847
|
-
"font-weight": 700,
|
|
848
|
-
},
|
|
849
|
-
label: {},
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
spec_item: {
|
|
853
|
-
display: "flex",
|
|
854
|
-
"align-items": "start",
|
|
855
|
-
"column-gap": "sm",
|
|
856
|
-
},
|
|
857
|
-
icon: {
|
|
858
|
-
width: "1.5rem",
|
|
859
|
-
height: "1.5rem",
|
|
860
|
-
"margin-top": "2xs",
|
|
861
|
-
color: "brand",
|
|
862
|
-
},
|
|
863
|
-
value: {
|
|
864
|
-
"margin-bottom": "3xs",
|
|
865
|
-
"font-weight": 700,
|
|
866
|
-
},
|
|
867
|
-
label: {},
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
spec_item: {
|
|
871
|
-
display: "flex",
|
|
872
|
-
"align-items": "start",
|
|
873
|
-
"column-gap": "sm",
|
|
874
|
-
},
|
|
875
|
-
icon: {
|
|
876
|
-
width: "1.5rem",
|
|
877
|
-
height: "1.5rem",
|
|
878
|
-
"margin-top": "2xs",
|
|
879
|
-
color: "brand",
|
|
880
|
-
},
|
|
881
|
-
value: {
|
|
882
|
-
"margin-bottom": "3xs",
|
|
883
|
-
"font-weight": 700,
|
|
884
|
-
},
|
|
885
|
-
label: {},
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
spec_item: {
|
|
889
|
-
display: "flex",
|
|
890
|
-
"align-items": "start",
|
|
891
|
-
"column-gap": "sm",
|
|
892
|
-
},
|
|
893
|
-
icon: {
|
|
894
|
-
width: "1.5rem",
|
|
895
|
-
height: "1.5rem",
|
|
896
|
-
"margin-top": "2xs",
|
|
897
|
-
color: "brand",
|
|
898
|
-
},
|
|
899
|
-
value: {
|
|
900
|
-
"margin-bottom": "3xs",
|
|
901
|
-
"font-weight": 700,
|
|
902
|
-
},
|
|
903
|
-
label: {},
|
|
841
|
+
specifications_levoGroupItem: {
|
|
842
|
+
spec_item: {
|
|
843
|
+
display: "flex",
|
|
844
|
+
"align-items": "start",
|
|
845
|
+
"column-gap": "sm",
|
|
904
846
|
},
|
|
905
|
-
{
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
icon: {
|
|
912
|
-
width: "1.5rem",
|
|
913
|
-
height: "1.5rem",
|
|
914
|
-
"margin-top": "2xs",
|
|
915
|
-
color: "brand",
|
|
916
|
-
},
|
|
917
|
-
value: {
|
|
918
|
-
"margin-bottom": "3xs",
|
|
919
|
-
"font-weight": 700,
|
|
920
|
-
},
|
|
921
|
-
label: {},
|
|
847
|
+
icon: {
|
|
848
|
+
width: "1.5rem",
|
|
849
|
+
height: "1.5rem",
|
|
850
|
+
"margin-top": "2xs",
|
|
851
|
+
color: "brand",
|
|
852
|
+
"flex-shrink": 0,
|
|
922
853
|
},
|
|
923
|
-
{
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
"align-items": "start",
|
|
927
|
-
"column-gap": "sm",
|
|
928
|
-
},
|
|
929
|
-
icon: {
|
|
930
|
-
width: "1.5rem",
|
|
931
|
-
height: "1.5rem",
|
|
932
|
-
"margin-top": "2xs",
|
|
933
|
-
color: "brand",
|
|
934
|
-
},
|
|
935
|
-
value: {
|
|
936
|
-
"margin-bottom": "3xs",
|
|
937
|
-
"font-weight": 700,
|
|
938
|
-
},
|
|
939
|
-
label: {},
|
|
854
|
+
value: {
|
|
855
|
+
"margin-bottom": "3xs",
|
|
856
|
+
"font-weight": 700,
|
|
940
857
|
},
|
|
941
|
-
|
|
858
|
+
label: {},
|
|
859
|
+
},
|
|
860
|
+
specifications: [{}, {}, {}, {}, {}, {}],
|
|
942
861
|
specifications_2_wrapper: {
|
|
943
|
-
"background-color": "
|
|
862
|
+
"background-color": "background-1",
|
|
863
|
+
"border-radius": "base",
|
|
944
864
|
padding: "lg",
|
|
865
|
+
"border-width": "1px",
|
|
866
|
+
"border-color": "border",
|
|
867
|
+
"border-style": "solid",
|
|
945
868
|
},
|
|
946
869
|
specifications_2_title: {
|
|
870
|
+
"margin-bottom": "xs",
|
|
871
|
+
},
|
|
872
|
+
specifications_2_description: {
|
|
873
|
+
color: "text-2",
|
|
947
874
|
"margin-bottom": "base",
|
|
948
875
|
},
|
|
949
876
|
specifications_2_levoGroup: {
|
|
950
877
|
display: "flex",
|
|
951
878
|
"flex-direction": "column",
|
|
952
879
|
gap: "base",
|
|
953
|
-
"row-gap": "3xs",
|
|
954
|
-
"margin-top": "base",
|
|
955
880
|
},
|
|
956
|
-
|
|
957
|
-
{
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
"column-gap": "sm",
|
|
962
|
-
"justify-content": "start",
|
|
963
|
-
},
|
|
964
|
-
icon: {
|
|
965
|
-
width: "22px",
|
|
966
|
-
height: "22px",
|
|
967
|
-
"margin-top": "none",
|
|
968
|
-
color: "brand",
|
|
969
|
-
"font-size": "22px",
|
|
970
|
-
},
|
|
971
|
-
value: {
|
|
972
|
-
"margin-bottom": "3xs",
|
|
973
|
-
"font-weight": 700,
|
|
974
|
-
},
|
|
975
|
-
label: {
|
|
976
|
-
display: "none",
|
|
977
|
-
},
|
|
881
|
+
specifications_2_levoGroupItem: {
|
|
882
|
+
spec_2_item: {
|
|
883
|
+
display: "flex",
|
|
884
|
+
"align-items": "start",
|
|
885
|
+
"column-gap": "sm",
|
|
978
886
|
},
|
|
979
|
-
{
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
},
|
|
986
|
-
icon: {
|
|
987
|
-
width: "22px",
|
|
988
|
-
height: "22px",
|
|
989
|
-
"margin-top": "none",
|
|
990
|
-
color: "brand",
|
|
991
|
-
"font-size": "22px",
|
|
992
|
-
},
|
|
993
|
-
value: {
|
|
994
|
-
"margin-bottom": "3xs",
|
|
995
|
-
"font-weight": 700,
|
|
996
|
-
},
|
|
997
|
-
label: {
|
|
998
|
-
display: "none",
|
|
999
|
-
},
|
|
887
|
+
icon: {
|
|
888
|
+
width: "1.25rem",
|
|
889
|
+
height: "1.25rem",
|
|
890
|
+
"margin-top": "2xs",
|
|
891
|
+
color: "brand",
|
|
892
|
+
"flex-shrink": 0,
|
|
1000
893
|
},
|
|
1001
|
-
|
|
894
|
+
value: {
|
|
895
|
+
"margin-bottom": "3xs",
|
|
896
|
+
"font-weight": 700,
|
|
897
|
+
},
|
|
898
|
+
label: {},
|
|
899
|
+
},
|
|
900
|
+
specifications_2: [{}, {}],
|
|
901
|
+
ctas_levoGroup: {
|
|
902
|
+
display: "flex",
|
|
903
|
+
"flex-direction": "row",
|
|
904
|
+
"column-gap": "md",
|
|
905
|
+
"row-gap": "md",
|
|
906
|
+
"flex-wrap": "wrap",
|
|
907
|
+
"align-items": "center",
|
|
908
|
+
"margin-top": "xl",
|
|
909
|
+
},
|
|
910
|
+
ctas_levoGroupItem: { cta: {} },
|
|
911
|
+
ctas: [{}, {}],
|
|
1002
912
|
product_image: {
|
|
913
|
+
flex: "0 0 50%",
|
|
914
|
+
"align-self": "stretch",
|
|
1003
915
|
width: "50%",
|
|
1004
|
-
height: "
|
|
1005
|
-
"border-radius": "
|
|
916
|
+
height: "auto",
|
|
917
|
+
"border-radius": "xl",
|
|
1006
918
|
"object-fit": "cover",
|
|
1007
919
|
tablet: {
|
|
920
|
+
flex: "auto",
|
|
1008
921
|
width: "100%",
|
|
922
|
+
"aspect-ratio": "4 / 3",
|
|
1009
923
|
},
|
|
1010
924
|
},
|
|
1011
925
|
},
|
|
@@ -1117,6 +1031,600 @@ export const Features4: IBlock = {
|
|
|
1117
1031
|
},
|
|
1118
1032
|
},
|
|
1119
1033
|
],
|
|
1034
|
+
ctas: [
|
|
1035
|
+
{},
|
|
1036
|
+
{ cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1037
|
+
],
|
|
1038
|
+
},
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
title: "Stacked",
|
|
1042
|
+
key: "stacked",
|
|
1043
|
+
styles: {
|
|
1044
|
+
layout: {},
|
|
1045
|
+
container: {},
|
|
1046
|
+
content_wrapper: {
|
|
1047
|
+
display: "flex",
|
|
1048
|
+
"flex-direction": "column",
|
|
1049
|
+
"row-gap": "4xl",
|
|
1050
|
+
},
|
|
1051
|
+
header_section: {
|
|
1052
|
+
"text-align": "center",
|
|
1053
|
+
"margin-bottom": "2xl",
|
|
1054
|
+
"max-width": "720px",
|
|
1055
|
+
"margin-left": "auto",
|
|
1056
|
+
"margin-right": "auto",
|
|
1057
|
+
},
|
|
1058
|
+
title: {
|
|
1059
|
+
"margin-bottom": "sm",
|
|
1060
|
+
},
|
|
1061
|
+
subtitle: {
|
|
1062
|
+
color: "text-2",
|
|
1063
|
+
},
|
|
1064
|
+
specifications_wrapper: {
|
|
1065
|
+
display: "flex",
|
|
1066
|
+
"flex-direction": "column",
|
|
1067
|
+
width: "100%",
|
|
1068
|
+
},
|
|
1069
|
+
specifications_levoGroup: {
|
|
1070
|
+
display: "grid",
|
|
1071
|
+
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
1072
|
+
"column-gap": "2xl",
|
|
1073
|
+
"row-gap": "xl",
|
|
1074
|
+
"padding-top": "lg",
|
|
1075
|
+
"padding-bottom": "2xl",
|
|
1076
|
+
"border-top-width": "1px",
|
|
1077
|
+
"border-top-style": "solid",
|
|
1078
|
+
"border-top-color": "border",
|
|
1079
|
+
tablet: {
|
|
1080
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1081
|
+
},
|
|
1082
|
+
mobile: {
|
|
1083
|
+
"grid-template-columns": "1fr",
|
|
1084
|
+
"row-gap": "lg",
|
|
1085
|
+
},
|
|
1086
|
+
},
|
|
1087
|
+
specifications_levoGroupItem: {
|
|
1088
|
+
spec_item: {
|
|
1089
|
+
display: "flex",
|
|
1090
|
+
"align-items": "start",
|
|
1091
|
+
"column-gap": "sm",
|
|
1092
|
+
},
|
|
1093
|
+
icon: {
|
|
1094
|
+
width: "1.125rem",
|
|
1095
|
+
height: "1.125rem",
|
|
1096
|
+
"margin-top": "3xs",
|
|
1097
|
+
color: "brand",
|
|
1098
|
+
"flex-shrink": 0,
|
|
1099
|
+
},
|
|
1100
|
+
text_wrapper: {
|
|
1101
|
+
display: "flex",
|
|
1102
|
+
"flex-direction": "column",
|
|
1103
|
+
"row-gap": "3xs",
|
|
1104
|
+
"min-width": "0",
|
|
1105
|
+
},
|
|
1106
|
+
value: {
|
|
1107
|
+
"font-weight": 700,
|
|
1108
|
+
"letter-spacing": "-0.01em",
|
|
1109
|
+
},
|
|
1110
|
+
label: {
|
|
1111
|
+
color: "text-2",
|
|
1112
|
+
"font-size": "sm",
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
specifications: [{}, {}, {}, {}, {}, {}],
|
|
1116
|
+
specifications_2_wrapper: {
|
|
1117
|
+
display: "grid",
|
|
1118
|
+
"grid-template-columns": "minmax(0, 1fr) minmax(0, 1.2fr)",
|
|
1119
|
+
"column-gap": "4xl",
|
|
1120
|
+
"row-gap": "lg",
|
|
1121
|
+
"padding-top": "2xl",
|
|
1122
|
+
"border-top-width": "1px",
|
|
1123
|
+
"border-top-style": "solid",
|
|
1124
|
+
"border-top-color": "border",
|
|
1125
|
+
tablet: {
|
|
1126
|
+
"grid-template-columns": "1fr",
|
|
1127
|
+
"row-gap": "base",
|
|
1128
|
+
},
|
|
1129
|
+
},
|
|
1130
|
+
specifications_2_title: {
|
|
1131
|
+
"font-size": "xs",
|
|
1132
|
+
"text-transform": "uppercase",
|
|
1133
|
+
"letter-spacing": "0.1em",
|
|
1134
|
+
"font-weight": 600,
|
|
1135
|
+
color: "brand",
|
|
1136
|
+
"margin-bottom": "xs",
|
|
1137
|
+
"grid-column": "1",
|
|
1138
|
+
},
|
|
1139
|
+
specifications_2_description: {
|
|
1140
|
+
color: "text-2",
|
|
1141
|
+
"font-size": "sm",
|
|
1142
|
+
"grid-column": "1",
|
|
1143
|
+
"max-width": "420px",
|
|
1144
|
+
},
|
|
1145
|
+
specifications_2_levoGroup: {
|
|
1146
|
+
display: "flex",
|
|
1147
|
+
"flex-direction": "column",
|
|
1148
|
+
"row-gap": "xs",
|
|
1149
|
+
"grid-column": "2",
|
|
1150
|
+
"grid-row": "1 / span 2",
|
|
1151
|
+
"align-self": "center",
|
|
1152
|
+
tablet: {
|
|
1153
|
+
"grid-column": "1",
|
|
1154
|
+
"grid-row": "auto",
|
|
1155
|
+
},
|
|
1156
|
+
},
|
|
1157
|
+
specifications_2_levoGroupItem: {
|
|
1158
|
+
spec_2_item: {
|
|
1159
|
+
display: "flex",
|
|
1160
|
+
"align-items": "center",
|
|
1161
|
+
"column-gap": "sm",
|
|
1162
|
+
},
|
|
1163
|
+
icon: {
|
|
1164
|
+
width: "1rem",
|
|
1165
|
+
height: "1rem",
|
|
1166
|
+
color: "text-3",
|
|
1167
|
+
"flex-shrink": 0,
|
|
1168
|
+
},
|
|
1169
|
+
text_wrapper: {
|
|
1170
|
+
display: "flex",
|
|
1171
|
+
"flex-direction": "row",
|
|
1172
|
+
"align-items": "baseline",
|
|
1173
|
+
"column-gap": "sm",
|
|
1174
|
+
"flex-wrap": "wrap",
|
|
1175
|
+
"min-width": "0",
|
|
1176
|
+
},
|
|
1177
|
+
value: {
|
|
1178
|
+
"font-weight": 600,
|
|
1179
|
+
"font-size": "sm",
|
|
1180
|
+
},
|
|
1181
|
+
label: {
|
|
1182
|
+
color: "text-3",
|
|
1183
|
+
"font-size": "sm",
|
|
1184
|
+
},
|
|
1185
|
+
},
|
|
1186
|
+
specifications_2: [{}, {}],
|
|
1187
|
+
ctas_levoGroup: {
|
|
1188
|
+
display: "flex",
|
|
1189
|
+
"flex-direction": "row",
|
|
1190
|
+
"column-gap": "sm",
|
|
1191
|
+
"flex-wrap": "wrap",
|
|
1192
|
+
"align-items": "center",
|
|
1193
|
+
"grid-column": "1 / span 2",
|
|
1194
|
+
"padding-top": "lg",
|
|
1195
|
+
tablet: {
|
|
1196
|
+
"grid-column": "1",
|
|
1197
|
+
},
|
|
1198
|
+
},
|
|
1199
|
+
ctas_levoGroupItem: { cta: {} },
|
|
1200
|
+
ctas: [{}, {}],
|
|
1201
|
+
product_image: {
|
|
1202
|
+
width: "100%",
|
|
1203
|
+
height: "440px",
|
|
1204
|
+
"border-radius": "xl",
|
|
1205
|
+
"object-fit": "cover",
|
|
1206
|
+
},
|
|
1207
|
+
},
|
|
1208
|
+
content: DEFAULT_CONTENT,
|
|
1209
|
+
config: {
|
|
1210
|
+
title: {
|
|
1211
|
+
selectedVariants: {
|
|
1212
|
+
Heading_Level: "H2",
|
|
1213
|
+
},
|
|
1214
|
+
heading: {
|
|
1215
|
+
level: 2,
|
|
1216
|
+
},
|
|
1217
|
+
},
|
|
1218
|
+
specifications: Array(6)
|
|
1219
|
+
.fill(0)
|
|
1220
|
+
.map(() => ({
|
|
1221
|
+
value: {
|
|
1222
|
+
selectedVariants: {
|
|
1223
|
+
Heading_Level: "H4",
|
|
1224
|
+
},
|
|
1225
|
+
},
|
|
1226
|
+
label: {
|
|
1227
|
+
selectedVariants: {},
|
|
1228
|
+
},
|
|
1229
|
+
})),
|
|
1230
|
+
specifications_2: Array(2)
|
|
1231
|
+
.fill(0)
|
|
1232
|
+
.map(() => ({
|
|
1233
|
+
value: {
|
|
1234
|
+
selectedVariants: {
|
|
1235
|
+
Heading_Level: "H6",
|
|
1236
|
+
},
|
|
1237
|
+
},
|
|
1238
|
+
})),
|
|
1239
|
+
ctas: [{}, {}],
|
|
1240
|
+
},
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
title: "Image Left",
|
|
1244
|
+
key: "image-left",
|
|
1245
|
+
styles: {
|
|
1246
|
+
layout: {},
|
|
1247
|
+
container: {},
|
|
1248
|
+
header_section: {
|
|
1249
|
+
"text-align": "left",
|
|
1250
|
+
"margin-bottom": "3xl",
|
|
1251
|
+
"max-width": "620px",
|
|
1252
|
+
},
|
|
1253
|
+
title: {
|
|
1254
|
+
"margin-bottom": "sm",
|
|
1255
|
+
"letter-spacing": "-0.02em",
|
|
1256
|
+
},
|
|
1257
|
+
subtitle: {
|
|
1258
|
+
color: "text-2",
|
|
1259
|
+
"max-width": "540px",
|
|
1260
|
+
},
|
|
1261
|
+
content_wrapper: {
|
|
1262
|
+
display: "flex",
|
|
1263
|
+
"flex-direction": "row-reverse",
|
|
1264
|
+
"align-items": "stretch",
|
|
1265
|
+
"column-gap": "5xl",
|
|
1266
|
+
tablet: {
|
|
1267
|
+
"flex-direction": "column",
|
|
1268
|
+
"row-gap": "3xl",
|
|
1269
|
+
"align-items": "stretch",
|
|
1270
|
+
},
|
|
1271
|
+
},
|
|
1272
|
+
specifications_wrapper: {
|
|
1273
|
+
display: "flex",
|
|
1274
|
+
"flex-direction": "column",
|
|
1275
|
+
flex: "0 0 440px",
|
|
1276
|
+
"min-width": "0",
|
|
1277
|
+
tablet: {
|
|
1278
|
+
flex: "auto",
|
|
1279
|
+
width: "100%",
|
|
1280
|
+
},
|
|
1281
|
+
},
|
|
1282
|
+
specifications_levoGroup: {
|
|
1283
|
+
display: "grid",
|
|
1284
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1285
|
+
"column-gap": "xl",
|
|
1286
|
+
"row-gap": "xl",
|
|
1287
|
+
"padding-top": "lg",
|
|
1288
|
+
"padding-bottom": "2xl",
|
|
1289
|
+
"border-top-width": "1px",
|
|
1290
|
+
"border-top-style": "solid",
|
|
1291
|
+
"border-top-color": "border",
|
|
1292
|
+
mobile: {
|
|
1293
|
+
"grid-template-columns": "1fr",
|
|
1294
|
+
"row-gap": "lg",
|
|
1295
|
+
},
|
|
1296
|
+
},
|
|
1297
|
+
specifications_levoGroupItem: {
|
|
1298
|
+
spec_item: {
|
|
1299
|
+
display: "flex",
|
|
1300
|
+
"align-items": "start",
|
|
1301
|
+
"column-gap": "sm",
|
|
1302
|
+
},
|
|
1303
|
+
icon: {
|
|
1304
|
+
width: "1.125rem",
|
|
1305
|
+
height: "1.125rem",
|
|
1306
|
+
"margin-top": "3xs",
|
|
1307
|
+
color: "brand",
|
|
1308
|
+
"flex-shrink": 0,
|
|
1309
|
+
},
|
|
1310
|
+
text_wrapper: {
|
|
1311
|
+
display: "flex",
|
|
1312
|
+
"flex-direction": "column",
|
|
1313
|
+
"row-gap": "3xs",
|
|
1314
|
+
"min-width": "0",
|
|
1315
|
+
},
|
|
1316
|
+
value: {
|
|
1317
|
+
"font-weight": 700,
|
|
1318
|
+
"letter-spacing": "-0.01em",
|
|
1319
|
+
},
|
|
1320
|
+
label: {
|
|
1321
|
+
color: "text-2",
|
|
1322
|
+
"font-size": "sm",
|
|
1323
|
+
},
|
|
1324
|
+
},
|
|
1325
|
+
specifications: [{}, {}, {}, {}, {}, {}],
|
|
1326
|
+
specifications_2_wrapper: {
|
|
1327
|
+
display: "flex",
|
|
1328
|
+
"flex-direction": "column",
|
|
1329
|
+
"padding-top": "xl",
|
|
1330
|
+
"border-top-width": "1px",
|
|
1331
|
+
"border-top-style": "solid",
|
|
1332
|
+
"border-top-color": "border",
|
|
1333
|
+
},
|
|
1334
|
+
specifications_2_title: {
|
|
1335
|
+
"font-size": "xs",
|
|
1336
|
+
"text-transform": "uppercase",
|
|
1337
|
+
"letter-spacing": "0.1em",
|
|
1338
|
+
"font-weight": 600,
|
|
1339
|
+
color: "brand",
|
|
1340
|
+
"margin-bottom": "xs",
|
|
1341
|
+
},
|
|
1342
|
+
specifications_2_description: {
|
|
1343
|
+
color: "text-2",
|
|
1344
|
+
"font-size": "sm",
|
|
1345
|
+
"margin-bottom": "lg",
|
|
1346
|
+
},
|
|
1347
|
+
specifications_2_levoGroup: {
|
|
1348
|
+
display: "flex",
|
|
1349
|
+
"flex-direction": "column",
|
|
1350
|
+
"row-gap": "xs",
|
|
1351
|
+
},
|
|
1352
|
+
specifications_2_levoGroupItem: {
|
|
1353
|
+
spec_2_item: {
|
|
1354
|
+
display: "flex",
|
|
1355
|
+
"align-items": "center",
|
|
1356
|
+
"column-gap": "sm",
|
|
1357
|
+
},
|
|
1358
|
+
icon: {
|
|
1359
|
+
width: "1rem",
|
|
1360
|
+
height: "1rem",
|
|
1361
|
+
color: "text-3",
|
|
1362
|
+
"flex-shrink": 0,
|
|
1363
|
+
},
|
|
1364
|
+
text_wrapper: {
|
|
1365
|
+
display: "flex",
|
|
1366
|
+
"flex-direction": "row",
|
|
1367
|
+
"align-items": "baseline",
|
|
1368
|
+
"column-gap": "sm",
|
|
1369
|
+
"flex-wrap": "wrap",
|
|
1370
|
+
"min-width": "0",
|
|
1371
|
+
},
|
|
1372
|
+
value: {
|
|
1373
|
+
"font-weight": 600,
|
|
1374
|
+
"font-size": "sm",
|
|
1375
|
+
},
|
|
1376
|
+
label: {
|
|
1377
|
+
color: "text-3",
|
|
1378
|
+
"font-size": "sm",
|
|
1379
|
+
},
|
|
1380
|
+
},
|
|
1381
|
+
specifications_2: [{}, {}],
|
|
1382
|
+
ctas_levoGroup: {
|
|
1383
|
+
display: "flex",
|
|
1384
|
+
"flex-direction": "row",
|
|
1385
|
+
"column-gap": "sm",
|
|
1386
|
+
"flex-wrap": "wrap",
|
|
1387
|
+
"align-items": "center",
|
|
1388
|
+
"padding-top": "xl",
|
|
1389
|
+
},
|
|
1390
|
+
ctas_levoGroupItem: { cta: {} },
|
|
1391
|
+
ctas: [{}, {}],
|
|
1392
|
+
product_image: {
|
|
1393
|
+
flex: "1 1 0%",
|
|
1394
|
+
"align-self": "stretch",
|
|
1395
|
+
width: "100%",
|
|
1396
|
+
height: "auto",
|
|
1397
|
+
"border-radius": "xl",
|
|
1398
|
+
"object-fit": "cover",
|
|
1399
|
+
tablet: {
|
|
1400
|
+
flex: "auto",
|
|
1401
|
+
width: "100%",
|
|
1402
|
+
"min-height": "360px",
|
|
1403
|
+
"aspect-ratio": "4 / 3",
|
|
1404
|
+
},
|
|
1405
|
+
},
|
|
1406
|
+
},
|
|
1407
|
+
content: DEFAULT_CONTENT,
|
|
1408
|
+
config: {
|
|
1409
|
+
title: {
|
|
1410
|
+
selectedVariants: {
|
|
1411
|
+
Heading_Level: "H2",
|
|
1412
|
+
},
|
|
1413
|
+
heading: {
|
|
1414
|
+
level: 2,
|
|
1415
|
+
},
|
|
1416
|
+
},
|
|
1417
|
+
specifications: Array(6)
|
|
1418
|
+
.fill(0)
|
|
1419
|
+
.map(() => ({
|
|
1420
|
+
value: {
|
|
1421
|
+
selectedVariants: {
|
|
1422
|
+
Heading_Level: "H4",
|
|
1423
|
+
},
|
|
1424
|
+
},
|
|
1425
|
+
label: {
|
|
1426
|
+
selectedVariants: {},
|
|
1427
|
+
},
|
|
1428
|
+
})),
|
|
1429
|
+
specifications_2: Array(2)
|
|
1430
|
+
.fill(0)
|
|
1431
|
+
.map(() => ({
|
|
1432
|
+
value: {
|
|
1433
|
+
selectedVariants: {
|
|
1434
|
+
Heading_Level: "H6",
|
|
1435
|
+
},
|
|
1436
|
+
},
|
|
1437
|
+
})),
|
|
1438
|
+
ctas: [{}, {}],
|
|
1439
|
+
},
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
title: "Compact Grid",
|
|
1443
|
+
key: "compact-grid",
|
|
1444
|
+
styles: {
|
|
1445
|
+
layout: {},
|
|
1446
|
+
container: {},
|
|
1447
|
+
content_wrapper: {
|
|
1448
|
+
display: "flex",
|
|
1449
|
+
"flex-direction": "column",
|
|
1450
|
+
"row-gap": "3xl",
|
|
1451
|
+
},
|
|
1452
|
+
header_section: {
|
|
1453
|
+
"text-align": "left",
|
|
1454
|
+
"margin-bottom": "2xl",
|
|
1455
|
+
"max-width": "720px",
|
|
1456
|
+
},
|
|
1457
|
+
title: {
|
|
1458
|
+
"margin-bottom": "sm",
|
|
1459
|
+
},
|
|
1460
|
+
subtitle: {
|
|
1461
|
+
color: "text-2",
|
|
1462
|
+
},
|
|
1463
|
+
specifications_wrapper: {
|
|
1464
|
+
width: "100%",
|
|
1465
|
+
},
|
|
1466
|
+
specifications_levoGroup: {
|
|
1467
|
+
display: "grid",
|
|
1468
|
+
"grid-template-columns": "repeat(3, 1fr)",
|
|
1469
|
+
gap: "base",
|
|
1470
|
+
"margin-bottom": "2xl",
|
|
1471
|
+
tablet: {
|
|
1472
|
+
"grid-template-columns": "repeat(2, 1fr)",
|
|
1473
|
+
},
|
|
1474
|
+
mobile: {
|
|
1475
|
+
"grid-template-columns": "1fr",
|
|
1476
|
+
},
|
|
1477
|
+
},
|
|
1478
|
+
specifications_levoGroupItem: {
|
|
1479
|
+
spec_item: {
|
|
1480
|
+
display: "flex",
|
|
1481
|
+
"align-items": "center",
|
|
1482
|
+
"column-gap": "sm",
|
|
1483
|
+
padding: "base",
|
|
1484
|
+
"background-color": "brandSecondary",
|
|
1485
|
+
"border-radius": "base",
|
|
1486
|
+
},
|
|
1487
|
+
icon: {
|
|
1488
|
+
width: "1.25rem",
|
|
1489
|
+
height: "1.25rem",
|
|
1490
|
+
color: "brand",
|
|
1491
|
+
"flex-shrink": 0,
|
|
1492
|
+
},
|
|
1493
|
+
value: {
|
|
1494
|
+
"font-weight": 600,
|
|
1495
|
+
"font-size": "sm",
|
|
1496
|
+
},
|
|
1497
|
+
label: {
|
|
1498
|
+
"font-size": "xs",
|
|
1499
|
+
},
|
|
1500
|
+
},
|
|
1501
|
+
specifications: [{}, {}, {}, {}, {}, {}],
|
|
1502
|
+
specifications_2_wrapper: {
|
|
1503
|
+
display: "grid",
|
|
1504
|
+
"grid-template-columns": "minmax(0, 1fr) minmax(0, 1.2fr)",
|
|
1505
|
+
"column-gap": "4xl",
|
|
1506
|
+
"row-gap": "lg",
|
|
1507
|
+
"border-radius": "xl",
|
|
1508
|
+
"padding-top": "xl",
|
|
1509
|
+
"padding-bottom": "xl",
|
|
1510
|
+
"padding-left": "xl",
|
|
1511
|
+
"padding-right": "xl",
|
|
1512
|
+
"background-color": "brandSecondary",
|
|
1513
|
+
tablet: {
|
|
1514
|
+
"grid-template-columns": "1fr",
|
|
1515
|
+
"row-gap": "base",
|
|
1516
|
+
},
|
|
1517
|
+
},
|
|
1518
|
+
specifications_2_title: {
|
|
1519
|
+
"font-size": "xs",
|
|
1520
|
+
"text-transform": "uppercase",
|
|
1521
|
+
"letter-spacing": "0.1em",
|
|
1522
|
+
"font-weight": 600,
|
|
1523
|
+
color: "brand",
|
|
1524
|
+
"margin-bottom": "xs",
|
|
1525
|
+
"grid-column": "1",
|
|
1526
|
+
},
|
|
1527
|
+
specifications_2_description: {
|
|
1528
|
+
color: "text-2",
|
|
1529
|
+
"font-size": "sm",
|
|
1530
|
+
"grid-column": "1",
|
|
1531
|
+
"max-width": "360px",
|
|
1532
|
+
},
|
|
1533
|
+
specifications_2_levoGroup: {
|
|
1534
|
+
display: "flex",
|
|
1535
|
+
"flex-direction": "column",
|
|
1536
|
+
"row-gap": "xs",
|
|
1537
|
+
"grid-column": "2",
|
|
1538
|
+
"grid-row": "1 / span 2",
|
|
1539
|
+
"align-self": "center",
|
|
1540
|
+
tablet: {
|
|
1541
|
+
"grid-column": "1",
|
|
1542
|
+
"grid-row": "auto",
|
|
1543
|
+
},
|
|
1544
|
+
},
|
|
1545
|
+
specifications_2_levoGroupItem: {
|
|
1546
|
+
spec_2_item: {
|
|
1547
|
+
display: "flex",
|
|
1548
|
+
"align-items": "center",
|
|
1549
|
+
"column-gap": "sm",
|
|
1550
|
+
},
|
|
1551
|
+
icon: {
|
|
1552
|
+
width: "1rem",
|
|
1553
|
+
height: "1rem",
|
|
1554
|
+
color: "text-3",
|
|
1555
|
+
"flex-shrink": 0,
|
|
1556
|
+
},
|
|
1557
|
+
text_wrapper: {
|
|
1558
|
+
display: "flex",
|
|
1559
|
+
"flex-direction": "row",
|
|
1560
|
+
"align-items": "baseline",
|
|
1561
|
+
"column-gap": "sm",
|
|
1562
|
+
"flex-wrap": "wrap",
|
|
1563
|
+
"min-width": "0",
|
|
1564
|
+
},
|
|
1565
|
+
value: {
|
|
1566
|
+
"font-weight": 600,
|
|
1567
|
+
"font-size": "sm",
|
|
1568
|
+
},
|
|
1569
|
+
label: {
|
|
1570
|
+
color: "text-3",
|
|
1571
|
+
"font-size": "sm",
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1574
|
+
specifications_2: [{}, {}],
|
|
1575
|
+
ctas_levoGroup: {
|
|
1576
|
+
display: "flex",
|
|
1577
|
+
"flex-direction": "row",
|
|
1578
|
+
"column-gap": "sm",
|
|
1579
|
+
"flex-wrap": "wrap",
|
|
1580
|
+
"align-items": "center",
|
|
1581
|
+
"grid-column": "1 / span 2",
|
|
1582
|
+
"padding-top": "base",
|
|
1583
|
+
tablet: {
|
|
1584
|
+
"grid-column": "1",
|
|
1585
|
+
},
|
|
1586
|
+
},
|
|
1587
|
+
ctas_levoGroupItem: { cta: {} },
|
|
1588
|
+
ctas: [{}, {}],
|
|
1589
|
+
product_image: {
|
|
1590
|
+
width: "100%",
|
|
1591
|
+
height: "360px",
|
|
1592
|
+
"border-radius": "xl",
|
|
1593
|
+
"object-fit": "cover",
|
|
1594
|
+
},
|
|
1595
|
+
},
|
|
1596
|
+
content: DEFAULT_CONTENT,
|
|
1597
|
+
config: {
|
|
1598
|
+
title: {
|
|
1599
|
+
selectedVariants: {
|
|
1600
|
+
Heading_Level: "H2",
|
|
1601
|
+
},
|
|
1602
|
+
heading: {
|
|
1603
|
+
level: 2,
|
|
1604
|
+
},
|
|
1605
|
+
},
|
|
1606
|
+
specifications: Array(6)
|
|
1607
|
+
.fill(0)
|
|
1608
|
+
.map(() => ({
|
|
1609
|
+
value: {
|
|
1610
|
+
selectedVariants: {
|
|
1611
|
+
Heading_Level: "H5",
|
|
1612
|
+
},
|
|
1613
|
+
},
|
|
1614
|
+
label: {
|
|
1615
|
+
selectedVariants: {},
|
|
1616
|
+
},
|
|
1617
|
+
})),
|
|
1618
|
+
specifications_2: Array(2)
|
|
1619
|
+
.fill(0)
|
|
1620
|
+
.map(() => ({
|
|
1621
|
+
value: {
|
|
1622
|
+
selectedVariants: {
|
|
1623
|
+
Heading_Level: "H6",
|
|
1624
|
+
},
|
|
1625
|
+
},
|
|
1626
|
+
})),
|
|
1627
|
+
ctas: [{}, {}],
|
|
1120
1628
|
},
|
|
1121
1629
|
},
|
|
1122
1630
|
],
|