@levo-so/blocks 0.1.59 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -11,24 +11,39 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
const
|
|
15
|
-
id: "
|
|
16
|
-
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "n3q3FfSsUC2mq",
|
|
16
|
+
filename: "features-4-1.png",
|
|
17
17
|
kind: "image",
|
|
18
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt.png",
|
|
19
|
+
srcset: {
|
|
20
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1080w.webp",
|
|
21
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1200w.webp",
|
|
22
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1920w.webp",
|
|
23
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-320w.webp",
|
|
24
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-640w.webp",
|
|
25
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-750w.webp",
|
|
26
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-828w.webp",
|
|
27
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-4-1-yCrPQ3F9zmfOt-1080w.webp 1080w",
|
|
28
|
+
},
|
|
18
29
|
mimetype: "image/png",
|
|
30
|
+
};
|
|
31
|
+
const MEDIA_VARIANT_1_1 = {
|
|
32
|
+
id: "yCrPm3F9zmfQQ",
|
|
33
|
+
filename: "features-4-variant-1-1.png",
|
|
34
|
+
kind: "image",
|
|
35
|
+
location: "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW.png",
|
|
19
36
|
srcset: {
|
|
20
|
-
"1080w":
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
29
|
-
"828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
30
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
37
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1080w.webp",
|
|
38
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1200w.webp",
|
|
39
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1920w.webp",
|
|
40
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-320w.webp",
|
|
41
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-640w.webp",
|
|
42
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-750w.webp",
|
|
43
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-828w.webp",
|
|
44
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-4-variant-1-1-oilXwrpqc04IW-640w.webp 640w",
|
|
31
45
|
},
|
|
46
|
+
mimetype: "image/png",
|
|
32
47
|
};
|
|
33
48
|
|
|
34
49
|
const DEFAULT_CONTENT = {
|
|
@@ -101,7 +116,101 @@ const DEFAULT_CONTENT = {
|
|
|
101
116
|
],
|
|
102
117
|
|
|
103
118
|
// Right product image
|
|
104
|
-
product_image:
|
|
119
|
+
product_image: MEDIA_1,
|
|
120
|
+
|
|
121
|
+
// CTA buttons
|
|
122
|
+
ctas_levoGroup: null,
|
|
123
|
+
ctas: [
|
|
124
|
+
{
|
|
125
|
+
cta: "Get Started",
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
cta: "Learn More",
|
|
129
|
+
},
|
|
130
|
+
],
|
|
131
|
+
};
|
|
132
|
+
const DEFAULT_CONTENT_VARIANT_1_1 = {
|
|
133
|
+
layout: null,
|
|
134
|
+
container: null,
|
|
135
|
+
content_wrapper: null,
|
|
136
|
+
header_section: null,
|
|
137
|
+
title: "Enterprise Solutions Overview",
|
|
138
|
+
subtitle: "Comprehensive Business Technology Platform",
|
|
139
|
+
|
|
140
|
+
// Left specifications area
|
|
141
|
+
specifications_wrapper: null,
|
|
142
|
+
specifications: [
|
|
143
|
+
{
|
|
144
|
+
spec_item: null,
|
|
145
|
+
icon: DUMMY_ICON,
|
|
146
|
+
value: "99.9%",
|
|
147
|
+
label: "Uptime Guarantee",
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
spec_item: null,
|
|
151
|
+
icon: DUMMY_ICON,
|
|
152
|
+
value: "24/7",
|
|
153
|
+
label: "Customer Support",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
spec_item: null,
|
|
157
|
+
icon: DUMMY_ICON,
|
|
158
|
+
value: "256-bit",
|
|
159
|
+
label: "Encryption Standard",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
spec_item: null,
|
|
163
|
+
icon: DUMMY_ICON,
|
|
164
|
+
value: "10,000+",
|
|
165
|
+
label: "Active Users",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
spec_item: null,
|
|
169
|
+
icon: DUMMY_ICON,
|
|
170
|
+
value: "50TB",
|
|
171
|
+
label: "Storage Capacity",
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
spec_item: null,
|
|
175
|
+
icon: DUMMY_ICON,
|
|
176
|
+
value: "12 Months",
|
|
177
|
+
label: "Warranty Period",
|
|
178
|
+
},
|
|
179
|
+
],
|
|
180
|
+
|
|
181
|
+
// Specifications 2 section
|
|
182
|
+
specifications_2_wrapper: null,
|
|
183
|
+
specifications_2_title: "Service Level Agreements",
|
|
184
|
+
specifications_2_description:
|
|
185
|
+
"We believe in simple, science-backed nutrition that creates lasting change. Here’s what sets us apart:",
|
|
186
|
+
specifications_2: [
|
|
187
|
+
{
|
|
188
|
+
spec_2_item: null,
|
|
189
|
+
icon: DUMMY_ICON,
|
|
190
|
+
value: "Response Time: 4 hours | Resolution: 24 hours",
|
|
191
|
+
label: "Critical Issue Support",
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
spec_2_item: null,
|
|
195
|
+
icon: DUMMY_ICON,
|
|
196
|
+
value: "Response Time: 8 hours | Resolution: 48 hours",
|
|
197
|
+
label: "Standard Issue Support",
|
|
198
|
+
},
|
|
199
|
+
],
|
|
200
|
+
|
|
201
|
+
// Right product image
|
|
202
|
+
product_image: MEDIA_VARIANT_1_1,
|
|
203
|
+
|
|
204
|
+
// CTA buttons
|
|
205
|
+
ctas_levoGroup: null,
|
|
206
|
+
ctas: [
|
|
207
|
+
{
|
|
208
|
+
cta: "Get Started",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
cta: "Learn More",
|
|
212
|
+
},
|
|
213
|
+
],
|
|
105
214
|
};
|
|
106
215
|
|
|
107
216
|
export type IFeatures4Content = typeof DEFAULT_CONTENT;
|
|
@@ -309,9 +418,17 @@ export const Features4: IBlock = {
|
|
|
309
418
|
],
|
|
310
419
|
},
|
|
311
420
|
{
|
|
312
|
-
key: "
|
|
313
|
-
label: "CTA",
|
|
314
|
-
field_interface: "
|
|
421
|
+
key: "ctas",
|
|
422
|
+
label: "CTA Buttons Group",
|
|
423
|
+
field_interface: "BoxWidget",
|
|
424
|
+
kind: "group",
|
|
425
|
+
fields: [
|
|
426
|
+
{
|
|
427
|
+
key: "cta",
|
|
428
|
+
label: "CTA Button",
|
|
429
|
+
field_interface: "ButtonWidget",
|
|
430
|
+
},
|
|
431
|
+
],
|
|
315
432
|
},
|
|
316
433
|
{
|
|
317
434
|
key: "product_image",
|
|
@@ -331,28 +448,8 @@ export const Features4: IBlock = {
|
|
|
331
448
|
title: "Default",
|
|
332
449
|
key: "default",
|
|
333
450
|
styles: {
|
|
334
|
-
layout: {
|
|
335
|
-
|
|
336
|
-
"padding-top": "5xl",
|
|
337
|
-
"padding-bottom": "5xl",
|
|
338
|
-
"padding-left": "8xl",
|
|
339
|
-
"padding-right": "8xl",
|
|
340
|
-
tablet: {
|
|
341
|
-
"padding-top": "3xl",
|
|
342
|
-
"padding-bottom": "3xl",
|
|
343
|
-
"padding-left": "4xl",
|
|
344
|
-
"padding-right": "4xl",
|
|
345
|
-
},
|
|
346
|
-
},
|
|
347
|
-
container: {
|
|
348
|
-
"margin-left": "auto",
|
|
349
|
-
"margin-right": "auto",
|
|
350
|
-
"max-width": "7xl",
|
|
351
|
-
mobile: {
|
|
352
|
-
filter: "none",
|
|
353
|
-
},
|
|
354
|
-
filter: "none",
|
|
355
|
-
},
|
|
451
|
+
layout: {},
|
|
452
|
+
container: {},
|
|
356
453
|
content_wrapper: {
|
|
357
454
|
display: "flex",
|
|
358
455
|
"align-items": "center",
|
|
@@ -368,12 +465,9 @@ export const Features4: IBlock = {
|
|
|
368
465
|
"margin-bottom": "4xl",
|
|
369
466
|
},
|
|
370
467
|
title: {
|
|
371
|
-
color: "text-1",
|
|
372
468
|
"margin-bottom": "sm",
|
|
373
469
|
},
|
|
374
|
-
subtitle: {
|
|
375
|
-
color: "text-2",
|
|
376
|
-
},
|
|
470
|
+
subtitle: {},
|
|
377
471
|
specifications_wrapper: {
|
|
378
472
|
flex: "1",
|
|
379
473
|
"max-width": "50%",
|
|
@@ -412,12 +506,10 @@ export const Features4: IBlock = {
|
|
|
412
506
|
color: "brand",
|
|
413
507
|
},
|
|
414
508
|
value: {
|
|
415
|
-
color: "text-1",
|
|
416
509
|
"margin-bottom": "3xs",
|
|
510
|
+
"font-weight": 700,
|
|
417
511
|
},
|
|
418
|
-
label: {
|
|
419
|
-
color: "text-2",
|
|
420
|
-
},
|
|
512
|
+
label: {},
|
|
421
513
|
},
|
|
422
514
|
{
|
|
423
515
|
spec_item: {
|
|
@@ -432,12 +524,10 @@ export const Features4: IBlock = {
|
|
|
432
524
|
color: "brand",
|
|
433
525
|
},
|
|
434
526
|
value: {
|
|
435
|
-
color: "text-1",
|
|
436
527
|
"margin-bottom": "3xs",
|
|
528
|
+
"font-weight": 700,
|
|
437
529
|
},
|
|
438
|
-
label: {
|
|
439
|
-
color: "text-2",
|
|
440
|
-
},
|
|
530
|
+
label: {},
|
|
441
531
|
},
|
|
442
532
|
{
|
|
443
533
|
spec_item: {
|
|
@@ -452,12 +542,10 @@ export const Features4: IBlock = {
|
|
|
452
542
|
color: "brand",
|
|
453
543
|
},
|
|
454
544
|
value: {
|
|
455
|
-
color: "text-1",
|
|
456
545
|
"margin-bottom": "3xs",
|
|
546
|
+
"font-weight": 700,
|
|
457
547
|
},
|
|
458
|
-
label: {
|
|
459
|
-
color: "text-2",
|
|
460
|
-
},
|
|
548
|
+
label: {},
|
|
461
549
|
},
|
|
462
550
|
{
|
|
463
551
|
spec_item: {
|
|
@@ -472,12 +560,10 @@ export const Features4: IBlock = {
|
|
|
472
560
|
color: "brand",
|
|
473
561
|
},
|
|
474
562
|
value: {
|
|
475
|
-
color: "text-1",
|
|
476
563
|
"margin-bottom": "3xs",
|
|
564
|
+
"font-weight": 700,
|
|
477
565
|
},
|
|
478
|
-
label: {
|
|
479
|
-
color: "text-2",
|
|
480
|
-
},
|
|
566
|
+
label: {},
|
|
481
567
|
},
|
|
482
568
|
{
|
|
483
569
|
spec_item: {
|
|
@@ -492,12 +578,10 @@ export const Features4: IBlock = {
|
|
|
492
578
|
color: "brand",
|
|
493
579
|
},
|
|
494
580
|
value: {
|
|
495
|
-
color: "text-1",
|
|
496
581
|
"margin-bottom": "3xs",
|
|
582
|
+
"font-weight": 700,
|
|
497
583
|
},
|
|
498
|
-
label: {
|
|
499
|
-
color: "text-2",
|
|
500
|
-
},
|
|
584
|
+
label: {},
|
|
501
585
|
},
|
|
502
586
|
{
|
|
503
587
|
spec_item: {
|
|
@@ -512,12 +596,10 @@ export const Features4: IBlock = {
|
|
|
512
596
|
color: "brand",
|
|
513
597
|
},
|
|
514
598
|
value: {
|
|
515
|
-
color: "text-1",
|
|
516
599
|
"margin-bottom": "3xs",
|
|
600
|
+
"font-weight": 700,
|
|
517
601
|
},
|
|
518
|
-
label: {
|
|
519
|
-
color: "text-2",
|
|
520
|
-
},
|
|
602
|
+
label: {},
|
|
521
603
|
},
|
|
522
604
|
],
|
|
523
605
|
specifications_2_wrapper: {
|
|
@@ -529,7 +611,6 @@ export const Features4: IBlock = {
|
|
|
529
611
|
"border-style": "solid",
|
|
530
612
|
},
|
|
531
613
|
specifications_2_title: {
|
|
532
|
-
color: "text-1",
|
|
533
614
|
"margin-bottom": "base",
|
|
534
615
|
},
|
|
535
616
|
specifications_2_levoGroup: {
|
|
@@ -551,12 +632,10 @@ export const Features4: IBlock = {
|
|
|
551
632
|
color: "brand",
|
|
552
633
|
},
|
|
553
634
|
value: {
|
|
554
|
-
color: "text-1",
|
|
555
635
|
"margin-bottom": "3xs",
|
|
636
|
+
"font-weight": 700,
|
|
556
637
|
},
|
|
557
|
-
label: {
|
|
558
|
-
color: "text-2",
|
|
559
|
-
},
|
|
638
|
+
label: {},
|
|
560
639
|
},
|
|
561
640
|
{
|
|
562
641
|
spec_2_item: {
|
|
@@ -571,14 +650,26 @@ export const Features4: IBlock = {
|
|
|
571
650
|
color: "brand",
|
|
572
651
|
},
|
|
573
652
|
value: {
|
|
574
|
-
color: "text-1",
|
|
575
653
|
"margin-bottom": "3xs",
|
|
654
|
+
"font-weight": 700,
|
|
576
655
|
},
|
|
577
|
-
label: {
|
|
578
|
-
color: "text-2",
|
|
579
|
-
},
|
|
656
|
+
label: {},
|
|
580
657
|
},
|
|
581
658
|
],
|
|
659
|
+
ctas_levoGroup: {
|
|
660
|
+
display: "flex",
|
|
661
|
+
"flex-direction": "row",
|
|
662
|
+
"column-gap": "md",
|
|
663
|
+
"row-gap": "md",
|
|
664
|
+
"flex-wrap": "wrap",
|
|
665
|
+
"align-items": "center",
|
|
666
|
+
"margin-top": "lg",
|
|
667
|
+
},
|
|
668
|
+
ctas: Array(2)
|
|
669
|
+
.fill(0)
|
|
670
|
+
.map(() => ({
|
|
671
|
+
cta: {},
|
|
672
|
+
})),
|
|
582
673
|
product_image: {
|
|
583
674
|
width: "50%",
|
|
584
675
|
height: "100%",
|
|
@@ -602,40 +693,107 @@ export const Features4: IBlock = {
|
|
|
602
693
|
},
|
|
603
694
|
specifications_2_title: {
|
|
604
695
|
selectedVariants: {
|
|
605
|
-
Heading_Level: "
|
|
696
|
+
Heading_Level: "H3",
|
|
606
697
|
},
|
|
607
698
|
heading: {
|
|
608
|
-
level:
|
|
699
|
+
level: "3",
|
|
609
700
|
},
|
|
610
701
|
},
|
|
702
|
+
specifications: [
|
|
703
|
+
{
|
|
704
|
+
value: {
|
|
705
|
+
heading: {
|
|
706
|
+
level: "4",
|
|
707
|
+
},
|
|
708
|
+
selectedVariants: {
|
|
709
|
+
Heading_Level: "H4",
|
|
710
|
+
},
|
|
711
|
+
},
|
|
712
|
+
label: {
|
|
713
|
+
selectedVariants: {},
|
|
714
|
+
},
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
value: {
|
|
718
|
+
selectedVariants: {
|
|
719
|
+
Heading_Level: "H4",
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
label: {
|
|
723
|
+
selectedVariants: {},
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
value: {
|
|
728
|
+
selectedVariants: {
|
|
729
|
+
Heading_Level: "H4",
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
label: {
|
|
733
|
+
selectedVariants: {},
|
|
734
|
+
},
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
value: {
|
|
738
|
+
selectedVariants: {
|
|
739
|
+
Heading_Level: "H4",
|
|
740
|
+
},
|
|
741
|
+
},
|
|
742
|
+
label: {
|
|
743
|
+
selectedVariants: {},
|
|
744
|
+
},
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
value: {
|
|
748
|
+
selectedVariants: {
|
|
749
|
+
Heading_Level: "H4",
|
|
750
|
+
},
|
|
751
|
+
heading: {
|
|
752
|
+
level: "4",
|
|
753
|
+
},
|
|
754
|
+
},
|
|
755
|
+
label: {
|
|
756
|
+
selectedVariants: {},
|
|
757
|
+
},
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
value: {
|
|
761
|
+
selectedVariants: {
|
|
762
|
+
Heading_Level: "H4",
|
|
763
|
+
},
|
|
764
|
+
},
|
|
765
|
+
label: {
|
|
766
|
+
selectedVariants: {},
|
|
767
|
+
},
|
|
768
|
+
},
|
|
769
|
+
],
|
|
770
|
+
specifications_2: [
|
|
771
|
+
{
|
|
772
|
+
value: {
|
|
773
|
+
heading: {
|
|
774
|
+
level: "5",
|
|
775
|
+
},
|
|
776
|
+
selectedVariants: {
|
|
777
|
+
Heading_Level: "H6",
|
|
778
|
+
},
|
|
779
|
+
},
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
value: {
|
|
783
|
+
selectedVariants: {
|
|
784
|
+
Heading_Level: "H6",
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
},
|
|
788
|
+
],
|
|
611
789
|
},
|
|
612
790
|
},
|
|
613
791
|
{
|
|
614
792
|
title: "Variant 1",
|
|
615
793
|
key: "Variant 1",
|
|
616
794
|
styles: {
|
|
617
|
-
layout: {
|
|
618
|
-
|
|
619
|
-
"padding-top": "5xl",
|
|
620
|
-
"padding-bottom": "5xl",
|
|
621
|
-
"padding-left": "8xl",
|
|
622
|
-
"padding-right": "8xl",
|
|
623
|
-
tablet: {
|
|
624
|
-
"padding-top": "3xl",
|
|
625
|
-
"padding-bottom": "3xl",
|
|
626
|
-
"padding-left": "4xl",
|
|
627
|
-
"padding-right": "4xl",
|
|
628
|
-
},
|
|
629
|
-
},
|
|
630
|
-
container: {
|
|
631
|
-
"margin-left": "auto",
|
|
632
|
-
"margin-right": "auto",
|
|
633
|
-
mobile: {
|
|
634
|
-
filter: "none",
|
|
635
|
-
},
|
|
636
|
-
filter: "none",
|
|
637
|
-
"max-width": "auto",
|
|
638
|
-
},
|
|
795
|
+
layout: {},
|
|
796
|
+
container: {},
|
|
639
797
|
content_wrapper: {
|
|
640
798
|
display: "flex",
|
|
641
799
|
"align-items": "center",
|
|
@@ -653,12 +811,9 @@ export const Features4: IBlock = {
|
|
|
653
811
|
display: "none",
|
|
654
812
|
},
|
|
655
813
|
title: {
|
|
656
|
-
color: "text-1",
|
|
657
814
|
"margin-bottom": "sm",
|
|
658
815
|
},
|
|
659
|
-
subtitle: {
|
|
660
|
-
color: "text-2",
|
|
661
|
-
},
|
|
816
|
+
subtitle: {},
|
|
662
817
|
specifications_wrapper: {
|
|
663
818
|
flex: "1",
|
|
664
819
|
"max-width": "50%",
|
|
@@ -697,12 +852,10 @@ export const Features4: IBlock = {
|
|
|
697
852
|
color: "brand",
|
|
698
853
|
},
|
|
699
854
|
value: {
|
|
700
|
-
color: "text-1",
|
|
701
855
|
"margin-bottom": "3xs",
|
|
856
|
+
"font-weight": 700,
|
|
702
857
|
},
|
|
703
|
-
label: {
|
|
704
|
-
color: "text-2",
|
|
705
|
-
},
|
|
858
|
+
label: {},
|
|
706
859
|
},
|
|
707
860
|
{
|
|
708
861
|
spec_item: {
|
|
@@ -717,12 +870,10 @@ export const Features4: IBlock = {
|
|
|
717
870
|
color: "brand",
|
|
718
871
|
},
|
|
719
872
|
value: {
|
|
720
|
-
color: "text-1",
|
|
721
873
|
"margin-bottom": "3xs",
|
|
874
|
+
"font-weight": 700,
|
|
722
875
|
},
|
|
723
|
-
label: {
|
|
724
|
-
color: "text-2",
|
|
725
|
-
},
|
|
876
|
+
label: {},
|
|
726
877
|
},
|
|
727
878
|
{
|
|
728
879
|
spec_item: {
|
|
@@ -737,12 +888,10 @@ export const Features4: IBlock = {
|
|
|
737
888
|
color: "brand",
|
|
738
889
|
},
|
|
739
890
|
value: {
|
|
740
|
-
color: "text-1",
|
|
741
891
|
"margin-bottom": "3xs",
|
|
892
|
+
"font-weight": 700,
|
|
742
893
|
},
|
|
743
|
-
label: {
|
|
744
|
-
color: "text-2",
|
|
745
|
-
},
|
|
894
|
+
label: {},
|
|
746
895
|
},
|
|
747
896
|
{
|
|
748
897
|
spec_item: {
|
|
@@ -757,12 +906,10 @@ export const Features4: IBlock = {
|
|
|
757
906
|
color: "brand",
|
|
758
907
|
},
|
|
759
908
|
value: {
|
|
760
|
-
color: "text-1",
|
|
761
909
|
"margin-bottom": "3xs",
|
|
910
|
+
"font-weight": 700,
|
|
762
911
|
},
|
|
763
|
-
label: {
|
|
764
|
-
color: "text-2",
|
|
765
|
-
},
|
|
912
|
+
label: {},
|
|
766
913
|
},
|
|
767
914
|
{
|
|
768
915
|
spec_item: {
|
|
@@ -777,12 +924,10 @@ export const Features4: IBlock = {
|
|
|
777
924
|
color: "brand",
|
|
778
925
|
},
|
|
779
926
|
value: {
|
|
780
|
-
color: "text-1",
|
|
781
927
|
"margin-bottom": "3xs",
|
|
928
|
+
"font-weight": 700,
|
|
782
929
|
},
|
|
783
|
-
label: {
|
|
784
|
-
color: "text-2",
|
|
785
|
-
},
|
|
930
|
+
label: {},
|
|
786
931
|
},
|
|
787
932
|
{
|
|
788
933
|
spec_item: {
|
|
@@ -797,12 +942,10 @@ export const Features4: IBlock = {
|
|
|
797
942
|
color: "brand",
|
|
798
943
|
},
|
|
799
944
|
value: {
|
|
800
|
-
color: "text-1",
|
|
801
945
|
"margin-bottom": "3xs",
|
|
946
|
+
"font-weight": 700,
|
|
802
947
|
},
|
|
803
|
-
label: {
|
|
804
|
-
color: "text-2",
|
|
805
|
-
},
|
|
948
|
+
label: {},
|
|
806
949
|
},
|
|
807
950
|
],
|
|
808
951
|
specifications_2_wrapper: {
|
|
@@ -810,9 +953,7 @@ export const Features4: IBlock = {
|
|
|
810
953
|
padding: "lg",
|
|
811
954
|
},
|
|
812
955
|
specifications_2_title: {
|
|
813
|
-
color: "text-1",
|
|
814
956
|
"margin-bottom": "base",
|
|
815
|
-
"font-size": "3xl",
|
|
816
957
|
},
|
|
817
958
|
specifications_2_levoGroup: {
|
|
818
959
|
display: "flex",
|
|
@@ -838,35 +979,9 @@ export const Features4: IBlock = {
|
|
|
838
979
|
},
|
|
839
980
|
value: {
|
|
840
981
|
"margin-bottom": "3xs",
|
|
841
|
-
"font-
|
|
842
|
-
"font-weight": 400,
|
|
843
|
-
},
|
|
844
|
-
label: {
|
|
845
|
-
color: "text-2",
|
|
846
|
-
display: "none",
|
|
847
|
-
},
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
spec_2_item: {
|
|
851
|
-
display: "flex",
|
|
852
|
-
"align-items": "center",
|
|
853
|
-
"column-gap": "sm",
|
|
854
|
-
"justify-content": "start",
|
|
855
|
-
},
|
|
856
|
-
icon: {
|
|
857
|
-
width: "22px",
|
|
858
|
-
height: "22px",
|
|
859
|
-
"margin-top": "none",
|
|
860
|
-
color: "brand",
|
|
861
|
-
"font-size": "22px",
|
|
862
|
-
},
|
|
863
|
-
value: {
|
|
864
|
-
"margin-bottom": "3xs",
|
|
865
|
-
"font-size": "base",
|
|
866
|
-
"font-weight": 400,
|
|
982
|
+
"font-weight": 700,
|
|
867
983
|
},
|
|
868
984
|
label: {
|
|
869
|
-
color: "text-2",
|
|
870
985
|
display: "none",
|
|
871
986
|
},
|
|
872
987
|
},
|
|
@@ -886,35 +1001,9 @@ export const Features4: IBlock = {
|
|
|
886
1001
|
},
|
|
887
1002
|
value: {
|
|
888
1003
|
"margin-bottom": "3xs",
|
|
889
|
-
"font-
|
|
890
|
-
"font-weight": 400,
|
|
1004
|
+
"font-weight": 700,
|
|
891
1005
|
},
|
|
892
1006
|
label: {
|
|
893
|
-
color: "text-2",
|
|
894
|
-
display: "none",
|
|
895
|
-
},
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
spec_2_item: {
|
|
899
|
-
display: "flex",
|
|
900
|
-
"align-items": "start",
|
|
901
|
-
"column-gap": "sm",
|
|
902
|
-
},
|
|
903
|
-
icon: {
|
|
904
|
-
width: "22px",
|
|
905
|
-
height: "22px",
|
|
906
|
-
"margin-top": "2xs",
|
|
907
|
-
color: "brand",
|
|
908
|
-
"font-size": "22px",
|
|
909
|
-
},
|
|
910
|
-
value: {
|
|
911
|
-
color: "text-1",
|
|
912
|
-
"margin-bottom": "3xs",
|
|
913
|
-
"font-size": "lg",
|
|
914
|
-
"font-weight": 400,
|
|
915
|
-
},
|
|
916
|
-
label: {
|
|
917
|
-
color: "text-2",
|
|
918
1007
|
display: "none",
|
|
919
1008
|
},
|
|
920
1009
|
},
|
|
@@ -930,7 +1019,7 @@ export const Features4: IBlock = {
|
|
|
930
1019
|
},
|
|
931
1020
|
},
|
|
932
1021
|
},
|
|
933
|
-
content:
|
|
1022
|
+
content: DEFAULT_CONTENT_VARIANT_1_1,
|
|
934
1023
|
config: {
|
|
935
1024
|
title: {
|
|
936
1025
|
selectedVariants: {
|
|
@@ -942,12 +1031,102 @@ export const Features4: IBlock = {
|
|
|
942
1031
|
},
|
|
943
1032
|
specifications_2_title: {
|
|
944
1033
|
selectedVariants: {
|
|
945
|
-
Heading_Level: "
|
|
1034
|
+
Heading_Level: "H3",
|
|
946
1035
|
},
|
|
947
1036
|
heading: {
|
|
948
|
-
level:
|
|
1037
|
+
level: "3",
|
|
949
1038
|
},
|
|
950
1039
|
},
|
|
1040
|
+
specifications_2: [
|
|
1041
|
+
{
|
|
1042
|
+
value: {
|
|
1043
|
+
heading: {
|
|
1044
|
+
level: "5",
|
|
1045
|
+
},
|
|
1046
|
+
selectedVariants: {
|
|
1047
|
+
Heading_Level: "H6",
|
|
1048
|
+
},
|
|
1049
|
+
},
|
|
1050
|
+
label: {
|
|
1051
|
+
selectedVariants: {},
|
|
1052
|
+
},
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
value: {
|
|
1056
|
+
selectedVariants: {
|
|
1057
|
+
Heading_Level: "H6",
|
|
1058
|
+
},
|
|
1059
|
+
},
|
|
1060
|
+
label: {
|
|
1061
|
+
selectedVariants: {},
|
|
1062
|
+
},
|
|
1063
|
+
},
|
|
1064
|
+
],
|
|
1065
|
+
specifications: [
|
|
1066
|
+
{
|
|
1067
|
+
value: {
|
|
1068
|
+
heading: {
|
|
1069
|
+
level: "4",
|
|
1070
|
+
},
|
|
1071
|
+
selectedVariants: {
|
|
1072
|
+
Heading_Level: "H4",
|
|
1073
|
+
},
|
|
1074
|
+
},
|
|
1075
|
+
label: {
|
|
1076
|
+
selectedVariants: {},
|
|
1077
|
+
},
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
value: {
|
|
1081
|
+
selectedVariants: {
|
|
1082
|
+
Heading_Level: "H4",
|
|
1083
|
+
},
|
|
1084
|
+
},
|
|
1085
|
+
label: {
|
|
1086
|
+
selectedVariants: {},
|
|
1087
|
+
},
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
value: {
|
|
1091
|
+
selectedVariants: {
|
|
1092
|
+
Heading_Level: "H4",
|
|
1093
|
+
},
|
|
1094
|
+
},
|
|
1095
|
+
label: {
|
|
1096
|
+
selectedVariants: {},
|
|
1097
|
+
},
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
value: {
|
|
1101
|
+
selectedVariants: {
|
|
1102
|
+
Heading_Level: "H4",
|
|
1103
|
+
},
|
|
1104
|
+
},
|
|
1105
|
+
label: {
|
|
1106
|
+
selectedVariants: {},
|
|
1107
|
+
},
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
value: {
|
|
1111
|
+
selectedVariants: {
|
|
1112
|
+
Heading_Level: "H4",
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
label: {
|
|
1116
|
+
selectedVariants: {},
|
|
1117
|
+
},
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
value: {
|
|
1121
|
+
selectedVariants: {
|
|
1122
|
+
Heading_Level: "H4",
|
|
1123
|
+
},
|
|
1124
|
+
},
|
|
1125
|
+
label: {
|
|
1126
|
+
selectedVariants: {},
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
],
|
|
951
1130
|
},
|
|
952
1131
|
},
|
|
953
1132
|
],
|