@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,21 +1,27 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
3
|
const IMG = {
|
|
4
|
-
id: "
|
|
5
|
-
filename: "cards-3-1.png",
|
|
4
|
+
id: "7452991585623566044",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.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/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.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 DEFAULT_CONTENT = {
|
|
@@ -23,28 +29,58 @@ const DEFAULT_CONTENT = {
|
|
|
23
29
|
container: null,
|
|
24
30
|
hero_section: null,
|
|
25
31
|
text_content: null,
|
|
26
|
-
main_title: "
|
|
32
|
+
main_title: "Trusted by teams shipping every day",
|
|
27
33
|
description:
|
|
28
|
-
"
|
|
34
|
+
"Real-time workspaces, automations that actually fire, and integrations across 300+ tools. Built for the way modern product teams ship.",
|
|
29
35
|
hero_image: IMG,
|
|
30
36
|
stats_section: null,
|
|
31
37
|
stats_cards: [
|
|
32
38
|
{
|
|
33
39
|
card: null,
|
|
34
|
-
number: "
|
|
35
|
-
label: "
|
|
40
|
+
number: "12,000+",
|
|
41
|
+
label: "Teams onboarded",
|
|
36
42
|
separator: null,
|
|
37
43
|
},
|
|
38
44
|
{
|
|
39
45
|
card: null,
|
|
40
|
-
number: "
|
|
41
|
-
label: "
|
|
46
|
+
number: "99.99%",
|
|
47
|
+
label: "Uptime SLA, last 12 months",
|
|
42
48
|
separator: null,
|
|
43
49
|
},
|
|
44
50
|
{
|
|
45
51
|
card: null,
|
|
46
|
-
number: "
|
|
47
|
-
label: "
|
|
52
|
+
number: "4.9 / 5",
|
|
53
|
+
label: "G2 score across 1,800 reviews",
|
|
54
|
+
separator: null,
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
const FOUR_STATS_CONTENT = {
|
|
60
|
+
...DEFAULT_CONTENT,
|
|
61
|
+
stats_cards: [
|
|
62
|
+
{
|
|
63
|
+
card: null,
|
|
64
|
+
number: "12,000+",
|
|
65
|
+
label: "Teams onboarded",
|
|
66
|
+
separator: null,
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
card: null,
|
|
70
|
+
number: "99.99%",
|
|
71
|
+
label: "Uptime SLA, last 12 months",
|
|
72
|
+
separator: null,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
card: null,
|
|
76
|
+
number: "300+",
|
|
77
|
+
label: "Native integrations",
|
|
78
|
+
separator: null,
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
card: null,
|
|
82
|
+
number: "4.9 / 5",
|
|
83
|
+
label: "G2 score, 1,800 reviews",
|
|
48
84
|
separator: null,
|
|
49
85
|
},
|
|
50
86
|
],
|
|
@@ -58,7 +94,7 @@ export const Cards3: IBlock = {
|
|
|
58
94
|
key: "cards-3",
|
|
59
95
|
version: "v1",
|
|
60
96
|
prompt_description:
|
|
61
|
-
"
|
|
97
|
+
"Hero with headline, supporting copy, photography, and a row of company-trust statistics with vertical separators between each metric.",
|
|
62
98
|
content_schema: [
|
|
63
99
|
{
|
|
64
100
|
key: "layout",
|
|
@@ -134,68 +170,59 @@ export const Cards3: IBlock = {
|
|
|
134
170
|
title: "Default",
|
|
135
171
|
key: "default",
|
|
136
172
|
styles: {
|
|
137
|
-
layout: {
|
|
173
|
+
layout: {
|
|
174
|
+
"padding-top": "3xl",
|
|
175
|
+
"padding-bottom": "3xl",
|
|
176
|
+
},
|
|
138
177
|
container: {},
|
|
139
178
|
hero_section: {
|
|
140
179
|
display: "flex",
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"margin-bottom": "4xl",
|
|
145
|
-
tablet: {
|
|
146
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
147
|
-
"row-gap": "2xl",
|
|
148
|
-
},
|
|
180
|
+
"flex-direction": "column",
|
|
181
|
+
"row-gap": "3xl",
|
|
182
|
+
"margin-bottom": "3xl",
|
|
149
183
|
mobile: {
|
|
150
|
-
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
151
184
|
"row-gap": "xl",
|
|
185
|
+
"margin-bottom": "2xl",
|
|
152
186
|
},
|
|
153
|
-
|
|
154
|
-
"flex-direction": "column",
|
|
155
187
|
},
|
|
156
188
|
text_content: {
|
|
157
189
|
display: "flex",
|
|
158
190
|
"flex-direction": "row",
|
|
159
|
-
"
|
|
160
|
-
|
|
191
|
+
"column-gap": "3xl",
|
|
192
|
+
"row-gap": "lg",
|
|
161
193
|
width: "100%",
|
|
162
194
|
"justify-content": "space-between",
|
|
163
|
-
"align-items": "
|
|
195
|
+
"align-items": "end",
|
|
164
196
|
mobile: {
|
|
165
197
|
"flex-direction": "column",
|
|
198
|
+
"align-items": "start",
|
|
166
199
|
},
|
|
167
200
|
tablet: {
|
|
168
|
-
"flex-direction": "
|
|
169
|
-
"justify-content": "start",
|
|
201
|
+
"flex-direction": "column",
|
|
170
202
|
"align-items": "start",
|
|
171
203
|
},
|
|
172
204
|
},
|
|
173
205
|
main_title: {
|
|
174
|
-
width: "
|
|
206
|
+
"max-width": "560px",
|
|
175
207
|
mobile: {
|
|
176
208
|
width: "100%",
|
|
177
|
-
"text-align": "center",
|
|
178
209
|
},
|
|
179
210
|
},
|
|
180
211
|
description: {
|
|
212
|
+
"max-width": "440px",
|
|
213
|
+
color: "muted-foreground",
|
|
181
214
|
mobile: {
|
|
182
215
|
width: "100%",
|
|
183
|
-
"text-align": "center",
|
|
184
216
|
},
|
|
185
|
-
width: "400px",
|
|
186
217
|
},
|
|
187
218
|
hero_image: {
|
|
188
219
|
width: "100%",
|
|
189
|
-
height: "
|
|
220
|
+
height: "440px",
|
|
190
221
|
"border-radius": "base",
|
|
191
|
-
|
|
192
222
|
"object-fit": "cover",
|
|
193
|
-
"
|
|
194
|
-
"margin-bottom": "3xl",
|
|
223
|
+
"aspect-ratio": "16 / 9",
|
|
195
224
|
mobile: {
|
|
196
|
-
height: "
|
|
197
|
-
"margin-top": "xl",
|
|
198
|
-
"margin-bottom": "none",
|
|
225
|
+
height: "240px",
|
|
199
226
|
},
|
|
200
227
|
},
|
|
201
228
|
stats_section: {
|
|
@@ -205,6 +232,7 @@ export const Cards3: IBlock = {
|
|
|
205
232
|
display: "flex",
|
|
206
233
|
"align-items": "center",
|
|
207
234
|
"justify-content": "space-between",
|
|
235
|
+
"column-gap": "2xl",
|
|
208
236
|
width: "100%",
|
|
209
237
|
tablet: {
|
|
210
238
|
"flex-direction": "row",
|
|
@@ -213,83 +241,306 @@ export const Cards3: IBlock = {
|
|
|
213
241
|
mobile: {
|
|
214
242
|
"flex-direction": "column",
|
|
215
243
|
"row-gap": "lg",
|
|
244
|
+
"align-items": "start",
|
|
245
|
+
},
|
|
246
|
+
},
|
|
247
|
+
stats_cards_levoGroupItem: {
|
|
248
|
+
separator: {
|
|
249
|
+
height: "72px",
|
|
250
|
+
width: "1px",
|
|
251
|
+
"background-color": "border",
|
|
252
|
+
mobile: {
|
|
253
|
+
display: "none",
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
number: {
|
|
257
|
+
mobile: {
|
|
258
|
+
"text-align": "left",
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
label: {
|
|
262
|
+
color: "muted-foreground",
|
|
263
|
+
},
|
|
264
|
+
card: {
|
|
265
|
+
display: "flex",
|
|
266
|
+
"flex-direction": "column",
|
|
267
|
+
"row-gap": "xs",
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
stats_cards: [{}, {}, {}],
|
|
271
|
+
},
|
|
272
|
+
content: DEFAULT_CONTENT,
|
|
273
|
+
config: {
|
|
274
|
+
main_title: {
|
|
275
|
+
heading: {
|
|
276
|
+
level: 2,
|
|
277
|
+
},
|
|
278
|
+
selectedVariants: {
|
|
279
|
+
Heading_Level: "H2",
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
description: {
|
|
283
|
+
selectedVariants: {
|
|
284
|
+
Typography_Variants: "Large",
|
|
216
285
|
},
|
|
217
286
|
},
|
|
218
|
-
|
|
287
|
+
stats_cards: [
|
|
288
|
+
{
|
|
289
|
+
label: { selectedVariants: {} },
|
|
290
|
+
card: { selectedVariants: {} },
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
label: { selectedVariants: {} },
|
|
294
|
+
card: { selectedVariants: {} },
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
label: { selectedVariants: {} },
|
|
298
|
+
card: { selectedVariants: {} },
|
|
299
|
+
},
|
|
300
|
+
],
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
title: "Stats Grid",
|
|
305
|
+
key: "stats_grid",
|
|
306
|
+
styles: {
|
|
307
|
+
layout: {
|
|
308
|
+
"padding-top": "3xl",
|
|
309
|
+
"padding-bottom": "3xl",
|
|
310
|
+
},
|
|
311
|
+
container: {},
|
|
312
|
+
hero_section: {
|
|
219
313
|
display: "flex",
|
|
220
314
|
"flex-direction": "column",
|
|
315
|
+
"row-gap": "2xl",
|
|
221
316
|
"align-items": "center",
|
|
317
|
+
"margin-bottom": "3xl",
|
|
318
|
+
mobile: {
|
|
319
|
+
"row-gap": "xl",
|
|
320
|
+
"margin-bottom": "2xl",
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
text_content: {
|
|
324
|
+
display: "flex",
|
|
325
|
+
"flex-direction": "column",
|
|
326
|
+
"row-gap": "lg",
|
|
327
|
+
width: "100%",
|
|
328
|
+
"align-items": "center",
|
|
329
|
+
"text-align": "center",
|
|
330
|
+
},
|
|
331
|
+
main_title: {
|
|
332
|
+
"max-width": "640px",
|
|
222
333
|
"text-align": "center",
|
|
223
334
|
},
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
"
|
|
335
|
+
description: {
|
|
336
|
+
"max-width": "560px",
|
|
337
|
+
"text-align": "center",
|
|
338
|
+
color: "muted-foreground",
|
|
227
339
|
},
|
|
228
|
-
|
|
229
|
-
|
|
340
|
+
hero_image: {
|
|
341
|
+
width: "100%",
|
|
342
|
+
height: "320px",
|
|
343
|
+
"border-radius": "base",
|
|
344
|
+
"object-fit": "cover",
|
|
345
|
+
"aspect-ratio": "21 / 9",
|
|
346
|
+
mobile: {
|
|
347
|
+
height: "200px",
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
|
+
stats_section: {
|
|
351
|
+
width: "100%",
|
|
230
352
|
},
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
353
|
+
stats_cards_levoGroup: {
|
|
354
|
+
display: "grid",
|
|
355
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
356
|
+
gap: "xl",
|
|
357
|
+
width: "100%",
|
|
235
358
|
tablet: {
|
|
236
|
-
|
|
359
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
237
360
|
},
|
|
238
361
|
mobile: {
|
|
362
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
363
|
+
gap: "lg",
|
|
364
|
+
},
|
|
365
|
+
},
|
|
366
|
+
stats_cards_levoGroupItem: {
|
|
367
|
+
separator: {
|
|
239
368
|
display: "none",
|
|
240
369
|
},
|
|
370
|
+
number: {
|
|
371
|
+
"text-align": "center",
|
|
372
|
+
},
|
|
373
|
+
label: {
|
|
374
|
+
"text-align": "center",
|
|
375
|
+
color: "muted-foreground",
|
|
376
|
+
},
|
|
377
|
+
card: {
|
|
378
|
+
display: "flex",
|
|
379
|
+
"flex-direction": "column",
|
|
380
|
+
"row-gap": "xs",
|
|
381
|
+
"align-items": "center",
|
|
382
|
+
height: "100%",
|
|
383
|
+
"padding-top": "xl",
|
|
384
|
+
"padding-bottom": "xl",
|
|
385
|
+
"padding-left": "lg",
|
|
386
|
+
"padding-right": "lg",
|
|
387
|
+
"background-color": "background-2",
|
|
388
|
+
"border-radius": "base",
|
|
389
|
+
},
|
|
390
|
+
},
|
|
391
|
+
stats_cards: [{}, {}, {}, {}],
|
|
392
|
+
},
|
|
393
|
+
content: FOUR_STATS_CONTENT,
|
|
394
|
+
config: {
|
|
395
|
+
main_title: {
|
|
396
|
+
heading: {
|
|
397
|
+
level: 2,
|
|
398
|
+
},
|
|
399
|
+
selectedVariants: {
|
|
400
|
+
Heading_Level: "H2",
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
description: {
|
|
404
|
+
selectedVariants: {
|
|
405
|
+
Typography_Variants: "Large",
|
|
406
|
+
},
|
|
241
407
|
},
|
|
242
408
|
stats_cards: [
|
|
243
409
|
{
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
},
|
|
251
|
-
},
|
|
252
|
-
number: {
|
|
253
|
-
mobile: {
|
|
254
|
-
"text-align": "center",
|
|
255
|
-
},
|
|
256
|
-
},
|
|
257
|
-
label: {},
|
|
258
|
-
card: {},
|
|
410
|
+
label: { selectedVariants: {} },
|
|
411
|
+
card: { selectedVariants: {} },
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
label: { selectedVariants: {} },
|
|
415
|
+
card: { selectedVariants: {} },
|
|
259
416
|
},
|
|
260
417
|
{
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
418
|
+
label: { selectedVariants: {} },
|
|
419
|
+
card: { selectedVariants: {} },
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
label: { selectedVariants: {} },
|
|
423
|
+
card: { selectedVariants: {} },
|
|
424
|
+
},
|
|
425
|
+
],
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
title: "Overlay Stats",
|
|
430
|
+
key: "overlay_stats",
|
|
431
|
+
styles: {
|
|
432
|
+
layout: {
|
|
433
|
+
"padding-top": "3xl",
|
|
434
|
+
"padding-bottom": "4xl",
|
|
435
|
+
},
|
|
436
|
+
container: {},
|
|
437
|
+
hero_section: {
|
|
438
|
+
display: "flex",
|
|
439
|
+
"flex-direction": "column",
|
|
440
|
+
"row-gap": "2xl",
|
|
441
|
+
"align-items": "center",
|
|
442
|
+
"margin-bottom": "3xl",
|
|
443
|
+
mobile: {
|
|
444
|
+
"margin-bottom": "2xl",
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
text_content: {
|
|
448
|
+
display: "flex",
|
|
449
|
+
"flex-direction": "column",
|
|
450
|
+
"row-gap": "lg",
|
|
451
|
+
width: "100%",
|
|
452
|
+
"align-items": "center",
|
|
453
|
+
"text-align": "center",
|
|
454
|
+
},
|
|
455
|
+
main_title: {
|
|
456
|
+
"max-width": "640px",
|
|
457
|
+
"text-align": "center",
|
|
458
|
+
},
|
|
459
|
+
description: {
|
|
460
|
+
"max-width": "560px",
|
|
461
|
+
"text-align": "center",
|
|
462
|
+
color: "muted-foreground",
|
|
463
|
+
},
|
|
464
|
+
hero_image: {
|
|
465
|
+
width: "100%",
|
|
466
|
+
height: "440px",
|
|
467
|
+
"border-radius": "base",
|
|
468
|
+
"object-fit": "cover",
|
|
469
|
+
"aspect-ratio": "21 / 9",
|
|
470
|
+
mobile: {
|
|
471
|
+
height: "260px",
|
|
472
|
+
},
|
|
473
|
+
},
|
|
474
|
+
stats_section: {
|
|
475
|
+
width: "100%",
|
|
476
|
+
"margin-top": "-72px",
|
|
477
|
+
"padding-left": "4xl",
|
|
478
|
+
"padding-right": "4xl",
|
|
479
|
+
position: "relative",
|
|
480
|
+
"z-index": "10",
|
|
481
|
+
mobile: {
|
|
482
|
+
"margin-top": "-32px",
|
|
483
|
+
"padding-left": "lg",
|
|
484
|
+
"padding-right": "lg",
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
stats_cards_levoGroup: {
|
|
488
|
+
display: "flex",
|
|
489
|
+
"align-items": "center",
|
|
490
|
+
"justify-content": "space-between",
|
|
491
|
+
"column-gap": "2xl",
|
|
492
|
+
width: "100%",
|
|
493
|
+
"background-color": "background-2",
|
|
494
|
+
"border-radius": "base",
|
|
495
|
+
"box-shadow": "default",
|
|
496
|
+
"padding-top": "2xl",
|
|
497
|
+
"padding-bottom": "2xl",
|
|
498
|
+
"padding-left": "3xl",
|
|
499
|
+
"padding-right": "3xl",
|
|
500
|
+
mobile: {
|
|
501
|
+
"flex-direction": "column",
|
|
502
|
+
"row-gap": "lg",
|
|
503
|
+
"align-items": "start",
|
|
504
|
+
"padding-top": "xl",
|
|
505
|
+
"padding-bottom": "xl",
|
|
506
|
+
"padding-left": "xl",
|
|
507
|
+
"padding-right": "xl",
|
|
508
|
+
},
|
|
509
|
+
},
|
|
510
|
+
stats_cards_levoGroupItem: {
|
|
511
|
+
number: {
|
|
512
|
+
mobile: {
|
|
513
|
+
"text-align": "left",
|
|
265
514
|
},
|
|
515
|
+
},
|
|
516
|
+
label: {
|
|
517
|
+
color: "muted-foreground",
|
|
518
|
+
},
|
|
519
|
+
card: {
|
|
520
|
+
display: "flex",
|
|
521
|
+
"flex-direction": "column",
|
|
522
|
+
"row-gap": "xs",
|
|
523
|
+
},
|
|
524
|
+
},
|
|
525
|
+
stats_cards: [
|
|
526
|
+
{
|
|
266
527
|
separator: {
|
|
267
|
-
height: "
|
|
528
|
+
height: "64px",
|
|
268
529
|
width: "1px",
|
|
269
|
-
"background-color": "
|
|
270
|
-
mobile: {
|
|
271
|
-
display: "none",
|
|
272
|
-
},
|
|
530
|
+
"background-color": "border",
|
|
531
|
+
mobile: { display: "none" },
|
|
273
532
|
},
|
|
274
|
-
label: {},
|
|
275
|
-
card: {},
|
|
276
533
|
},
|
|
277
534
|
{
|
|
278
|
-
number: {
|
|
279
|
-
mobile: {
|
|
280
|
-
"text-align": "center",
|
|
281
|
-
},
|
|
282
|
-
},
|
|
283
|
-
label: {},
|
|
284
535
|
separator: {
|
|
285
|
-
height: "
|
|
536
|
+
height: "64px",
|
|
286
537
|
width: "1px",
|
|
287
|
-
"background-color": "
|
|
288
|
-
mobile: {
|
|
289
|
-
display: "none",
|
|
290
|
-
},
|
|
538
|
+
"background-color": "border",
|
|
539
|
+
mobile: { display: "none" },
|
|
291
540
|
},
|
|
292
|
-
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
separator: { display: "none" },
|
|
293
544
|
},
|
|
294
545
|
],
|
|
295
546
|
},
|
|
@@ -310,28 +561,16 @@ export const Cards3: IBlock = {
|
|
|
310
561
|
},
|
|
311
562
|
stats_cards: [
|
|
312
563
|
{
|
|
313
|
-
label: {
|
|
314
|
-
|
|
315
|
-
},
|
|
316
|
-
card: {
|
|
317
|
-
selectedVariants: {},
|
|
318
|
-
},
|
|
564
|
+
label: { selectedVariants: {} },
|
|
565
|
+
card: { selectedVariants: {} },
|
|
319
566
|
},
|
|
320
567
|
{
|
|
321
|
-
label: {
|
|
322
|
-
|
|
323
|
-
},
|
|
324
|
-
card: {
|
|
325
|
-
selectedVariants: {},
|
|
326
|
-
},
|
|
568
|
+
label: { selectedVariants: {} },
|
|
569
|
+
card: { selectedVariants: {} },
|
|
327
570
|
},
|
|
328
571
|
{
|
|
329
|
-
label: {
|
|
330
|
-
|
|
331
|
-
},
|
|
332
|
-
card: {
|
|
333
|
-
selectedVariants: {},
|
|
334
|
-
},
|
|
572
|
+
label: { selectedVariants: {} },
|
|
573
|
+
card: { selectedVariants: {} },
|
|
335
574
|
},
|
|
336
575
|
],
|
|
337
576
|
},
|