@levo-so/blocks 0.1.101 → 0.1.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -1,57 +1,75 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
3
|
const FIRST_MEDIA = {
|
|
4
|
-
id: "
|
|
5
|
-
filename: "about-us-2-1.png",
|
|
4
|
+
id: "7452723754686312589",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg",
|
|
7
|
+
mimetype: "image/jpeg",
|
|
8
8
|
srcset: {
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"828w":
|
|
16
|
-
|
|
9
|
+
"320w":
|
|
10
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/29267512/pexels-photo-29267512.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
17
24
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
25
|
};
|
|
20
26
|
|
|
21
27
|
const SECOND_MEDIA = {
|
|
22
|
-
id: "
|
|
23
|
-
filename: "about-us-2-2.png",
|
|
28
|
+
id: "7452723721213152136",
|
|
24
29
|
kind: "image",
|
|
25
|
-
location: "https://
|
|
30
|
+
location: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg",
|
|
31
|
+
mimetype: "image/jpeg",
|
|
26
32
|
srcset: {
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
"828w":
|
|
34
|
-
|
|
33
|
+
"320w":
|
|
34
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
35
|
+
"640w":
|
|
36
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
37
|
+
"750w":
|
|
38
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
39
|
+
"828w":
|
|
40
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
41
|
+
"1080w":
|
|
42
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
43
|
+
"1200w":
|
|
44
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
45
|
+
"1920w":
|
|
46
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
47
|
+
path: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
35
48
|
},
|
|
36
|
-
mimetype: "image/png",
|
|
37
49
|
};
|
|
38
50
|
|
|
39
51
|
const THIRD_MEDIA = {
|
|
40
|
-
id: "
|
|
41
|
-
filename: "about-us-2-3.png",
|
|
52
|
+
id: "7452723818934279018",
|
|
42
53
|
kind: "image",
|
|
43
|
-
location: "https://
|
|
54
|
+
location: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg",
|
|
55
|
+
mimetype: "image/jpeg",
|
|
44
56
|
srcset: {
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
"828w":
|
|
52
|
-
|
|
57
|
+
"320w":
|
|
58
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
59
|
+
"640w":
|
|
60
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
61
|
+
"750w":
|
|
62
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
63
|
+
"828w":
|
|
64
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
65
|
+
"1080w":
|
|
66
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
67
|
+
"1200w":
|
|
68
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
69
|
+
"1920w":
|
|
70
|
+
"https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
71
|
+
path: "https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6466141/pexels-photo-6466141.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
53
72
|
},
|
|
54
|
-
mimetype: "image/png",
|
|
55
73
|
};
|
|
56
74
|
|
|
57
75
|
const DEFAULT_CONTENT = {
|
|
@@ -64,34 +82,15 @@ const DEFAULT_CONTENT = {
|
|
|
64
82
|
secondMedia: SECOND_MEDIA,
|
|
65
83
|
thirdMedia: THIRD_MEDIA,
|
|
66
84
|
content_section: null,
|
|
67
|
-
title: "
|
|
85
|
+
title: "Built by operators who've shipped payments at scale",
|
|
68
86
|
description:
|
|
69
|
-
"
|
|
87
|
+
"180 engineers, designers, and risk analysts in five offices — building payment infrastructure for 4,000+ merchants across 60 markets, every transaction settled on our own ledger.",
|
|
70
88
|
stats: [
|
|
71
|
-
{
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
label: "Clients Guided",
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
stat_item: null,
|
|
78
|
-
number: "10+",
|
|
79
|
-
label: "Years Experience",
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
stat_item: null,
|
|
83
|
-
number: "5+",
|
|
84
|
-
label: "Organizations",
|
|
85
|
-
},
|
|
86
|
-
],
|
|
87
|
-
ctas: [
|
|
88
|
-
{
|
|
89
|
-
button: "Button 1",
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
button: "Button 2",
|
|
93
|
-
},
|
|
89
|
+
{ stat_item: null, number: "4,000+", label: "Active merchants" },
|
|
90
|
+
{ stat_item: null, number: "60+", label: "Markets covered" },
|
|
91
|
+
{ stat_item: null, number: "99.99%", label: "Uptime SLA" },
|
|
94
92
|
],
|
|
93
|
+
ctas: [{ button: "Read trust report" }, { button: "Book a demo" }],
|
|
95
94
|
};
|
|
96
95
|
|
|
97
96
|
export type IAboutUs2Content = typeof DEFAULT_CONTENT;
|
|
@@ -104,51 +103,15 @@ export const AboutUs2: IBlock = {
|
|
|
104
103
|
prompt_description:
|
|
105
104
|
"About section with media gallery on left and content with stats on right. Features title, description and repeatable statistics with numbers and labels.",
|
|
106
105
|
content_schema: [
|
|
107
|
-
{
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
key: "main_content",
|
|
119
|
-
label: "Main Content",
|
|
120
|
-
field_interface: "BoxWidget",
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
key: "media_section",
|
|
124
|
-
label: "Media Section",
|
|
125
|
-
field_interface: "BoxWidget",
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
key: "media_column",
|
|
129
|
-
label: "Media Column",
|
|
130
|
-
field_interface: "BoxWidget",
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
key: "firstMedia",
|
|
134
|
-
label: "Media 1",
|
|
135
|
-
field_interface: "MediaWidget",
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
key: "secondMedia",
|
|
139
|
-
label: "Media 2",
|
|
140
|
-
field_interface: "MediaWidget",
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
key: "thirdMedia",
|
|
144
|
-
label: "Media 3",
|
|
145
|
-
field_interface: "MediaWidget",
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
key: "content_section",
|
|
149
|
-
label: "Content Section",
|
|
150
|
-
field_interface: "BoxWidget",
|
|
151
|
-
},
|
|
106
|
+
{ key: "layout", label: "Layout", field_interface: "LayoutWidget" },
|
|
107
|
+
{ key: "container", label: "Container", field_interface: "ContainerWidget" },
|
|
108
|
+
{ key: "main_content", label: "Main Content", field_interface: "BoxWidget" },
|
|
109
|
+
{ key: "media_section", label: "Media Section", field_interface: "BoxWidget" },
|
|
110
|
+
{ key: "media_column", label: "Media Column", field_interface: "BoxWidget" },
|
|
111
|
+
{ key: "firstMedia", label: "Media 1", field_interface: "MediaWidget" },
|
|
112
|
+
{ key: "secondMedia", label: "Media 2", field_interface: "MediaWidget" },
|
|
113
|
+
{ key: "thirdMedia", label: "Media 3", field_interface: "MediaWidget" },
|
|
114
|
+
{ key: "content_section", label: "Content Section", field_interface: "BoxWidget" },
|
|
152
115
|
{
|
|
153
116
|
key: "title",
|
|
154
117
|
label: "Title",
|
|
@@ -158,7 +121,7 @@ export const AboutUs2: IBlock = {
|
|
|
158
121
|
"Main section heading that introduces the about section, typically personalized (e.g., 'About Me') or brand-focused (e.g., 'About Us').",
|
|
159
122
|
usecase: "main_title",
|
|
160
123
|
min_characters: 8,
|
|
161
|
-
max_characters:
|
|
124
|
+
max_characters: 70,
|
|
162
125
|
},
|
|
163
126
|
},
|
|
164
127
|
{
|
|
@@ -179,11 +142,7 @@ export const AboutUs2: IBlock = {
|
|
|
179
142
|
kind: "group",
|
|
180
143
|
field_interface: "BoxWidget",
|
|
181
144
|
fields: [
|
|
182
|
-
{
|
|
183
|
-
key: "stat_item",
|
|
184
|
-
label: "Stat Item",
|
|
185
|
-
field_interface: "BoxWidget",
|
|
186
|
-
},
|
|
145
|
+
{ key: "stat_item", label: "Stat Item", field_interface: "BoxWidget" },
|
|
187
146
|
{
|
|
188
147
|
key: "number",
|
|
189
148
|
label: "Number",
|
|
@@ -249,54 +208,62 @@ export const AboutUs2: IBlock = {
|
|
|
249
208
|
},
|
|
250
209
|
media_section: {
|
|
251
210
|
display: "flex",
|
|
252
|
-
"column-gap": "
|
|
211
|
+
"column-gap": "sm",
|
|
253
212
|
width: "50%",
|
|
213
|
+
height: "520px",
|
|
254
214
|
tablet: {
|
|
255
215
|
width: "100%",
|
|
256
216
|
"justify-content": "center",
|
|
217
|
+
height: "440px",
|
|
257
218
|
},
|
|
258
219
|
mobile: {
|
|
259
220
|
"flex-direction": "column",
|
|
260
|
-
"row-gap": "
|
|
221
|
+
"row-gap": "sm",
|
|
222
|
+
height: "auto",
|
|
261
223
|
},
|
|
262
224
|
},
|
|
263
225
|
firstMedia: {
|
|
264
226
|
width: "60%",
|
|
227
|
+
height: "100%",
|
|
265
228
|
"border-radius": "xl",
|
|
229
|
+
"object-fit": "cover",
|
|
266
230
|
mobile: {
|
|
267
231
|
width: "100%",
|
|
232
|
+
height: "260px",
|
|
268
233
|
},
|
|
269
234
|
},
|
|
270
235
|
media_column: {
|
|
271
236
|
display: "flex",
|
|
272
237
|
"flex-direction": "column",
|
|
273
|
-
"row-gap": "
|
|
238
|
+
"row-gap": "sm",
|
|
274
239
|
width: "40%",
|
|
240
|
+
height: "100%",
|
|
275
241
|
mobile: {
|
|
276
242
|
width: "100%",
|
|
277
243
|
"flex-direction": "row",
|
|
278
|
-
"column-gap": "
|
|
244
|
+
"column-gap": "sm",
|
|
245
|
+
height: "180px",
|
|
279
246
|
},
|
|
280
247
|
},
|
|
281
248
|
secondMedia: {
|
|
282
249
|
"border-radius": "xl",
|
|
283
|
-
mobile: {
|
|
284
|
-
width: "50%",
|
|
285
|
-
height: "auto",
|
|
286
|
-
},
|
|
287
250
|
height: "100%",
|
|
288
251
|
width: "100%",
|
|
289
252
|
"object-fit": "cover",
|
|
290
|
-
},
|
|
291
|
-
thirdMedia: {
|
|
292
|
-
"border-radius": "xl",
|
|
293
253
|
mobile: {
|
|
294
254
|
width: "50%",
|
|
295
|
-
height: "
|
|
255
|
+
height: "100%",
|
|
296
256
|
},
|
|
257
|
+
},
|
|
258
|
+
thirdMedia: {
|
|
259
|
+
"border-radius": "xl",
|
|
297
260
|
height: "100%",
|
|
298
261
|
width: "100%",
|
|
299
262
|
"object-fit": "cover",
|
|
263
|
+
mobile: {
|
|
264
|
+
width: "50%",
|
|
265
|
+
height: "100%",
|
|
266
|
+
},
|
|
300
267
|
},
|
|
301
268
|
content_section: {
|
|
302
269
|
width: "50%",
|
|
@@ -310,130 +277,168 @@ export const AboutUs2: IBlock = {
|
|
|
310
277
|
},
|
|
311
278
|
description: {
|
|
312
279
|
"margin-bottom": "2xl",
|
|
280
|
+
color: "text-2",
|
|
313
281
|
},
|
|
314
282
|
stats_levoGroup: {
|
|
315
283
|
display: "flex",
|
|
316
284
|
"flex-direction": "row",
|
|
285
|
+
"column-gap": "xl",
|
|
317
286
|
"row-gap": "lg",
|
|
318
|
-
"justify-content": "
|
|
287
|
+
"justify-content": "flex-start",
|
|
288
|
+
"padding-top": "lg",
|
|
289
|
+
"padding-bottom": "lg",
|
|
290
|
+
"border-top-width": "1px",
|
|
291
|
+
"border-top-style": "solid",
|
|
292
|
+
"border-top-color": "border",
|
|
293
|
+
"border-bottom-width": "1px",
|
|
294
|
+
"border-bottom-style": "solid",
|
|
295
|
+
"border-bottom-color": "border",
|
|
296
|
+
tablet: {
|
|
297
|
+
"justify-content": "center",
|
|
298
|
+
},
|
|
319
299
|
},
|
|
320
|
-
|
|
321
|
-
{
|
|
322
|
-
|
|
323
|
-
|
|
300
|
+
stats_levoGroupItem: {
|
|
301
|
+
stat_item: {
|
|
302
|
+
display: "flex",
|
|
303
|
+
"align-items": "flex-start",
|
|
304
|
+
"row-gap": "3xs",
|
|
305
|
+
"flex-direction": "column",
|
|
306
|
+
tablet: {
|
|
324
307
|
"align-items": "center",
|
|
325
|
-
"column-gap": "base",
|
|
326
|
-
"flex-direction": "column",
|
|
327
|
-
tablet: {
|
|
328
|
-
"justify-content": "center",
|
|
329
|
-
},
|
|
330
|
-
},
|
|
331
|
-
number: {
|
|
332
|
-
"font-weight": 700,
|
|
333
|
-
},
|
|
334
|
-
label: {
|
|
335
|
-
"font-weight": 500,
|
|
336
308
|
},
|
|
337
309
|
},
|
|
338
|
-
{
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"align-items": "center",
|
|
342
|
-
"column-gap": "base",
|
|
343
|
-
"flex-direction": "column",
|
|
344
|
-
tablet: {
|
|
345
|
-
"justify-content": "center",
|
|
346
|
-
},
|
|
347
|
-
},
|
|
348
|
-
number: {
|
|
349
|
-
"font-weight": 700,
|
|
350
|
-
},
|
|
351
|
-
label: {
|
|
352
|
-
"font-size": "base",
|
|
353
|
-
color: "text-2",
|
|
354
|
-
"font-weight": "500",
|
|
355
|
-
},
|
|
310
|
+
number: {
|
|
311
|
+
"font-weight": 700,
|
|
312
|
+
color: "text-1",
|
|
356
313
|
},
|
|
357
|
-
{
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
"align-items": "center",
|
|
361
|
-
"column-gap": "base",
|
|
362
|
-
"flex-direction": "column",
|
|
363
|
-
tablet: {
|
|
364
|
-
"justify-content": "center",
|
|
365
|
-
},
|
|
366
|
-
},
|
|
367
|
-
number: {
|
|
368
|
-
"font-weight": 700,
|
|
369
|
-
},
|
|
370
|
-
label: {
|
|
371
|
-
"font-size": "base",
|
|
372
|
-
color: "text-2",
|
|
373
|
-
"font-weight": "500",
|
|
374
|
-
},
|
|
314
|
+
label: {
|
|
315
|
+
color: "text-2",
|
|
316
|
+
"font-weight": 500,
|
|
375
317
|
},
|
|
376
|
-
|
|
318
|
+
},
|
|
319
|
+
stats: [{}, {}, {}],
|
|
377
320
|
ctas_levoGroup: {
|
|
378
|
-
"margin-top": "
|
|
321
|
+
"margin-top": "xl",
|
|
379
322
|
display: "flex",
|
|
380
323
|
"align-items": "center",
|
|
381
324
|
"column-gap": "base",
|
|
382
325
|
},
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
326
|
+
ctas_levoGroupItem: { button: {} },
|
|
327
|
+
ctas: [{}, {}],
|
|
328
|
+
},
|
|
329
|
+
content: DEFAULT_CONTENT,
|
|
330
|
+
config: {
|
|
331
|
+
ctas: [{ button: {} }, { button: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
332
|
+
stats: Array(3)
|
|
333
|
+
.fill(0)
|
|
334
|
+
.map(() => ({
|
|
335
|
+
stat_item: { selectedVariants: {} },
|
|
336
|
+
number: {
|
|
337
|
+
heading: { level: "3" },
|
|
338
|
+
selectedVariants: { Heading_Level: "H3" },
|
|
339
|
+
},
|
|
340
|
+
label: { selectedVariants: { Typography_Variants: "Body" } },
|
|
341
|
+
})),
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
key: "minimal_editorial",
|
|
346
|
+
title: "Minimal Editorial",
|
|
347
|
+
styles: {
|
|
348
|
+
layout: {
|
|
349
|
+
"background-color": "white",
|
|
350
|
+
"padding-top": "5xl",
|
|
351
|
+
"padding-bottom": "5xl",
|
|
352
|
+
},
|
|
353
|
+
container: {
|
|
354
|
+
"max-width": "1040px",
|
|
355
|
+
"margin-left": "auto",
|
|
356
|
+
"margin-right": "auto",
|
|
357
|
+
},
|
|
358
|
+
main_content: {
|
|
359
|
+
display: "flex",
|
|
360
|
+
"flex-direction": "column",
|
|
361
|
+
"row-gap": "3xl",
|
|
362
|
+
},
|
|
363
|
+
content_section: {
|
|
364
|
+
width: "100%",
|
|
365
|
+
"text-align": "left",
|
|
366
|
+
"max-width": "760px",
|
|
367
|
+
},
|
|
368
|
+
title: {
|
|
369
|
+
"margin-bottom": "md",
|
|
370
|
+
},
|
|
371
|
+
description: {
|
|
372
|
+
"margin-bottom": "xl",
|
|
373
|
+
color: "text-2",
|
|
374
|
+
"font-size": "lg",
|
|
375
|
+
},
|
|
376
|
+
stats_levoGroup: {
|
|
377
|
+
display: "flex",
|
|
378
|
+
"column-gap": "5xl",
|
|
379
|
+
"padding-top": "lg",
|
|
380
|
+
"padding-bottom": "lg",
|
|
381
|
+
"border-top-width": "1px",
|
|
382
|
+
"border-top-style": "solid",
|
|
383
|
+
"border-top-color": "border",
|
|
384
|
+
"border-bottom-width": "1px",
|
|
385
|
+
"border-bottom-style": "solid",
|
|
386
|
+
"border-bottom-color": "border",
|
|
387
|
+
"margin-bottom": "xl",
|
|
388
|
+
mobile: {
|
|
389
|
+
"column-gap": "xl",
|
|
386
390
|
},
|
|
387
|
-
|
|
388
|
-
|
|
391
|
+
},
|
|
392
|
+
stats_levoGroupItem: {
|
|
393
|
+
stat_item: {
|
|
394
|
+
display: "flex",
|
|
395
|
+
"flex-direction": "column",
|
|
396
|
+
"row-gap": "3xs",
|
|
389
397
|
},
|
|
390
|
-
|
|
391
|
-
|
|
398
|
+
number: { "font-weight": 700, color: "text-1" },
|
|
399
|
+
label: {
|
|
400
|
+
color: "text-2",
|
|
401
|
+
"font-weight": 500,
|
|
402
|
+
"text-transform": "uppercase",
|
|
403
|
+
"letter-spacing": "0.06em",
|
|
404
|
+
"font-size": "sm",
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
stats: [{}, {}, {}],
|
|
408
|
+
ctas_levoGroup: {
|
|
392
409
|
display: "flex",
|
|
393
|
-
"align-items": "center",
|
|
394
410
|
"column-gap": "base",
|
|
395
|
-
tablet: {
|
|
396
|
-
"justify-content": "center",
|
|
397
|
-
},
|
|
398
411
|
},
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
},
|
|
412
|
+
ctas_levoGroupItem: { button: {} },
|
|
413
|
+
ctas: [{}, {}],
|
|
414
|
+
media_section: {
|
|
415
|
+
display: "flex",
|
|
416
|
+
"column-gap": "sm",
|
|
417
|
+
width: "100%",
|
|
406
418
|
},
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"
|
|
419
|
+
firstMedia: {
|
|
420
|
+
width: "100%",
|
|
421
|
+
height: "420px",
|
|
422
|
+
"border-radius": "lg",
|
|
423
|
+
"object-fit": "cover",
|
|
411
424
|
},
|
|
425
|
+
media_column: { display: "none" },
|
|
426
|
+
secondMedia: { display: "none" },
|
|
427
|
+
thirdMedia: { display: "none" },
|
|
412
428
|
},
|
|
413
429
|
content: DEFAULT_CONTENT,
|
|
414
430
|
config: {
|
|
431
|
+
ctas: [{ button: {} }, { button: { selectedVariants: { Button_Variants: "Secondary" } } }],
|
|
415
432
|
stats: Array(3)
|
|
416
433
|
.fill(0)
|
|
417
|
-
.map((
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
},
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
},
|
|
426
|
-
selectedVariants: {
|
|
427
|
-
Heading_Level: "H3",
|
|
428
|
-
},
|
|
429
|
-
},
|
|
430
|
-
label: {
|
|
431
|
-
selectedVariants: {
|
|
432
|
-
Typography_Variants: "Body",
|
|
433
|
-
},
|
|
434
|
-
},
|
|
435
|
-
};
|
|
436
|
-
}),
|
|
434
|
+
.map(() => ({
|
|
435
|
+
stat_item: { selectedVariants: {} },
|
|
436
|
+
number: {
|
|
437
|
+
heading: { level: "3" },
|
|
438
|
+
selectedVariants: { Heading_Level: "H3" },
|
|
439
|
+
},
|
|
440
|
+
label: { selectedVariants: { Typography_Variants: "Body" } },
|
|
441
|
+
})),
|
|
437
442
|
},
|
|
438
443
|
},
|
|
439
444
|
],
|