@levo-so/blocks 0.1.54 → 0.1.58
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 +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +14 -0
- package/src/blocks/about-us/about-us-1.tsx +4 -2
- package/src/blocks/about-us/about-us-2.schema.ts +48 -0
- package/src/blocks/about-us/about-us-2.tsx +6 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +10 -0
- package/src/blocks/blogs/blog-listing-2.schema.ts +42 -162
- package/src/blocks/blogs/blog-listing-2.tsx +7 -0
- package/src/blocks/blogs/blog-listing-3.schema.ts +9 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +7 -1
- package/src/blocks/blogs/blog-post-1.tsx +1 -1
- package/src/blocks/blogs/blog-post-2.schema.ts +464 -28
- package/src/blocks/blogs/blog-post-2.tsx +6 -13
- package/src/blocks/blogs/blog-post-3.schema.ts +42 -0
- package/src/blocks/blogs/blog-post-3.tsx +4 -1
- package/src/blocks/calendar/calendar-1.schema.ts +537 -0
- package/src/blocks/calendar/calendar-1.tsx +145 -0
- package/src/blocks/cards/cards-10.schema.ts +52 -4
- package/src/blocks/cards/cards-10.tsx +13 -1
- package/src/blocks/cards/cards-14.schema.ts +532 -0
- package/src/blocks/cards/cards-14.tsx +54 -0
- package/src/blocks/cards/cards-15.schema.ts +277 -0
- package/src/blocks/cards/cards-15.tsx +40 -0
- package/src/blocks/cards/cards-6.schema.ts +46 -0
- package/src/blocks/cards/cards-6.tsx +27 -1
- package/src/blocks/cards/cards-7.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +1128 -0
- package/src/blocks/carousel/carousel-2.tsx +159 -0
- package/src/blocks/content/content-5.schema.ts +112 -6
- package/src/blocks/content/content-5.tsx +19 -3
- package/src/blocks/content/content-6.schema.ts +16 -3
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-8.schema.ts +125 -0
- package/src/blocks/content/content-8.tsx +27 -0
- package/src/blocks/content/content-9.schema.ts +2729 -0
- package/src/blocks/content/content-9.tsx +91 -0
- package/src/blocks/cta/cta-2.schema.ts +46 -4
- package/src/blocks/cta/cta-2.tsx +9 -1
- package/src/blocks/embed/embed-1.schema.ts +100 -0
- package/src/blocks/event/ClientOnly.tsx +27 -0
- package/src/blocks/event/event-details.tsx +10 -3
- package/src/blocks/event/event-listing-3.tsx +9 -2
- package/src/blocks/event/event-listing-4.tsx +11 -2
- package/src/blocks/event/event-listing.tsx +11 -4
- package/src/blocks/faq/faq-1.schema.ts +58 -1
- package/src/blocks/faq/faq-1.tsx +18 -1
- package/src/blocks/faq/faq-2.tsx +2 -1
- package/src/blocks/faq/faq-3.schema.ts +6 -1
- package/src/blocks/faq/faq-3.tsx +1 -0
- package/src/blocks/features/features-1/features-1.schema.ts +2 -0
- package/src/blocks/features/features-1/variants/index.ts +2 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +451 -0
- package/src/blocks/features/features-4.schema.ts +358 -20
- package/src/blocks/features/features-4.tsx +3 -1
- package/src/blocks/features/features-6.tsx +2 -0
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +614 -0
- package/src/blocks/filter-listing/filter-listing-1.tsx +128 -0
- package/src/blocks/footer/footer-6.schema.ts +2 -2
- package/src/blocks/hero/hero-11.schema.ts +849 -0
- package/src/blocks/hero/hero-11.tsx +59 -0
- package/src/blocks/hero/hero-12.schema.ts +712 -0
- package/src/blocks/hero/hero-12.tsx +76 -0
- package/src/blocks/hero/hero-13.schema.ts +238 -0
- package/src/blocks/hero/hero-13.tsx +31 -0
- package/src/blocks/hero/hero-4.tsx +2 -0
- package/src/blocks/hero/hero-5.tsx +2 -0
- package/src/blocks/hero/hero-7.tsx +2 -1
- package/src/blocks/hero/hero-8.tsx +2 -0
- package/src/blocks/hero/hero-9.schema.ts +5 -0
- package/src/blocks/hero/hero-9.tsx +2 -0
- package/src/blocks/index.ts +27 -0
- package/src/blocks/navbar/navbar-1.schema.ts +6 -6
- package/src/blocks/navbar/navbar-1.tsx +6 -7
- package/src/blocks/navbar/navbar-2.schema.ts +9 -9
- package/src/blocks/navbar/navbar-2.tsx +7 -8
- package/src/blocks/navbar/navbar-3.schema.ts +9 -9
- package/src/blocks/navbar/navbar-3.tsx +139 -114
- package/src/blocks/polling/polling-1.schema.ts +134 -0
- package/src/blocks/polling/polling-1.tsx +466 -0
- package/src/blocks/products/products-listing-2.schema.ts +596 -0
- package/src/blocks/products/products-listing-2.tsx +56 -0
- package/src/blocks/products/products-listing-3.schema.ts +818 -0
- package/src/blocks/products/products-listing-3.tsx +125 -0
- package/src/blocks/profile/profile-2.schema.ts +505 -0
- package/src/blocks/profile/profile-2.tsx +64 -0
- package/src/blocks/profile/profile-3.schema.ts +867 -0
- package/src/blocks/profile/profile-3.tsx +98 -0
- package/src/blocks/services/service-1.schema.ts +1743 -0
- package/src/blocks/services/service-1.tsx +139 -0
- package/src/blocks/services/service-2.schema.ts +433 -0
- package/src/blocks/services/service-2.tsx +98 -0
- package/src/blocks/services/service-3.schema.ts +631 -0
- package/src/blocks/services/service-3.tsx +135 -0
- package/src/blocks/tabs/tab-1.schema.ts +831 -0
- package/src/blocks/tabs/tab-1.tsx +126 -0
- package/src/blocks/tabs/tab-2.schema.ts +767 -0
- package/src/blocks/tabs/tab-2.tsx +60 -0
- package/src/blocks/team/team-3.schema.ts +5 -1
- package/src/blocks/team/team-3.tsx +7 -0
- package/src/blocks/team/team-4.schema.ts +17 -13
- package/src/blocks/team/team-4.tsx +4 -1
- package/src/blocks/team/team-5.schema.ts +369 -0
- package/src/blocks/team/team-5.tsx +38 -0
- package/src/blocks/testimonial/testimonial-1.tsx +0 -1
- package/src/blocks/testimonial/testimonial-2.tsx +2 -1
- package/src/blocks/testimonial/testimonial-3.tsx +2 -0
- package/src/blocks/testimonial/testimonial-4.tsx +2 -1
- package/src/blocks/testimonial/testimonial-5.tsx +2 -0
- package/src/blocks/testimonial/testimonial-6.tsx +2 -1
- package/src/blocks/testimonial/testimonial-7.schema.ts +438 -0
- package/src/blocks/testimonial/testimonial-7.tsx +125 -0
- package/src/blocks/timeline/timeline-1.schema.ts +741 -0
- package/src/blocks/timeline/timeline-1.tsx +52 -0
- package/src/blocks/users/edit-profile.schema.ts +294 -0
- package/src/blocks/users/edit-profile.tsx +184 -0
- package/src/schemas/blocks.ts +64 -12
- package/src/schemas/categories.ts +36 -0
|
@@ -0,0 +1,712 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
container: null,
|
|
6
|
+
content_wrapper: null,
|
|
7
|
+
left_section: null,
|
|
8
|
+
label: "About Us",
|
|
9
|
+
title: "25 Years of NetSuite Expertise Across Worldwide",
|
|
10
|
+
description:
|
|
11
|
+
"With offices worldwide, we help you assess, upgrade, or adopt tailored solutions. From discovery to implementation, training, and support—we're with you every step.",
|
|
12
|
+
team_image_wrapper: null,
|
|
13
|
+
images_levoGroup: null,
|
|
14
|
+
images: [
|
|
15
|
+
{
|
|
16
|
+
image_wrapper: null,
|
|
17
|
+
image: {
|
|
18
|
+
id: "2",
|
|
19
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
20
|
+
kind: "image",
|
|
21
|
+
mimetype: "image/png",
|
|
22
|
+
srcset: {
|
|
23
|
+
"320w":
|
|
24
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
25
|
+
"640w":
|
|
26
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
27
|
+
"1080w":
|
|
28
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
29
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w",
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
image_wrapper: null,
|
|
35
|
+
image: {
|
|
36
|
+
id: "2",
|
|
37
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
38
|
+
kind: "image",
|
|
39
|
+
mimetype: "image/png",
|
|
40
|
+
srcset: {
|
|
41
|
+
"320w":
|
|
42
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
43
|
+
"640w":
|
|
44
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
45
|
+
"1080w":
|
|
46
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
47
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w",
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
stats_levoGroup: null,
|
|
53
|
+
stats: [
|
|
54
|
+
{
|
|
55
|
+
stat_box: null,
|
|
56
|
+
number: "25+",
|
|
57
|
+
label: "Years of Experience",
|
|
58
|
+
icon: {
|
|
59
|
+
kind: "icon",
|
|
60
|
+
data: {
|
|
61
|
+
id: "arrow-circle-up",
|
|
62
|
+
label: "Arrow Circle Up",
|
|
63
|
+
tags: ["arrow", "circle", "custom", "directional", "up"],
|
|
64
|
+
svgCode:
|
|
65
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
stat_box: null,
|
|
71
|
+
number: "25+",
|
|
72
|
+
label: "Years of Experience",
|
|
73
|
+
icon: {
|
|
74
|
+
kind: "icon",
|
|
75
|
+
data: {
|
|
76
|
+
id: "arrow-circle-up",
|
|
77
|
+
label: "Arrow Circle Up",
|
|
78
|
+
tags: ["arrow", "circle", "custom", "directional", "up"],
|
|
79
|
+
svgCode:
|
|
80
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
stat_box: null,
|
|
86
|
+
number: "25+",
|
|
87
|
+
label: "Years of Experience",
|
|
88
|
+
icon: {
|
|
89
|
+
kind: "icon",
|
|
90
|
+
data: {
|
|
91
|
+
id: "arrow-circle-up",
|
|
92
|
+
label: "Arrow Circle Up",
|
|
93
|
+
tags: ["arrow", "circle", "custom", "directional", "up"],
|
|
94
|
+
svgCode:
|
|
95
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
stat_box: null,
|
|
101
|
+
number: "25+",
|
|
102
|
+
label: "Years of Experience",
|
|
103
|
+
icon: {
|
|
104
|
+
kind: "icon",
|
|
105
|
+
data: {
|
|
106
|
+
id: "arrow-circle-up",
|
|
107
|
+
label: "Arrow Circle Up",
|
|
108
|
+
tags: ["arrow", "circle", "custom", "directional", "up"],
|
|
109
|
+
svgCode:
|
|
110
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5302 14.01C15.3402 14.01 15.1502 13.94 15.0002 13.79L12.0002 10.79L9.00016 13.79C8.71016 14.08 8.23016 14.08 7.94016 13.79C7.65016 13.5 7.65016 13.02 7.94016 12.73L11.4702 9.19998C11.7602 8.90998 12.2402 8.90998 12.5302 9.19998L16.0602 12.73C16.3502 13.02 16.3502 13.5 16.0602 13.79C15.9102 13.94 15.7202 14.01 15.5302 14.01Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
export type IHero12Content = typeof DEFAULT_CONTENT;
|
|
118
|
+
|
|
119
|
+
export const Hero12: IBlock = {
|
|
120
|
+
category_id: "hero",
|
|
121
|
+
title: "Hero 12",
|
|
122
|
+
key: "hero-12",
|
|
123
|
+
version: "v1",
|
|
124
|
+
prompt_description:
|
|
125
|
+
"Two-column hero section with left content including label, title, description and team image, and right stats grid with 4 numbered statistics.",
|
|
126
|
+
content_schema: [
|
|
127
|
+
{
|
|
128
|
+
key: "layout",
|
|
129
|
+
label: "Layout",
|
|
130
|
+
field_interface: "LayoutWidget",
|
|
131
|
+
hint: {
|
|
132
|
+
prompt_description:
|
|
133
|
+
"Main layout container for the hero section with proper spacing and background.",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
key: "container",
|
|
138
|
+
label: "Container",
|
|
139
|
+
field_interface: "ContainerWidget",
|
|
140
|
+
hint: {
|
|
141
|
+
prompt_description:
|
|
142
|
+
"Container providing structural alignment and padding for the hero section.",
|
|
143
|
+
},
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
key: "content_wrapper",
|
|
147
|
+
label: "Content Wrapper",
|
|
148
|
+
field_interface: "BoxWidget",
|
|
149
|
+
hint: {
|
|
150
|
+
prompt_description:
|
|
151
|
+
"Wrapper that contains all hero content with proper spacing.",
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
key: "header_container",
|
|
156
|
+
label: "Header Container",
|
|
157
|
+
field_interface: "BoxWidget",
|
|
158
|
+
hint: {
|
|
159
|
+
prompt_description:
|
|
160
|
+
"Container for the header section with title container and description.",
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
key: "title_container",
|
|
165
|
+
label: "Title Container",
|
|
166
|
+
field_interface: "ContainerWidget",
|
|
167
|
+
hint: {
|
|
168
|
+
prompt_description:
|
|
169
|
+
"Container specifically for the label and title elements.",
|
|
170
|
+
},
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
key: "label_container",
|
|
174
|
+
label: "Label Container",
|
|
175
|
+
field_interface: "BoxWidget",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
key: "label_divider",
|
|
179
|
+
label: "Label Divider",
|
|
180
|
+
field_interface: "BoxWidget",
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
key: "label",
|
|
184
|
+
label: "Label",
|
|
185
|
+
field_interface: "TypographyWidget",
|
|
186
|
+
hint: {
|
|
187
|
+
prompt_description:
|
|
188
|
+
"Small section label shown above the title (e.g., 'About Us')",
|
|
189
|
+
min_characters: 3,
|
|
190
|
+
max_characters: 20,
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
key: "title",
|
|
195
|
+
label: "Title",
|
|
196
|
+
field_interface: "HeadingWidget",
|
|
197
|
+
hint: {
|
|
198
|
+
prompt_description: "Main heading for the hero section",
|
|
199
|
+
min_characters: 24,
|
|
200
|
+
max_characters: 60,
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
key: "description",
|
|
205
|
+
label: "Description",
|
|
206
|
+
field_interface: "TypographyWidget",
|
|
207
|
+
hint: {
|
|
208
|
+
prompt_description:
|
|
209
|
+
"Supporting description text explaining the company or service",
|
|
210
|
+
min_characters: 80,
|
|
211
|
+
max_characters: 200,
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
key: "bottom_container",
|
|
216
|
+
label: "Bottom Container",
|
|
217
|
+
field_interface: "BoxWidget",
|
|
218
|
+
hint: {
|
|
219
|
+
prompt_description:
|
|
220
|
+
"Container for the bottom section with image and stats grid.",
|
|
221
|
+
},
|
|
222
|
+
},
|
|
223
|
+
|
|
224
|
+
{
|
|
225
|
+
key: "images",
|
|
226
|
+
label: "Images",
|
|
227
|
+
kind: "group",
|
|
228
|
+
field_interface: "CarouselWidget",
|
|
229
|
+
fields: [
|
|
230
|
+
{
|
|
231
|
+
key: "image",
|
|
232
|
+
label: "Image",
|
|
233
|
+
field_interface: "ImageWidget",
|
|
234
|
+
hint: {
|
|
235
|
+
prompt_description: "Team photo displayed in the carousel",
|
|
236
|
+
orientation: "landscape",
|
|
237
|
+
size: "large",
|
|
238
|
+
usecase: "hero",
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
],
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
key: "stats",
|
|
245
|
+
label: "Stats",
|
|
246
|
+
field_interface: "BoxWidget",
|
|
247
|
+
kind: "group",
|
|
248
|
+
fields: [
|
|
249
|
+
{
|
|
250
|
+
key: "stat_box",
|
|
251
|
+
label: "Stat Box",
|
|
252
|
+
field_interface: "BoxWidget",
|
|
253
|
+
hint: {
|
|
254
|
+
prompt_description:
|
|
255
|
+
"Container for individual statistic with proper spacing and alignment.",
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
key: "number_container",
|
|
260
|
+
label: "Number Container",
|
|
261
|
+
field_interface: "BoxWidget",
|
|
262
|
+
hint: {
|
|
263
|
+
prompt_description:
|
|
264
|
+
"Container that holds the icon and number together.",
|
|
265
|
+
},
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
key: "icon",
|
|
269
|
+
label: "Icon",
|
|
270
|
+
field_interface: "IconWidget",
|
|
271
|
+
hint: {
|
|
272
|
+
prompt_description:
|
|
273
|
+
"Small icon displayed alongside the statistic number.",
|
|
274
|
+
size: "icon",
|
|
275
|
+
orientation: "square",
|
|
276
|
+
usecase: "icon",
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
key: "number",
|
|
281
|
+
label: "Number",
|
|
282
|
+
field_interface: "TypographyWidget",
|
|
283
|
+
hint: {
|
|
284
|
+
prompt_description:
|
|
285
|
+
"Large statistic number with plus sign (e.g., '25+', '600+')",
|
|
286
|
+
min_characters: 2,
|
|
287
|
+
max_characters: 10,
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
key: "label",
|
|
292
|
+
label: "Label",
|
|
293
|
+
field_interface: "TypographyWidget",
|
|
294
|
+
hint: {
|
|
295
|
+
prompt_description:
|
|
296
|
+
"Small uppercase label describing the statistic (e.g., 'Years of Experience')",
|
|
297
|
+
min_characters: 10,
|
|
298
|
+
max_characters: 30,
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
],
|
|
302
|
+
hint: {
|
|
303
|
+
prompt_description:
|
|
304
|
+
"Collection of 4 statistics displayed in a 2x2 grid with icons, numbers and descriptive labels.",
|
|
305
|
+
min_items: 4,
|
|
306
|
+
max_items: 4,
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
],
|
|
310
|
+
|
|
311
|
+
layouts: [
|
|
312
|
+
{
|
|
313
|
+
key: "default",
|
|
314
|
+
title: "Default",
|
|
315
|
+
styles: {
|
|
316
|
+
layout: {
|
|
317
|
+
"background-color": "background-3",
|
|
318
|
+
},
|
|
319
|
+
container: {
|
|
320
|
+
"padding-top": "10xl",
|
|
321
|
+
"padding-bottom": "10xl",
|
|
322
|
+
},
|
|
323
|
+
content_wrapper: {
|
|
324
|
+
display: "block",
|
|
325
|
+
"flex-direction": "row",
|
|
326
|
+
"column-gap": "3rem",
|
|
327
|
+
"align-items": "flex-start",
|
|
328
|
+
tablet: {
|
|
329
|
+
"flex-direction": "column",
|
|
330
|
+
"row-gap": "3rem",
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
left_section: {
|
|
334
|
+
"flex-grow": "1",
|
|
335
|
+
display: "flex",
|
|
336
|
+
"flex-direction": "column",
|
|
337
|
+
},
|
|
338
|
+
label: {
|
|
339
|
+
"margin-bottom": "none",
|
|
340
|
+
},
|
|
341
|
+
title: {
|
|
342
|
+
"margin-bottom": "1rem",
|
|
343
|
+
mobile: {
|
|
344
|
+
"font-size": "2xl",
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
description: {
|
|
348
|
+
"margin-bottom": "2.5rem",
|
|
349
|
+
},
|
|
350
|
+
team_image_wrapper: {
|
|
351
|
+
"border-radius": "1rem",
|
|
352
|
+
overflow: "hidden",
|
|
353
|
+
"box-shadow":
|
|
354
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
355
|
+
"border-width": "1px",
|
|
356
|
+
"border-color": "#e5e7eb",
|
|
357
|
+
},
|
|
358
|
+
images_levoGroup: {
|
|
359
|
+
width: "50%",
|
|
360
|
+
tablet: {
|
|
361
|
+
width: "100%",
|
|
362
|
+
},
|
|
363
|
+
},
|
|
364
|
+
images: [
|
|
365
|
+
{
|
|
366
|
+
image_wrapper: {
|
|
367
|
+
"border-radius": "1rem",
|
|
368
|
+
overflow: "hidden",
|
|
369
|
+
"box-shadow":
|
|
370
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
371
|
+
"border-width": "1px",
|
|
372
|
+
"border-color": "#e5e7eb",
|
|
373
|
+
width: "100%",
|
|
374
|
+
height: "100%",
|
|
375
|
+
},
|
|
376
|
+
image: {
|
|
377
|
+
"object-fit": "cover",
|
|
378
|
+
width: "100%",
|
|
379
|
+
height: "100%",
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
],
|
|
383
|
+
stats_levoGroup: {
|
|
384
|
+
display: "grid",
|
|
385
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
386
|
+
"grid-template-rows": "repeat(2, minmax(0, 1fr))",
|
|
387
|
+
"flex-grow": "1",
|
|
388
|
+
"background-color": "white",
|
|
389
|
+
"box-shadow":
|
|
390
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
391
|
+
overflow: "hidden",
|
|
392
|
+
tablet: {
|
|
393
|
+
"max-width": "100%",
|
|
394
|
+
},
|
|
395
|
+
"border-radius": "base",
|
|
396
|
+
},
|
|
397
|
+
stats: [
|
|
398
|
+
{
|
|
399
|
+
stat_box: {
|
|
400
|
+
display: "flex",
|
|
401
|
+
"flex-direction": "column",
|
|
402
|
+
"align-items": "center",
|
|
403
|
+
"justify-content": "center",
|
|
404
|
+
"padding-top": "2rem",
|
|
405
|
+
"padding-bottom": "2rem",
|
|
406
|
+
"padding-left": "2rem",
|
|
407
|
+
"padding-right": "2rem",
|
|
408
|
+
"border-right-width": "1px",
|
|
409
|
+
"border-bottom-width": "1px",
|
|
410
|
+
"border-color": "#e5e7eb",
|
|
411
|
+
},
|
|
412
|
+
number: {
|
|
413
|
+
color: "#D47330",
|
|
414
|
+
"font-size": "4xl",
|
|
415
|
+
"font-weight": "600",
|
|
416
|
+
"margin-bottom": "0.5rem",
|
|
417
|
+
},
|
|
418
|
+
label: {
|
|
419
|
+
color: "#6b7280",
|
|
420
|
+
"font-size": "sm",
|
|
421
|
+
"text-transform": "uppercase",
|
|
422
|
+
"letter-spacing": "0.05em",
|
|
423
|
+
},
|
|
424
|
+
number_container: {
|
|
425
|
+
display: "flex",
|
|
426
|
+
"justify-content": "center",
|
|
427
|
+
"align-items": "center",
|
|
428
|
+
"column-gap": "2xs",
|
|
429
|
+
},
|
|
430
|
+
icon: {
|
|
431
|
+
height: "32px",
|
|
432
|
+
width: "32px",
|
|
433
|
+
"font-size": "32px",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
stat_box: {
|
|
438
|
+
display: "flex",
|
|
439
|
+
"flex-direction": "column",
|
|
440
|
+
"align-items": "center",
|
|
441
|
+
"justify-content": "center",
|
|
442
|
+
"padding-top": "2rem",
|
|
443
|
+
"padding-bottom": "2rem",
|
|
444
|
+
"padding-left": "2rem",
|
|
445
|
+
"padding-right": "2rem",
|
|
446
|
+
"border-right-width": "1px",
|
|
447
|
+
"border-bottom-width": "1px",
|
|
448
|
+
"border-color": "#e5e7eb",
|
|
449
|
+
},
|
|
450
|
+
number: {
|
|
451
|
+
color: "#D47330",
|
|
452
|
+
"font-size": "4xl",
|
|
453
|
+
"font-weight": "600",
|
|
454
|
+
"margin-bottom": "0.5rem",
|
|
455
|
+
},
|
|
456
|
+
label: {
|
|
457
|
+
color: "#6b7280",
|
|
458
|
+
"font-size": "sm",
|
|
459
|
+
"text-transform": "uppercase",
|
|
460
|
+
"letter-spacing": "0.05em",
|
|
461
|
+
},
|
|
462
|
+
number_container: {
|
|
463
|
+
display: "flex",
|
|
464
|
+
"justify-content": "center",
|
|
465
|
+
"align-items": "center",
|
|
466
|
+
"column-gap": "2xs",
|
|
467
|
+
},
|
|
468
|
+
icon: {
|
|
469
|
+
height: "32px",
|
|
470
|
+
width: "32px",
|
|
471
|
+
"font-size": "32px",
|
|
472
|
+
},
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
stat_box: {
|
|
476
|
+
display: "flex",
|
|
477
|
+
"flex-direction": "column",
|
|
478
|
+
"align-items": "center",
|
|
479
|
+
"justify-content": "center",
|
|
480
|
+
"padding-top": "2rem",
|
|
481
|
+
"padding-bottom": "2rem",
|
|
482
|
+
"padding-left": "2rem",
|
|
483
|
+
"padding-right": "2rem",
|
|
484
|
+
"border-right-width": "1px",
|
|
485
|
+
"border-bottom-width": "1px",
|
|
486
|
+
"border-color": "#e5e7eb",
|
|
487
|
+
},
|
|
488
|
+
number: {
|
|
489
|
+
color: "#D47330",
|
|
490
|
+
"font-size": "4xl",
|
|
491
|
+
"font-weight": "600",
|
|
492
|
+
"margin-bottom": "0.5rem",
|
|
493
|
+
},
|
|
494
|
+
label: {
|
|
495
|
+
color: "#6b7280",
|
|
496
|
+
"font-size": "sm",
|
|
497
|
+
"text-transform": "uppercase",
|
|
498
|
+
"letter-spacing": "0.05em",
|
|
499
|
+
},
|
|
500
|
+
number_container: {
|
|
501
|
+
display: "flex",
|
|
502
|
+
"justify-content": "center",
|
|
503
|
+
"align-items": "center",
|
|
504
|
+
"column-gap": "2xs",
|
|
505
|
+
},
|
|
506
|
+
icon: {
|
|
507
|
+
height: "32px",
|
|
508
|
+
width: "32px",
|
|
509
|
+
"font-size": "32px",
|
|
510
|
+
},
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
stat_box: {
|
|
514
|
+
display: "flex",
|
|
515
|
+
"flex-direction": "column",
|
|
516
|
+
"align-items": "center",
|
|
517
|
+
"justify-content": "center",
|
|
518
|
+
"padding-top": "2rem",
|
|
519
|
+
"padding-bottom": "2rem",
|
|
520
|
+
"padding-left": "2rem",
|
|
521
|
+
"padding-right": "2rem",
|
|
522
|
+
"border-right-width": "1px",
|
|
523
|
+
"border-bottom-width": "1px",
|
|
524
|
+
"border-color": "#e5e7eb",
|
|
525
|
+
},
|
|
526
|
+
number: {
|
|
527
|
+
color: "#D47330",
|
|
528
|
+
"font-size": "4xl",
|
|
529
|
+
"font-weight": "600",
|
|
530
|
+
"margin-bottom": "0.5rem",
|
|
531
|
+
},
|
|
532
|
+
label: {
|
|
533
|
+
color: "#6b7280",
|
|
534
|
+
"font-size": "sm",
|
|
535
|
+
"text-transform": "uppercase",
|
|
536
|
+
"letter-spacing": "0.05em",
|
|
537
|
+
},
|
|
538
|
+
number_container: {
|
|
539
|
+
display: "flex",
|
|
540
|
+
"justify-content": "center",
|
|
541
|
+
"align-items": "center",
|
|
542
|
+
"column-gap": "2xs",
|
|
543
|
+
},
|
|
544
|
+
icon: {
|
|
545
|
+
height: "32px",
|
|
546
|
+
width: "32px",
|
|
547
|
+
"font-size": "32px",
|
|
548
|
+
},
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
stat_box: {
|
|
552
|
+
display: "flex",
|
|
553
|
+
"flex-direction": "column",
|
|
554
|
+
"align-items": "center",
|
|
555
|
+
"justify-content": "center",
|
|
556
|
+
"padding-top": "2rem",
|
|
557
|
+
"padding-bottom": "2rem",
|
|
558
|
+
"padding-left": "2rem",
|
|
559
|
+
"padding-right": "2rem",
|
|
560
|
+
"border-right-width": "1px",
|
|
561
|
+
"border-bottom-width": "1px",
|
|
562
|
+
"border-color": "#e5e7eb",
|
|
563
|
+
},
|
|
564
|
+
number: {
|
|
565
|
+
color: "#D47330",
|
|
566
|
+
"font-size": "4xl",
|
|
567
|
+
"font-weight": "600",
|
|
568
|
+
"margin-bottom": "0.5rem",
|
|
569
|
+
},
|
|
570
|
+
label: {
|
|
571
|
+
color: "#6b7280",
|
|
572
|
+
"font-size": "sm",
|
|
573
|
+
"text-transform": "uppercase",
|
|
574
|
+
"letter-spacing": "0.05em",
|
|
575
|
+
},
|
|
576
|
+
number_container: {
|
|
577
|
+
display: "flex",
|
|
578
|
+
"justify-content": "center",
|
|
579
|
+
"align-items": "center",
|
|
580
|
+
"column-gap": "2xs",
|
|
581
|
+
},
|
|
582
|
+
icon: {
|
|
583
|
+
height: "32px",
|
|
584
|
+
width: "32px",
|
|
585
|
+
"font-size": "32px",
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
stat_box: {
|
|
590
|
+
display: "flex",
|
|
591
|
+
"flex-direction": "column",
|
|
592
|
+
"align-items": "center",
|
|
593
|
+
"justify-content": "center",
|
|
594
|
+
"padding-top": "2rem",
|
|
595
|
+
"padding-bottom": "2rem",
|
|
596
|
+
"padding-left": "2rem",
|
|
597
|
+
"padding-right": "2rem",
|
|
598
|
+
"border-bottom-width": "1px",
|
|
599
|
+
"border-color": "#e5e7eb",
|
|
600
|
+
},
|
|
601
|
+
number: {
|
|
602
|
+
color: "#D47330",
|
|
603
|
+
"font-size": "4xl",
|
|
604
|
+
"font-weight": "600",
|
|
605
|
+
"margin-bottom": "0.5rem",
|
|
606
|
+
},
|
|
607
|
+
label: {
|
|
608
|
+
color: "#6b7280",
|
|
609
|
+
"font-size": "sm",
|
|
610
|
+
"text-transform": "uppercase",
|
|
611
|
+
"letter-spacing": "0.05em",
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
stat_box: {
|
|
616
|
+
display: "flex",
|
|
617
|
+
"flex-direction": "column",
|
|
618
|
+
"align-items": "center",
|
|
619
|
+
"justify-content": "center",
|
|
620
|
+
"padding-top": "2rem",
|
|
621
|
+
"padding-bottom": "2rem",
|
|
622
|
+
"padding-left": "2rem",
|
|
623
|
+
"padding-right": "2rem",
|
|
624
|
+
"border-right-width": "1px",
|
|
625
|
+
"border-color": "#e5e7eb",
|
|
626
|
+
},
|
|
627
|
+
number: {
|
|
628
|
+
color: "#D47330",
|
|
629
|
+
"font-size": "4xl",
|
|
630
|
+
"font-weight": "600",
|
|
631
|
+
"margin-bottom": "0.5rem",
|
|
632
|
+
},
|
|
633
|
+
label: {
|
|
634
|
+
color: "#6b7280",
|
|
635
|
+
"font-size": "sm",
|
|
636
|
+
"text-transform": "uppercase",
|
|
637
|
+
"letter-spacing": "0.05em",
|
|
638
|
+
},
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
stat_box: {
|
|
642
|
+
display: "flex",
|
|
643
|
+
"flex-direction": "column",
|
|
644
|
+
"align-items": "center",
|
|
645
|
+
"justify-content": "center",
|
|
646
|
+
"padding-top": "2rem",
|
|
647
|
+
"padding-bottom": "2rem",
|
|
648
|
+
"padding-left": "2rem",
|
|
649
|
+
"padding-right": "2rem",
|
|
650
|
+
},
|
|
651
|
+
number: {
|
|
652
|
+
color: "#D47330",
|
|
653
|
+
"font-size": "4xl",
|
|
654
|
+
"font-weight": "600",
|
|
655
|
+
"margin-bottom": "0.5rem",
|
|
656
|
+
},
|
|
657
|
+
label: {
|
|
658
|
+
color: "#6b7280",
|
|
659
|
+
"font-size": "sm",
|
|
660
|
+
"text-transform": "uppercase",
|
|
661
|
+
"letter-spacing": "0.05em",
|
|
662
|
+
},
|
|
663
|
+
},
|
|
664
|
+
],
|
|
665
|
+
header_container: {
|
|
666
|
+
display: "flex",
|
|
667
|
+
"justify-content": "center",
|
|
668
|
+
"align-items": "center",
|
|
669
|
+
tablet: {
|
|
670
|
+
"flex-direction": "column",
|
|
671
|
+
"justify-content": "start",
|
|
672
|
+
"align-items": "start",
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
bottom_container: {
|
|
676
|
+
display: "flex",
|
|
677
|
+
"column-gap": "5xl",
|
|
678
|
+
"margin-top": "5xl",
|
|
679
|
+
tablet: {
|
|
680
|
+
"flex-direction": "column",
|
|
681
|
+
"row-gap": "5xl",
|
|
682
|
+
},
|
|
683
|
+
},
|
|
684
|
+
label_divider: {
|
|
685
|
+
height: "2px",
|
|
686
|
+
width: "30px",
|
|
687
|
+
background: "red",
|
|
688
|
+
},
|
|
689
|
+
label_container: {
|
|
690
|
+
display: "flex",
|
|
691
|
+
"justify-content": "start",
|
|
692
|
+
"align-items": "center",
|
|
693
|
+
"column-gap": "4xs",
|
|
694
|
+
},
|
|
695
|
+
title_container: {
|
|
696
|
+
tablet: {
|
|
697
|
+
"padding-left": "none",
|
|
698
|
+
"padding-right": "none",
|
|
699
|
+
},
|
|
700
|
+
},
|
|
701
|
+
},
|
|
702
|
+
content: DEFAULT_CONTENT,
|
|
703
|
+
config: {
|
|
704
|
+
title: {
|
|
705
|
+
heading: {
|
|
706
|
+
level: 1,
|
|
707
|
+
},
|
|
708
|
+
},
|
|
709
|
+
},
|
|
710
|
+
},
|
|
711
|
+
],
|
|
712
|
+
};
|