@janbox/storefront-builder 1.0.9 → 2.0.1

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/dist/templates.js CHANGED
@@ -1,15 +1,16 @@
1
- import { jsx as e, jsxs as r, Fragment as x } from "@emotion/react/jsx-runtime";
2
- import { R as t, f as C, B as H, G as m, e as d, h as V, F as v, a as M, b as i, c as s, m as n, A as a, S as L, o as f, l as _, M as T, j as g, V as S, I as Z, d as y, L as N, s as b, p as B, q as A, T as j, r as E, i as h, g as P } from "./countdown-timer.node-j79tvSTR.js";
1
+ import { jsx as e, jsxs as o, Fragment as c } from "@emotion/react/jsx-runtime";
2
+ import { getColorVar as u } from "@janbox/storefront-ui/theme";
3
+ import { renderToString as p } from "react-dom/server";
4
+ import { C as s, G as h, a, H as d, P as t, B as x, I as g, A as f, b as r, c as i, d as n } from "./countdown-timer.node-OmDiT-pz.js";
3
5
  import "@craftjs/core";
4
- import { times as l } from "lodash-es";
6
+ import "lodash-es";
5
7
  import "react";
6
8
  import "clsx";
7
9
  import "tailwind-merge";
8
- import { M as G, P as R } from "./dialog-header-DPLOS7TT.js";
10
+ import { M as T, P as y } from "./dialog-header-DPLOS7TT.js";
9
11
  import "flat";
10
12
  import "@janbox/storefront-ui";
11
13
  import "@janbox/storefront-ui/hooks";
12
- import { getColorVar as c } from "@janbox/storefront-ui/theme";
13
14
  import "@janbox/storefront-ui/utils";
14
15
  import "@floating-ui/react";
15
16
  import "react-use";
@@ -28,500 +29,7 @@ import "react-frame-component";
28
29
  import "@emotion/react";
29
30
  import "@hello-pangea/dnd";
30
31
  import "usehooks-ts";
