@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,110 +1,128 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
id: "
|
|
5
|
-
filename: "product-listing-1-1.png",
|
|
3
|
+
const IMG_1 = {
|
|
4
|
+
id: "7453455573150418985",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/2988232/pexels-photo-2988232.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/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/2988232/pexels-photo-2988232.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
17
24
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
25
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
|
|
27
|
+
const IMG_2 = {
|
|
28
|
+
id: "7453455590824764276",
|
|
23
29
|
kind: "image",
|
|
24
|
-
location: "https://
|
|
30
|
+
location: "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg",
|
|
31
|
+
mimetype: "image/jpeg",
|
|
25
32
|
srcset: {
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
"828w":
|
|
33
|
-
|
|
33
|
+
"320w":
|
|
34
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
35
|
+
"640w":
|
|
36
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
37
|
+
"750w":
|
|
38
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
39
|
+
"828w":
|
|
40
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
41
|
+
"1080w":
|
|
42
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
43
|
+
"1200w":
|
|
44
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
45
|
+
"1920w":
|
|
46
|
+
"https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
47
|
+
path: "https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/23496925/pexels-photo-23496925.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
34
48
|
},
|
|
35
|
-
mimetype: "image/png",
|
|
36
49
|
};
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
50
|
+
|
|
51
|
+
const IMG_3 = {
|
|
52
|
+
id: "7453455596347178503",
|
|
40
53
|
kind: "image",
|
|
41
|
-
location: "https://
|
|
54
|
+
location: "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg",
|
|
55
|
+
mimetype: "image/jpeg",
|
|
42
56
|
srcset: {
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
"828w":
|
|
50
|
-
|
|
57
|
+
"320w":
|
|
58
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
59
|
+
"640w":
|
|
60
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
61
|
+
"750w":
|
|
62
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
63
|
+
"828w":
|
|
64
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
65
|
+
"1080w":
|
|
66
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
67
|
+
"1200w":
|
|
68
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
69
|
+
"1920w":
|
|
70
|
+
"https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
71
|
+
path: "https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/10330112/pexels-photo-10330112.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
51
72
|
},
|
|
52
|
-
mimetype: "image/png",
|
|
53
73
|
};
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
74
|
+
|
|
75
|
+
const IMG_4 = {
|
|
76
|
+
id: "7453455601213605667",
|
|
57
77
|
kind: "image",
|
|
58
|
-
location: "https://
|
|
78
|
+
location: "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg",
|
|
79
|
+
mimetype: "image/jpeg",
|
|
59
80
|
srcset: {
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"828w":
|
|
67
|
-
|
|
81
|
+
"320w":
|
|
82
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
83
|
+
"640w":
|
|
84
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
85
|
+
"750w":
|
|
86
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
87
|
+
"828w":
|
|
88
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
89
|
+
"1080w":
|
|
90
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
91
|
+
"1200w":
|
|
92
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
93
|
+
"1920w":
|
|
94
|
+
"https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
95
|
+
path: "https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
68
96
|
},
|
|
69
|
-
mimetype: "image/png",
|
|
70
97
|
};
|
|
71
98
|
|
|
99
|
+
const PRODUCT_COUNT = 4;
|
|
100
|
+
|
|
72
101
|
const DEFAULT_CONTENT = {
|
|
73
102
|
layout: null,
|
|
74
103
|
container: null,
|
|
75
104
|
header_box: null,
|
|
76
|
-
title: "
|
|
105
|
+
title: "Fintech products built for scale",
|
|
77
106
|
cta_box: null,
|
|
78
107
|
description:
|
|
79
|
-
"
|
|
108
|
+
"A PCI DSS Level 1 stack powering payments, cards, treasury, and risk for modern finance teams.",
|
|
80
109
|
buttons_levoGroup: null,
|
|
81
|
-
buttons: [{ button: "
|
|
110
|
+
buttons: [{ button: "See pricing" }, { button: "Book a demo" }],
|
|
82
111
|
products_levoGroup: null,
|
|
83
112
|
products: [
|
|
84
|
-
{
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
card: null,
|
|
98
|
-
image: MEDIA_3,
|
|
99
|
-
title: "Chatbots",
|
|
100
|
-
price: "$25.00",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
card: null,
|
|
104
|
-
image: MEDIA_4,
|
|
105
|
-
title: "Platforms",
|
|
106
|
-
price: "$25.00",
|
|
107
|
-
},
|
|
113
|
+
{ card: null, image: IMG_1, title: "Payments API", price: "From $0.30 / txn" },
|
|
114
|
+
{ card: null, image: IMG_2, title: "Virtual Cards", price: "From $4 / card" },
|
|
115
|
+
{ card: null, image: IMG_3, title: "Treasury Suite", price: "From $99 / mo" },
|
|
116
|
+
{ card: null, image: IMG_4, title: "Risk & KYC", price: "From $0.15 / check" },
|
|
117
|
+
],
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
const THREE_COL_CONTENT = {
|
|
121
|
+
...DEFAULT_CONTENT,
|
|
122
|
+
products: [
|
|
123
|
+
{ card: null, image: IMG_2, title: "Virtual Cards", price: "From $4 / card" },
|
|
124
|
+
{ card: null, image: IMG_3, title: "Treasury Suite", price: "From $99 / mo" },
|
|
125
|
+
{ card: null, image: IMG_4, title: "Risk & KYC", price: "From $0.15 / check" },
|
|
108
126
|
],
|
|
109
127
|
};
|
|
110
128
|
|
|
@@ -116,48 +134,18 @@ export const ProductsListing1: IBlock = {
|
|
|
116
134
|
key: "products-listing-1",
|
|
117
135
|
version: "v1",
|
|
118
136
|
content_schema: [
|
|
119
|
-
{
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
key: "container",
|
|
126
|
-
label: "Container",
|
|
127
|
-
field_interface: "ContainerWidget",
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
key: "header_box",
|
|
131
|
-
label: "Header Box",
|
|
132
|
-
field_interface: "BoxWidget",
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
key: "title",
|
|
136
|
-
label: "Title",
|
|
137
|
-
field_interface: "HeadingWidget",
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
key: "cta_box",
|
|
141
|
-
label: "Cta Box",
|
|
142
|
-
field_interface: "BoxWidget",
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
key: "description",
|
|
146
|
-
label: "Description",
|
|
147
|
-
field_interface: "TypographyWidget",
|
|
148
|
-
},
|
|
137
|
+
{ key: "layout", label: "Layout", field_interface: "LayoutWidget" },
|
|
138
|
+
{ key: "container", label: "Container", field_interface: "ContainerWidget" },
|
|
139
|
+
{ key: "header_box", label: "Header Box", field_interface: "BoxWidget" },
|
|
140
|
+
{ key: "title", label: "Title", field_interface: "HeadingWidget" },
|
|
141
|
+
{ key: "cta_box", label: "Cta Box", field_interface: "BoxWidget" },
|
|
142
|
+
{ key: "description", label: "Description", field_interface: "TypographyWidget" },
|
|
149
143
|
{
|
|
150
144
|
key: "buttons",
|
|
151
145
|
label: "Buttons",
|
|
152
146
|
field_interface: "BoxWidget",
|
|
153
147
|
kind: "group",
|
|
154
|
-
fields: [
|
|
155
|
-
{
|
|
156
|
-
key: "button",
|
|
157
|
-
label: "Button",
|
|
158
|
-
field_interface: "ButtonWidget",
|
|
159
|
-
},
|
|
160
|
-
],
|
|
148
|
+
fields: [{ key: "button", label: "Button", field_interface: "ButtonWidget" }],
|
|
161
149
|
},
|
|
162
150
|
{
|
|
163
151
|
key: "products",
|
|
@@ -165,26 +153,10 @@ export const ProductsListing1: IBlock = {
|
|
|
165
153
|
kind: "group",
|
|
166
154
|
field_interface: "BoxWidget",
|
|
167
155
|
fields: [
|
|
168
|
-
{
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
key: "image",
|
|
175
|
-
label: "Image",
|
|
176
|
-
field_interface: "ImageWidget",
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
key: "title",
|
|
180
|
-
label: "Title",
|
|
181
|
-
field_interface: "HeadingWidget",
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
key: "price",
|
|
185
|
-
label: "Price",
|
|
186
|
-
field_interface: "TypographyWidget",
|
|
187
|
-
},
|
|
156
|
+
{ key: "card", label: "Card", field_interface: "BoxWidget" },
|
|
157
|
+
{ key: "image", label: "Image", field_interface: "ImageWidget" },
|
|
158
|
+
{ key: "title", label: "Title", field_interface: "HeadingWidget" },
|
|
159
|
+
{ key: "price", label: "Price", field_interface: "TypographyWidget" },
|
|
188
160
|
],
|
|
189
161
|
},
|
|
190
162
|
],
|
|
@@ -197,153 +169,295 @@ export const ProductsListing1: IBlock = {
|
|
|
197
169
|
header_box: {
|
|
198
170
|
display: "flex",
|
|
199
171
|
"flex-direction": "column",
|
|
200
|
-
"justify-content": "center",
|
|
201
|
-
"column-gap": "3xl",
|
|
202
|
-
"margin-bottom": "7xl",
|
|
203
|
-
mobile: {
|
|
204
|
-
"flex-direction": "column",
|
|
205
|
-
},
|
|
206
172
|
"align-items": "center",
|
|
207
173
|
"row-gap": "md",
|
|
174
|
+
"margin-bottom": "5xl",
|
|
175
|
+
mobile: { "margin-bottom": "2xl" },
|
|
208
176
|
},
|
|
209
177
|
cta_box: {
|
|
210
178
|
display: "flex",
|
|
211
179
|
"flex-direction": "column",
|
|
212
|
-
|
|
213
|
-
width: "100%",
|
|
214
|
-
},
|
|
215
|
-
"row-gap": "xs",
|
|
216
|
-
"justify-content": "center",
|
|
180
|
+
"row-gap": "lg",
|
|
217
181
|
"align-items": "center",
|
|
182
|
+
mobile: { width: "100%" },
|
|
218
183
|
},
|
|
219
|
-
|
|
184
|
+
title: { "text-align": "center" },
|
|
185
|
+
description: { "text-align": "center", "max-width": "640px" },
|
|
220
186
|
buttons_levoGroup: {
|
|
221
187
|
display: "flex",
|
|
222
188
|
"flex-direction": "row",
|
|
223
189
|
"align-items": "center",
|
|
224
190
|
gap: "sm",
|
|
225
191
|
},
|
|
226
|
-
buttons: Array(2).map(() => ({})),
|
|
227
192
|
products_levoGroup: {
|
|
228
193
|
display: "grid",
|
|
229
194
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
230
195
|
"row-gap": "3xl",
|
|
231
196
|
"column-gap": "3xl",
|
|
232
|
-
mobile: {
|
|
233
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
234
|
-
},
|
|
197
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
|
|
235
198
|
},
|
|
236
|
-
|
|
237
|
-
{
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"margin-bottom": "lg",
|
|
242
|
-
width: "100%",
|
|
243
|
-
display: "block",
|
|
244
|
-
},
|
|
245
|
-
price: {
|
|
246
|
-
"margin-top": "4xs",
|
|
247
|
-
},
|
|
199
|
+
products_levoGroupItem: {
|
|
200
|
+
card: {
|
|
201
|
+
display: "flex",
|
|
202
|
+
"flex-direction": "column",
|
|
203
|
+
height: "100%",
|
|
248
204
|
},
|
|
249
|
-
{
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
},
|
|
257
|
-
price: {
|
|
258
|
-
"margin-top": "4xs",
|
|
259
|
-
},
|
|
205
|
+
image: {
|
|
206
|
+
"border-radius": "base",
|
|
207
|
+
height: "400px",
|
|
208
|
+
"margin-bottom": "lg",
|
|
209
|
+
width: "100%",
|
|
210
|
+
"object-fit": "cover",
|
|
211
|
+
display: "block",
|
|
260
212
|
},
|
|
261
|
-
{
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
213
|
+
title: {},
|
|
214
|
+
price: { "margin-top": "4xs" },
|
|
215
|
+
},
|
|
216
|
+
products: [{}, {}, {}, {}],
|
|
217
|
+
},
|
|
218
|
+
content: DEFAULT_CONTENT,
|
|
219
|
+
config: {
|
|
220
|
+
title: { selectedVariants: { Heading_Level: "H2" } },
|
|
221
|
+
buttons: [
|
|
222
|
+
{ button: { selectedVariants: {} } },
|
|
223
|
+
{ button: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
224
|
+
],
|
|
225
|
+
products: Array.from({ length: PRODUCT_COUNT }, () => ({
|
|
226
|
+
title: {
|
|
227
|
+
selectedVariants: { Heading_Level: "H4" },
|
|
228
|
+
heading: { level: "4" },
|
|
272
229
|
},
|
|
273
|
-
{
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
230
|
+
price: { selectedVariants: { Typography_Variants: "Large" } },
|
|
231
|
+
})),
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
key: "three-col-grid",
|
|
236
|
+
title: "3 Column Grid",
|
|
237
|
+
styles: {
|
|
238
|
+
container: {},
|
|
239
|
+
buttons: [{}, {}],
|
|
240
|
+
header_box: {
|
|
241
|
+
display: "flex",
|
|
242
|
+
"flex-direction": "column",
|
|
243
|
+
"align-items": "center",
|
|
244
|
+
"row-gap": "md",
|
|
245
|
+
"margin-bottom": "5xl",
|
|
246
|
+
mobile: { "margin-bottom": "2xl" },
|
|
247
|
+
},
|
|
248
|
+
cta_box: {
|
|
249
|
+
display: "flex",
|
|
250
|
+
"flex-direction": "column",
|
|
251
|
+
"row-gap": "lg",
|
|
252
|
+
"align-items": "center",
|
|
253
|
+
},
|
|
254
|
+
title: { "text-align": "center" },
|
|
255
|
+
description: { "text-align": "center", "max-width": "640px" },
|
|
256
|
+
buttons_levoGroup: {
|
|
257
|
+
display: "flex",
|
|
258
|
+
"flex-direction": "row",
|
|
259
|
+
"align-items": "center",
|
|
260
|
+
gap: "sm",
|
|
261
|
+
},
|
|
262
|
+
products_levoGroup: {
|
|
263
|
+
display: "grid",
|
|
264
|
+
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
265
|
+
"row-gap": "2xl",
|
|
266
|
+
"column-gap": "2xl",
|
|
267
|
+
tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
|
|
268
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
|
|
269
|
+
},
|
|
270
|
+
products_levoGroupItem: {
|
|
271
|
+
card: {
|
|
272
|
+
display: "flex",
|
|
273
|
+
"flex-direction": "column",
|
|
274
|
+
height: "100%",
|
|
284
275
|
},
|
|
285
|
-
|
|
276
|
+
image: {
|
|
277
|
+
"border-radius": "base",
|
|
278
|
+
height: "320px",
|
|
279
|
+
"margin-bottom": "md",
|
|
280
|
+
width: "100%",
|
|
281
|
+
"object-fit": "cover",
|
|
282
|
+
},
|
|
283
|
+
title: {},
|
|
284
|
+
price: { "margin-top": "4xs" },
|
|
285
|
+
},
|
|
286
|
+
products: [{}, {}, {}],
|
|
286
287
|
},
|
|
287
|
-
content:
|
|
288
|
+
content: THREE_COL_CONTENT,
|
|
288
289
|
config: {
|
|
289
|
-
title: {
|
|
290
|
-
|
|
291
|
-
|
|
290
|
+
title: { selectedVariants: { Heading_Level: "H2" } },
|
|
291
|
+
buttons: [
|
|
292
|
+
{ button: { selectedVariants: {} } },
|
|
293
|
+
{ button: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
294
|
+
],
|
|
295
|
+
products: Array.from({ length: 3 }, () => ({
|
|
296
|
+
title: {
|
|
297
|
+
selectedVariants: { Heading_Level: "H4" },
|
|
298
|
+
heading: { level: "4" },
|
|
292
299
|
},
|
|
300
|
+
price: { selectedVariants: { Typography_Variants: "Large" } },
|
|
301
|
+
})),
|
|
302
|
+
},
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
key: "bordered-cards",
|
|
306
|
+
title: "Bordered Cards",
|
|
307
|
+
styles: {
|
|
308
|
+
container: {},
|
|
309
|
+
header_box: {
|
|
310
|
+
display: "flex",
|
|
311
|
+
"flex-direction": "column",
|
|
312
|
+
"align-items": "flex-start",
|
|
313
|
+
"row-gap": "md",
|
|
314
|
+
"margin-bottom": "4xl",
|
|
293
315
|
},
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
316
|
+
cta_box: {
|
|
317
|
+
display: "flex",
|
|
318
|
+
"flex-direction": "column",
|
|
319
|
+
"row-gap": "lg",
|
|
320
|
+
"align-items": "flex-start",
|
|
321
|
+
},
|
|
322
|
+
title: {},
|
|
323
|
+
description: { "max-width": "640px" },
|
|
324
|
+
buttons_levoGroup: {
|
|
325
|
+
display: "flex",
|
|
326
|
+
"flex-direction": "row",
|
|
327
|
+
"align-items": "center",
|
|
328
|
+
gap: "sm",
|
|
329
|
+
},
|
|
330
|
+
products_levoGroup: {
|
|
331
|
+
display: "grid",
|
|
332
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
333
|
+
"row-gap": "xl",
|
|
334
|
+
"column-gap": "xl",
|
|
335
|
+
tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
|
|
336
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
|
|
337
|
+
},
|
|
338
|
+
products_levoGroupItem: {
|
|
339
|
+
card: {
|
|
340
|
+
display: "flex",
|
|
341
|
+
"flex-direction": "column",
|
|
342
|
+
"border-width": "1px",
|
|
343
|
+
"border-style": "solid",
|
|
344
|
+
"border-color": "border",
|
|
345
|
+
"border-radius": "xl",
|
|
346
|
+
overflow: "hidden",
|
|
347
|
+
"padding-bottom": "lg",
|
|
348
|
+
height: "100%",
|
|
309
349
|
},
|
|
310
|
-
{
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
},
|
|
316
|
-
price: {
|
|
317
|
-
selectedVariants: {
|
|
318
|
-
Typography_Variants: "Large",
|
|
319
|
-
},
|
|
320
|
-
},
|
|
350
|
+
image: {
|
|
351
|
+
height: "260px",
|
|
352
|
+
width: "100%",
|
|
353
|
+
"object-fit": "cover",
|
|
354
|
+
"margin-bottom": "lg",
|
|
321
355
|
},
|
|
322
|
-
{
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
},
|
|
328
|
-
price: {
|
|
329
|
-
selectedVariants: {
|
|
330
|
-
Typography_Variants: "Large",
|
|
331
|
-
},
|
|
332
|
-
},
|
|
356
|
+
title: { "padding-left": "lg", "padding-right": "lg" },
|
|
357
|
+
price: {
|
|
358
|
+
"padding-left": "lg",
|
|
359
|
+
"padding-right": "lg",
|
|
360
|
+
"margin-top": "4xs",
|
|
333
361
|
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
362
|
+
},
|
|
363
|
+
products: Array.from({ length: PRODUCT_COUNT }, () => ({})),
|
|
364
|
+
},
|
|
365
|
+
content: DEFAULT_CONTENT,
|
|
366
|
+
config: {
|
|
367
|
+
title: { selectedVariants: { Heading_Level: "H2" } },
|
|
368
|
+
buttons: [
|
|
369
|
+
{ button: { selectedVariants: {} } },
|
|
370
|
+
{ button: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
371
|
+
],
|
|
372
|
+
products: Array.from({ length: PRODUCT_COUNT }, () => ({
|
|
373
|
+
title: {
|
|
374
|
+
selectedVariants: { Heading_Level: "H4" },
|
|
375
|
+
heading: { level: "4" },
|
|
376
|
+
},
|
|
377
|
+
price: { selectedVariants: { Typography_Variants: "Large" } },
|
|
378
|
+
})),
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
key: "list-view",
|
|
383
|
+
title: "List View",
|
|
384
|
+
styles: {
|
|
385
|
+
container: {},
|
|
386
|
+
header_box: {
|
|
387
|
+
display: "flex",
|
|
388
|
+
"flex-direction": "row",
|
|
389
|
+
"justify-content": "space-between",
|
|
390
|
+
"align-items": "center",
|
|
391
|
+
"column-gap": "xl",
|
|
392
|
+
"margin-bottom": "3xl",
|
|
393
|
+
mobile: {
|
|
394
|
+
"flex-direction": "column",
|
|
395
|
+
"align-items": "flex-start",
|
|
396
|
+
"row-gap": "md",
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
cta_box: {
|
|
400
|
+
display: "flex",
|
|
401
|
+
"flex-direction": "column",
|
|
402
|
+
"row-gap": "md",
|
|
403
|
+
"align-items": "flex-start",
|
|
404
|
+
},
|
|
405
|
+
title: {},
|
|
406
|
+
description: { "max-width": "540px" },
|
|
407
|
+
buttons_levoGroup: {
|
|
408
|
+
display: "flex",
|
|
409
|
+
"flex-direction": "row",
|
|
410
|
+
"align-items": "center",
|
|
411
|
+
gap: "sm",
|
|
412
|
+
},
|
|
413
|
+
products_levoGroup: {
|
|
414
|
+
display: "flex",
|
|
415
|
+
"flex-direction": "column",
|
|
416
|
+
"row-gap": "lg",
|
|
417
|
+
},
|
|
418
|
+
products_levoGroupItem: {
|
|
419
|
+
card: {
|
|
420
|
+
display: "flex",
|
|
421
|
+
"flex-direction": "row",
|
|
422
|
+
"align-items": "center",
|
|
423
|
+
"column-gap": "xl",
|
|
424
|
+
"padding-top": "lg",
|
|
425
|
+
"padding-bottom": "lg",
|
|
426
|
+
"border-bottom-width": "1px",
|
|
427
|
+
"border-style": "solid",
|
|
428
|
+
"border-color": "border",
|
|
429
|
+
mobile: {
|
|
430
|
+
"flex-direction": "column",
|
|
431
|
+
"align-items": "flex-start",
|
|
432
|
+
"row-gap": "md",
|
|
344
433
|
},
|
|
345
434
|
},
|
|
435
|
+
image: {
|
|
436
|
+
"border-radius": "base",
|
|
437
|
+
width: "240px",
|
|
438
|
+
height: "160px",
|
|
439
|
+
"object-fit": "cover",
|
|
440
|
+
mobile: { width: "100%", height: "240px" },
|
|
441
|
+
},
|
|
442
|
+
title: {},
|
|
443
|
+
price: { "margin-top": "4xs" },
|
|
444
|
+
},
|
|
445
|
+
products: Array.from({ length: PRODUCT_COUNT }, () => ({})),
|
|
446
|
+
},
|
|
447
|
+
content: DEFAULT_CONTENT,
|
|
448
|
+
config: {
|
|
449
|
+
title: { selectedVariants: { Heading_Level: "H2" } },
|
|
450
|
+
buttons: [
|
|
451
|
+
{ button: { selectedVariants: {} } },
|
|
452
|
+
{ button: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
346
453
|
],
|
|
454
|
+
products: Array.from({ length: PRODUCT_COUNT }, () => ({
|
|
455
|
+
title: {
|
|
456
|
+
selectedVariants: { Heading_Level: "H4" },
|
|
457
|
+
heading: { level: "4" },
|
|
458
|
+
},
|
|
459
|
+
price: { selectedVariants: { Typography_Variants: "Large" } },
|
|
460
|
+
})),
|
|
347
461
|
},
|
|
348
462
|
},
|
|
349
463
|
],
|