@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,631 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_IMAGE = {
|
|
4
|
+
id: "7141014160938075687",
|
|
5
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
mimetype: "image/png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
15
|
+
"320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
16
|
+
"640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
17
|
+
"750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
18
|
+
"828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
19
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const DUMMY_ICON = {
|
|
24
|
+
kind: "icon",
|
|
25
|
+
data: {
|
|
26
|
+
id: "star",
|
|
27
|
+
label: "Star",
|
|
28
|
+
tags: ["custom", "directional", "star", "support-like-question"],
|
|
29
|
+
svgCode:
|
|
30
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const DEFAULT_CONTENT = {
|
|
35
|
+
layout: null,
|
|
36
|
+
container: null,
|
|
37
|
+
main_wrapper: null,
|
|
38
|
+
left_container: null,
|
|
39
|
+
profile_image: DEFAULT_IMAGE,
|
|
40
|
+
right_container: null,
|
|
41
|
+
content_wrapper: null,
|
|
42
|
+
title: "Professional Service Package",
|
|
43
|
+
stats: [
|
|
44
|
+
{
|
|
45
|
+
stat_wrapper: null,
|
|
46
|
+
icon: DUMMY_ICON,
|
|
47
|
+
label: "<p>Expert Service Provider</p>",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
stat_wrapper: null,
|
|
51
|
+
icon: DUMMY_ICON,
|
|
52
|
+
label: "<p>24/7 Customer Support</p>",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
stat_wrapper: null,
|
|
56
|
+
icon: DUMMY_ICON,
|
|
57
|
+
label: "<p>Guaranteed Quality</p>",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
stat_wrapper: null,
|
|
61
|
+
icon: DUMMY_ICON,
|
|
62
|
+
label: "<p>Trusted by 1000+ Clients</p>",
|
|
63
|
+
},
|
|
64
|
+
],
|
|
65
|
+
price_container: null,
|
|
66
|
+
actual_price: "$299",
|
|
67
|
+
discount_price: "$599",
|
|
68
|
+
off_percent: "50% OFF",
|
|
69
|
+
search_input_wrapper: null,
|
|
70
|
+
search_button: "Check Availability",
|
|
71
|
+
breadcrumbs: [
|
|
72
|
+
{
|
|
73
|
+
label: "<p>Home</p>",
|
|
74
|
+
icon: {
|
|
75
|
+
kind: "icon",
|
|
76
|
+
data: {
|
|
77
|
+
id: "arrow-right-3",
|
|
78
|
+
label: "Arrow Right 3",
|
|
79
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
80
|
+
svgCode:
|
|
81
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
label: "<p>Services</p>",
|
|
87
|
+
icon: {
|
|
88
|
+
kind: "icon",
|
|
89
|
+
data: {
|
|
90
|
+
id: "arrow-right-3",
|
|
91
|
+
label: "Arrow Right 3",
|
|
92
|
+
tags: ["arrow", "custom", "directional", "right"],
|
|
93
|
+
svgCode:
|
|
94
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
label: "<p>Professional Package</p>",
|
|
100
|
+
icon: null,
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export type IService3Content = typeof DEFAULT_CONTENT;
|
|
106
|
+
|
|
107
|
+
export const Service3: IBlock = {
|
|
108
|
+
category_id: "services",
|
|
109
|
+
title: "Service 3",
|
|
110
|
+
key: "service-3",
|
|
111
|
+
version: "v1",
|
|
112
|
+
prompt_description:
|
|
113
|
+
"Two-column service layout with left side image and right side content including title, expertise badges with icons, pricing information, and zipcode input with availability check button.",
|
|
114
|
+
content_schema: [
|
|
115
|
+
{
|
|
116
|
+
key: "layout",
|
|
117
|
+
label: "Layout",
|
|
118
|
+
field_interface: "LayoutWidget",
|
|
119
|
+
hint: {
|
|
120
|
+
prompt_description:
|
|
121
|
+
"Overall service section layout controlling spacing, background, and structure for the two-column layout.",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
key: "container",
|
|
126
|
+
label: "Container",
|
|
127
|
+
field_interface: "ContainerWidget",
|
|
128
|
+
hint: {
|
|
129
|
+
prompt_description:
|
|
130
|
+
"Main container for centering and constraining the service section content width.",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
key: "breadcrumbs",
|
|
135
|
+
label: "Breadcrumbs",
|
|
136
|
+
field_interface: "BoxWidget",
|
|
137
|
+
kind: "group",
|
|
138
|
+
fields: [
|
|
139
|
+
{
|
|
140
|
+
key: "wrapper",
|
|
141
|
+
label: " Wrapper",
|
|
142
|
+
field_interface: "BoxWidget",
|
|
143
|
+
hint: {
|
|
144
|
+
prompt_description:
|
|
145
|
+
"Individual breadcrumb container with proper alignment for icon and label.",
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
key: "label",
|
|
150
|
+
label: "Label",
|
|
151
|
+
field_interface: "TypographyWidget",
|
|
152
|
+
hint: {
|
|
153
|
+
prompt_description:
|
|
154
|
+
"Descriptive text for the breadcrumb navigation item.",
|
|
155
|
+
min_characters: 3,
|
|
156
|
+
max_characters: 20,
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
key: "icon",
|
|
161
|
+
label: "Icon",
|
|
162
|
+
field_interface: "IconWidget",
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
key: "main_wrapper",
|
|
168
|
+
label: "Main Wrapper",
|
|
169
|
+
field_interface: "BoxWidget",
|
|
170
|
+
hint: {
|
|
171
|
+
prompt_description:
|
|
172
|
+
"Primary wrapper containing both left image and right content sections in a flex row layout.",
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
key: "left_container",
|
|
177
|
+
label: "Left Container",
|
|
178
|
+
field_interface: "BoxWidget",
|
|
179
|
+
hint: {
|
|
180
|
+
prompt_description:
|
|
181
|
+
"Left side container holding the service image with appropriate sizing and positioning.",
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
key: "profile_image",
|
|
186
|
+
label: "Service Image",
|
|
187
|
+
field_interface: "ImageWidget",
|
|
188
|
+
hint: {
|
|
189
|
+
prompt_description:
|
|
190
|
+
"Professional service image that represents the offering or business being showcased.",
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
key: "right_container",
|
|
195
|
+
label: "Right Container",
|
|
196
|
+
field_interface: "BoxWidget",
|
|
197
|
+
hint: {
|
|
198
|
+
prompt_description:
|
|
199
|
+
"Right side container holding the main content including title, expertise badges, pricing information, and zipcode input.",
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
key: "content_wrapper",
|
|
204
|
+
label: "Content Wrapper",
|
|
205
|
+
field_interface: "BoxWidget",
|
|
206
|
+
hint: {
|
|
207
|
+
prompt_description:
|
|
208
|
+
"Wrapper for the main content elements (title, stats, pricing) with proper vertical spacing.",
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
key: "title",
|
|
213
|
+
label: "Service Title",
|
|
214
|
+
field_interface: "HeadingWidget",
|
|
215
|
+
hint: {
|
|
216
|
+
prompt_description:
|
|
217
|
+
"Main service headline that communicates the primary offering. Should be professional and clear.",
|
|
218
|
+
min_characters: 20,
|
|
219
|
+
max_characters: 60,
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
key: "statswrapper",
|
|
224
|
+
label: "Stats Wrapper",
|
|
225
|
+
field_interface: "BoxWidget",
|
|
226
|
+
hint: {
|
|
227
|
+
prompt_description:
|
|
228
|
+
"Wrapper for the service features or benefits with icons that build credibility and showcase capabilities.",
|
|
229
|
+
min_items: 2,
|
|
230
|
+
max_items: 4,
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
key: "stats",
|
|
235
|
+
label: "Service Features",
|
|
236
|
+
field_interface: "BoxWidget",
|
|
237
|
+
kind: "group",
|
|
238
|
+
hint: {
|
|
239
|
+
prompt_description:
|
|
240
|
+
"Collection of service features or benefits with icons that build credibility and showcase capabilities.",
|
|
241
|
+
min_items: 2,
|
|
242
|
+
max_items: 4,
|
|
243
|
+
},
|
|
244
|
+
fields: [
|
|
245
|
+
{
|
|
246
|
+
key: "stat_wrapper",
|
|
247
|
+
label: "Feature Wrapper",
|
|
248
|
+
field_interface: "BoxWidget",
|
|
249
|
+
hint: {
|
|
250
|
+
prompt_description:
|
|
251
|
+
"Individual feature container with proper alignment for icon and label.",
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
key: "icon",
|
|
256
|
+
label: "Icon",
|
|
257
|
+
field_interface: "IconWidget",
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
key: "label",
|
|
261
|
+
label: "Feature Label",
|
|
262
|
+
field_interface: "TypographyWidget",
|
|
263
|
+
hint: {
|
|
264
|
+
prompt_description:
|
|
265
|
+
"Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
|
|
266
|
+
min_characters: 10,
|
|
267
|
+
max_characters: 40,
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
],
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
key: "stats_2",
|
|
274
|
+
label: "Service Features 2",
|
|
275
|
+
field_interface: "BoxWidget",
|
|
276
|
+
kind: "group",
|
|
277
|
+
hint: {
|
|
278
|
+
prompt_description:
|
|
279
|
+
"Collection of service features or benefits with icons that build credibility and showcase capabilities.",
|
|
280
|
+
min_items: 2,
|
|
281
|
+
max_items: 4,
|
|
282
|
+
},
|
|
283
|
+
fields: [
|
|
284
|
+
{
|
|
285
|
+
key: "stat_wrapper",
|
|
286
|
+
label: "Feature Wrapper",
|
|
287
|
+
field_interface: "BoxWidget",
|
|
288
|
+
hint: {
|
|
289
|
+
prompt_description:
|
|
290
|
+
"Individual feature container with proper alignment for icon and label.",
|
|
291
|
+
},
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
key: "icon",
|
|
295
|
+
label: "Icon",
|
|
296
|
+
field_interface: "IconWidget",
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
key: "label",
|
|
300
|
+
label: "Feature Label",
|
|
301
|
+
field_interface: "TypographyWidget",
|
|
302
|
+
hint: {
|
|
303
|
+
prompt_description:
|
|
304
|
+
"Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
|
|
305
|
+
min_characters: 10,
|
|
306
|
+
max_characters: 40,
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
],
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
key: "stats_3",
|
|
313
|
+
label: "Service Features 3",
|
|
314
|
+
field_interface: "BoxWidget",
|
|
315
|
+
kind: "group",
|
|
316
|
+
hint: {
|
|
317
|
+
prompt_description:
|
|
318
|
+
"Collection of service features or benefits with icons that build credibility and showcase capabilities.",
|
|
319
|
+
min_items: 2,
|
|
320
|
+
max_items: 4,
|
|
321
|
+
},
|
|
322
|
+
fields: [
|
|
323
|
+
{
|
|
324
|
+
key: "stat_wrapper",
|
|
325
|
+
label: "Feature Wrapper",
|
|
326
|
+
field_interface: "BoxWidget",
|
|
327
|
+
hint: {
|
|
328
|
+
prompt_description:
|
|
329
|
+
"Individual feature container with proper alignment for icon and label.",
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
key: "icon",
|
|
334
|
+
label: "Icon",
|
|
335
|
+
field_interface: "IconWidget",
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
key: "label",
|
|
339
|
+
label: "Feature Label",
|
|
340
|
+
field_interface: "TypographyWidget",
|
|
341
|
+
hint: {
|
|
342
|
+
prompt_description:
|
|
343
|
+
"Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
|
|
344
|
+
min_characters: 10,
|
|
345
|
+
max_characters: 40,
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
],
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
key: "price_container",
|
|
352
|
+
label: "Price Container",
|
|
353
|
+
field_interface: "BoxWidget",
|
|
354
|
+
hint: {
|
|
355
|
+
prompt_description:
|
|
356
|
+
"Container for pricing information displaying actual price, discount price, and savings percentage.",
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
key: "actual_price",
|
|
361
|
+
label: "Actual Price",
|
|
362
|
+
field_interface: "TypographyWidget",
|
|
363
|
+
hint: {
|
|
364
|
+
prompt_description:
|
|
365
|
+
"Current promotional price that customers will pay (e.g., '$299').",
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
key: "discount_price",
|
|
370
|
+
label: "Discount Price",
|
|
371
|
+
field_interface: "TypographyWidget",
|
|
372
|
+
hint: {
|
|
373
|
+
prompt_description:
|
|
374
|
+
"Original price before discount to show value (e.g., '$599').",
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
key: "off_percent",
|
|
379
|
+
label: "Off Percent",
|
|
380
|
+
field_interface: "TypographyWidget",
|
|
381
|
+
hint: {
|
|
382
|
+
prompt_description:
|
|
383
|
+
"Discount percentage highlighting the savings (e.g., '50% OFF').",
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
key: "file_upload_container",
|
|
388
|
+
label: "Location Check Container",
|
|
389
|
+
field_interface: "BoxWidget",
|
|
390
|
+
hint: {
|
|
391
|
+
prompt_description:
|
|
392
|
+
"Container for the zipcode input section with proper spacing and layout structure.",
|
|
393
|
+
},
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
key: "search_input_wrapper",
|
|
397
|
+
label: "Search Input Wrapper",
|
|
398
|
+
field_interface: "BoxWidget",
|
|
399
|
+
hint: {
|
|
400
|
+
prompt_description: "Wrapper for the zipcode search input container.",
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
key: "search_button",
|
|
405
|
+
label: "Search Button",
|
|
406
|
+
field_interface: "ButtonWidget",
|
|
407
|
+
hint: {
|
|
408
|
+
prompt_description:
|
|
409
|
+
"Button that checks service availability based on the entered zipcode.",
|
|
410
|
+
min_characters: 8,
|
|
411
|
+
max_characters: 25,
|
|
412
|
+
},
|
|
413
|
+
custom_fields: [
|
|
414
|
+
{
|
|
415
|
+
key: "redirect_url",
|
|
416
|
+
label: "Redirect URL",
|
|
417
|
+
field_interface: "TextWidget",
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
key: "zipcode_param",
|
|
421
|
+
label: "Zipcode Parameter",
|
|
422
|
+
field_interface: "TextWidget",
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
key: "other_params",
|
|
426
|
+
label: "Other Parameters",
|
|
427
|
+
field_interface: "TextWidget",
|
|
428
|
+
},
|
|
429
|
+
],
|
|
430
|
+
},
|
|
431
|
+
],
|
|
432
|
+
layouts: [
|
|
433
|
+
{
|
|
434
|
+
title: "Default",
|
|
435
|
+
key: "default",
|
|
436
|
+
styles: {
|
|
437
|
+
layout: {
|
|
438
|
+
"padding-top": "5xl",
|
|
439
|
+
"padding-bottom": "5xl",
|
|
440
|
+
"padding-left": "xl",
|
|
441
|
+
"padding-right": "xl",
|
|
442
|
+
tablet: {
|
|
443
|
+
"padding-top": "4xl",
|
|
444
|
+
"padding-bottom": "4xl",
|
|
445
|
+
"padding-left": "lg",
|
|
446
|
+
"padding-right": "lg",
|
|
447
|
+
},
|
|
448
|
+
mobile: {
|
|
449
|
+
"padding-top": "3xl",
|
|
450
|
+
"padding-bottom": "3xl",
|
|
451
|
+
"padding-left": "base",
|
|
452
|
+
"padding-right": "base",
|
|
453
|
+
},
|
|
454
|
+
"background-color": "oklch(0.9413 0.0138 46.228)",
|
|
455
|
+
},
|
|
456
|
+
container: {
|
|
457
|
+
"max-width": "1280px",
|
|
458
|
+
"margin-left": "auto",
|
|
459
|
+
"margin-right": "auto",
|
|
460
|
+
},
|
|
461
|
+
main_wrapper: {
|
|
462
|
+
display: "flex",
|
|
463
|
+
"align-items": "center",
|
|
464
|
+
"column-gap": "4xl",
|
|
465
|
+
tablet: {
|
|
466
|
+
"column-gap": "3xl",
|
|
467
|
+
},
|
|
468
|
+
mobile: {
|
|
469
|
+
"flex-direction": "column",
|
|
470
|
+
"row-gap": "3xl",
|
|
471
|
+
},
|
|
472
|
+
},
|
|
473
|
+
left_container: {
|
|
474
|
+
flex: "1",
|
|
475
|
+
"max-width": "250px",
|
|
476
|
+
},
|
|
477
|
+
profile_image: {
|
|
478
|
+
"aspect-ratio": "1/1",
|
|
479
|
+
"object-fit": "cover",
|
|
480
|
+
"border-radius": "base",
|
|
481
|
+
},
|
|
482
|
+
right_container: {
|
|
483
|
+
flex: "1",
|
|
484
|
+
display: "flex",
|
|
485
|
+
"flex-direction": "column",
|
|
486
|
+
"justify-content": "center",
|
|
487
|
+
},
|
|
488
|
+
content_wrapper: {
|
|
489
|
+
display: "flex",
|
|
490
|
+
"flex-direction": "column",
|
|
491
|
+
"row-gap": "lg",
|
|
492
|
+
},
|
|
493
|
+
title: {
|
|
494
|
+
"margin-bottom": "lg",
|
|
495
|
+
"font-size": "4xl",
|
|
496
|
+
tablet: {
|
|
497
|
+
"font-size": "2xl",
|
|
498
|
+
},
|
|
499
|
+
},
|
|
500
|
+
stats_levoGroup: {
|
|
501
|
+
display: "grid",
|
|
502
|
+
"flex-direction": "column",
|
|
503
|
+
"row-gap": "2xs",
|
|
504
|
+
"margin-bottom": "lg",
|
|
505
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
506
|
+
"column-gap": "none",
|
|
507
|
+
width: "60%",
|
|
508
|
+
tablet: {
|
|
509
|
+
width: "100%",
|
|
510
|
+
},
|
|
511
|
+
},
|
|
512
|
+
price_container: {
|
|
513
|
+
display: "flex",
|
|
514
|
+
"flex-direction": "row",
|
|
515
|
+
"align-items": "center",
|
|
516
|
+
"row-gap": "2xs",
|
|
517
|
+
"column-gap": "base",
|
|
518
|
+
},
|
|
519
|
+
actual_price: {
|
|
520
|
+
"font-size": "xl",
|
|
521
|
+
"font-weight": "700",
|
|
522
|
+
color: "text-1",
|
|
523
|
+
},
|
|
524
|
+
discount_price: {
|
|
525
|
+
"font-size": "sm",
|
|
526
|
+
color: "text-3",
|
|
527
|
+
"text-decoration": "line-through",
|
|
528
|
+
},
|
|
529
|
+
off_percent: {
|
|
530
|
+
"font-size": "sm",
|
|
531
|
+
"font-weight": "600",
|
|
532
|
+
color: "success",
|
|
533
|
+
},
|
|
534
|
+
search_input_wrapper: {
|
|
535
|
+
display: "flex",
|
|
536
|
+
"flex-direction": "column",
|
|
537
|
+
"row-gap": "base",
|
|
538
|
+
},
|
|
539
|
+
stats: [
|
|
540
|
+
{
|
|
541
|
+
stat_wrapper: {
|
|
542
|
+
display: "flex",
|
|
543
|
+
"align-items": "center",
|
|
544
|
+
"column-gap": "sm",
|
|
545
|
+
},
|
|
546
|
+
label: {
|
|
547
|
+
color: "text-2",
|
|
548
|
+
},
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
stat_wrapper: {
|
|
552
|
+
display: "flex",
|
|
553
|
+
"align-items": "center",
|
|
554
|
+
"column-gap": "sm",
|
|
555
|
+
},
|
|
556
|
+
label: {
|
|
557
|
+
color: "text-2",
|
|
558
|
+
},
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
stat_wrapper: {
|
|
562
|
+
display: "flex",
|
|
563
|
+
"align-items": "center",
|
|
564
|
+
"column-gap": "sm",
|
|
565
|
+
},
|
|
566
|
+
label: {
|
|
567
|
+
color: "text-2",
|
|
568
|
+
},
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
stat_wrapper: {
|
|
572
|
+
display: "flex",
|
|
573
|
+
"align-items": "center",
|
|
574
|
+
"column-gap": "sm",
|
|
575
|
+
},
|
|
576
|
+
label: {
|
|
577
|
+
color: "text-2",
|
|
578
|
+
},
|
|
579
|
+
},
|
|
580
|
+
],
|
|
581
|
+
breadcrumbs: [
|
|
582
|
+
{
|
|
583
|
+
wrapper: {
|
|
584
|
+
display: "flex",
|
|
585
|
+
"justify-content": "start",
|
|
586
|
+
"align-items": "center",
|
|
587
|
+
"column-gap": "5xs",
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
wrapper: {
|
|
592
|
+
display: "flex",
|
|
593
|
+
"justify-content": "start",
|
|
594
|
+
"align-items": "center",
|
|
595
|
+
"column-gap": "5xs",
|
|
596
|
+
},
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
wrapper: {
|
|
600
|
+
display: "flex",
|
|
601
|
+
"justify-content": "start",
|
|
602
|
+
"align-items": "center",
|
|
603
|
+
"column-gap": "5xs",
|
|
604
|
+
},
|
|
605
|
+
},
|
|
606
|
+
],
|
|
607
|
+
breadcrumbs_levoGroup: {
|
|
608
|
+
display: "flex",
|
|
609
|
+
"column-gap": "xs",
|
|
610
|
+
"margin-bottom": "base",
|
|
611
|
+
},
|
|
612
|
+
},
|
|
613
|
+
content: DEFAULT_CONTENT,
|
|
614
|
+
config: {
|
|
615
|
+
title: {
|
|
616
|
+
heading: {
|
|
617
|
+
level: 2,
|
|
618
|
+
},
|
|
619
|
+
selectedVariants: {
|
|
620
|
+
Heading_Level: "H2",
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
search_button: {
|
|
624
|
+
selectedVariants: {
|
|
625
|
+
Button_Variants: "Primary",
|
|
626
|
+
},
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
],
|
|
631
|
+
};
|