@levo-so/blocks 0.1.59 → 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,23 +1,104 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
id: "
|
|
5
|
-
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "R6e60NbOMtalw",
|
|
5
|
+
filename: "features-1-1.png",
|
|
6
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
|
+
},
|
|
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",
|
|
34
|
+
srcset: {
|
|
35
|
+
"1080w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1080w.webp",
|
|
37
|
+
"1200w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-2-A8svq1Bv7gAEI-1200w.webp",
|
|
39
|
+
"1920w":
|
|
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",
|
|
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
|
+
},
|
|
7
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",
|
|
8
84
|
srcset: {
|
|
9
85
|
"1080w":
|
|
10
|
-
"https://
|
|
86
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1080w.webp",
|
|
11
87
|
"1200w":
|
|
12
|
-
"https://
|
|
88
|
+
"https://static.levocdn.com/WLZ1TXTD/features-1-4-R6e6INbOMtpAr-1200w.webp",
|
|
13
89
|
"1920w":
|
|
14
|
-
"https://
|
|
15
|
-
"320w":
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
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",
|
|
20
100
|
},
|
|
101
|
+
mimetype: "image/png",
|
|
21
102
|
};
|
|
22
103
|
|
|
23
104
|
const DEFAULT_CONTENT = {
|
|
@@ -29,51 +110,56 @@ const DEFAULT_CONTENT = {
|
|
|
29
110
|
cta_wrapper: null,
|
|
30
111
|
description:
|
|
31
112
|
"Empower your financial institution with advanced AI solutions for optimized growth, security, and client satisfaction.",
|
|
32
|
-
|
|
113
|
+
cta_buttons_levoGroup: null,
|
|
114
|
+
cta_buttons: [{ cta_button: "Request a Demo" }, { cta_button: "Learn More" }],
|
|
33
115
|
services: [
|
|
34
116
|
{
|
|
35
117
|
card: null,
|
|
36
|
-
image:
|
|
118
|
+
image: MEDIA_1,
|
|
37
119
|
content_wrapper: null,
|
|
38
120
|
text_wrapper: null,
|
|
39
121
|
label: "01",
|
|
40
122
|
title: "Custom Financial Platforms",
|
|
41
123
|
description:
|
|
42
124
|
"We build secure, scalable online banking and finance platforms tailored for institutional excellence.",
|
|
43
|
-
|
|
125
|
+
ctas_levoGroup: null,
|
|
126
|
+
ctas: [{ cta: "Request Demo" }, { cta: "Learn More" }],
|
|
44
127
|
},
|
|
45
128
|
{
|
|
46
129
|
card: null,
|
|
47
|
-
image:
|
|
130
|
+
image: MEDIA_2,
|
|
48
131
|
content_wrapper: null,
|
|
49
132
|
text_wrapper: null,
|
|
50
133
|
label: "02",
|
|
51
134
|
title: "AI Automation in Finance",
|
|
52
135
|
description:
|
|
53
136
|
"Automate client services, compliance, and reporting with advanced AI tailored for financial institutions.",
|
|
54
|
-
|
|
137
|
+
ctas_levoGroup: null,
|
|
138
|
+
ctas: [{ cta: "See How" }, { cta: "View Demo" }],
|
|
55
139
|
},
|
|
56
140
|
{
|
|
57
141
|
card: null,
|
|
58
|
-
image:
|
|
142
|
+
image: MEDIA_3,
|
|
59
143
|
content_wrapper: null,
|
|
60
144
|
text_wrapper: null,
|
|
61
145
|
label: "03",
|
|
62
146
|
title: "Branded Client Portals",
|
|
63
147
|
description:
|
|
64
148
|
"Deliver seamless, secure digital experiences with bespoke UI/UX for your clients and investors.",
|
|
65
|
-
|
|
149
|
+
ctas_levoGroup: null,
|
|
150
|
+
ctas: [{ cta: "Explore More" }, { cta: "Get Started" }],
|
|
66
151
|
},
|
|
67
152
|
{
|
|
68
153
|
card: null,
|
|
69
|
-
image:
|
|
154
|
+
image: MEDIA_4,
|
|
70
155
|
content_wrapper: null,
|
|
71
156
|
text_wrapper: null,
|
|
72
157
|
label: "04",
|
|
73
158
|
title: "Enterprise Security Solutions",
|
|
74
159
|
description:
|
|
75
160
|
"Implement robust security measures and compliance frameworks designed for enterprise-level financial operations.",
|
|
76
|
-
|
|
161
|
+
ctas_levoGroup: null,
|
|
162
|
+
ctas: [{ cta: "Learn More" }, { cta: "Contact Us" }],
|
|
77
163
|
},
|
|
78
164
|
],
|
|
79
165
|
};
|
|
@@ -122,9 +208,17 @@ export const Features3: IBlock = {
|
|
|
122
208
|
field_interface: "TypographyWidget",
|
|
123
209
|
},
|
|
124
210
|
{
|
|
125
|
-
key: "
|
|
126
|
-
label: "
|
|
127
|
-
field_interface: "
|
|
211
|
+
key: "cta_buttons",
|
|
212
|
+
label: "CTA Buttons",
|
|
213
|
+
field_interface: "BoxWidget",
|
|
214
|
+
kind: "group",
|
|
215
|
+
fields: [
|
|
216
|
+
{
|
|
217
|
+
key: "cta_button",
|
|
218
|
+
label: "CTA Button",
|
|
219
|
+
field_interface: "ButtonWidget",
|
|
220
|
+
},
|
|
221
|
+
],
|
|
128
222
|
},
|
|
129
223
|
{
|
|
130
224
|
key: "services",
|
|
@@ -150,7 +244,7 @@ export const Features3: IBlock = {
|
|
|
150
244
|
{
|
|
151
245
|
key: "label",
|
|
152
246
|
label: "Label",
|
|
153
|
-
field_interface: "
|
|
247
|
+
field_interface: "HeadingWidget",
|
|
154
248
|
},
|
|
155
249
|
{
|
|
156
250
|
key: "text_wrapper",
|
|
@@ -168,9 +262,17 @@ export const Features3: IBlock = {
|
|
|
168
262
|
field_interface: "TypographyWidget",
|
|
169
263
|
},
|
|
170
264
|
{
|
|
171
|
-
key: "
|
|
172
|
-
label: "
|
|
173
|
-
field_interface: "
|
|
265
|
+
key: "ctas",
|
|
266
|
+
label: "CTA Buttons Group",
|
|
267
|
+
field_interface: "BoxWidget",
|
|
268
|
+
kind: "group",
|
|
269
|
+
fields: [
|
|
270
|
+
{
|
|
271
|
+
key: "cta",
|
|
272
|
+
label: "CTA Button",
|
|
273
|
+
field_interface: "ButtonWidget",
|
|
274
|
+
},
|
|
275
|
+
],
|
|
174
276
|
},
|
|
175
277
|
],
|
|
176
278
|
},
|
|
@@ -180,15 +282,7 @@ export const Features3: IBlock = {
|
|
|
180
282
|
key: "default",
|
|
181
283
|
title: "Default",
|
|
182
284
|
styles: {
|
|
183
|
-
container: {
|
|
184
|
-
"max-width": "72rem",
|
|
185
|
-
"margin-left": "auto",
|
|
186
|
-
"margin-right": "auto",
|
|
187
|
-
"padding-left": "base",
|
|
188
|
-
"padding-right": "base",
|
|
189
|
-
"padding-top": "7xl",
|
|
190
|
-
"padding-bottom": "7xl",
|
|
191
|
-
},
|
|
285
|
+
container: {},
|
|
192
286
|
header_wrapper: {
|
|
193
287
|
display: "flex",
|
|
194
288
|
"flex-direction": "row",
|
|
@@ -211,16 +305,10 @@ export const Features3: IBlock = {
|
|
|
211
305
|
},
|
|
212
306
|
},
|
|
213
307
|
title: {
|
|
214
|
-
"font-size": "3xl",
|
|
215
|
-
"font-weight": "600",
|
|
216
|
-
color: "text-1",
|
|
217
|
-
"line-height": "1.15",
|
|
218
|
-
"margin-bottom": "0",
|
|
219
308
|
tablet: {
|
|
220
309
|
"margin-bottom": "base",
|
|
221
310
|
},
|
|
222
311
|
mobile: {
|
|
223
|
-
"font-size": "2xl",
|
|
224
312
|
"margin-bottom": "xs",
|
|
225
313
|
},
|
|
226
314
|
},
|
|
@@ -239,9 +327,14 @@ export const Features3: IBlock = {
|
|
|
239
327
|
width: "100%",
|
|
240
328
|
},
|
|
241
329
|
},
|
|
330
|
+
cta_buttons_levoGroup: {
|
|
331
|
+
display: "flex",
|
|
332
|
+
"flex-direction": "row",
|
|
333
|
+
"align-items": "center",
|
|
334
|
+
gap: "sm",
|
|
335
|
+
},
|
|
336
|
+
cta_buttons: Array(2).map(() => ({})),
|
|
242
337
|
description: {
|
|
243
|
-
color: "text-2",
|
|
244
|
-
"font-size": "base",
|
|
245
338
|
"margin-bottom": "0",
|
|
246
339
|
"margin-right": "2xl",
|
|
247
340
|
tablet: {
|
|
@@ -250,7 +343,6 @@ export const Features3: IBlock = {
|
|
|
250
343
|
"max-width": "36rem",
|
|
251
344
|
},
|
|
252
345
|
mobile: {
|
|
253
|
-
"font-size": "sm",
|
|
254
346
|
"margin-bottom": "lg",
|
|
255
347
|
},
|
|
256
348
|
},
|
|
@@ -283,19 +375,26 @@ export const Features3: IBlock = {
|
|
|
283
375
|
"column-gap": "3xs",
|
|
284
376
|
},
|
|
285
377
|
label: {
|
|
286
|
-
|
|
378
|
+
"font-weight": 700,
|
|
287
379
|
},
|
|
288
380
|
title: {
|
|
289
|
-
color: "text-1",
|
|
290
381
|
"margin-bottom": "2xs",
|
|
382
|
+
"font-weight": 700,
|
|
291
383
|
},
|
|
292
384
|
description: {
|
|
293
|
-
color: "text-2",
|
|
294
385
|
"margin-bottom": "2xs",
|
|
295
386
|
},
|
|
296
|
-
|
|
297
|
-
|
|
387
|
+
ctas_levoGroup: {
|
|
388
|
+
display: "flex",
|
|
389
|
+
"flex-direction": "row",
|
|
390
|
+
"column-gap": "md",
|
|
391
|
+
"row-gap": "md",
|
|
392
|
+
"flex-wrap": "wrap",
|
|
393
|
+
"align-items": "center",
|
|
298
394
|
},
|
|
395
|
+
ctas: Array(2)
|
|
396
|
+
.fill(0)
|
|
397
|
+
.map(() => ({ cta: {} })),
|
|
299
398
|
content_wrapper: {
|
|
300
399
|
display: "flex",
|
|
301
400
|
"column-gap": "base",
|
|
@@ -319,19 +418,26 @@ export const Features3: IBlock = {
|
|
|
319
418
|
"column-gap": "3xs",
|
|
320
419
|
},
|
|
321
420
|
label: {
|
|
322
|
-
|
|
421
|
+
"font-weight": 700,
|
|
323
422
|
},
|
|
324
423
|
title: {
|
|
325
|
-
color: "text-1",
|
|
326
424
|
"margin-bottom": "2xs",
|
|
425
|
+
"font-weight": 700,
|
|
327
426
|
},
|
|
328
427
|
description: {
|
|
329
|
-
color: "text-2",
|
|
330
428
|
"margin-bottom": "2xs",
|
|
331
429
|
},
|
|
332
|
-
|
|
333
|
-
|
|
430
|
+
ctas_levoGroup: {
|
|
431
|
+
display: "flex",
|
|
432
|
+
"flex-direction": "row",
|
|
433
|
+
"column-gap": "md",
|
|
434
|
+
"row-gap": "md",
|
|
435
|
+
"flex-wrap": "wrap",
|
|
436
|
+
"align-items": "center",
|
|
334
437
|
},
|
|
438
|
+
ctas: Array(2)
|
|
439
|
+
.fill(0)
|
|
440
|
+
.map(() => ({ cta: {} })),
|
|
335
441
|
content_wrapper: {
|
|
336
442
|
display: "flex",
|
|
337
443
|
"column-gap": "base",
|
|
@@ -355,19 +461,26 @@ export const Features3: IBlock = {
|
|
|
355
461
|
"column-gap": "3xs",
|
|
356
462
|
},
|
|
357
463
|
label: {
|
|
358
|
-
|
|
464
|
+
"font-weight": 700,
|
|
359
465
|
},
|
|
360
466
|
title: {
|
|
361
|
-
color: "text-1",
|
|
362
467
|
"margin-bottom": "2xs",
|
|
468
|
+
"font-weight": 700,
|
|
363
469
|
},
|
|
364
470
|
description: {
|
|
365
|
-
color: "text-2",
|
|
366
471
|
"margin-bottom": "2xs",
|
|
367
472
|
},
|
|
368
|
-
|
|
369
|
-
|
|
473
|
+
ctas_levoGroup: {
|
|
474
|
+
display: "flex",
|
|
475
|
+
"flex-direction": "row",
|
|
476
|
+
"column-gap": "md",
|
|
477
|
+
"row-gap": "md",
|
|
478
|
+
"flex-wrap": "wrap",
|
|
479
|
+
"align-items": "center",
|
|
370
480
|
},
|
|
481
|
+
ctas: Array(2)
|
|
482
|
+
.fill(0)
|
|
483
|
+
.map(() => ({ cta: {} })),
|
|
371
484
|
content_wrapper: {
|
|
372
485
|
display: "flex",
|
|
373
486
|
"column-gap": "base",
|
|
@@ -391,19 +504,26 @@ export const Features3: IBlock = {
|
|
|
391
504
|
"column-gap": "3xs",
|
|
392
505
|
},
|
|
393
506
|
label: {
|
|
394
|
-
|
|
507
|
+
"font-weight": 700,
|
|
395
508
|
},
|
|
396
509
|
title: {
|
|
397
|
-
color: "text-1",
|
|
398
510
|
"margin-bottom": "2xs",
|
|
511
|
+
"font-weight": 700,
|
|
399
512
|
},
|
|
400
513
|
description: {
|
|
401
|
-
color: "text-2",
|
|
402
514
|
"margin-bottom": "2xs",
|
|
403
515
|
},
|
|
404
|
-
|
|
405
|
-
|
|
516
|
+
ctas_levoGroup: {
|
|
517
|
+
display: "flex",
|
|
518
|
+
"flex-direction": "row",
|
|
519
|
+
"column-gap": "md",
|
|
520
|
+
"row-gap": "md",
|
|
521
|
+
"flex-wrap": "wrap",
|
|
522
|
+
"align-items": "center",
|
|
406
523
|
},
|
|
524
|
+
ctas: Array(2)
|
|
525
|
+
.fill(0)
|
|
526
|
+
.map(() => ({ cta: {} })),
|
|
407
527
|
content_wrapper: {
|
|
408
528
|
display: "flex",
|
|
409
529
|
"column-gap": "base",
|
|
@@ -417,7 +537,106 @@ export const Features3: IBlock = {
|
|
|
417
537
|
heading: {
|
|
418
538
|
level: 2,
|
|
419
539
|
},
|
|
540
|
+
selectedVariants: {
|
|
541
|
+
Heading_Level: "H2",
|
|
542
|
+
},
|
|
420
543
|
},
|
|
544
|
+
services: [
|
|
545
|
+
{
|
|
546
|
+
title: {
|
|
547
|
+
heading: {
|
|
548
|
+
level: "4",
|
|
549
|
+
},
|
|
550
|
+
selectedVariants: {
|
|
551
|
+
Heading_Level: "H4",
|
|
552
|
+
},
|
|
553
|
+
},
|
|
554
|
+
description: {
|
|
555
|
+
selectedVariants: {},
|
|
556
|
+
},
|
|
557
|
+
ctas: Array(2)
|
|
558
|
+
.fill(0)
|
|
559
|
+
.map(() => ({
|
|
560
|
+
cta: {
|
|
561
|
+
selectedVariants: {},
|
|
562
|
+
},
|
|
563
|
+
})),
|
|
564
|
+
label: {
|
|
565
|
+
heading: {
|
|
566
|
+
level: "4",
|
|
567
|
+
},
|
|
568
|
+
selectedVariants: {
|
|
569
|
+
Heading_Level: "H4",
|
|
570
|
+
},
|
|
571
|
+
},
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
title: {
|
|
575
|
+
selectedVariants: {
|
|
576
|
+
Heading_Level: "H4",
|
|
577
|
+
},
|
|
578
|
+
},
|
|
579
|
+
description: {
|
|
580
|
+
selectedVariants: {},
|
|
581
|
+
},
|
|
582
|
+
ctas: Array(2)
|
|
583
|
+
.fill(0)
|
|
584
|
+
.map(() => ({
|
|
585
|
+
cta: {
|
|
586
|
+
selectedVariants: {},
|
|
587
|
+
},
|
|
588
|
+
})),
|
|
589
|
+
label: {
|
|
590
|
+
selectedVariants: {
|
|
591
|
+
Heading_Level: "H4",
|
|
592
|
+
},
|
|
593
|
+
},
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
title: {
|
|
597
|
+
selectedVariants: {
|
|
598
|
+
Heading_Level: "H4",
|
|
599
|
+
},
|
|
600
|
+
},
|
|
601
|
+
description: {
|
|
602
|
+
selectedVariants: {},
|
|
603
|
+
},
|
|
604
|
+
ctas: Array(2)
|
|
605
|
+
.fill(0)
|
|
606
|
+
.map(() => ({
|
|
607
|
+
cta: {
|
|
608
|
+
selectedVariants: {},
|
|
609
|
+
},
|
|
610
|
+
})),
|
|
611
|
+
label: {
|
|
612
|
+
selectedVariants: {
|
|
613
|
+
Heading_Level: "H4",
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
title: {
|
|
619
|
+
selectedVariants: {
|
|
620
|
+
Heading_Level: "H4",
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
description: {
|
|
624
|
+
selectedVariants: {},
|
|
625
|
+
},
|
|
626
|
+
ctas: Array(2)
|
|
627
|
+
.fill(0)
|
|
628
|
+
.map(() => ({
|
|
629
|
+
cta: {
|
|
630
|
+
selectedVariants: {},
|
|
631
|
+
},
|
|
632
|
+
})),
|
|
633
|
+
label: {
|
|
634
|
+
selectedVariants: {
|
|
635
|
+
Heading_Level: "H4",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
},
|
|
639
|
+
],
|
|
421
640
|
},
|
|
422
641
|
},
|
|
423
642
|
],
|
|
@@ -22,7 +22,15 @@ const Features3: React.FC<ILevoBlockBaseProps<IFeatures3Content>> = ({
|
|
|
22
22
|
</Box>
|
|
23
23
|
<Typography elementKey="description" />
|
|
24
24
|
<Box elementKey="cta_wrapper">
|
|
25
|
-
<
|
|
25
|
+
<Box elementKey="cta_buttons_levoGroup" data-levo_group>
|
|
26
|
+
{(content?.cta_buttons ?? []).map((_: any, index: number) => (
|
|
27
|
+
<Button
|
|
28
|
+
key={`cta_buttons.${index}.cta_button`}
|
|
29
|
+
elementKey={`cta_buttons.${index}.cta_button`}
|
|
30
|
+
data-levo_group_item
|
|
31
|
+
/>
|
|
32
|
+
))}
|
|
33
|
+
</Box>
|
|
26
34
|
</Box>
|
|
27
35
|
</Box>
|
|
28
36
|
<Box data-levo_group elementKey="services_levoGroup">
|
|
@@ -39,11 +47,22 @@ const Features3: React.FC<ILevoBlockBaseProps<IFeatures3Content>> = ({
|
|
|
39
47
|
alt={`Service ${index + 1} illustration`}
|
|
40
48
|
/>
|
|
41
49
|
<Box elementKey={`services.${index}.content_wrapper`}>
|
|
42
|
-
<
|
|
50
|
+
<Heading elementKey={`services.${index}.label`} />
|
|
43
51
|
<Box elementKey={`services.${index}.text_wrapper`}>
|
|
44
52
|
<Heading elementKey={`services.${index}.title`} />
|
|
45
53
|
<Typography elementKey={`services.${index}.description`} />
|
|
46
|
-
<
|
|
54
|
+
<Box
|
|
55
|
+
elementKey={`services.${index}.ctas_levoGroup`}
|
|
56
|
+
data-levo_group
|
|
57
|
+
>
|
|
58
|
+
{(content?.services?.[index]?.ctas ?? []).map((_, ctaIndex) => (
|
|
59
|
+
<Button
|
|
60
|
+
key={`services.${index}.ctas.${ctaIndex}.cta`}
|
|
61
|
+
elementKey={`services.${index}.ctas.${ctaIndex}.cta`}
|
|
62
|
+
data-levo_group_item
|
|
63
|
+
/>
|
|
64
|
+
))}
|
|
65
|
+
</Box>
|
|
47
66
|
</Box>
|
|
48
67
|
</Box>
|
|
49
68
|
</Box>
|