@levo-so/blocks 0.1.58 → 0.1.60
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 +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- 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 +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -1,31 +1,111 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "R6e60NbOMtalw",
|
|
5
|
+
filename: "features-1-1.png",
|
|
7
6
|
kind: "image",
|
|
7
|
+
location:
|
|
8
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p.png",
|
|
9
|
+
srcset: {
|
|
10
|
+
"1080w":
|
|
11
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1080w.webp",
|
|
12
|
+
"1200w":
|
|
13
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1200w.webp",
|
|
14
|
+
"1920w":
|
|
15
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1920w.webp",
|
|
16
|
+
"320w":
|
|
17
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp",
|
|
18
|
+
"640w":
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp",
|
|
20
|
+
"750w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp",
|
|
22
|
+
"828w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp",
|
|
24
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-1-1d7EKLgEHNI6p-320w.webp 320w",
|
|
25
|
+
},
|
|
8
26
|
mimetype: "image/png",
|
|
27
|
+
};
|
|
28
|
+
const MEDIA_2 = {
|
|
29
|
+
id: "jfwWnpeTXvRds",
|
|
30
|
+
filename: "features-1-2.png",
|
|
31
|
+
kind: "image",
|
|
32
|
+
location:
|
|
33
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI.png",
|
|
9
34
|
srcset: {
|
|
10
35
|
"1080w":
|
|
11
|
-
"https://
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp",
|
|
12
37
|
"1200w":
|
|
13
|
-
"https://
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp",
|
|
14
39
|
"1920w":
|
|
15
|
-
"https://
|
|
16
|
-
"320w":
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1920w.webp",
|
|
41
|
+
"320w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp",
|
|
43
|
+
"640w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp",
|
|
45
|
+
"750w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp",
|
|
47
|
+
"828w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp",
|
|
49
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-640w.webp 640w",
|
|
21
50
|
},
|
|
51
|
+
mimetype: "image/png",
|
|
52
|
+
};
|
|
53
|
+
const MEDIA_3 = {
|
|
54
|
+
id: "zucCxwW4c368T",
|
|
55
|
+
filename: "features-1-3.png",
|
|
56
|
+
kind: "image",
|
|
57
|
+
location:
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF.png",
|
|
59
|
+
srcset: {
|
|
60
|
+
"1080w":
|
|
61
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1080w.webp",
|
|
62
|
+
"1200w":
|
|
63
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1200w.webp",
|
|
64
|
+
"1920w":
|
|
65
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1920w.webp",
|
|
66
|
+
"320w":
|
|
67
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp",
|
|
68
|
+
"640w":
|
|
69
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp",
|
|
70
|
+
"750w":
|
|
71
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp",
|
|
72
|
+
"828w":
|
|
73
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp",
|
|
74
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-3-JtaGxEUPSmGKF-1200w.webp 1200w",
|
|
75
|
+
},
|
|
76
|
+
mimetype: "image/png",
|
|
77
|
+
};
|
|
78
|
+
const MEDIA_4 = {
|
|
79
|
+
id: "mox8S3I3oM9Gz",
|
|
80
|
+
filename: "features-1-4.png",
|
|
81
|
+
kind: "image",
|
|
82
|
+
location:
|
|
83
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr.png",
|
|
84
|
+
srcset: {
|
|
85
|
+
"1080w":
|
|
86
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp",
|
|
87
|
+
"1200w":
|
|
88
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp",
|
|
89
|
+
"1920w":
|
|
90
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1920w.webp",
|
|
91
|
+
"320w":
|
|
92
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp",
|
|
93
|
+
"640w":
|
|
94
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp",
|
|
95
|
+
"750w":
|
|
96
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp",
|
|
97
|
+
"828w":
|
|
98
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp",
|
|
99
|
+
path: "https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-828w.webp 828w",
|
|
100
|
+
},
|
|
101
|
+
mimetype: "image/png",
|
|
22
102
|
};
|
|
23
103
|
|
|
24
104
|
// Array of features content
|
|
25
105
|
const FEATURES_CONTENT = [
|
|
26
106
|
{
|
|
27
107
|
card: null,
|
|
28
|
-
image:
|
|
108
|
+
image: MEDIA_1,
|
|
29
109
|
content_wrapper: null,
|
|
30
110
|
number: null,
|
|
31
111
|
text_wrapper: null,
|
|
@@ -36,7 +116,7 @@ const FEATURES_CONTENT = [
|
|
|
36
116
|
},
|
|
37
117
|
{
|
|
38
118
|
card: null,
|
|
39
|
-
image:
|
|
119
|
+
image: MEDIA_2,
|
|
40
120
|
content_wrapper: null,
|
|
41
121
|
number: null,
|
|
42
122
|
text_wrapper: null,
|
|
@@ -47,7 +127,7 @@ const FEATURES_CONTENT = [
|
|
|
47
127
|
},
|
|
48
128
|
{
|
|
49
129
|
card: null,
|
|
50
|
-
image:
|
|
130
|
+
image: MEDIA_3,
|
|
51
131
|
content_wrapper: null,
|
|
52
132
|
number: null,
|
|
53
133
|
text_wrapper: null,
|
|
@@ -58,7 +138,7 @@ const FEATURES_CONTENT = [
|
|
|
58
138
|
},
|
|
59
139
|
{
|
|
60
140
|
card: null,
|
|
61
|
-
image:
|
|
141
|
+
image: MEDIA_4,
|
|
62
142
|
content_wrapper: null,
|
|
63
143
|
number: null,
|
|
64
144
|
text_wrapper: null,
|
|
@@ -78,7 +158,8 @@ const DEFAULT_CONTENT = {
|
|
|
78
158
|
cta_wrapper: null,
|
|
79
159
|
description:
|
|
80
160
|
"Empower your financial institution with advanced AI solutions for optimized growth, security, and client satisfaction.",
|
|
81
|
-
|
|
161
|
+
cta_buttons_levoGroup: null,
|
|
162
|
+
cta_buttons: [{ cta_button: "Request a Demo" }, { cta_button: "Learn More" }],
|
|
82
163
|
features_levoGroup: null,
|
|
83
164
|
features: FEATURES_CONTENT,
|
|
84
165
|
};
|
|
@@ -164,9 +245,17 @@ export const Features2: IBlock = {
|
|
|
164
245
|
field_interface: "TypographyWidget",
|
|
165
246
|
},
|
|
166
247
|
{
|
|
167
|
-
key: "
|
|
168
|
-
label: "
|
|
169
|
-
field_interface: "
|
|
248
|
+
key: "cta_buttons",
|
|
249
|
+
label: "CTA Buttons",
|
|
250
|
+
field_interface: "BoxWidget",
|
|
251
|
+
kind: "group",
|
|
252
|
+
fields: [
|
|
253
|
+
{
|
|
254
|
+
key: "cta_button",
|
|
255
|
+
label: "CTA Button",
|
|
256
|
+
field_interface: "ButtonWidget",
|
|
257
|
+
},
|
|
258
|
+
],
|
|
170
259
|
},
|
|
171
260
|
{
|
|
172
261
|
key: "features_levoGroup",
|
|
@@ -203,7 +292,7 @@ export const Features2: IBlock = {
|
|
|
203
292
|
{
|
|
204
293
|
key: "label",
|
|
205
294
|
label: "Label",
|
|
206
|
-
field_interface: "
|
|
295
|
+
field_interface: "HeadingWidget",
|
|
207
296
|
},
|
|
208
297
|
{
|
|
209
298
|
key: "title",
|
|
@@ -223,10 +312,7 @@ export const Features2: IBlock = {
|
|
|
223
312
|
key: "default",
|
|
224
313
|
title: "Default",
|
|
225
314
|
styles: {
|
|
226
|
-
container: {
|
|
227
|
-
"padding-top": "10xl",
|
|
228
|
-
"padding-bottom": "10xl",
|
|
229
|
-
},
|
|
315
|
+
container: {},
|
|
230
316
|
header_wrapper: {
|
|
231
317
|
display: "flex",
|
|
232
318
|
"flex-direction": "row",
|
|
@@ -261,6 +347,13 @@ export const Features2: IBlock = {
|
|
|
261
347
|
width: "50%",
|
|
262
348
|
},
|
|
263
349
|
},
|
|
350
|
+
cta_buttons_levoGroup: {
|
|
351
|
+
display: "flex",
|
|
352
|
+
"flex-direction": "row",
|
|
353
|
+
"align-items": "center",
|
|
354
|
+
"column-gap": "sm",
|
|
355
|
+
},
|
|
356
|
+
cta_buttons: Array(2).map(() => ({})),
|
|
264
357
|
features_levoGroup: {
|
|
265
358
|
number_of_slides: 2.5,
|
|
266
359
|
"margin-top": "7xl",
|
|
@@ -298,14 +391,10 @@ export const Features2: IBlock = {
|
|
|
298
391
|
flex: "1 1 0%",
|
|
299
392
|
},
|
|
300
393
|
label: {
|
|
301
|
-
"font-size": "4xl",
|
|
302
|
-
"font-weight": "700",
|
|
303
|
-
color: "text-1",
|
|
304
|
-
"line-height": "1",
|
|
305
394
|
"min-width": "4rem",
|
|
306
395
|
},
|
|
307
396
|
title: {
|
|
308
|
-
"font-weight":
|
|
397
|
+
"font-weight": 700,
|
|
309
398
|
},
|
|
310
399
|
},
|
|
311
400
|
{
|
|
@@ -334,14 +423,10 @@ export const Features2: IBlock = {
|
|
|
334
423
|
flex: "1 1 0%",
|
|
335
424
|
},
|
|
336
425
|
label: {
|
|
337
|
-
"font-size": "4xl",
|
|
338
|
-
"font-weight": "700",
|
|
339
|
-
color: "text-1",
|
|
340
|
-
"line-height": "1",
|
|
341
426
|
"min-width": "4rem",
|
|
342
427
|
},
|
|
343
428
|
title: {
|
|
344
|
-
"font-weight":
|
|
429
|
+
"font-weight": 700,
|
|
345
430
|
},
|
|
346
431
|
},
|
|
347
432
|
{
|
|
@@ -370,14 +455,10 @@ export const Features2: IBlock = {
|
|
|
370
455
|
flex: "1 1 0%",
|
|
371
456
|
},
|
|
372
457
|
label: {
|
|
373
|
-
"font-size": "4xl",
|
|
374
|
-
"font-weight": "700",
|
|
375
|
-
color: "text-1",
|
|
376
|
-
"line-height": "1",
|
|
377
458
|
"min-width": "4rem",
|
|
378
459
|
},
|
|
379
460
|
title: {
|
|
380
|
-
"font-weight":
|
|
461
|
+
"font-weight": 700,
|
|
381
462
|
},
|
|
382
463
|
},
|
|
383
464
|
{
|
|
@@ -406,14 +487,10 @@ export const Features2: IBlock = {
|
|
|
406
487
|
flex: "1 1 0%",
|
|
407
488
|
},
|
|
408
489
|
label: {
|
|
409
|
-
"font-size": "4xl",
|
|
410
|
-
"font-weight": "700",
|
|
411
|
-
color: "text-1",
|
|
412
|
-
"line-height": "1",
|
|
413
490
|
"min-width": "4rem",
|
|
414
491
|
},
|
|
415
492
|
title: {
|
|
416
|
-
"font-weight":
|
|
493
|
+
"font-weight": 700,
|
|
417
494
|
},
|
|
418
495
|
},
|
|
419
496
|
],
|
|
@@ -465,6 +542,62 @@ export const Features2: IBlock = {
|
|
|
465
542
|
},
|
|
466
543
|
],
|
|
467
544
|
},
|
|
545
|
+
features: [
|
|
546
|
+
{
|
|
547
|
+
title: {
|
|
548
|
+
heading: {
|
|
549
|
+
level: "4",
|
|
550
|
+
},
|
|
551
|
+
selectedVariants: {
|
|
552
|
+
Heading_Level: "H4",
|
|
553
|
+
},
|
|
554
|
+
},
|
|
555
|
+
label: {
|
|
556
|
+
heading: {
|
|
557
|
+
level: "4",
|
|
558
|
+
},
|
|
559
|
+
selectedVariants: {
|
|
560
|
+
Heading_Level: "H3",
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
title: {
|
|
566
|
+
selectedVariants: {
|
|
567
|
+
Heading_Level: "H4",
|
|
568
|
+
},
|
|
569
|
+
},
|
|
570
|
+
label: {
|
|
571
|
+
selectedVariants: {
|
|
572
|
+
Heading_Level: "H3",
|
|
573
|
+
},
|
|
574
|
+
},
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
title: {
|
|
578
|
+
selectedVariants: {
|
|
579
|
+
Heading_Level: "H4",
|
|
580
|
+
},
|
|
581
|
+
},
|
|
582
|
+
label: {
|
|
583
|
+
selectedVariants: {
|
|
584
|
+
Heading_Level: "H3",
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
title: {
|
|
590
|
+
selectedVariants: {
|
|
591
|
+
Heading_Level: "H4",
|
|
592
|
+
},
|
|
593
|
+
},
|
|
594
|
+
label: {
|
|
595
|
+
selectedVariants: {
|
|
596
|
+
Heading_Level: "H3",
|
|
597
|
+
},
|
|
598
|
+
},
|
|
599
|
+
},
|
|
600
|
+
],
|
|
468
601
|
},
|
|
469
602
|
},
|
|
470
603
|
],
|
|
@@ -25,7 +25,15 @@ const Features2: React.FC<ILevoBlockBaseProps<IFeatures2Content>> = ({
|
|
|
25
25
|
</Box>
|
|
26
26
|
<Typography elementKey="description" />
|
|
27
27
|
<Box elementKey="cta_wrapper">
|
|
28
|
-
<
|
|
28
|
+
<Box elementKey="cta_buttons_levoGroup" data-levo_group>
|
|
29
|
+
{(content?.cta_buttons ?? []).map((_: any, index: number) => (
|
|
30
|
+
<Button
|
|
31
|
+
key={`cta_buttons.${index}.cta_button`}
|
|
32
|
+
elementKey={`cta_buttons.${index}.cta_button`}
|
|
33
|
+
data-levo_group_item
|
|
34
|
+
/>
|
|
35
|
+
))}
|
|
36
|
+
</Box>
|
|
29
37
|
</Box>
|
|
30
38
|
</Box>
|
|
31
39
|
<Carousel
|
|
@@ -48,7 +56,7 @@ const Features2: React.FC<ILevoBlockBaseProps<IFeatures2Content>> = ({
|
|
|
48
56
|
height={192}
|
|
49
57
|
/>
|
|
50
58
|
<Box elementKey={`features.${index}.content_wrapper`}>
|
|
51
|
-
<
|
|
59
|
+
<Heading elementKey={`features.${index}.label`} />
|
|
52
60
|
<Box elementKey={`features.${index}.text_wrapper`}>
|
|
53
61
|
<Heading elementKey={`features.${index}.title`} />
|
|
54
62
|
<Typography elementKey={`features.${index}.description`} />
|