@deneb-ui/cli 2.0.10 → 2.0.11
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/bin/index.js +16 -4
- package/package.json +3 -1
- package/src/recipes/ecommerce-storefront.json +1163 -0
- package/src/recipes/vanta-shoes-store.json +1138 -0
- package/src/tools/local-template-lab.cjs +1 -1
- package/src/tools/recipe-engine.cjs +158 -0
- package/src/tools/template-converter.cjs +218 -40
- package/src/tools/template-preview-focus-bridge.cjs +1 -1
|
@@ -0,0 +1,1138 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "vanta-shoes-store",
|
|
3
|
+
"label": "vanta-shoes-store",
|
|
4
|
+
"description": "Learned and saved recipe extracted from shoes_shop.",
|
|
5
|
+
"savedAt": "2026-09-08T15:46:21.569Z",
|
|
6
|
+
"signatures": {
|
|
7
|
+
"keywords": [
|
|
8
|
+
"vanta-shoes-store",
|
|
9
|
+
"store",
|
|
10
|
+
"shop",
|
|
11
|
+
"product"
|
|
12
|
+
],
|
|
13
|
+
"componentRoles": [
|
|
14
|
+
"Navbar",
|
|
15
|
+
"Hero",
|
|
16
|
+
"ProductGrid",
|
|
17
|
+
"ProductCard",
|
|
18
|
+
"Footer"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"gridRules": {
|
|
22
|
+
"cardComponentNames": [
|
|
23
|
+
"ProductCard",
|
|
24
|
+
"Card",
|
|
25
|
+
"ItemCard",
|
|
26
|
+
"ShoeCard"
|
|
27
|
+
],
|
|
28
|
+
"cardFields": [
|
|
29
|
+
{
|
|
30
|
+
"suffix": "Image",
|
|
31
|
+
"type": "image",
|
|
32
|
+
"label": "Image"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"suffix": "Badge",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"label": "Badge"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"suffix": "Category",
|
|
41
|
+
"type": "text",
|
|
42
|
+
"label": "Category"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"suffix": "Name",
|
|
46
|
+
"type": "text",
|
|
47
|
+
"label": "Title"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"suffix": "Price",
|
|
51
|
+
"type": "text",
|
|
52
|
+
"label": "Price"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"autoIndex": true,
|
|
56
|
+
"defaultCardPrefix": "product"
|
|
57
|
+
},
|
|
58
|
+
"sections": [
|
|
59
|
+
{
|
|
60
|
+
"id": "common",
|
|
61
|
+
"path": "common",
|
|
62
|
+
"type": "object",
|
|
63
|
+
"label": "Shared Storefront Content",
|
|
64
|
+
"fields": [
|
|
65
|
+
{
|
|
66
|
+
"key": "websiteTitle",
|
|
67
|
+
"type": "text",
|
|
68
|
+
"label": "Brand Name",
|
|
69
|
+
"required": true
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"key": "shortDescription",
|
|
73
|
+
"type": "textarea",
|
|
74
|
+
"label": "Brand Description"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"key": "logoUrl",
|
|
78
|
+
"type": "image",
|
|
79
|
+
"label": "Website Logo",
|
|
80
|
+
"recommendedWidth": 512,
|
|
81
|
+
"recommendedHeight": 512
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"key": "brandUrl",
|
|
85
|
+
"type": "text",
|
|
86
|
+
"label": "Brand Link URL"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"key": "headerCtaLabel",
|
|
90
|
+
"type": "text",
|
|
91
|
+
"label": "Header Button Label"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"key": "tagline",
|
|
95
|
+
"type": "text",
|
|
96
|
+
"label": "Brand Tagline"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"key": "navLabels",
|
|
100
|
+
"type": "object",
|
|
101
|
+
"label": "Navigation Labels",
|
|
102
|
+
"fields": [
|
|
103
|
+
{
|
|
104
|
+
"key": "home",
|
|
105
|
+
"type": "text",
|
|
106
|
+
"label": "Home Link"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"key": "shop",
|
|
110
|
+
"type": "text",
|
|
111
|
+
"label": "Shop Link"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"key": "collections",
|
|
115
|
+
"type": "text",
|
|
116
|
+
"label": "Collections Link"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"key": "about",
|
|
120
|
+
"type": "text",
|
|
121
|
+
"label": "About Link"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"key": "contact",
|
|
125
|
+
"type": "text",
|
|
126
|
+
"label": "Contact Link"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"key": "business",
|
|
132
|
+
"type": "object",
|
|
133
|
+
"label": "Business Information",
|
|
134
|
+
"fields": [
|
|
135
|
+
{
|
|
136
|
+
"key": "phone",
|
|
137
|
+
"type": "tel",
|
|
138
|
+
"label": "Phone Number"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"key": "whatsapp",
|
|
142
|
+
"type": "text",
|
|
143
|
+
"label": "WhatsApp Number"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"key": "email",
|
|
147
|
+
"type": "email",
|
|
148
|
+
"label": "Contact Email"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"key": "location",
|
|
152
|
+
"type": "object",
|
|
153
|
+
"label": "Store Location",
|
|
154
|
+
"fields": [
|
|
155
|
+
{
|
|
156
|
+
"key": "address",
|
|
157
|
+
"type": "text",
|
|
158
|
+
"label": "Street Address"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"key": "city",
|
|
162
|
+
"type": "text",
|
|
163
|
+
"label": "City"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"key": "country",
|
|
167
|
+
"type": "text",
|
|
168
|
+
"label": "Country"
|
|
169
|
+
}
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"key": "copyright",
|
|
176
|
+
"type": "text",
|
|
177
|
+
"label": "Copyright Text"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"key": "footer",
|
|
181
|
+
"type": "object",
|
|
182
|
+
"label": "Footer Content",
|
|
183
|
+
"fields": [
|
|
184
|
+
{
|
|
185
|
+
"key": "shopHeading",
|
|
186
|
+
"type": "text",
|
|
187
|
+
"label": "Shop Column Heading"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"key": "shopLink1",
|
|
191
|
+
"type": "text",
|
|
192
|
+
"label": "Shop Link 1"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"key": "shopLink2",
|
|
196
|
+
"type": "text",
|
|
197
|
+
"label": "Shop Link 2"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"key": "shopLink3",
|
|
201
|
+
"type": "text",
|
|
202
|
+
"label": "Shop Link 3"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"key": "shopLink4",
|
|
206
|
+
"type": "text",
|
|
207
|
+
"label": "Shop Link 4"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"key": "shopLink5",
|
|
211
|
+
"type": "text",
|
|
212
|
+
"label": "Shop Link 5"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"key": "brandHeading",
|
|
216
|
+
"type": "text",
|
|
217
|
+
"label": "Brand Column Heading"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"key": "brandLink1",
|
|
221
|
+
"type": "text",
|
|
222
|
+
"label": "Brand Link 1"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"key": "brandLink2",
|
|
226
|
+
"type": "text",
|
|
227
|
+
"label": "Brand Link 2"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"key": "brandLink3",
|
|
231
|
+
"type": "text",
|
|
232
|
+
"label": "Brand Link 3"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"key": "supportHeading",
|
|
236
|
+
"type": "text",
|
|
237
|
+
"label": "Support Column Heading"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"key": "supportLink1",
|
|
241
|
+
"type": "text",
|
|
242
|
+
"label": "Support Link 1"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"key": "supportLink2",
|
|
246
|
+
"type": "text",
|
|
247
|
+
"label": "Support Link 2"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"key": "supportLink3",
|
|
251
|
+
"type": "text",
|
|
252
|
+
"label": "Support Link 3"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"key": "contactHeading",
|
|
256
|
+
"type": "text",
|
|
257
|
+
"label": "Contact Column Heading"
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "home",
|
|
265
|
+
"path": "home",
|
|
266
|
+
"type": "object",
|
|
267
|
+
"label": "Home Showcase Content",
|
|
268
|
+
"fields": [
|
|
269
|
+
{
|
|
270
|
+
"key": "heroTitle",
|
|
271
|
+
"type": "text",
|
|
272
|
+
"label": "Hero Headline",
|
|
273
|
+
"required": true
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"key": "heroSummary",
|
|
277
|
+
"type": "textarea",
|
|
278
|
+
"label": "Hero Summary"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"key": "heroImage",
|
|
282
|
+
"type": "image",
|
|
283
|
+
"label": "Featured Shoe Image (Aero X)",
|
|
284
|
+
"recommendedWidth": 900,
|
|
285
|
+
"recommendedHeight": 600
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"key": "heroImageVelocity",
|
|
289
|
+
"type": "image",
|
|
290
|
+
"label": "Featured Shoe Image (Velocity)",
|
|
291
|
+
"recommendedWidth": 900,
|
|
292
|
+
"recommendedHeight": 600
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"key": "heroImageFlux",
|
|
296
|
+
"type": "image",
|
|
297
|
+
"label": "Featured Shoe Image (Flux 01)",
|
|
298
|
+
"recommendedWidth": 900,
|
|
299
|
+
"recommendedHeight": 600
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"key": "heroImageMono",
|
|
303
|
+
"type": "image",
|
|
304
|
+
"label": "Featured Shoe Image (Mono)",
|
|
305
|
+
"recommendedWidth": 900,
|
|
306
|
+
"recommendedHeight": 600
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"key": "heroDisplayLine1",
|
|
310
|
+
"type": "text",
|
|
311
|
+
"label": "Hero Background Word 1"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"key": "heroDisplayLine2",
|
|
315
|
+
"type": "text",
|
|
316
|
+
"label": "Hero Background Word 2"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"key": "heroSlideName",
|
|
320
|
+
"type": "text",
|
|
321
|
+
"label": "Hero Slide Name (Aero X)"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"key": "heroSlideDesc",
|
|
325
|
+
"type": "textarea",
|
|
326
|
+
"label": "Hero Slide Description (Aero X)"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"key": "heroSlideVelocityName",
|
|
330
|
+
"type": "text",
|
|
331
|
+
"label": "Hero Slide Name (Velocity)"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"key": "heroSlideVelocityDesc",
|
|
335
|
+
"type": "textarea",
|
|
336
|
+
"label": "Hero Slide Description (Velocity)"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"key": "heroSlideFluxName",
|
|
340
|
+
"type": "text",
|
|
341
|
+
"label": "Hero Slide Name (Flux 01)"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"key": "heroSlideFluxDesc",
|
|
345
|
+
"type": "textarea",
|
|
346
|
+
"label": "Hero Slide Description (Flux 01)"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"key": "heroSlideMonoName",
|
|
350
|
+
"type": "text",
|
|
351
|
+
"label": "Hero Slide Name (Mono)"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"key": "heroSlideMonoDesc",
|
|
355
|
+
"type": "textarea",
|
|
356
|
+
"label": "Hero Slide Description (Mono)"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"key": "primaryCtaLabel",
|
|
360
|
+
"type": "text",
|
|
361
|
+
"label": "Primary CTA Label"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"key": "secondaryCtaLabel",
|
|
365
|
+
"type": "text",
|
|
366
|
+
"label": "Secondary CTA Label"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"key": "tickerItem1",
|
|
370
|
+
"type": "text",
|
|
371
|
+
"label": "Ticker Item 1"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"key": "tickerItem2",
|
|
375
|
+
"type": "text",
|
|
376
|
+
"label": "Ticker Item 2"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"key": "tickerItem3",
|
|
380
|
+
"type": "text",
|
|
381
|
+
"label": "Ticker Item 3"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"key": "tickerItem4",
|
|
385
|
+
"type": "text",
|
|
386
|
+
"label": "Ticker Item 4"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"key": "tickerItem5",
|
|
390
|
+
"type": "text",
|
|
391
|
+
"label": "Ticker Item 5"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"key": "tickerItem6",
|
|
395
|
+
"type": "text",
|
|
396
|
+
"label": "Ticker Item 6"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"key": "tickerItem7",
|
|
400
|
+
"type": "text",
|
|
401
|
+
"label": "Ticker Item 7"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"key": "newArrivalsLabel",
|
|
405
|
+
"type": "text",
|
|
406
|
+
"label": "New Arrivals Section Label"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"key": "newArrivalsTitle",
|
|
410
|
+
"type": "text",
|
|
411
|
+
"label": "New Arrivals Title"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"key": "newArrivalsDesc",
|
|
415
|
+
"type": "textarea",
|
|
416
|
+
"label": "New Arrivals Description"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"key": "categoryLabel",
|
|
420
|
+
"type": "text",
|
|
421
|
+
"label": "Category Section Label"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"key": "categoryTitle",
|
|
425
|
+
"type": "text",
|
|
426
|
+
"label": "Category Section Title"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"key": "categoryDesc",
|
|
430
|
+
"type": "textarea",
|
|
431
|
+
"label": "Category Section Description"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"key": "editorialEyebrow",
|
|
435
|
+
"type": "text",
|
|
436
|
+
"label": "Editorial Eyebrow"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"key": "editorialTitle",
|
|
440
|
+
"type": "text",
|
|
441
|
+
"label": "Editorial Title"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"key": "editorialDesc",
|
|
445
|
+
"type": "textarea",
|
|
446
|
+
"label": "Editorial Description"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"key": "editorialCtaLabel",
|
|
450
|
+
"type": "text",
|
|
451
|
+
"label": "Editorial CTA Label"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"key": "editorialImage",
|
|
455
|
+
"type": "image",
|
|
456
|
+
"label": "Editorial Feature Image",
|
|
457
|
+
"recommendedWidth": 1200,
|
|
458
|
+
"recommendedHeight": 1400
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"key": "bestSellersLabel",
|
|
462
|
+
"type": "text",
|
|
463
|
+
"label": "Best Sellers Section Label"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"key": "bestSellersTitle",
|
|
467
|
+
"type": "text",
|
|
468
|
+
"label": "Best Sellers Title"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"key": "bestSellersDesc",
|
|
472
|
+
"type": "textarea",
|
|
473
|
+
"label": "Best Sellers Description"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"key": "storyLabel",
|
|
477
|
+
"type": "text",
|
|
478
|
+
"label": "Brand Story Section Label"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"key": "storyTitle",
|
|
482
|
+
"type": "text",
|
|
483
|
+
"label": "Brand Story Title"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"key": "storyDesc",
|
|
487
|
+
"type": "textarea",
|
|
488
|
+
"label": "Brand Story Description"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"key": "storyImage",
|
|
492
|
+
"type": "image",
|
|
493
|
+
"label": "Brand Story Image",
|
|
494
|
+
"recommendedWidth": 900,
|
|
495
|
+
"recommendedHeight": 700
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"key": "stat1Value",
|
|
499
|
+
"type": "text",
|
|
500
|
+
"label": "Stat 1 Value"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"key": "stat1Label",
|
|
504
|
+
"type": "text",
|
|
505
|
+
"label": "Stat 1 Label"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"key": "stat2Value",
|
|
509
|
+
"type": "text",
|
|
510
|
+
"label": "Stat 2 Value"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"key": "stat2Label",
|
|
514
|
+
"type": "text",
|
|
515
|
+
"label": "Stat 2 Label"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"key": "stat3Value",
|
|
519
|
+
"type": "text",
|
|
520
|
+
"label": "Stat 3 Value"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"key": "stat3Label",
|
|
524
|
+
"type": "text",
|
|
525
|
+
"label": "Stat 3 Label"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"key": "promoTitle",
|
|
529
|
+
"type": "text",
|
|
530
|
+
"label": "Promo Banner Title"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"key": "promoDesc",
|
|
534
|
+
"type": "textarea",
|
|
535
|
+
"label": "Promo Banner Description"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"key": "promoCtaLabel",
|
|
539
|
+
"type": "text",
|
|
540
|
+
"label": "Promo CTA Label"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"key": "collectionLabel",
|
|
544
|
+
"type": "text",
|
|
545
|
+
"label": "Collection Section Label"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"key": "collectionTitle",
|
|
549
|
+
"type": "text",
|
|
550
|
+
"label": "Collection Section Title"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"key": "whatsappLabel",
|
|
554
|
+
"type": "text",
|
|
555
|
+
"label": "WhatsApp Section Label"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"key": "whatsappTitle",
|
|
559
|
+
"type": "text",
|
|
560
|
+
"label": "WhatsApp Section Title"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"key": "whatsappDesc",
|
|
564
|
+
"type": "textarea",
|
|
565
|
+
"label": "WhatsApp Section Description"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"key": "categoryLabel1",
|
|
569
|
+
"type": "text",
|
|
570
|
+
"label": "Category Card 1 Label"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"key": "categoryLabel2",
|
|
574
|
+
"type": "text",
|
|
575
|
+
"label": "Category Card 2 Label"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"key": "categoryLabel3",
|
|
579
|
+
"type": "text",
|
|
580
|
+
"label": "Category Card 3 Label"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"key": "categoryLabel4",
|
|
584
|
+
"type": "text",
|
|
585
|
+
"label": "Category Card 4 Label"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"key": "product1Name",
|
|
589
|
+
"type": "text",
|
|
590
|
+
"label": "Product 1 Name"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"key": "product1Category",
|
|
594
|
+
"type": "text",
|
|
595
|
+
"label": "Product 1 Category"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"key": "product1Price",
|
|
599
|
+
"type": "text",
|
|
600
|
+
"label": "Product 1 Price"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"key": "product1Badge",
|
|
604
|
+
"type": "text",
|
|
605
|
+
"label": "Product 1 Badge"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"key": "product1Image",
|
|
609
|
+
"type": "image",
|
|
610
|
+
"label": "Product 1 Image"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"key": "product2Name",
|
|
614
|
+
"type": "text",
|
|
615
|
+
"label": "Product 2 Name"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"key": "product2Category",
|
|
619
|
+
"type": "text",
|
|
620
|
+
"label": "Product 2 Category"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"key": "product2Price",
|
|
624
|
+
"type": "text",
|
|
625
|
+
"label": "Product 2 Price"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"key": "product2Badge",
|
|
629
|
+
"type": "text",
|
|
630
|
+
"label": "Product 2 Badge"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"key": "product2Image",
|
|
634
|
+
"type": "image",
|
|
635
|
+
"label": "Product 2 Image"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"key": "product3Name",
|
|
639
|
+
"type": "text",
|
|
640
|
+
"label": "Product 3 Name"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"key": "product3Category",
|
|
644
|
+
"type": "text",
|
|
645
|
+
"label": "Product 3 Category"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"key": "product3Price",
|
|
649
|
+
"type": "text",
|
|
650
|
+
"label": "Product 3 Price"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"key": "product3Badge",
|
|
654
|
+
"type": "text",
|
|
655
|
+
"label": "Product 3 Badge"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"key": "product3Image",
|
|
659
|
+
"type": "image",
|
|
660
|
+
"label": "Product 3 Image"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"key": "product4Name",
|
|
664
|
+
"type": "text",
|
|
665
|
+
"label": "Product 4 Name"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"key": "product4Category",
|
|
669
|
+
"type": "text",
|
|
670
|
+
"label": "Product 4 Category"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"key": "product4Price",
|
|
674
|
+
"type": "text",
|
|
675
|
+
"label": "Product 4 Price"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"key": "product4Badge",
|
|
679
|
+
"type": "text",
|
|
680
|
+
"label": "Product 4 Badge"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"key": "product4Image",
|
|
684
|
+
"type": "image",
|
|
685
|
+
"label": "Product 4 Image"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"key": "product5Name",
|
|
689
|
+
"type": "text",
|
|
690
|
+
"label": "Product 5 Name"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"key": "product5Category",
|
|
694
|
+
"type": "text",
|
|
695
|
+
"label": "Product 5 Category"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"key": "product5Price",
|
|
699
|
+
"type": "text",
|
|
700
|
+
"label": "Product 5 Price"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"key": "product5Badge",
|
|
704
|
+
"type": "text",
|
|
705
|
+
"label": "Product 5 Badge"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"key": "product5Image",
|
|
709
|
+
"type": "image",
|
|
710
|
+
"label": "Product 5 Image"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"key": "product6Name",
|
|
714
|
+
"type": "text",
|
|
715
|
+
"label": "Product 6 Name"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"key": "product6Category",
|
|
719
|
+
"type": "text",
|
|
720
|
+
"label": "Product 6 Category"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"key": "product6Price",
|
|
724
|
+
"type": "text",
|
|
725
|
+
"label": "Product 6 Price"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"key": "product6Badge",
|
|
729
|
+
"type": "text",
|
|
730
|
+
"label": "Product 6 Badge"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"key": "product6Image",
|
|
734
|
+
"type": "image",
|
|
735
|
+
"label": "Product 6 Image"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"key": "product7Name",
|
|
739
|
+
"type": "text",
|
|
740
|
+
"label": "Product 7 Name"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"key": "product7Category",
|
|
744
|
+
"type": "text",
|
|
745
|
+
"label": "Product 7 Category"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"key": "product7Price",
|
|
749
|
+
"type": "text",
|
|
750
|
+
"label": "Product 7 Price"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"key": "product7Badge",
|
|
754
|
+
"type": "text",
|
|
755
|
+
"label": "Product 7 Badge"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"key": "product7Image",
|
|
759
|
+
"type": "image",
|
|
760
|
+
"label": "Product 7 Image"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"key": "product8Name",
|
|
764
|
+
"type": "text",
|
|
765
|
+
"label": "Product 8 Name"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"key": "product8Category",
|
|
769
|
+
"type": "text",
|
|
770
|
+
"label": "Product 8 Category"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"key": "product8Price",
|
|
774
|
+
"type": "text",
|
|
775
|
+
"label": "Product 8 Price"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"key": "product8Badge",
|
|
779
|
+
"type": "text",
|
|
780
|
+
"label": "Product 8 Badge"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"key": "product8Image",
|
|
784
|
+
"type": "image",
|
|
785
|
+
"label": "Product 8 Image"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"key": "product9Name",
|
|
789
|
+
"type": "text",
|
|
790
|
+
"label": "Collection Product 1 Name"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"key": "product9Category",
|
|
794
|
+
"type": "text",
|
|
795
|
+
"label": "Collection Product 1 Category"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"key": "product9Price",
|
|
799
|
+
"type": "text",
|
|
800
|
+
"label": "Collection Product 1 Price"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"key": "product9Badge",
|
|
804
|
+
"type": "text",
|
|
805
|
+
"label": "Collection Product 1 Badge"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"key": "product9Image",
|
|
809
|
+
"type": "image",
|
|
810
|
+
"label": "Collection Product 1 Image"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"key": "product10Name",
|
|
814
|
+
"type": "text",
|
|
815
|
+
"label": "Collection Product 2 Name"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"key": "product10Category",
|
|
819
|
+
"type": "text",
|
|
820
|
+
"label": "Collection Product 2 Category"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"key": "product10Price",
|
|
824
|
+
"type": "text",
|
|
825
|
+
"label": "Collection Product 2 Price"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"key": "product10Badge",
|
|
829
|
+
"type": "text",
|
|
830
|
+
"label": "Collection Product 2 Badge"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"key": "product10Image",
|
|
834
|
+
"type": "image",
|
|
835
|
+
"label": "Collection Product 2 Image"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"key": "product11Name",
|
|
839
|
+
"type": "text",
|
|
840
|
+
"label": "Collection Product 3 Name"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"key": "product11Category",
|
|
844
|
+
"type": "text",
|
|
845
|
+
"label": "Collection Product 3 Category"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"key": "product11Price",
|
|
849
|
+
"type": "text",
|
|
850
|
+
"label": "Collection Product 3 Price"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"key": "product11Badge",
|
|
854
|
+
"type": "text",
|
|
855
|
+
"label": "Collection Product 3 Badge"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"key": "product11Image",
|
|
859
|
+
"type": "image",
|
|
860
|
+
"label": "Collection Product 3 Image"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"key": "product12Name",
|
|
864
|
+
"type": "text",
|
|
865
|
+
"label": "Collection Product 4 Name"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"key": "product12Category",
|
|
869
|
+
"type": "text",
|
|
870
|
+
"label": "Collection Product 4 Category"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"key": "product12Price",
|
|
874
|
+
"type": "text",
|
|
875
|
+
"label": "Collection Product 4 Price"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"key": "product12Badge",
|
|
879
|
+
"type": "text",
|
|
880
|
+
"label": "Collection Product 4 Badge"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"key": "product12Image",
|
|
884
|
+
"type": "image",
|
|
885
|
+
"label": "Collection Product 4 Image"
|
|
886
|
+
}
|
|
887
|
+
]
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"id": "product",
|
|
891
|
+
"label": "Product Detail Page",
|
|
892
|
+
"fields": [
|
|
893
|
+
{
|
|
894
|
+
"key": "name",
|
|
895
|
+
"type": "text",
|
|
896
|
+
"label": "Product Title"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"key": "price",
|
|
900
|
+
"type": "text",
|
|
901
|
+
"label": "Product Price"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"key": "description",
|
|
905
|
+
"type": "textarea",
|
|
906
|
+
"label": "Product Description"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"key": "badge",
|
|
910
|
+
"type": "text",
|
|
911
|
+
"label": "Product Badge"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"key": "featuredImage",
|
|
915
|
+
"type": "image",
|
|
916
|
+
"label": "Featured Product Image"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"key": "addToSelectionLabel",
|
|
920
|
+
"type": "text",
|
|
921
|
+
"label": "Add to Selection Button Label"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"key": "specsTitle",
|
|
925
|
+
"type": "text",
|
|
926
|
+
"label": "Specifications Heading"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"key": "shippingTitle",
|
|
930
|
+
"type": "text",
|
|
931
|
+
"label": "Shipping Heading"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"key": "shippingSummary",
|
|
935
|
+
"type": "text",
|
|
936
|
+
"label": "Shipping Summary"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"key": "shippingReturns",
|
|
940
|
+
"type": "text",
|
|
941
|
+
"label": "Shipping Returns Note"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"key": "relatedLabel",
|
|
945
|
+
"type": "text",
|
|
946
|
+
"label": "Related Products Label"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"key": "relatedTitle",
|
|
950
|
+
"type": "text",
|
|
951
|
+
"label": "Related Products Heading"
|
|
952
|
+
}
|
|
953
|
+
]
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"defaults": {
|
|
957
|
+
"common": {
|
|
958
|
+
"websiteTitle": "VANTA",
|
|
959
|
+
"shortDescription": "Premium performance and lifestyle sneakers engineered for motion, designed for the street.",
|
|
960
|
+
"tagline": "Footwear Laboratory",
|
|
961
|
+
"logoUrl": "/logo.svg",
|
|
962
|
+
"brandUrl": "/",
|
|
963
|
+
"headerCtaLabel": "Shop Now",
|
|
964
|
+
"copyright": "© 2026 VANTA Footwear. All rights reserved.",
|
|
965
|
+
"navLabels": {
|
|
966
|
+
"home": "Home",
|
|
967
|
+
"shop": "Shop",
|
|
968
|
+
"collections": "Collections",
|
|
969
|
+
"about": "About",
|
|
970
|
+
"contact": "Contact"
|
|
971
|
+
},
|
|
972
|
+
"business": {
|
|
973
|
+
"phone": "+94 77 123 4567",
|
|
974
|
+
"whatsapp": "94771234567",
|
|
975
|
+
"email": "hello@vantafootwear.com",
|
|
976
|
+
"location": {
|
|
977
|
+
"address": "42 Park Street, Colombo 03",
|
|
978
|
+
"city": "Colombo",
|
|
979
|
+
"country": "Sri Lanka"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"footer": {
|
|
983
|
+
"shopHeading": "Shop",
|
|
984
|
+
"shopLink1": "New Arrivals",
|
|
985
|
+
"shopLink2": "Sneakers",
|
|
986
|
+
"shopLink3": "Men",
|
|
987
|
+
"shopLink4": "Women",
|
|
988
|
+
"shopLink5": "Sale",
|
|
989
|
+
"brandHeading": "Brand",
|
|
990
|
+
"brandLink1": "Our Story",
|
|
991
|
+
"brandLink2": "Collections",
|
|
992
|
+
"brandLink3": "Contact",
|
|
993
|
+
"supportHeading": "Support",
|
|
994
|
+
"supportLink1": "Shipping & Returns",
|
|
995
|
+
"supportLink2": "Size Guide",
|
|
996
|
+
"supportLink3": "WhatsApp Orders",
|
|
997
|
+
"contactHeading": "Contact"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"home": {
|
|
1001
|
+
"heroTitle": "Engineered for Motion",
|
|
1002
|
+
"heroSummary": "Premium performance and lifestyle sneakers — designed in Colombo, built for the street.",
|
|
1003
|
+
"heroImage": "/hero/shoe-black-nb.png",
|
|
1004
|
+
"heroImageVelocity": "/hero/shoe-black-velocity.png",
|
|
1005
|
+
"heroImageFlux": "/hero/shoe-white-flux.png",
|
|
1006
|
+
"heroImageMono": "/hero/shoe-yellow-mono.png",
|
|
1007
|
+
"heroDisplayLine1": "AERO",
|
|
1008
|
+
"heroDisplayLine2": "MOTION",
|
|
1009
|
+
"heroSlideName": "VANTA Aero X",
|
|
1010
|
+
"heroSlideDesc": "Lightweight performance runner with responsive foam midsole and breathable engineered mesh — precision-built for daily miles and urban tempo.",
|
|
1011
|
+
"heroSlideVelocityName": "VANTA Velocity",
|
|
1012
|
+
"heroSlideVelocityDesc": "Race-day inspired speed trainer with a propulsive plate and featherweight upper — engineered for runners who chase personal bests.",
|
|
1013
|
+
"heroSlideFluxName": "VANTA Flux 01",
|
|
1014
|
+
"heroSlideFluxDesc": "Retro-inspired silhouette with modern comfort technology — archive design language refined for contemporary streetwear.",
|
|
1015
|
+
"heroSlideMonoName": "VANTA Mono",
|
|
1016
|
+
"heroSlideMonoDesc": "Minimal lifestyle sneaker with monochromatic design language — clean lines, premium leather, and versatile everyday presence.",
|
|
1017
|
+
"primaryCtaLabel": "Shop Collection",
|
|
1018
|
+
"secondaryCtaLabel": "Our Story",
|
|
1019
|
+
"tickerItem1": "Free Delivery Colombo",
|
|
1020
|
+
"tickerItem2": "New Arrivals Weekly",
|
|
1021
|
+
"tickerItem3": "Order via WhatsApp",
|
|
1022
|
+
"tickerItem4": "Premium Materials",
|
|
1023
|
+
"tickerItem5": "Engineered for Motion",
|
|
1024
|
+
"tickerItem6": "Limited Collections",
|
|
1025
|
+
"tickerItem7": "14-Day Exchanges",
|
|
1026
|
+
"newArrivalsLabel": "Just Dropped",
|
|
1027
|
+
"newArrivalsTitle": "New Arrivals",
|
|
1028
|
+
"newArrivalsDesc": "The latest silhouettes from our design lab — limited runs, premium materials.",
|
|
1029
|
+
"categoryLabel": "Categories",
|
|
1030
|
+
"categoryTitle": "Find Your Silhouette",
|
|
1031
|
+
"categoryDesc": "From performance runners to street-ready classics — explore categories built for every movement.",
|
|
1032
|
+
"editorialEyebrow": "Featured Model",
|
|
1033
|
+
"editorialTitle": "Built Beyond Limits",
|
|
1034
|
+
"editorialDesc": "The VANTA Velocity combines race-day propulsion with everyday durability. A carbon-infused plate, featherweight upper, and precision-engineered outsole — designed for runners who refuse to compromise.",
|
|
1035
|
+
"editorialCtaLabel": "Shop Velocity",
|
|
1036
|
+
"editorialImage": "https://images.unsplash.com/photo-1605348532760-67531229b928?w=1200&q=85",
|
|
1037
|
+
"bestSellersLabel": "Top Picks",
|
|
1038
|
+
"bestSellersTitle": "Best Sellers",
|
|
1039
|
+
"bestSellersDesc": "Community favorites — the pairs our customers keep coming back for.",
|
|
1040
|
+
"storyLabel": "Our Philosophy",
|
|
1041
|
+
"storyTitle": "Design Without Compromise",
|
|
1042
|
+
"storyDesc": "VANTA was born from a simple belief: footwear should perform as beautifully as it looks. Every silhouette is developed in our Colombo design lab — tested on streets, refined in studio, built for real life.",
|
|
1043
|
+
"storyImage": "https://images.unsplash.com/photo-1556906781-95a1881c47f2?w=900&q=85",
|
|
1044
|
+
"stat1Value": "12+",
|
|
1045
|
+
"stat1Label": "Original Silhouettes",
|
|
1046
|
+
"stat2Value": "48h",
|
|
1047
|
+
"stat2Label": "WhatsApp Response",
|
|
1048
|
+
"stat3Value": "100%",
|
|
1049
|
+
"stat3Label": "Premium Materials",
|
|
1050
|
+
"promoTitle": "Archive Sale — Up to 20% Off",
|
|
1051
|
+
"promoDesc": "Selected styles from previous seasons. Limited sizes available.",
|
|
1052
|
+
"promoCtaLabel": "Shop the Sale",
|
|
1053
|
+
"collectionLabel": "Full Range",
|
|
1054
|
+
"collectionTitle": "The Collection",
|
|
1055
|
+
"whatsappLabel": "Easy Ordering",
|
|
1056
|
+
"whatsappTitle": "Order Directly via WhatsApp",
|
|
1057
|
+
"whatsappDesc": "Select your size, add to your bag, and send your order in one tap. Our team confirms availability within hours.",
|
|
1058
|
+
"categoryLabel1": "Performance",
|
|
1059
|
+
"categoryLabel2": "Sneakers",
|
|
1060
|
+
"categoryLabel3": "Lifestyle",
|
|
1061
|
+
"categoryLabel4": "Training",
|
|
1062
|
+
"product1Name": "VANTA Aero X",
|
|
1063
|
+
"product1Category": "Performance",
|
|
1064
|
+
"product1Price": "LKR 32,500",
|
|
1065
|
+
"product1Badge": "New",
|
|
1066
|
+
"product1Image": "/products/vanta-aero-x.jpg",
|
|
1067
|
+
"product2Name": "VANTA Flux 01",
|
|
1068
|
+
"product2Category": "Sneakers",
|
|
1069
|
+
"product2Price": "LKR 28,900",
|
|
1070
|
+
"product2Badge": "",
|
|
1071
|
+
"product2Image": "/products/vanta-flux-01.jpg",
|
|
1072
|
+
"product3Name": "VANTA Core Runner",
|
|
1073
|
+
"product3Category": "Performance",
|
|
1074
|
+
"product3Price": "LKR 21,200",
|
|
1075
|
+
"product3Badge": "Sale",
|
|
1076
|
+
"product3Image": "/products/vanta-core-runner.jpg",
|
|
1077
|
+
"product4Name": "VANTA Mono",
|
|
1078
|
+
"product4Category": "Lifestyle",
|
|
1079
|
+
"product4Price": "LKR 24,800",
|
|
1080
|
+
"product4Badge": "",
|
|
1081
|
+
"product4Image": "/products/vanta-mono.jpg",
|
|
1082
|
+
"product5Name": "VANTA Street 02",
|
|
1083
|
+
"product5Category": "Sneakers",
|
|
1084
|
+
"product5Price": "LKR 27,500",
|
|
1085
|
+
"product5Badge": "",
|
|
1086
|
+
"product5Image": "/products/vanta-street-02.jpg",
|
|
1087
|
+
"product6Name": "VANTA Velocity",
|
|
1088
|
+
"product6Category": "Performance",
|
|
1089
|
+
"product6Price": "LKR 35,800",
|
|
1090
|
+
"product6Badge": "Pro",
|
|
1091
|
+
"product6Image": "/products/vanta-velocity.jpg",
|
|
1092
|
+
"product7Name": "VANTA Apex Hi",
|
|
1093
|
+
"product7Category": "Sneakers",
|
|
1094
|
+
"product7Price": "LKR 31,200",
|
|
1095
|
+
"product7Badge": "",
|
|
1096
|
+
"product7Image": "/products/vanta-apex-hi.jpg",
|
|
1097
|
+
"product8Name": "VANTA Train Pro",
|
|
1098
|
+
"product8Category": "Training",
|
|
1099
|
+
"product8Price": "LKR 22,800",
|
|
1100
|
+
"product8Badge": "Sale",
|
|
1101
|
+
"product8Image": "/products/vanta-train-pro.jpg",
|
|
1102
|
+
"product9Name": "VANTA Aero X",
|
|
1103
|
+
"product9Category": "Performance",
|
|
1104
|
+
"product9Price": "LKR 32,500",
|
|
1105
|
+
"product9Badge": "New",
|
|
1106
|
+
"product9Image": "/products/vanta-aero-x.jpg",
|
|
1107
|
+
"product10Name": "VANTA Flux 01",
|
|
1108
|
+
"product10Category": "Sneakers",
|
|
1109
|
+
"product10Price": "LKR 28,900",
|
|
1110
|
+
"product10Badge": "",
|
|
1111
|
+
"product10Image": "/products/vanta-flux-01.jpg",
|
|
1112
|
+
"product11Name": "VANTA Core Runner",
|
|
1113
|
+
"product11Category": "Performance",
|
|
1114
|
+
"product11Price": "LKR 21,200",
|
|
1115
|
+
"product11Badge": "Sale",
|
|
1116
|
+
"product11Image": "/products/vanta-core-runner.jpg",
|
|
1117
|
+
"product12Name": "VANTA Mono",
|
|
1118
|
+
"product12Category": "Lifestyle",
|
|
1119
|
+
"product12Price": "LKR 24,800",
|
|
1120
|
+
"product12Badge": "",
|
|
1121
|
+
"product12Image": "/products/vanta-mono.jpg"
|
|
1122
|
+
},
|
|
1123
|
+
"product": {
|
|
1124
|
+
"name": "VANTA Aero X",
|
|
1125
|
+
"price": "LKR 32,500",
|
|
1126
|
+
"description": "Lightweight performance runner with responsive foam midsole and breathable engineered mesh — precision-built for daily miles and urban tempo.",
|
|
1127
|
+
"badge": "NEW",
|
|
1128
|
+
"featuredImage": "/products/vanta-aero-x.jpg",
|
|
1129
|
+
"addToSelectionLabel": "Add to Selection",
|
|
1130
|
+
"specsTitle": "Specifications",
|
|
1131
|
+
"shippingTitle": "Shipping & Returns",
|
|
1132
|
+
"shippingSummary": "Free Islandwide Delivery within 2-3 business days. Cash on delivery available.",
|
|
1133
|
+
"shippingReturns": "14-day hassle-free exchanges for unworn footwear in original condition.",
|
|
1134
|
+
"relatedLabel": "You May Also Like",
|
|
1135
|
+
"relatedTitle": "Related Products"
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
}
|