31
- import z from "dayjs";
32
- import { renderToString as I } from "react-dom/server";
33
- const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
34
- <rect x="3.00024" y="3" width="17.9997" height="17.9997" rx="2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
35
- <path d="M13.5 20.9998V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
36
- <path d="M9.50011 11.9998V3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
37
- <path d="M20.9999 12H3.00024" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
38
- </svg>
39
- `, q = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
40
- <rect x="3" y="3" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
41
- <path d="M3 12H21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
42
- <path d="M12 21V3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
43
- </svg>
44
- `, k = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
45
- <path d="M3 6V18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
46
- <path d="M21 6V18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
47
- <path d="M6 21H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
48
- <path d="M6 3H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
49
- </svg>
50
- `, E2 = {
51
- name: "Layout",
52
- elements: [
53
- {
54
- name: "Container",
55
- template: /* @__PURE__ */ e(t, { is: C }),
56
- icon: { source: k, height: 32 }
57
- },
58
- {
59
- name: "Block",
60
- template: /* @__PURE__ */ e(t, { is: H }),
61
- icon: { source: k, height: 32 }
62
- },
63
- {
64
- name: "Grid",
65
- template: /* @__PURE__ */ r(
66
- t,
67
- {
68
- cols: 2,
69
- sx: {
70
- width: "100%",
71
- columnGap: 8,
72
- rowGap: 8,
73
- paddingTop: 16,
74
- paddingBottom: 16
75
- },
76
- is: m,
77
- children: [
78
- /* @__PURE__ */ e(t, { is: d, canvas: !0 }),
79
- /* @__PURE__ */ e(t, { is: d, canvas: !0 })
80
- ]
81
- }
82
- ),
83
- icon: { source: q, height: 32 }
84
- },
85
- {
86
- name: "Flex",
87
- template: /* @__PURE__ */ r(t, { is: V, sx: { columnGap: 8, rowGap: 8, paddingTop: 16, paddingBottom: 16 }, children: [
88
- /* @__PURE__ */ e(
89
- t,
90
- {
91
- sx: {
92
- width: "40%"
93
- },
94
- is: v,
95
- canvas: !0
96
- }
97
- ),
98
- /* @__PURE__ */ e(
99
- t,
100
- {
101
- sx: {
102
- width: "60%"
103
- },
104
- is: v,
105
- canvas: !0
106
- }
107
- )
108
- ] }),
109
- icon: { source: U, height: 32 }
110
- }
111
- ]
112
- }, O = `<svg width="98" height="56" viewBox="0 0 98 56" fill="none" xmlns="http://www.w3.org/2000/svg">
113
- <rect x="4" y="4" width="57" height="6" rx="3" fill="currentColor"></rect>
114
- <rect x="2" y="4" width="57" height="6" rx="3" fill="currentColor"></rect>
115
- <path fill-rule="evenodd" clip-rule="evenodd" d="M86.1302 5.61716C86.3037 5.46095 86.5851 5.46095 86.7587 5.61716L90 8.53431L93.2413 5.61716C93.4149 5.46095 93.6963 5.46095 93.8698 5.61716C94.0434 5.77337 94.0434 6.02663 93.8698 6.18284L90.3143 9.38284C90.1407 9.53905 89.8593 9.53905 89.6857 9.38284L86.1302 6.18284C85.9566 6.02663 85.9566 5.77337 86.1302 5.61716Z" fill="currentColor"></path>
116
- <rect x="4" y="25" width="57" height="6" rx="3" fill="currentColor"></rect>
117
- <rect x="2" y="25" width="57" height="6" rx="3" fill="currentColor"></rect>
118
- <path fill-rule="evenodd" clip-rule="evenodd" d="M86.1302 26.6172C86.3037 26.4609 86.5851 26.4609 86.7587 26.6172L90 29.5343L93.2413 26.6172C93.4149 26.4609 93.6963 26.4609 93.8698 26.6172C94.0434 26.7734 94.0434 27.0266 93.8698 27.1828L90.3143 30.3828C90.1407 30.5391 89.8593 30.5391 89.6857 30.3828L86.1302 27.1828C85.9566 27.0266 85.9566 26.7734 86.1302 26.6172Z" fill="currentColor"></path>
119
- <rect x="4" y="46" width="57" height="6" rx="3" fill="currentColor"></rect>
120
- <rect x="2" y="46" width="57" height="6" rx="3" fill="currentColor"></rect>
121
- <path fill-rule="evenodd" clip-rule="evenodd" d="M86.1302 47.6172C86.3037 47.4609 86.5851 47.4609 86.7587 47.6172L90 50.5343L93.2413 47.6172C93.4149 47.4609 93.6963 47.4609 93.8698 47.6172C94.0434 47.7734 94.0434 48.0266 93.8698 48.1828L90.3143 51.3828C90.1407 51.5391 89.8593 51.5391 89.6857 51.3828L86.1302 48.1828C85.9566 48.0266 85.9566 47.7734 86.1302 47.6172Z" fill="currentColor"></path>
122
- </svg>`, F = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", W = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20transform='rotate(180%2012%2012)'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", P2 = {
123
- name: "Content list",
124
- elements: [
125
- {
126
- name: "Accordion",
127
- template: /* @__PURE__ */ e(
128
- t,
129
- {
130
- is: M,
131
- accordionSummaryProps: {
132
- sx: {
133
- paddingTop: 8,
134
- paddingBottom: 8
135
- },
136
- expandIcon: {
137
- position: "right",
138
- source: {
139
- expanded: W,
140
- collapsed: F
141
- }
142
- }
143
- },
144
- accordionContentProps: {
145
- sx: {
146
- paddingTop: 4,
147
- paddingBottom: 12
148
- }
149
- },
150
- openMode: "single",
151
- children: l(3).map((o) => /* @__PURE__ */ r(t, { defaultOpen: o === 0, is: i, children: [
152
- /* @__PURE__ */ e(t, { is: s, children: /* @__PURE__ */ e(
153
- t,
154
- {
155
- sizeVariant: "base",
156
- is: n,
157
- dangerouslySetInnerHTML: { __html: `Accordion ${o + 1}` }
158
- }
159
- ) }),
160
- /* @__PURE__ */ e(t, { is: a, children: /* @__PURE__ */ e(
161
- t,
162
- {
163
- sx: {
164
- paddingTop: 8,
165
- paddingBottom: 8
166
- },
167
- is: n,
168
- dangerouslySetInnerHTML: {
169
- __html: `Content for accordion ${o + 1}`
170
- }
171
- }
172
- ) })
173
- ] }, o))
174
- }
175
- ),
176
- icon: { source: O, height: 40 }
177
- }
178
- ]
179
- }, p = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
180
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.3998 10.6645L13.6661 15.4669C12.6691 16.1777 11.3309 16.1777 10.3339 15.4669L3.60018 10.6645C3.2236 10.3962 3 9.96237 3 9.5C3 9.03763 3.2236 8.60381 3.60018 8.33553L10.3339 3.5331C11.3309 2.8223 12.6691 2.8223 13.6661 3.5331L20.3998 8.33553C20.7764 8.60381 21 9.03763 21 9.5C21 9.96237 20.7764 10.3962 20.3998 10.6645Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
181
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.3998 15.6645L13.6661 20.4669C12.6691 21.1777 11.3309 21.1777 10.3339 20.4669L3.60018 15.6645C3.2236 15.3962 3 14.9624 3 14.5C3 14.0376 3.2236 13.6038 3.60018 13.3355L10.3339 8.5331C11.3309 7.8223 12.6691 7.8223 13.6661 8.5331L20.3998 13.3355C20.7764 13.6038 21 14.0376 21 14.5C21 14.9624 20.7764 15.3962 20.3998 15.6645Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
182
- </svg>
183
- `, G2 = {
184
- name: "Interactive",
185
- elements: [
186
- {
187
- name: "Carousel",
188
- template: /* @__PURE__ */ e(
189
- t,
190
- {
191
- is: L,
192
- slidesPerView: 2,
193
- spaceBetween: 8,
194
- md: {
195
- slidesPerView: 3
196
- },
197
- lg: {
198
- slidesPerView: 4
199
- },
200
- children: l(6).map((o) => /* @__PURE__ */ e(
201
- t,
202
- {
203
- custom: {
204
- displayName: `Slide ${o + 1}`
205
- },
206
- is: f,
207
- canvas: !0
208
- },
209
- o
210
- ))
211
- }
212
- ),
213
- icon: { source: p, height: 32 }
214
- },
215
- {
216
- name: "Marquee",
217
- template: /* @__PURE__ */ e(t, { is: _, children: l(10).map((o) => /* @__PURE__ */ e(
218
- t,
219
- {
220
- canvas: !0,
221
- custom: {
222
- displayName: `Marquee Item ${o + 1}`
223
- },
224
- is: T
225
- },
226
- o
227
- )) }),
228
- icon: { source: p, height: 32 }
229
- }
230
- ]
231
- }, $ = `<svg height="24" width="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve">
232
- <style type="text/css">
233
- .st0{fill:currentColor;}
234
- </style>
235
- <g>
236
- <path class="st0" d="M378.409,0H208.294h-13.176l-9.314,9.315L57.017,138.101l-9.314,9.315v13.176v265.513
237
- c0,47.36,38.528,85.896,85.895,85.896h244.811c47.361,0,85.888-38.535,85.888-85.896V85.896C464.297,38.528,425.77,0,378.409,0z
238
- M432.493,426.104c0,29.877-24.214,54.091-54.084,54.091H133.598c-29.877,0-54.091-24.214-54.091-54.091V160.592h83.717
239
- c24.884,0,45.07-20.179,45.07-45.071V31.804h170.114c29.87,0,54.084,24.214,54.084,54.091V426.104z"/>
240
- <path class="st0" d="M180.296,296.668l-4.846-0.67c-10.63-1.487-14.265-4.978-14.265-10.104c0-5.78,4.309-9.817,12.383-9.817
241
- c5.653,0,11.305,1.62,15.745,3.764c1.886,0.942,3.903,1.487,5.789,1.487c4.845,0,8.612-3.63,8.612-8.616
242
- c0-3.226-1.481-5.921-4.71-7.939c-5.384-3.372-15.476-6.06-25.572-6.06c-19.781,0-32.436,11.171-32.436,27.998
243
- c0,16.15,10.232,24.898,28.938,27.454l4.846,0.67c10.903,1.48,14.129,4.846,14.129,10.229c0,6.326-5.247,10.766-14.939,10.766
244
- c-6.727,0-12.111-1.745-19.645-5.921c-1.616-0.942-3.634-1.62-5.788-1.62c-5.115,0-8.885,3.91-8.885,8.756
245
- c0,3.226,1.616,6.326,4.713,8.344c6.054,3.764,15.878,7.8,28.798,7.8c23.823,0,35.934-12.24,35.934-28.795
246
- C209.097,307.84,199.273,299.356,180.296,296.668z"/>
247
- <path class="st0" d="M281.108,259.382c-4.577,0-7.939,2.43-9.556,7.674l-16.69,54.51h-0.402l-17.634-54.51
248
- c-1.745-5.244-4.978-7.674-9.551-7.674c-5.653,0-9.692,4.176-9.692,9.287c0,1.347,0.269,2.834,0.67,4.175l23.286,68.104
249
- c2.96,8.477,6.727,11.57,12.652,11.57c5.785,0,9.555-3.093,12.516-11.57l23.282-68.104c0.406-1.341,0.674-2.828,0.674-4.175
250
- C290.664,263.558,286.76,259.382,281.108,259.382z"/>
251
- <path class="st0" d="M364.556,300.836h-18.841c-5.114,0-8.344,3.1-8.344,7.806c0,4.713,3.23,7.814,8.344,7.814h6.193
252
- c0.538,0,0.803,0.258,0.803,0.803c0,3.505-0.265,6.598-1.075,9.014c-1.882,5.796-7.67,9.426-14.669,9.426
253
- c-7.943,0-12.921-3.903-14.939-10.096c-1.075-3.365-1.48-7.8-1.48-19.648c0-11.842,0.405-16.15,1.48-19.516
254
- c2.018-6.325,6.867-10.228,14.67-10.228c5.924,0,10.362,1.885,13.859,6.724c2.695,3.777,5.387,4.852,8.749,4.852
255
- c4.981,0,9.021-3.638,9.021-8.888c0-2.151-0.674-4.035-1.752-5.921c-4.842-8.204-15.071-14.264-29.877-14.264
256
- c-16.287,0-28.935,7.408-33.644,22.204c-2.022,6.466-2.559,11.576-2.559,25.038c0,13.454,0.538,18.573,2.559,25.031
257
- c4.709,14.802,17.357,22.204,33.644,22.204c16.286,0,28.668-8.204,33.374-22.881c1.617-5.111,2.29-12.645,2.29-20.716v-0.95
258
- C372.362,303.664,369.538,300.836,364.556,300.836z"/>
259
- </g>
260
- </svg>`, D = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
261
- <path d="M20.64 15.3735L16.5187 11.2522C16.1434 10.8769 15.5357 10.8769 15.1613 11.2522L11.04 15.3735" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
262
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.76 20.1736H6.24C4.64928 20.1736 3.36 18.8843 3.36 17.2936V5.77355C3.36 4.18283 4.64928 2.89355 6.24 2.89355H17.76C19.3507 2.89355 20.64 4.18283 20.64 5.77355V17.2936C20.64 18.8843 19.3507 20.1736 17.76 20.1736Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
263
- <path d="M15.84 20.1734L9.79872 14.1321C9.42336 13.7567 8.81568 13.7567 8.44128 14.1321L3.78816 18.7852" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
264
- <path d="M9.37456 8.39927C9.51515 8.53986 9.51515 8.7678 9.37456 8.90839C9.23397 9.04898 9.00603 9.04898 8.86544 8.90839C8.72485 8.7678 8.72485 8.53986 8.86544 8.39927C9.00603 8.25868 9.23397 8.25868 9.37456 8.39927" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
265
- </svg>
266
- `, Q = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
267
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2939 12L14.6229 9.5L10.2939 7V12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
268
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.889 3.38867H4.111C3.497 3.38867 3 3.88567 3 4.49967V14.4997C3 15.1137 3.497 15.6107 4.111 15.6107H19.889C20.503 15.6107 21 15.1137 21 14.4997V4.49967C21 3.88567 20.503 3.38867 19.889 3.38867Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
269
- <path d="M8.56066 18.9393C9.14645 19.5251 9.14645 20.4749 8.56066 21.0607C7.97487 21.6464 7.02513 21.6464 6.43934 21.0607C5.85355 20.4749 5.85355 19.5251 6.43934 18.9393C7.02513 18.3536 7.97487 18.3536 8.56066 18.9393" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
270
- <path d="M21 20H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
271
- <path d="M3 20H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
272
- </svg>
273
- `, R2 = {
274
- name: "Media",
275
- elements: [
276
- {
277
- name: "Image",
278
- template: /* @__PURE__ */ e(t, { src: "https://ucarecdn.com/ee6d5074-1640-4cc7-8933-47c8589c3dee/-/format/auto/", is: g }),
279
- icon: { source: D, height: 32 }
280
- },
281
- {
282
- name: "Video",
283
- template: /* @__PURE__ */ e(
284
- S,
285
- {
286
- sx: {
287
- aspectRatio: "16 / 9"
288
- },
289
- src: "https://cdn.shopify.com/videos/c/o/v/2cd3deb506b54b009063f7270ab5cf2e.mp4"
290
- }
291
- ),
292
- icon: { source: Q, height: 32 }
293
- },
294
- {
295
- name: "Icon",
296
- template: /* @__PURE__ */ e(t, { source: p, is: Z }),
297
- icon: { source: $, height: 32 }
298
- }
299
- ]
300
- }, Y = `<svg width="24" height="24" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
301
- <path d="M5.5 10V8.5M5.5 8.5V3.5C5.5 2.94772 5.94772 2.5 6.5 2.5C7.05228 2.5 7.5 2.94772 7.5 3.5V7.5H10.8529C11.7626 7.5 12.5 8.23741 12.5 9.14706V10C12.5 12.4853 10.4853 14.5 8 14.5H7.5C5.29086 14.5 3.5 12.7091 3.5 10.5C3.5 9.39543 4.39543 8.5 5.5 8.5ZM9 5.5H11C12.3807 5.5 13.5 4.38071 13.5 3C13.5 1.61929 12.3807 0.5 11 0.5H4C2.61929 0.5 1.5 1.61929 1.5 3C1.5 4.38071 2.61929 5.5 4 5.5" stroke="currentColor"/>
302
- </svg>`, X = `<svg fill="currentColor" width="120" height="120" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
303
- <path d="M76.26,37.7H73.57V64.63h2.69A3.75,3.75,0,0,0,80,60.89V41.44A3.75,3.75,0,0,0,76.26,37.7Z"/>
304
- <path d="M20,41.44V60.89a3.75,3.75,0,0,0,3.74,3.74h2.69V37.7H23.74A3.75,3.75,0,0,0,20,41.44Z"/>
305
- <path d="M66.46,34.33H33.54a3.75,3.75,0,0,0-3.74,3.74V64.26A3.75,3.75,0,0,0,33.54,68H66.46a3.75,3.75,0,0,0,3.74-3.74V38.07A3.75,3.75,0,0,0,66.46,34.33ZM60.89,61.27H37.77a1.21,1.21,0,0,1-1-1.83l7-12.19a.75.75,0,0,1,1.35,0l4.23,7.26a.81.81,0,0,0,1.35.07l3.44-4.94a.8.8,0,0,1,1.35,0l6.28,10A1,1,0,0,1,60.89,61.27Zm-.6-14.36a3.18,3.18,0,1,1,3.18-3.18A3.18,3.18,0,0,1,60.29,46.9Z"/>
306
- </svg>`, J = `<svg width="126" height="80" viewBox="0 0 126 80" fill="none" xmlns="http://www.w3.org/2000/svg">
307
- <g clip-path="url(#clip0_10250_27631)">
308
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.145174 28C-1.03957 28 -2 28.9604 -2 30.1452V49.8548C-2 51.0396 -1.03957 52 0.145173 52H33.8548C35.0396 52 36 51.0396 36 49.8548V30.1452C36 28.9604 35.0396 28 33.8548 28H0.145174ZM19.4204 37.493C19.2399 37.2145 18.9431 37.05 18.6263 37.05C18.3094 37.05 18.0086 37.2145 17.8321 37.493L14.3426 42.8761L13.2797 41.4797C13.0952 41.2392 12.8184 41.1 12.5296 41.1C12.2408 41.1 11.9601 41.2392 11.7796 41.4797L9.21258 44.8547C8.97995 45.1584 8.93583 45.5761 9.09626 45.9262C9.2567 46.2764 9.59362 46.5 9.96263 46.5H23.4394C23.7964 46.5 24.1253 46.2933 24.2897 45.96C24.4542 45.6267 24.4341 45.2259 24.2336 44.918L19.4204 37.493ZM10.9253 37.05C11.4359 37.05 11.9256 36.8366 12.2866 36.4569C12.6477 36.0771 12.8505 35.5621 12.8505 35.025C12.8505 34.4879 12.6477 33.9729 12.2866 33.5931C11.9256 33.2134 11.4359 33 10.9253 33C10.4146 33 9.92495 33.2134 9.56389 33.5931C9.20284 33.9729 9 34.4879 9 35.025C9 35.5621 9.20284 36.0771 9.56389 36.4569C9.92495 36.8366 10.4146 37.05 10.9253 37.05Z" fill="currentColor"></path>
309
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.145174 28C-1.03957 28 -2 28.9604 -2 30.1452V49.8548C-2 51.0396 -1.03957 52 0.145173 52H33.8548C35.0396 52 36 51.0396 36 49.8548V30.1452C36 28.9604 35.0396 28 33.8548 28H0.145174ZM19.4204 37.493C19.2399 37.2145 18.9431 37.05 18.6263 37.05C18.3094 37.05 18.0086 37.2145 17.8321 37.493L14.3426 42.8761L13.2797 41.4797C13.0952 41.2392 12.8184 41.1 12.5296 41.1C12.2408 41.1 11.9601 41.2392 11.7796 41.4797L9.21258 44.8547C8.97995 45.1584 8.93583 45.5761 9.09626 45.9262C9.2567 46.2764 9.59362 46.5 9.96263 46.5H23.4394C23.7964 46.5 24.1253 46.2933 24.2897 45.96C24.4542 45.6267 24.4341 45.2259 24.2336 44.918L19.4204 37.493ZM10.9253 37.05C11.4359 37.05 11.9256 36.8366 12.2866 36.4569C12.6477 36.0771 12.8505 35.5621 12.8505 35.025C12.8505 34.4879 12.6477 33.9729 12.2866 33.5931C11.9256 33.2134 11.4359 33 10.9253 33C10.4146 33 9.92495 33.2134 9.56389 33.5931C9.20284 33.9729 9 34.4879 9 35.025C9 35.5621 9.20284 36.0771 9.56389 36.4569C9.92495 36.8366 10.4146 37.05 10.9253 37.05Z" fill="url(#paint0_linear_10250_27631)"></path>
310
- <path fill-rule="evenodd" clip-rule="evenodd" d="M48.1452 28C46.9604 28 46 28.9604 46 30.1452V49.8548C46 51.0396 46.9604 52 48.1452 52H81.8548C83.0396 52 84 51.0396 84 49.8548V30.1452C84 28.9604 83.0396 28 81.8548 28H48.1452ZM67.4204 37.493C67.2399 37.2145 66.9431 37.05 66.6263 37.05C66.3094 37.05 66.0086 37.2145 65.8321 37.493L62.3426 42.8761L61.2797 41.4797C61.0952 41.2392 60.8184 41.1 60.5296 41.1C60.2408 41.1 59.9601 41.2392 59.7796 41.4797L57.2126 44.8547C56.9799 45.1584 56.9358 45.5761 57.0963 45.9262C57.2567 46.2764 57.5936 46.5 57.9626 46.5H71.4394C71.7964 46.5 72.1253 46.2933 72.2897 45.96C72.4542 45.6267 72.4341 45.2259 72.2336 44.918L67.4204 37.493ZM58.9253 37.05C59.4359 37.05 59.9256 36.8366 60.2866 36.4569C60.6477 36.0771 60.8505 35.5621 60.8505 35.025C60.8505 34.4879 60.6477 33.9729 60.2866 33.5931C59.9256 33.2134 59.4359 33 58.9253 33C58.4146 33 57.9249 33.2134 57.5639 33.5931C57.2028 33.9729 57 34.4879 57 35.025C57 35.5621 57.2028 36.0771 57.5639 36.4569C57.9249 36.8366 58.4146 37.05 58.9253 37.05Z" fill="currentColor"></path>
311
- <path fill-rule="evenodd" clip-rule="evenodd" d="M96.1452 28C94.9604 28 94 28.9604 94 30.1452V49.8548C94 51.0396 94.9604 52 96.1452 52H129.855C131.04 52 132 51.0396 132 49.8548V30.1452C132 28.9604 131.04 28 129.855 28H96.1452ZM115.42 37.493C115.24 37.2145 114.943 37.05 114.626 37.05C114.309 37.05 114.009 37.2145 113.832 37.493L110.343 42.8761L109.28 41.4797C109.095 41.2392 108.818 41.1 108.53 41.1C108.241 41.1 107.96 41.2392 107.78 41.4797L105.213 44.8547C104.98 45.1584 104.936 45.5761 105.096 45.9262C105.257 46.2764 105.594 46.5 105.963 46.5H119.439C119.796 46.5 120.125 46.2933 120.29 45.96C120.454 45.6267 120.434 45.2259 120.234 44.918L115.42 37.493ZM106.925 37.05C107.436 37.05 107.926 36.8366 108.287 36.4569C108.648 36.0771 108.851 35.5621 108.851 35.025C108.851 34.4879 108.648 33.9729 108.287 33.5931C107.926 33.2134 107.436 33 106.925 33C106.415 33 105.925 33.2134 105.564 33.5931C105.203 33.9729 105 34.4879 105 35.025C105 35.5621 105.203 36.0771 105.564 36.4569C105.925 36.8366 106.415 37.05 106.925 37.05Z" fill="url(#paint1_linear_10250_27631)"></path>
312
- </g>
313
- <defs>
314
- <linearGradient id="paint0_linear_10250_27631" x1="-0.190476" y1="40" x2="36" y2="40" gradientUnits="userSpaceOnUse">
315
- <stop offset="0.563469" stop-color="currentColor"></stop>
316
- </linearGradient>
317
- <linearGradient id="paint1_linear_10250_27631" x1="95.8095" y1="40" x2="132" y2="40" gradientUnits="userSpaceOnUse">
318
- <stop offset="0.254589" stop-color="currentColor"></stop>
319
- </linearGradient>
320
- <clipPath id="clip0_10250_27631">
321
- <path d="M0 3C0 1.34315 1.34315 0 3 0H123C124.657 0 126 1.34315 126 3V77C126 78.6569 124.657 80 123 80H3C1.34315 80 0 78.6569 0 77V3Z" fill="white"></path>
322
- </clipPath>
323
- </defs>
324
- </svg>`, K = `<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
325
- <rect x="8" y="30" width="32" height="2" fill="currentColor"></rect>
326
- <rect x="8" y="12" width="32" height="8" rx="4" fill="currentColor"></rect>
327
- <rect x="56" y="12" width="32" height="8" rx="4" fill="currentColor"></rect>
328
- </svg>`, e2 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
329
- <path d="M15.964 6.03575C17.345 4.65475 19.583 4.65475 20.964 6.03575V6.03575C22.345 7.41675 22.345 9.65475 20.964 11.0357L15.085 16.9148C13.704 18.2958 11.466 18.2958 10.085 16.9148V16.9148C8.70401 15.5338 8.70401 13.2958 10.085 11.9148L10.964 11.0357" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
330
- <path d="M8.036 18.9636C6.655 20.3446 4.417 20.3446 3.036 18.9636V18.9636C1.655 17.5826 1.655 15.3446 3.036 13.9636L8.915 8.08458C10.296 6.70358 12.534 6.70358 13.915 8.08458V8.08458C15.296 9.46558 15.296 11.7036 13.915 13.0846L13 13.9996" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
331
- </svg>
332
- `, z2 = {
333
- name: "Interactive",
334
- elements: [
335
- {
336
- name: "Button",
337
- template: /* @__PURE__ */ e(
338
- t,
339
- {
340
- dangerouslySetInnerHTML: {
341
- __html: "Button"
342
- },
343
- is: y
344
- }
345
- ),
346
- icon: { source: Y, height: 32 }
347
- },
348
- {
349
- name: "Link",
350
- template: /* @__PURE__ */ e(t, { is: N }),
351
- icon: { source: e2, height: 32 }
352
- },
353
- {
354
- name: "Carousel",
355
- template: /* @__PURE__ */ e(
356
- t,
357
- {
358
- is: L,
359
- slidesPerView: 2,
360
- spaceBetween: 8,
361
- md: {
362
- slidesPerView: 3
363
- },
364
- lg: {
365
- slidesPerView: 4
366
- },
367
- children: l(6).map((o) => /* @__PURE__ */ e(t, { is: f, canvas: !0 }, o))
368
- }
369
- ),
370
- icon: { source: X, height: 32 }
371
- },
372
- {
373
- name: "Marquee",
374
- template: /* @__PURE__ */ e(t, { is: _, children: l(10).map((o) => /* @__PURE__ */ e(t, { canvas: !0, is: T }, o)) }),
375
- icon: { source: J, height: 32 }
376
- },
377
- {
378
- name: "Tabs",
379
- template: /* @__PURE__ */ r(
380
- t,
381
- {
382
- is: b,
383
- sx: {
384
- width: "100%"
385
- },
386
- children: [
387
- /* @__PURE__ */ e(t, { is: B, children: l(3).map((o) => {
388
- const u = `Tab ${o + 1}`;
389
- return /* @__PURE__ */ e(
390
- t,
391
- {
392
- canvas: !0,
393
- is: A,
394
- dangerouslySetInnerHTML: {
395
- __html: u
396
- }
397
- },
398
- o
399
- );
400
- }) }),
401
- /* @__PURE__ */ e(t, { is: j, children: l(3).map((o) => /* @__PURE__ */ e(t, { canvas: !0, is: E }, o)) })
402
- ]
403
- }
404
- ),
405
- icon: { source: K, height: 40 }
406
- }
407
- ]
408
- }, t2 = `<svg fill="currentColor" width="24" height="24" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
409
- <title>h</title>
410
- <path d="M25.264 3.993h-0.928c-0.442 0-0.8 0.358-0.801 0.8v9.952h-15.038v-9.952c-0-0.442-0.358-0.8-0.8-0.8h-0.928c-0.442 0-0.8 0.358-0.8 0.8v22.4c0 0.442 0.358 0.8 0.8 0.801h0.928c0.442-0.001 0.8-0.359 0.8-0.801v0-9.952h15.038v9.952c0.001 0.442 0.359 0.8 0.801 0.801h0.928c0.442-0.001 0.8-0.359 0.801-0.801v-22.4c-0.001-0.442-0.359-0.8-0.801-0.8h-0z"/>
411
- </svg>
412
- `, o2 = `<svg fill="currentColor" width="24" height="24" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
413
- <title>p</title>
414
- <path d="M24.223 6.397c-1.592-1.495-3.741-2.413-6.104-2.413-0.137 0-0.274 0.003-0.41 0.009l0.019-0.001h-8.416c-0.442 0-0.8 0.358-0.8 0.8v22.4c0 0.442 0.358 0.8 0.8 0.801h0.928c0.442-0.001 0.8-0.359 0.8-0.801v0-6.561h6.688c0.117 0.005 0.253 0.009 0.391 0.009 2.363 0 4.512-0.918 6.108-2.417l-0.005 0.004c1.521-1.457 2.466-3.504 2.466-5.772 0-0.050-0-0.101-0.001-0.151l0 0.008c0.001-0.042 0.001-0.093 0.001-0.143 0-2.268-0.945-4.316-2.463-5.771l-0.003-0.003zM11.040 6.521h6.624c0.12-0.008 0.259-0.012 0.4-0.012 1.678 0 3.208 0.636 4.361 1.68l-0.006-0.005c1.054 0.998 1.709 2.407 1.709 3.969 0 0.056-0.001 0.112-0.003 0.168l0-0.008c0.001 0.047 0.002 0.101 0.002 0.156 0 1.569-0.656 2.985-1.709 3.988l-0.002 0.002c-1.145 1.047-2.676 1.689-4.357 1.689-0.14 0-0.278-0.004-0.416-0.013l0.019 0.001h-6.624z"/>
415
- </svg>
416
- `, U2 = {
417
- name: "Text",
418
- elements: [
419
- {
420
- name: "Heading",
421
- template: /* @__PURE__ */ e(
422
- t,
423
- {
424
- dangerouslySetInnerHTML: {
425
- __html: "Your heading text goes here"
426
- },
427
- as: "h2",
428
- sizeVariant: "4xl",
429
- md: { sizeVariant: "5xl" },
430
- is: h
431
- }
432
- ),
433
- icon: { source: t2, height: 32 }
434
- },
435
- {
436
- name: "Paragraph",
437
- template: /* @__PURE__ */ e(
438
- t,
439
- {
440
- dangerouslySetInnerHTML: {
441
- __html: "Replace this text with your content"
442
- },
443
- is: n
444
- }
445
- ),
446
- icon: { source: o2, height: 32 }
447
- }
448
- ]
449
- }, n2 = `<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
450
- <path opacity="0.96" d="M6.66797 28.1193C6.02592 28.1193 5.47905 27.9446 5.02734 27.5952C4.57564 27.2429 4.23047 26.733 3.99183 26.0653C3.7532 25.3949 3.63388 24.5852 3.63388 23.6364C3.63388 22.6932 3.7532 21.8878 3.99183 21.2202C4.23331 20.5497 4.5799 20.0384 5.03161 19.6861C5.48615 19.331 6.03161 19.1534 6.66797 19.1534C7.30433 19.1534 7.84837 19.331 8.30007 19.6861C8.75462 20.0384 9.10121 20.5497 9.33984 21.2202C9.58132 21.8878 9.70206 22.6932 9.70206 23.6364C9.70206 24.5852 9.58274 25.3949 9.34411 26.0653C9.10547 26.733 8.7603 27.2429 8.30859 27.5952C7.85689 27.9446 7.31001 28.1193 6.66797 28.1193ZM6.66797 27.1818C7.30433 27.1818 7.79865 26.875 8.15092 26.2614C8.5032 25.6477 8.67933 24.7727 8.67933 23.6364C8.67933 22.8807 8.59837 22.2372 8.43643 21.706C8.27734 21.1747 8.04723 20.7699 7.74609 20.4915C7.4478 20.2131 7.08842 20.0739 6.66797 20.0739C6.03729 20.0739 5.54439 20.3849 5.18928 21.0071C4.83416 21.6264 4.65661 22.5028 4.65661 23.6364C4.65661 24.392 4.73615 25.0341 4.89524 25.5625C5.05433 26.0909 5.28303 26.4929 5.58132 26.7685C5.88246 27.044 6.24467 27.1818 6.66797 27.1818ZM14.168 28.1193C13.5259 28.1193 12.979 27.9446 12.5273 27.5952C12.0756 27.2429 11.7305 26.733 11.4918 26.0653C11.2532 25.3949 11.1339 24.5852 11.1339 23.6364C11.1339 22.6932 11.2532 21.8878 11.4918 21.2202C11.7333 20.5497 12.0799 20.0384 12.5316 19.6861C12.9862 19.331 13.5316 19.1534 14.168 19.1534C14.8043 19.1534 15.3484 19.331 15.8001 19.6861C16.2546 20.0384 16.6012 20.5497 16.8398 21.2202C17.0813 21.8878 17.2021 22.6932 17.2021 23.6364C17.2021 24.5852 17.0827 25.3949 16.8441 26.0653C16.6055 26.733 16.2603 27.2429 15.8086 27.5952C15.3569 27.9446 14.81 28.1193 14.168 28.1193ZM14.168 27.1818C14.8043 27.1818 15.2987 26.875 15.6509 26.2614C16.0032 25.6477 16.1793 24.7727 16.1793 23.6364C16.1793 22.8807 16.0984 22.2372 15.9364 21.706C15.7773 21.1747 15.5472 20.7699 15.2461 20.4915C14.9478 20.2131 14.5884 20.0739 14.168 20.0739C13.5373 20.0739 13.0444 20.3849 12.6893 21.0071C12.3342 21.6264 12.1566 22.5028 12.1566 23.6364C12.1566 24.392 12.2362 25.0341 12.3952 25.5625C12.5543 26.0909 12.783 26.4929 13.0813 26.7685C13.3825 27.044 13.7447 27.1818 14.168 27.1818ZM22.9464 26.8835C22.7362 26.8835 22.5558 26.8082 22.4052 26.6577C22.2546 26.5071 22.1793 26.3267 22.1793 26.1165C22.1793 25.9062 22.2546 25.7259 22.4052 25.5753C22.5558 25.4247 22.7362 25.3494 22.9464 25.3494C23.1566 25.3494 23.337 25.4247 23.4876 25.5753C23.6381 25.7259 23.7134 25.9062 23.7134 26.1165C23.7134 26.2557 23.6779 26.3835 23.6069 26.5C23.5387 26.6165 23.4464 26.7102 23.3299 26.7812C23.2163 26.8494 23.0884 26.8835 22.9464 26.8835ZM22.9464 22.4688C22.7362 22.4688 22.5558 22.3935 22.4052 22.2429C22.2546 22.0923 22.1793 21.9119 22.1793 21.7017C22.1793 21.4915 22.2546 21.3111 22.4052 21.1605C22.5558 21.0099 22.7362 20.9347 22.9464 20.9347C23.1566 20.9347 23.337 21.0099 23.4876 21.1605C23.6381 21.3111 23.7134 21.4915 23.7134 21.7017C23.7134 21.8409 23.6779 21.9688 23.6069 22.0852C23.5387 22.2017 23.4464 22.2955 23.3299 22.3665C23.2163 22.4347 23.0884 22.4688 22.9464 22.4688ZM31.7227 28.1193C31.0806 28.1193 30.5337 27.9446 30.082 27.5952C29.6303 27.2429 29.2852 26.733 29.0465 26.0653C28.8079 25.3949 28.6886 24.5852 28.6886 23.6364C28.6886 22.6932 28.8079 21.8878 29.0465 21.2202C29.288 20.5497 29.6346 20.0384 30.0863 19.6861C30.5408 19.331 31.0863 19.1534 31.7227 19.1534C32.359 19.1534 32.9031 19.331 33.3548 19.6861C33.8093 20.0384 34.1559 20.5497 34.3945 21.2202C34.636 21.8878 34.7567 22.6932 34.7567 23.6364C34.7567 24.5852 34.6374 25.3949 34.3988 26.0653C34.1602 26.733 33.815 27.2429 33.3633 27.5952C32.9116 27.9446 32.3647 28.1193 31.7227 28.1193ZM31.7227 27.1818C32.359 27.1818 32.8533 26.875 33.2056 26.2614C33.5579 25.6477 33.734 24.7727 33.734 23.6364C33.734 22.8807 33.6531 22.2372 33.4911 21.706C33.332 21.1747 33.1019 20.7699 32.8008 20.4915C32.5025 20.2131 32.1431 20.0739 31.7227 20.0739C31.092 20.0739 30.5991 20.3849 30.244 21.0071C29.8888 21.6264 29.7113 22.5028 29.7113 23.6364C29.7113 24.392 29.7908 25.0341 29.9499 25.5625C30.109 26.0909 30.3377 26.4929 30.636 26.7685C30.9371 27.044 31.2994 27.1818 31.7227 27.1818ZM39.2227 28.1193C38.5806 28.1193 38.0337 27.9446 37.582 27.5952C37.1303 27.2429 36.7852 26.733 36.5465 26.0653C36.3079 25.3949 36.1886 24.5852 36.1886 23.6364C36.1886 22.6932 36.3079 21.8878 36.5465 21.2202C36.788 20.5497 37.1346 20.0384 37.5863 19.6861C38.0408 19.331 38.5863 19.1534 39.2227 19.1534C39.859 19.1534 40.4031 19.331 40.8548 19.6861C41.3093 20.0384 41.6559 20.5497 41.8945 21.2202C42.136 21.8878 42.2567 22.6932 42.2567 23.6364C42.2567 24.5852 42.1374 25.3949 41.8988 26.0653C41.6602 26.733 41.315 27.2429 40.8633 27.5952C40.4116 27.9446 39.8647 28.1193 39.2227 28.1193ZM39.2227 27.1818C39.859 27.1818 40.3533 26.875 40.7056 26.2614C41.0579 25.6477 41.234 24.7727 41.234 23.6364C41.234 22.8807 41.1531 22.2372 40.9911 21.706C40.832 21.1747 40.6019 20.7699 40.3008 20.4915C40.0025 20.2131 39.6431 20.0739 39.2227 20.0739C38.592 20.0739 38.0991 20.3849 37.744 21.0071C37.3888 21.6264 37.2113 22.5028 37.2113 23.6364C37.2113 24.392 37.2908 25.0341 37.4499 25.5625C37.609 26.0909 37.8377 26.4929 38.136 26.7685C38.4371 27.044 38.7994 27.1818 39.2227 27.1818ZM48.0011 26.8835C47.7908 26.8835 47.6104 26.8082 47.4599 26.6577C47.3093 26.5071 47.234 26.3267 47.234 26.1165C47.234 25.9062 47.3093 25.7259 47.4599 25.5753C47.6104 25.4247 47.7908 25.3494 48.0011 25.3494C48.2113 25.3494 48.3917 25.4247 48.5423 25.5753C48.6928 25.7259 48.7681 25.9062 48.7681 26.1165C48.7681 26.2557 48.7326 26.3835 48.6616 26.5C48.5934 26.6165 48.5011 26.7102 48.3846 26.7812C48.271 26.8494 48.1431 26.8835 48.0011 26.8835ZM48.0011 22.4688C47.7908 22.4688 47.6104 22.3935 47.4599 22.2429C47.3093 22.0923 47.234 21.9119 47.234 21.7017C47.234 21.4915 47.3093 21.3111 47.4599 21.1605C47.6104 21.0099 47.7908 20.9347 48.0011 20.9347C48.2113 20.9347 48.3917 21.0099 48.5423 21.1605C48.6928 21.3111 48.7681 21.4915 48.7681 21.7017C48.7681 21.8409 48.7326 21.9688 48.6616 22.0852C48.5934 22.2017 48.5011 22.2955 48.3846 22.3665C48.271 22.4347 48.1431 22.4688 48.0011 22.4688ZM56.7773 28.1193C56.1353 28.1193 55.5884 27.9446 55.1367 27.5952C54.685 27.2429 54.3398 26.733 54.1012 26.0653C53.8626 25.3949 53.7433 24.5852 53.7433 23.6364C53.7433 22.6932 53.8626 21.8878 54.1012 21.2202C54.3427 20.5497 54.6893 20.0384 55.141 19.6861C55.5955 19.331 56.141 19.1534 56.7773 19.1534C57.4137 19.1534 57.9577 19.331 58.4094 19.6861C58.864 20.0384 59.2106 20.5497 59.4492 21.2202C59.6907 21.8878 59.8114 22.6932 59.8114 23.6364C59.8114 24.5852 59.6921 25.3949 59.4535 26.0653C59.2148 26.733 58.8697 27.2429 58.418 27.5952C57.9663 27.9446 57.4194 28.1193 56.7773 28.1193ZM56.7773 27.1818C57.4137 27.1818 57.908 26.875 58.2603 26.2614C58.6126 25.6477 58.7887 24.7727 58.7887 23.6364C58.7887 22.8807 58.7077 22.2372 58.5458 21.706C58.3867 21.1747 58.1566 20.7699 57.8555 20.4915C57.5572 20.2131 57.1978 20.0739 56.7773 20.0739C56.1467 20.0739 55.6538 20.3849 55.2987 21.0071C54.9435 21.6264 54.766 22.5028 54.766 23.6364C54.766 24.392 54.8455 25.0341 55.0046 25.5625C55.1637 26.0909 55.3924 26.4929 55.6907 26.7685C55.9918 27.044 56.354 27.1818 56.7773 27.1818ZM64.2773 28.1193C63.6353 28.1193 63.0884 27.9446 62.6367 27.5952C62.185 27.2429 61.8398 26.733 61.6012 26.0653C61.3626 25.3949 61.2433 24.5852 61.2433 23.6364C61.2433 22.6932 61.3626 21.8878 61.6012 21.2202C61.8427 20.5497 62.1893 20.0384 62.641 19.6861C63.0955 19.331 63.641 19.1534 64.2773 19.1534C64.9137 19.1534 65.4577 19.331 65.9094 19.6861C66.364 20.0384 66.7106 20.5497 66.9492 21.2202C67.1907 21.8878 67.3114 22.6932 67.3114 23.6364C67.3114 24.5852 67.1921 25.3949 66.9535 26.0653C66.7148 26.733 66.3697 27.2429 65.918 27.5952C65.4663 27.9446 64.9194 28.1193 64.2773 28.1193ZM64.2773 27.1818C64.9137 27.1818 65.408 26.875 65.7603 26.2614C66.1126 25.6477 66.2887 24.7727 66.2887 23.6364C66.2887 22.8807 66.2077 22.2372 66.0458 21.706C65.8867 21.1747 65.6566 20.7699 65.3555 20.4915C65.0572 20.2131 64.6978 20.0739 64.2773 20.0739C63.6467 20.0739 63.1538 20.3849 62.7987 21.0071C62.4435 21.6264 62.266 22.5028 62.266 23.6364C62.266 24.392 62.3455 25.0341 62.5046 25.5625C62.6637 26.0909 62.8924 26.4929 63.1907 26.7685C63.4918 27.044 63.854 27.1818 64.2773 27.1818ZM73.0558 26.8835C72.8455 26.8835 72.6651 26.8082 72.5146 26.6577C72.364 26.5071 72.2887 26.3267 72.2887 26.1165C72.2887 25.9062 72.364 25.7259 72.5146 25.5753C72.6651 25.4247 72.8455 25.3494 73.0558 25.3494C73.266 25.3494 73.4464 25.4247 73.5969 25.5753C73.7475 25.7259 73.8228 25.9062 73.8228 26.1165C73.8228 26.2557 73.7873 26.3835 73.7163 26.5C73.6481 26.6165 73.5558 26.7102 73.4393 26.7812C73.3256 26.8494 73.1978 26.8835 73.0558 26.8835ZM73.0558 22.4688C72.8455 22.4688 72.6651 22.3935 72.5146 22.2429C72.364 22.0923 72.2887 21.9119 72.2887 21.7017C72.2887 21.4915 72.364 21.3111 72.5146 21.1605C72.6651 21.0099 72.8455 20.9347 73.0558 20.9347C73.266 20.9347 73.4464 21.0099 73.5969 21.1605C73.7475 21.3111 73.8228 21.4915 73.8228 21.7017C73.8228 21.8409 73.7873 21.9688 73.7163 22.0852C73.6481 22.2017 73.5558 22.2955 73.4393 22.3665C73.3256 22.4347 73.1978 22.4688 73.0558 22.4688ZM81.832 28.1193C81.19 28.1193 80.6431 27.9446 80.1914 27.5952C79.7397 27.2429 79.3945 26.733 79.1559 26.0653C78.9173 25.3949 78.7979 24.5852 78.7979 23.6364C78.7979 22.6932 78.9173 21.8878 79.1559 21.2202C79.3974 20.5497 79.744 20.0384 80.1957 19.6861C80.6502 19.331 81.1957 19.1534 81.832 19.1534C82.4684 19.1534 83.0124 19.331 83.4641 19.6861C83.9187 20.0384 84.2653 20.5497 84.5039 21.2202C84.7454 21.8878 84.8661 22.6932 84.8661 23.6364C84.8661 24.5852 84.7468 25.3949 84.5082 26.0653C84.2695 26.733 83.9244 27.2429 83.4727 27.5952C83.021 27.9446 82.4741 28.1193 81.832 28.1193ZM81.832 27.1818C82.4684 27.1818 82.9627 26.875 83.315 26.2614C83.6673 25.6477 83.8434 24.7727 83.8434 23.6364C83.8434 22.8807 83.7624 22.2372 83.6005 21.706C83.4414 21.1747 83.2113 20.7699 82.9102 20.4915C82.6119 20.2131 82.2525 20.0739 81.832 20.0739C81.2013 20.0739 80.7085 20.3849 80.3533 21.0071C79.9982 21.6264 79.8207 22.5028 79.8207 23.6364C79.8207 24.392 79.9002 25.0341 80.0593 25.5625C80.2184 26.0909 80.4471 26.4929 80.7454 26.7685C81.0465 27.044 81.4087 27.1818 81.832 27.1818ZM89.332 28.1193C88.69 28.1193 88.1431 27.9446 87.6914 27.5952C87.2397 27.2429 86.8945 26.733 86.6559 26.0653C86.4173 25.3949 86.2979 24.5852 86.2979 23.6364C86.2979 22.6932 86.4173 21.8878 86.6559 21.2202C86.8974 20.5497 87.244 20.0384 87.6957 19.6861C88.1502 19.331 88.6957 19.1534 89.332 19.1534C89.9684 19.1534 90.5124 19.331 90.9641 19.6861C91.4187 20.0384 91.7653 20.5497 92.0039 21.2202C92.2454 21.8878 92.3661 22.6932 92.3661 23.6364C92.3661 24.5852 92.2468 25.3949 92.0082 26.0653C91.7695 26.733 91.4244 27.2429 90.9727 27.5952C90.521 27.9446 89.9741 28.1193 89.332 28.1193ZM89.332 27.1818C89.9684 27.1818 90.4627 26.875 90.815 26.2614C91.1673 25.6477 91.3434 24.7727 91.3434 23.6364C91.3434 22.8807 91.2624 22.2372 91.1005 21.706C90.9414 21.1747 90.7113 20.7699 90.4102 20.4915C90.1119 20.2131 89.7525 20.0739 89.332 20.0739C88.7013 20.0739 88.2085 20.3849 87.8533 21.0071C87.4982 21.6264 87.3207 22.5028 87.3207 23.6364C87.3207 24.392 87.4002 25.0341 87.5593 25.5625C87.7184 26.0909 87.9471 26.4929 88.2454 26.7685C88.5465 27.044 88.9087 27.1818 89.332 27.1818Z" fill="#F9F9F9"/>
451
- </svg>
452
- `, q2 = {
453
- name: "Utilities",
454
- elements: [
455
- {
456
- name: "Countdown timer",
457
- template: /* @__PURE__ */ e(
458
- t,
459
- {
460
- is: P,
461
- omit: {
462
- days: !0
463
- },
464
- date: z().add(1, "week").toDate(),
465
- sx: {
466
- justifyContent: "center",
467
- columnGap: 8,
468
- rowGap: 8,
469
- sm: {
470
- paddingLeft: 24,
471
- paddingRight: 24
472
- }
473
- },
474
- unitItemProps: {
475
- sx: {
476
- backgroundColor: c("neutral.100"),
477
- borderTopLeftRadius: 8,
478
- borderTopRightRadius: 8,
479
- borderBottomLeftRadius: 8,
480
- borderBottomRightRadius: 8,
481
- paddingTop: 6,
482
- paddingRight: 16,
483
- paddingBottom: 6,
484
- paddingLeft: 16
485
- }
486
- },
487
- timeProps: {
488
- sx: {
489
- fontWeight: 600
490
- },
491
- sizeVariant: "xl",
492
- md: {
493
- sizeVariant: "2xl"
494
- }
495
- },
496
- captionProps: {
497
- sx: {
498
- color: c("neutral.500")
499
- }
500
- },
501
- units: [
502
- {
503
- value: "days",
504
- caption: "Days"
505
- },
506
- {
507
- value: "hours",
508
- caption: "Hours"
509
- },
510
- {
511
- value: "minutes",
512
- caption: "Minutes"
513
- },
514
- {
515
- value: "seconds",
516
- caption: "Seconds"
517
- }
518
- ]
519
- }
520
- ),
521
- icon: { source: n2, height: 48 }
522
- }
523
- ]
524
- }, w = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
32
+ const m = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
525
33
  <path d="M17.0021 19.5031H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
526
34
  <path d="M8.99875 14.5012H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
527
35
  <path d="M8.99875 9.49874H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
@@ -529,13 +37,13 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
529
37
  <path d="M19.0029 8.97259C20.3915 10.3612 20.3915 12.6121 19.0029 14.0007C17.6143 15.3893 15.3634 15.3893 13.9748 14.0007C12.5862 12.6121 12.5862 10.3612 13.9748 8.97259C15.3634 7.58401 17.6143 7.58401 19.0029 8.97259" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
530
38
  <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0037 16.0018L19.0029 14.001L21.0037 16.0018Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
531
39
  </svg>
532
- `, O2 = {
40
+ `, Y = {
533
41
  name: "Hero",
534
- icon: { source: w },
535
- sections: [
42
+ icon: { source: m },
43
+ templates: [
536
44
  {
537
- template: /* @__PURE__ */ e(C, { children: /* @__PURE__ */ r(
538
- m,
45
+ template: /* @__PURE__ */ e(s, { children: /* @__PURE__ */ o(
46
+ h,
539
47
  {
540
48
  sx: {
541
49
  sm: {
@@ -546,8 +54,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
546
54
  cols: 2
547
55
  },
548
56
  children: [
549
- /* @__PURE__ */ r(
550
- d,
57
+ /* @__PURE__ */ o(
58
+ a,
551
59
  {
552
60
  sx: {
553
61
  order: 1,
@@ -557,7 +65,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
557
65
  },
558
66
  children: [
559
67
  /* @__PURE__ */ e(
560
- h,
68
+ d,
561
69
  {
562
70
  as: "h1",
563
71
  sizeVariant: "4xl",
@@ -572,13 +80,13 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
572
80
  sizeVariant: "5xl"
573
81
  },
574
82
  dangerouslySetInnerHTML: {
575
- __html: I(
576
- /* @__PURE__ */ r(x, { children: [
83
+ __html: p(
84
+ /* @__PURE__ */ o(c, { children: [
577
85
  /* @__PURE__ */ e(
578
86
  "span",
579
87
  {
580
88
  style: {
581
- color: c("primary.600")
89
+ color: u("primary.600")
582
90
  },
583
91
  children: "Boost Performance:"
584
92
  }
@@ -591,7 +99,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
591
99
  }
592
100
  ),
593
101
  /* @__PURE__ */ e(
594
- n,
102
+ t,
595
103
  {
596
104
  sx: {
597
105
  marginTop: 12,
@@ -606,7 +114,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
606
114
  }
607
115
  ),
608
116
  /* @__PURE__ */ e(
609
- y,
117
+ x,
610
118
  {
611
119
  sx: {
612
120
  marginTop: 32,
@@ -623,20 +131,20 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
623
131
  ]
624
132
  }
625
133
  ),
626
- /* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(g, { src: "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png" }) })
134
+ /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(g, { src: "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png" }) })
627
135
  ]
628
136
  }
629
137
  ) })
630
138
  }
631
139
  ]
632
- }, F2 = {
140
+ }, ee = {
633
141
  name: "FAQs",
634
- icon: { source: w },
635
- sections: [
142
+ icon: { source: m },
143
+ templates: [
636
144
  {
637
- template: /* @__PURE__ */ r(C, { children: [
145
+ template: /* @__PURE__ */ o(s, { children: [
638
146
  /* @__PURE__ */ e(
639
- h,
147
+ d,
640
148
  {
641
149
  dangerouslySetInnerHTML: {
642
150
  __html: "Frequently Asked Questions"
@@ -653,8 +161,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
653
161
  md: { sizeVariant: "5xl" }
654
162
  }
655
163
  ),
656
- /* @__PURE__ */ r(
657
- M,
164
+ /* @__PURE__ */ o(
165
+ f,
658
166
  {
659
167
  openMode: "single",
660
168
  accordionSummaryProps: {
@@ -674,8 +182,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
674
182
  expandIcon: {
675
183
  position: "right",
676
184
  source: {
677
- expanded: R,
678
- collapsed: G
185
+ expanded: y,
186
+ collapsed: T
679
187
  }
680
188
  }
681
189
  },
@@ -686,9 +194,9 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
686
194
  }
687
195
  },
688
196
  children: [
689
- /* @__PURE__ */ r(i, { defaultOpen: !0, children: [
690
- /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
691
- n,
197
+ /* @__PURE__ */ o(r, { defaultOpen: !0, children: [
198
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
199
+ t,
692
200
  {
693
201
  sizeVariant: "base",
694
202
  dangerouslySetInnerHTML: {
@@ -696,8 +204,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
696
204
  }
697
205
  }
698
206
  ) }),
699
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
700
- n,
207
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
208
+ t,
701
209
  {
702
210
  dangerouslySetInnerHTML: {
703
211
  __html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
@@ -705,9 +213,9 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
705
213
  }
706
214
  ) })
707
215
  ] }),
708
- /* @__PURE__ */ r(i, { children: [
709
- /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
710
- n,
216
+ /* @__PURE__ */ o(r, { children: [
217
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
218
+ t,
711
219
  {
712
220
  sizeVariant: "base",
713
221
  dangerouslySetInnerHTML: {
@@ -715,8 +223,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
715
223
  }
716
224
  }
717
225
  ) }),
718
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
719
- n,
226
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
227
+ t,
720
228
  {
721
229
  dangerouslySetInnerHTML: {
722
230
  __html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
@@ -724,9 +232,9 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
724
232
  }
725
233
  ) })
726
234
  ] }),
727
- /* @__PURE__ */ r(i, { children: [
728
- /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
729
- n,
235
+ /* @__PURE__ */ o(r, { children: [
236
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
237
+ t,
730
238
  {
731
239
  sizeVariant: "base",
732
240
  dangerouslySetInnerHTML: {
@@ -734,8 +242,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
734
242
  }
735
243
  }
736
244
  ) }),
737
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
738
- n,
245
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
246
+ t,
739
247
  {
740
248
  dangerouslySetInnerHTML: {
741
249
  __html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
@@ -743,9 +251,9 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
743
251
  }
744
252
  ) })
745
253
  ] }),
746
- /* @__PURE__ */ r(i, { children: [
747
- /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
748
- n,
254
+ /* @__PURE__ */ o(r, { children: [
255
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
256
+ t,
749
257
  {
750
258
  sizeVariant: "base",
751
259
  dangerouslySetInnerHTML: {
@@ -753,8 +261,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
753
261
  }
754
262
  }
755
263
  ) }),
756
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
757
- n,
264
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
265
+ t,
758
266
  {
759
267
  dangerouslySetInnerHTML: {
760
268
  __html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
@@ -762,9 +270,9 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
762
270
  }
763
271
  ) })
764
272
  ] }),
765
- /* @__PURE__ */ r(i, { children: [
766
- /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
767
- n,
273
+ /* @__PURE__ */ o(r, { children: [
274
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
275
+ t,
768
276
  {
769
277
  sizeVariant: "base",
770
278
  dangerouslySetInnerHTML: {
@@ -772,8 +280,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
772
280
  }
773
281
  }
774
282
  ) }),
775
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
776
- n,
283
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
284
+ t,
777
285
  {
778
286
  dangerouslySetInnerHTML: {
779
287
  __html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
@@ -781,9 +289,9 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
781
289
  }
782
290
  ) })
783
291
  ] }),
784
- /* @__PURE__ */ r(i, { children: [
785
- /* @__PURE__ */ e(s, { children: /* @__PURE__ */ e(
786
- n,
292
+ /* @__PURE__ */ o(r, { children: [
293
+ /* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
294
+ t,
787
295
  {
788
296
  sizeVariant: "base",
789
297
  dangerouslySetInnerHTML: {
@@ -791,8 +299,8 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
791
299
  }
792
300
  }
793
301
  ) }),
794
- /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
795
- n,
302
+ /* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(
303
+ t,
796
304
  {
797
305
  dangerouslySetInnerHTML: {
798
306
  __html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
@@ -806,7 +314,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
806
314
  ] })
807
315
  }
808
316
  ]
809
- }, r2 = [
317
+ }, S = [
810
318
  {
811
319
  image: "https://ucarecdn.com/3c98ccba-611f-43aa-baee-8b70deaa56c4/-/format/auto/",
812
320
  title: "24/7 Friendly Support"
@@ -823,18 +331,18 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
823
331
  image: "https://ucarecdn.com/8a7a086c-1ef5-43a9-a036-daaf1f15a9f1/-/format/auto/",
824
332
  title: "Secure Online Payment"
825
333
  }
826
- ], W2 = {
334
+ ], te = {
827
335
  name: "Guarantee",
828
- icon: { source: w },
829
- sections: [
336
+ icon: { source: m },
337
+ templates: [
830
338
  {
831
- template: /* @__PURE__ */ r(C, { children: [
339
+ template: /* @__PURE__ */ o(s, { children: [
832
340
  /* @__PURE__ */ e(
833
- h,
341
+ d,
834
342
  {
835
343
  dangerouslySetInnerHTML: {
836
- __html: I(
837
- /* @__PURE__ */ r(x, { children: [
344
+ __html: p(
345
+ /* @__PURE__ */ o(c, { children: [
838
346
  "Why should you choose",
839
347
  /* @__PURE__ */ e("br", {}),
840
348
  "our product?"
@@ -852,14 +360,14 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
852
360
  }
853
361
  ),
854
362
  /* @__PURE__ */ e(
855
- n,
363
+ t,
856
364
  {
857
365
  dangerouslySetInnerHTML: {
858
366
  __html: "Experience our prestigious after-sales service."
859
367
  },
860
368
  sizeVariant: "base",
861
369
  sx: {
862
- color: c("neutral.500"),
370
+ color: u("neutral.500"),
863
371
  textAlign: "center",
864
372
  marginTop: 16,
865
373
  md: {
@@ -869,7 +377,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
869
377
  }
870
378
  ),
871
379
  /* @__PURE__ */ e(
872
- m,
380
+ h,
873
381
  {
874
382
  sx: {
875
383
  width: "100%",
@@ -885,7 +393,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
885
393
  md: {
886
394
  cols: 4
887
395
  },
888
- children: r2.map((o, u) => /* @__PURE__ */ r(d, { children: [
396
+ children: S.map((l, _) => /* @__PURE__ */ o(a, { children: [
889
397
  /* @__PURE__ */ e(
890
398
  g,
891
399
  {
@@ -894,14 +402,14 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
894
402
  marginLeft: "auto",
895
403
  marginRight: "auto"
896
404
  },
897
- src: o.image
405
+ src: l.image
898
406
  }
899
407
  ),
900
408
  /* @__PURE__ */ e(
901
- n,
409
+ t,
902
410
  {
903
411
  dangerouslySetInnerHTML: {
904
- __html: o.title
412
+ __html: l.title
905
413
  },
906
414
  sizeVariant: "lg",
907
415
  sx: {
@@ -911,7 +419,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
911
419
  }
912
420
  }
913
421
  )
914
- ] }, u))
422
+ ] }, _))
915
423
  }
916
424
  )
917
425
  ] })
@@ -919,14 +427,7 @@ const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
919
427
  ]
920
428
  };
921
429
  export {
922
- G2 as CAROUSEL_ELEMENT_GROUP,
923
- P2 as CONTENT_LIST_ELEMENT_GROUP,
924
- F2 as FAQS_SECTION_GROUP,
925
- W2 as GUARANTEE_SECTION_GROUP,
926
- O2 as HERO_SECTION_GROUP,
927
- z2 as INTERACTIVE_ELEMENT_GROUP,
928
- E2 as LAYOUT_ELEMENT_GROUP,
929
- R2 as MEDIA_ELEMENT_GROUP,
930
- U2 as TEXT_ELEMENT_GROUP,
931
- q2 as UTILITIES_ELEMENT_GROUP
430
+ ee as FAQS_SECTION_GROUP,
431
+ te as GUARANTEE_SECTION_GROUP,
432
+ Y as HERO_SECTION_GROUP
932
433
  };