@deneb-ui/cli 2.0.54 → 2.0.55
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 +7 -0
- package/package.json +5 -2
- package/src/arc/fivora-contract.cjs +10 -0
- package/src/arc/manifest.cjs +78 -1
- package/src/arc/transformer.cjs +67 -0
- package/src/platform/platform-contract.json +39 -0
- package/src/recipes/mobile-shop.json +2651 -0
- package/src/tools/deneb-doctor.cjs +210 -63
- package/src/tools/template-preview-focus-bridge.cjs +1 -1
|
@@ -0,0 +1,2651 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "mobile-shop",
|
|
3
|
+
"label": "mobile-shop",
|
|
4
|
+
"description": "Learned and saved recipe extracted from mobile-shop.",
|
|
5
|
+
"savedAt": "2026-09-16T06:46:23.481Z",
|
|
6
|
+
"signatures": {
|
|
7
|
+
"keywords": [
|
|
8
|
+
"mobile-shop",
|
|
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
|
+
"withBasePathImages": true,
|
|
58
|
+
"safeNavigationButtons": true
|
|
59
|
+
},
|
|
60
|
+
"productDetailRules": {
|
|
61
|
+
"enabled": true,
|
|
62
|
+
"sectionPath": "product",
|
|
63
|
+
"sampleRoute": "/products/vanta-aero-x",
|
|
64
|
+
"galleryWithBasePath": true,
|
|
65
|
+
"noStaticOnEditableAncestors": true
|
|
66
|
+
},
|
|
67
|
+
"actionRules": {
|
|
68
|
+
"splitActionAndLabel": true,
|
|
69
|
+
"whatsappKeywords": [
|
|
70
|
+
"whatsapp",
|
|
71
|
+
"wa.me",
|
|
72
|
+
"order via whatsapp",
|
|
73
|
+
"chat on whatsapp"
|
|
74
|
+
],
|
|
75
|
+
"actionFieldMapping": {
|
|
76
|
+
"whatsapp": {
|
|
77
|
+
"urlField": "whatsappCtaUrl",
|
|
78
|
+
"labelField": "whatsappCtaLabel"
|
|
79
|
+
},
|
|
80
|
+
"order": {
|
|
81
|
+
"urlField": "orderCtaUrl",
|
|
82
|
+
"labelField": "orderCtaLabel"
|
|
83
|
+
},
|
|
84
|
+
"promo": {
|
|
85
|
+
"urlField": "promoCtaUrl",
|
|
86
|
+
"labelField": "promoCtaLabel"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"socialRules": {
|
|
91
|
+
"platforms": [
|
|
92
|
+
"instagram",
|
|
93
|
+
"facebook",
|
|
94
|
+
"twitter",
|
|
95
|
+
"tiktok",
|
|
96
|
+
"youtube",
|
|
97
|
+
"linkedin"
|
|
98
|
+
],
|
|
99
|
+
"targetPath": "common.footer"
|
|
100
|
+
},
|
|
101
|
+
"pages": [
|
|
102
|
+
{
|
|
103
|
+
"id": "home",
|
|
104
|
+
"label": "Home",
|
|
105
|
+
"route": "/",
|
|
106
|
+
"required": true
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"sections": [
|
|
110
|
+
{
|
|
111
|
+
"id": "common",
|
|
112
|
+
"path": "common",
|
|
113
|
+
"type": "object",
|
|
114
|
+
"label": "Shared Website Content",
|
|
115
|
+
"fields": [
|
|
116
|
+
{
|
|
117
|
+
"key": "websiteTitle",
|
|
118
|
+
"type": "text",
|
|
119
|
+
"label": "Website Title",
|
|
120
|
+
"required": true
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"key": "shortDescription",
|
|
124
|
+
"type": "textarea",
|
|
125
|
+
"label": "Short Description"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"key": "logoUrl",
|
|
129
|
+
"type": "image",
|
|
130
|
+
"label": "Website Logo"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"key": "headerCtaLabel",
|
|
134
|
+
"type": "text",
|
|
135
|
+
"label": "Header Button Label"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"key": "navLabels",
|
|
139
|
+
"type": "object",
|
|
140
|
+
"label": "Navigation Labels",
|
|
141
|
+
"fields": [
|
|
142
|
+
{
|
|
143
|
+
"key": "home",
|
|
144
|
+
"type": "text",
|
|
145
|
+
"label": "Home Link"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"key": "contact",
|
|
149
|
+
"type": "text",
|
|
150
|
+
"label": "Contact Link"
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"key": "copyright",
|
|
156
|
+
"type": "text",
|
|
157
|
+
"label": "Copyright"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"key": "footer",
|
|
161
|
+
"type": "object",
|
|
162
|
+
"label": "Footer",
|
|
163
|
+
"fields": [
|
|
164
|
+
{
|
|
165
|
+
"key": "auraCellularLabel",
|
|
166
|
+
"type": "text",
|
|
167
|
+
"label": "Aura Cellular Label"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"key": "precisionEngineeringRetailLabel",
|
|
171
|
+
"type": "text",
|
|
172
|
+
"label": "Precision Engineering Retail Label"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"key": "description",
|
|
176
|
+
"type": "textarea",
|
|
177
|
+
"label": "Description"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"key": "certifiedOemLaboratoryLabel",
|
|
181
|
+
"type": "text",
|
|
182
|
+
"label": "Certified Oem Laboratory Label"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"key": "smartphoneShowroomSubheading",
|
|
186
|
+
"type": "text",
|
|
187
|
+
"label": "Smartphone Showroom Subheading"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"key": "iphone16ProProMax",
|
|
191
|
+
"type": "text",
|
|
192
|
+
"label": "Iphone16 Pro Pro Max"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"key": "iphone16ProProMax2",
|
|
196
|
+
"type": "text",
|
|
197
|
+
"label": "Iphone16 Pro Pro Max2"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"key": "samsungGalaxyS25UltraUrl",
|
|
201
|
+
"type": "text",
|
|
202
|
+
"label": "Samsung Galaxy S25 Ultra Url"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"key": "samsungGalaxyS25UltraLabel",
|
|
206
|
+
"type": "text",
|
|
207
|
+
"label": "Samsung Galaxy S25 Ultra Label"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"key": "googlePixel9ProXl",
|
|
211
|
+
"type": "text",
|
|
212
|
+
"label": "Google Pixel9 Pro Xl"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"key": "googlePixel9ProXl2",
|
|
216
|
+
"type": "text",
|
|
217
|
+
"label": "Google Pixel9 Pro Xl2"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"key": "certifiedRefurbishedGradeUrl",
|
|
221
|
+
"type": "text",
|
|
222
|
+
"label": "Certified Refurbished Grade Url"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"key": "certifiedRefurbishedGradeLabel",
|
|
226
|
+
"type": "text",
|
|
227
|
+
"label": "Certified Refurbished Grade Label"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"key": "magsafeKevlarAccessoriesUrl",
|
|
231
|
+
"type": "text",
|
|
232
|
+
"label": "Magsafe Kevlar Accessories Url"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"key": "magsafeKevlarAccessoriesLabel",
|
|
236
|
+
"type": "text",
|
|
237
|
+
"label": "Magsafe Kevlar Accessories Label"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"key": "tradeUpgradesUrl",
|
|
241
|
+
"type": "text",
|
|
242
|
+
"label": "Trade Upgrades Url"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"key": "tradeUpgradesLabel",
|
|
246
|
+
"type": "text",
|
|
247
|
+
"label": "Trade Upgrades Label"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"key": "repairLaboratorySubheading",
|
|
251
|
+
"type": "text",
|
|
252
|
+
"label": "Repair Laboratory Subheading"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"key": "oemScreenOledReplacementUrl",
|
|
256
|
+
"type": "text",
|
|
257
|
+
"label": "Oem Screen Oled Replacement Url"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"key": "oemScreenOledReplacementLabel",
|
|
261
|
+
"type": "text",
|
|
262
|
+
"label": "Oem Screen Oled Replacement Label"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"key": "highDensityBatterySwapsUrl",
|
|
266
|
+
"type": "text",
|
|
267
|
+
"label": "High Density Battery Swaps Url"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"key": "highDensityBatterySwapsLabel",
|
|
271
|
+
"type": "text",
|
|
272
|
+
"label": "High Density Battery Swaps Label"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"key": "usbCMicroSolderingUrl",
|
|
276
|
+
"type": "text",
|
|
277
|
+
"label": "Usb C Micro Soldering Url"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"key": "usbCMicroSolderingLabel",
|
|
281
|
+
"type": "text",
|
|
282
|
+
"label": "Usb C Micro Soldering Label"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"key": "cameraSensorRealignmentUrl",
|
|
286
|
+
"type": "text",
|
|
287
|
+
"label": "Camera Sensor Realignment Url"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"key": "cameraSensorRealignmentLabel",
|
|
291
|
+
"type": "text",
|
|
292
|
+
"label": "Camera Sensor Realignment Label"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"key": "ultrasonicLiquidIngressBathUrl",
|
|
296
|
+
"type": "text",
|
|
297
|
+
"label": "Ultrasonic Liquid Ingress Bath Url"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"key": "ultrasonicLiquidIngressBathLabel",
|
|
301
|
+
"type": "text",
|
|
302
|
+
"label": "Ultrasonic Liquid Ingress Bath Label"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"key": "hardwareDiagnosticToolUrl",
|
|
306
|
+
"type": "text",
|
|
307
|
+
"label": "Hardware Diagnostic Tool Url"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"key": "hardwareDiagnosticToolLabel",
|
|
311
|
+
"type": "text",
|
|
312
|
+
"label": "Hardware Diagnostic Tool Label"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"key": "flagshipLabHoursSubheading",
|
|
316
|
+
"type": "text",
|
|
317
|
+
"label": "Flagship Lab Hours Subheading"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"key": "450LexingtonAvenueSuite1200",
|
|
321
|
+
"type": "text",
|
|
322
|
+
"label": "450 Lexington Avenue Suite1200"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"key": "1800840AuraLabel",
|
|
326
|
+
"type": "tel",
|
|
327
|
+
"label": "1800840 Aura Label"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"key": "conciergeAuraMobileTechLabel",
|
|
331
|
+
"type": "text",
|
|
332
|
+
"label": "Concierge Aura Mobile Tech Label"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"key": "monFri900Am",
|
|
336
|
+
"type": "text",
|
|
337
|
+
"label": "Mon Fri900 Am"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"key": "saturday1000Am7",
|
|
341
|
+
"type": "text",
|
|
342
|
+
"label": "Saturday1000 Am7"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"key": "sunday1100Am5",
|
|
346
|
+
"type": "text",
|
|
347
|
+
"label": "Sunday1100 Am5"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"key": "auraCellularTechnologiesIncAll",
|
|
351
|
+
"type": "text",
|
|
352
|
+
"label": "Aura Cellular Technologies Inc All"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"key": "privacyPolicyUrl",
|
|
356
|
+
"type": "text",
|
|
357
|
+
"label": "Privacy Policy Url"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"key": "privacyPolicyLabel",
|
|
361
|
+
"type": "text",
|
|
362
|
+
"label": "Privacy Policy Label"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"key": "termsServiceUrl",
|
|
366
|
+
"type": "text",
|
|
367
|
+
"label": "Terms Service Url"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"key": "termsServiceLabel",
|
|
371
|
+
"type": "text",
|
|
372
|
+
"label": "Terms Service Label"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"key": "lifetimeWarrantyTermsUrl",
|
|
376
|
+
"type": "text",
|
|
377
|
+
"label": "Lifetime Warranty Terms Url"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"key": "lifetimeWarrantyTermsLabel",
|
|
381
|
+
"type": "text",
|
|
382
|
+
"label": "Lifetime Warranty Terms Label"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"key": "backTopLabel",
|
|
386
|
+
"type": "text",
|
|
387
|
+
"label": "Back Top Label"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"key": "auraCellularLabel2",
|
|
391
|
+
"type": "text",
|
|
392
|
+
"label": "Aura Cellular Label2"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"key": "backTopUrl",
|
|
396
|
+
"type": "text",
|
|
397
|
+
"label": "Back Top Url"
|
|
398
|
+
}
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"key": "header",
|
|
403
|
+
"type": "object",
|
|
404
|
+
"label": "Header",
|
|
405
|
+
"fields": [
|
|
406
|
+
{
|
|
407
|
+
"key": "auraLabel",
|
|
408
|
+
"type": "text",
|
|
409
|
+
"label": "Aura Label"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"key": "labLabel",
|
|
413
|
+
"type": "text",
|
|
414
|
+
"label": "Lab Label"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"key": "precisionCellularLabel",
|
|
418
|
+
"type": "text",
|
|
419
|
+
"label": "Precision Cellular Label"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"key": "bookRepairLabel",
|
|
423
|
+
"type": "text",
|
|
424
|
+
"label": "Book Repair Label"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"key": "repairLabel",
|
|
428
|
+
"type": "text",
|
|
429
|
+
"label": "Repair Label"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"key": "navigationLabel",
|
|
433
|
+
"type": "text",
|
|
434
|
+
"label": "Navigation Label"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"key": "shoppingBagLabel",
|
|
438
|
+
"type": "text",
|
|
439
|
+
"label": "Shopping Bag Label"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"key": "bookPriorityRepairNowLabel",
|
|
443
|
+
"type": "text",
|
|
444
|
+
"label": "Book Priority Repair Now Label"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"key": "auraPrecisionCellularLabel",
|
|
448
|
+
"type": "text",
|
|
449
|
+
"label": "Aura Precision Cellular Label"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"key": "monSat9am8pmLabel",
|
|
453
|
+
"type": "text",
|
|
454
|
+
"label": "Mon Sat9am8pm Label"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"key": "auraHomeUrl",
|
|
458
|
+
"type": "text",
|
|
459
|
+
"label": "Aura Home Url"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"key": "NAV_ITEMS",
|
|
465
|
+
"type": "list",
|
|
466
|
+
"label": "N A V I T E M S",
|
|
467
|
+
"itemLabel": "N A V I T E M S",
|
|
468
|
+
"minItems": 0,
|
|
469
|
+
"maxItems": 12,
|
|
470
|
+
"fields": [
|
|
471
|
+
{
|
|
472
|
+
"key": "href",
|
|
473
|
+
"type": "url",
|
|
474
|
+
"label": "Href"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"key": "name",
|
|
478
|
+
"type": "text",
|
|
479
|
+
"label": "Name"
|
|
480
|
+
}
|
|
481
|
+
]
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"id": "home",
|
|
487
|
+
"path": "home",
|
|
488
|
+
"type": "object",
|
|
489
|
+
"label": "Home Content",
|
|
490
|
+
"fields": [
|
|
491
|
+
{
|
|
492
|
+
"key": "heading",
|
|
493
|
+
"type": "text",
|
|
494
|
+
"label": "Heading"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"key": "subtitle",
|
|
498
|
+
"type": "text",
|
|
499
|
+
"label": "Subtitle"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"key": "yourBagCurrentlyEmptySubheading",
|
|
503
|
+
"type": "text",
|
|
504
|
+
"label": "Your Bag Currently Empty Subheading"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"key": "description",
|
|
508
|
+
"type": "textarea",
|
|
509
|
+
"label": "Description"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"key": "browseFlagshipShowroomLabel",
|
|
513
|
+
"type": "text",
|
|
514
|
+
"label": "Browse Flagship Showroom Label"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"key": "subtotalLabel",
|
|
518
|
+
"type": "text",
|
|
519
|
+
"label": "Subtotal Label"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"key": "rsLabel",
|
|
523
|
+
"type": "text",
|
|
524
|
+
"label": "Rs Label"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"key": "insuredExpressDeliveryLabel",
|
|
528
|
+
"type": "text",
|
|
529
|
+
"label": "Insured Express Delivery Label"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"key": "freeLabel",
|
|
533
|
+
"type": "text",
|
|
534
|
+
"label": "Free Label"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"key": "cleanroom72PointCertificationLabel",
|
|
538
|
+
"type": "text",
|
|
539
|
+
"label": "Cleanroom72 Point Certification Label"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"key": "includedLabel",
|
|
543
|
+
"type": "text",
|
|
544
|
+
"label": "Included Label"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"key": "totalAmountLabel",
|
|
548
|
+
"type": "text",
|
|
549
|
+
"label": "Total Amount Label"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"key": "rsLabel2",
|
|
553
|
+
"type": "text",
|
|
554
|
+
"label": "Rs Label2"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"key": "proceedOrderRsLabel",
|
|
558
|
+
"type": "text",
|
|
559
|
+
"label": "Proceed Order Rs Label"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"key": "subtitle2",
|
|
563
|
+
"type": "text",
|
|
564
|
+
"label": "Subtitle2"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"key": "backBagItemsLabel",
|
|
568
|
+
"type": "text",
|
|
569
|
+
"label": "Back Bag Items Label"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"key": "totalPayableLabel",
|
|
573
|
+
"type": "text",
|
|
574
|
+
"label": "Total Payable Label"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"key": "fullName",
|
|
578
|
+
"type": "text",
|
|
579
|
+
"label": "Full Name"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"key": "eGMarcusVancePlaceholder",
|
|
583
|
+
"type": "text",
|
|
584
|
+
"label": "E G Marcus Vance Placeholder"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"key": "contactPhoneNumber",
|
|
588
|
+
"type": "text",
|
|
589
|
+
"label": "Contact Phone Number"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"key": "15550192834Placeholder",
|
|
593
|
+
"type": "tel",
|
|
594
|
+
"label": "15550192834 Placeholder"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"key": "deliveryStreetAddress",
|
|
598
|
+
"type": "text",
|
|
599
|
+
"label": "Delivery Street Address"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"key": "houseApartmentNumberStreetName",
|
|
603
|
+
"type": "text",
|
|
604
|
+
"label": "House Apartment Number Street Name"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"key": "cityState",
|
|
608
|
+
"type": "text",
|
|
609
|
+
"label": "City State"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"key": "eGNewYorkNy",
|
|
613
|
+
"type": "text",
|
|
614
|
+
"label": "E G New York Ny"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"key": "paymentOption",
|
|
618
|
+
"type": "text",
|
|
619
|
+
"label": "Payment Option"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"key": "cashCardDeliveryLabel",
|
|
623
|
+
"type": "text",
|
|
624
|
+
"label": "Cash Card Delivery Label"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"key": "inspectDeviceBeforePayingLabel",
|
|
628
|
+
"type": "text",
|
|
629
|
+
"label": "Inspect Device Before Paying Label"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"key": "directBankTransferLabel",
|
|
633
|
+
"type": "text",
|
|
634
|
+
"label": "Direct Bank Transfer Label"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"key": "instantInvoiceReceiptLabel",
|
|
638
|
+
"type": "text",
|
|
639
|
+
"label": "Instant Invoice Receipt Label"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"key": "processingOrderLabel",
|
|
643
|
+
"type": "text",
|
|
644
|
+
"label": "Processing Order Label"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"key": "confirmCompleteOrderRsLabel",
|
|
648
|
+
"type": "text",
|
|
649
|
+
"label": "Confirm Complete Order Rs Label"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"key": "100EncryptedAuthenticatedTransactionLabel",
|
|
653
|
+
"type": "text",
|
|
654
|
+
"label": "100 Encrypted Authenticated Transaction Label"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"key": "orderPlacedSuccessfullyLabel",
|
|
658
|
+
"type": "text",
|
|
659
|
+
"label": "Order Placed Successfully Label"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"key": "thankSubheading",
|
|
663
|
+
"type": "text",
|
|
664
|
+
"label": "Thank Subheading"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"key": "subtitle3",
|
|
668
|
+
"type": "text",
|
|
669
|
+
"label": "Subtitle3"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"key": "dispatchWindowLabel",
|
|
673
|
+
"type": "text",
|
|
674
|
+
"label": "Dispatch Window Label"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"key": "within24HoursLabel",
|
|
678
|
+
"type": "text",
|
|
679
|
+
"label": "Within24 Hours Label"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"key": "destinationLabel",
|
|
683
|
+
"type": "text",
|
|
684
|
+
"label": "Destination Label"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"key": "paymentLabel",
|
|
688
|
+
"type": "text",
|
|
689
|
+
"label": "Payment Label"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"key": "orderStatusLabel",
|
|
693
|
+
"type": "text",
|
|
694
|
+
"label": "Order Status Label"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"key": "confirmedReservedLabel",
|
|
698
|
+
"type": "text",
|
|
699
|
+
"label": "Confirmed Reserved Label"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"key": "continueBrowsingLabel",
|
|
703
|
+
"type": "text",
|
|
704
|
+
"label": "Continue Browsing Label"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"key": "hero",
|
|
708
|
+
"type": "object",
|
|
709
|
+
"label": "Hero",
|
|
710
|
+
"fields": [
|
|
711
|
+
{
|
|
712
|
+
"key": "flagshipSalesCertifiedPrecisionRepairs",
|
|
713
|
+
"type": "text",
|
|
714
|
+
"label": "Flagship Sales Certified Precision Repairs"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"key": "premiumPhonesLabel",
|
|
718
|
+
"type": "text",
|
|
719
|
+
"label": "Premium Phones Label"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"key": "expertRepairsLabel",
|
|
723
|
+
"type": "text",
|
|
724
|
+
"label": "Expert Repairs Label"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"key": "oneDestinationLabel",
|
|
728
|
+
"type": "text",
|
|
729
|
+
"label": "One Destination Label"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"key": "description",
|
|
733
|
+
"type": "textarea",
|
|
734
|
+
"label": "Description"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"key": "shopPhonesLabel",
|
|
738
|
+
"type": "text",
|
|
739
|
+
"label": "Shop Phones Label"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"key": "bookRepairLabel",
|
|
743
|
+
"type": "text",
|
|
744
|
+
"label": "Book Repair Label"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"key": "oemPartsLabel",
|
|
748
|
+
"type": "text",
|
|
749
|
+
"label": "Oem Parts Label"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"key": "subtitle",
|
|
753
|
+
"type": "text",
|
|
754
|
+
"label": "Subtitle"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"key": "25MinFixLabel",
|
|
758
|
+
"type": "text",
|
|
759
|
+
"label": "25 Min Fix Label"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"key": "subtitle2",
|
|
763
|
+
"type": "text",
|
|
764
|
+
"label": "Subtitle2"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"key": "lifetimeLabel",
|
|
768
|
+
"type": "text",
|
|
769
|
+
"label": "Lifetime Label"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"key": "subtitle3",
|
|
773
|
+
"type": "text",
|
|
774
|
+
"label": "Subtitle3"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"key": "auraLuxuryFlagshipSmartphonesImage",
|
|
778
|
+
"type": "image",
|
|
779
|
+
"label": "Aura Luxury Flagship Smartphones Image"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"key": "imageAlt",
|
|
783
|
+
"type": "text",
|
|
784
|
+
"label": "Image Alt"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"key": "subtitle4",
|
|
788
|
+
"type": "text",
|
|
789
|
+
"label": "Subtitle4"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"key": "subtitle5",
|
|
793
|
+
"type": "text",
|
|
794
|
+
"label": "Subtitle5"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"key": "subtitle6",
|
|
798
|
+
"type": "text",
|
|
799
|
+
"label": "Subtitle6"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"key": "subtitle7",
|
|
803
|
+
"type": "text",
|
|
804
|
+
"label": "Subtitle7"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"key": "limitedShowroomUpgradeBonusLabel",
|
|
808
|
+
"type": "text",
|
|
809
|
+
"label": "Limited Showroom Upgrade Bonus Label"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"key": "heading",
|
|
813
|
+
"type": "text",
|
|
814
|
+
"label": "Heading"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"key": "startsHereLabel",
|
|
818
|
+
"type": "text",
|
|
819
|
+
"label": "Starts Here Label"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"key": "description2",
|
|
823
|
+
"type": "textarea",
|
|
824
|
+
"label": "Description2"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"key": "exploreLatestPhonesLabel",
|
|
828
|
+
"type": "text",
|
|
829
|
+
"label": "Explore Latest Phones Label"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"key": "calculateTradeLabel",
|
|
833
|
+
"type": "text",
|
|
834
|
+
"label": "Calculate Trade Label"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"key": "auraUpgradeBannerPhonesImage",
|
|
838
|
+
"type": "image",
|
|
839
|
+
"label": "Aura Upgrade Banner Phones Image"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"key": "imageAlt2",
|
|
843
|
+
"type": "text",
|
|
844
|
+
"label": "Image Alt2"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"key": "shopPhonesUrl",
|
|
848
|
+
"type": "text",
|
|
849
|
+
"label": "Shop Phones Url"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"key": "exploreLatestPhonesUrl",
|
|
853
|
+
"type": "text",
|
|
854
|
+
"label": "Explore Latest Phones Url"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"key": "calculateTradeUrl",
|
|
858
|
+
"type": "text",
|
|
859
|
+
"label": "Calculate Trade Url"
|
|
860
|
+
}
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"key": "about",
|
|
865
|
+
"type": "object",
|
|
866
|
+
"label": "About",
|
|
867
|
+
"fields": [
|
|
868
|
+
{
|
|
869
|
+
"key": "certifiedAcrossIndustryLeadingMobile",
|
|
870
|
+
"type": "text",
|
|
871
|
+
"label": "Certified Across Industry Leading Mobile"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"key": "labCertifiedLabel",
|
|
875
|
+
"type": "text",
|
|
876
|
+
"label": "Lab Certified Label"
|
|
877
|
+
}
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"key": "BRANDS",
|
|
882
|
+
"type": "list",
|
|
883
|
+
"label": "B R A N D S",
|
|
884
|
+
"itemLabel": "B R A N D S",
|
|
885
|
+
"minItems": 0,
|
|
886
|
+
"maxItems": 12,
|
|
887
|
+
"fields": [
|
|
888
|
+
{
|
|
889
|
+
"key": "name",
|
|
890
|
+
"type": "text",
|
|
891
|
+
"label": "Name"
|
|
892
|
+
}
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"key": "faq",
|
|
897
|
+
"type": "object",
|
|
898
|
+
"label": "Faq",
|
|
899
|
+
"fields": [
|
|
900
|
+
{
|
|
901
|
+
"key": "transparencyAnswersLabel",
|
|
902
|
+
"type": "text",
|
|
903
|
+
"label": "Transparency Answers Label"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"key": "heading",
|
|
907
|
+
"type": "text",
|
|
908
|
+
"label": "Heading"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"key": "description",
|
|
912
|
+
"type": "textarea",
|
|
913
|
+
"label": "Description"
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"key": "FAQS",
|
|
919
|
+
"type": "list",
|
|
920
|
+
"label": "F A Q S",
|
|
921
|
+
"itemLabel": "F A Q S",
|
|
922
|
+
"minItems": 0,
|
|
923
|
+
"maxItems": 12,
|
|
924
|
+
"fields": [
|
|
925
|
+
{
|
|
926
|
+
"key": "q",
|
|
927
|
+
"type": "text",
|
|
928
|
+
"label": "Q"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"key": "a",
|
|
932
|
+
"type": "text",
|
|
933
|
+
"label": "A"
|
|
934
|
+
}
|
|
935
|
+
]
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"key": "phoneSilhouetteImage",
|
|
939
|
+
"type": "image",
|
|
940
|
+
"label": "Phone Silhouette Image"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"key": "imageAlt",
|
|
944
|
+
"type": "text",
|
|
945
|
+
"label": "Image Alt"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"key": "theNextStandardMobileCare",
|
|
949
|
+
"type": "text",
|
|
950
|
+
"label": "The Next Standard Mobile Care"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"key": "heading2",
|
|
954
|
+
"type": "text",
|
|
955
|
+
"label": "Heading2"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"key": "subtitle4",
|
|
959
|
+
"type": "text",
|
|
960
|
+
"label": "Subtitle4"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"key": "description2",
|
|
964
|
+
"type": "textarea",
|
|
965
|
+
"label": "Description2"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"key": "shopPhonesLabel",
|
|
969
|
+
"type": "text",
|
|
970
|
+
"label": "Shop Phones Label"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"key": "bookRepairLabel",
|
|
974
|
+
"type": "text",
|
|
975
|
+
"label": "Book Repair Label"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"key": "lifetimeScreenWarrantyLabel",
|
|
979
|
+
"type": "text",
|
|
980
|
+
"label": "Lifetime Screen Warranty Label"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"key": "noObligationFreeDiagnosticsLabel",
|
|
984
|
+
"type": "text",
|
|
985
|
+
"label": "No Obligation Free Diagnostics Label"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"key": "sameDayTurnaroundLabel",
|
|
989
|
+
"type": "text",
|
|
990
|
+
"label": "Same Day Turnaround Label"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"key": "testimonials",
|
|
994
|
+
"type": "object",
|
|
995
|
+
"label": "Testimonials",
|
|
996
|
+
"fields": [
|
|
997
|
+
{
|
|
998
|
+
"key": "clientExperiencesLabel",
|
|
999
|
+
"type": "text",
|
|
1000
|
+
"label": "Client Experiences Label"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"key": "heading",
|
|
1004
|
+
"type": "text",
|
|
1005
|
+
"label": "Heading"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"key": "description",
|
|
1009
|
+
"type": "textarea",
|
|
1010
|
+
"label": "Description"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"key": "verifiedClientLabel",
|
|
1014
|
+
"type": "text",
|
|
1015
|
+
"label": "Verified Client Label"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"key": "subtitle",
|
|
1019
|
+
"type": "text",
|
|
1020
|
+
"label": "Subtitle"
|
|
1021
|
+
}
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"key": "REVIEWS",
|
|
1026
|
+
"type": "list",
|
|
1027
|
+
"label": "R E V I E W S",
|
|
1028
|
+
"itemLabel": "R E V I E W S",
|
|
1029
|
+
"minItems": 0,
|
|
1030
|
+
"maxItems": 12,
|
|
1031
|
+
"fields": [
|
|
1032
|
+
{
|
|
1033
|
+
"key": "comment",
|
|
1034
|
+
"type": "textarea",
|
|
1035
|
+
"label": "Comment"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"key": "name",
|
|
1039
|
+
"type": "text",
|
|
1040
|
+
"label": "Name"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"key": "role",
|
|
1044
|
+
"type": "text",
|
|
1045
|
+
"label": "Role"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"key": "date",
|
|
1049
|
+
"type": "text",
|
|
1050
|
+
"label": "Date"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"key": "verifiedService",
|
|
1054
|
+
"type": "text",
|
|
1055
|
+
"label": "Verified Service"
|
|
1056
|
+
}
|
|
1057
|
+
]
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"key": "uncompromisingIntegrityLabel",
|
|
1061
|
+
"type": "text",
|
|
1062
|
+
"label": "Uncompromising Integrity Label"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"key": "heading3",
|
|
1066
|
+
"type": "text",
|
|
1067
|
+
"label": "Heading3"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"key": "description3",
|
|
1071
|
+
"type": "textarea",
|
|
1072
|
+
"label": "Description3"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"key": "STATS",
|
|
1076
|
+
"type": "list",
|
|
1077
|
+
"label": "S T A T S",
|
|
1078
|
+
"itemLabel": "S T A T S",
|
|
1079
|
+
"minItems": 0,
|
|
1080
|
+
"maxItems": 12,
|
|
1081
|
+
"fields": [
|
|
1082
|
+
{
|
|
1083
|
+
"key": "number",
|
|
1084
|
+
"type": "text",
|
|
1085
|
+
"label": "Number"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"key": "label",
|
|
1089
|
+
"type": "text",
|
|
1090
|
+
"label": "Label"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"key": "detail",
|
|
1094
|
+
"type": "text",
|
|
1095
|
+
"label": "Detail"
|
|
1096
|
+
}
|
|
1097
|
+
]
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"key": "certifiedPrecisionLabLabel",
|
|
1101
|
+
"type": "text",
|
|
1102
|
+
"label": "Certified Precision Lab Label"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"key": "schedulePriorityRepairSubheading",
|
|
1106
|
+
"type": "text",
|
|
1107
|
+
"label": "Schedule Priority Repair Subheading"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"key": "subtitle5",
|
|
1111
|
+
"type": "text",
|
|
1112
|
+
"label": "Subtitle5"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"key": "step1SelectManufacturer",
|
|
1116
|
+
"type": "text",
|
|
1117
|
+
"label": "Step1 Select Manufacturer"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"key": "selectExactModel",
|
|
1121
|
+
"type": "text",
|
|
1122
|
+
"label": "Select Exact Model"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"key": "continueDiagnosisLabel",
|
|
1126
|
+
"type": "text",
|
|
1127
|
+
"label": "Continue Diagnosis Label"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"key": "step2SelectPrimaryIssue",
|
|
1131
|
+
"type": "text",
|
|
1132
|
+
"label": "Step2 Select Primary Issue"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"key": "estLabel",
|
|
1136
|
+
"type": "text",
|
|
1137
|
+
"label": "Est Label"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"key": "deliveryPreference",
|
|
1141
|
+
"type": "text",
|
|
1142
|
+
"label": "Delivery Preference"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"key": "inStoreVipLab",
|
|
1146
|
+
"type": "text",
|
|
1147
|
+
"label": "In Store Vip Lab"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"key": "30MinExpressWhileWait",
|
|
1151
|
+
"type": "text",
|
|
1152
|
+
"label": "30 Min Express While Wait"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"key": "insuredCourierBox",
|
|
1156
|
+
"type": "text",
|
|
1157
|
+
"label": "Insured Courier Box"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"key": "free2WayPriorityLabel",
|
|
1161
|
+
"type": "text",
|
|
1162
|
+
"label": "Free2 Way Priority Label"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"key": "backLabel",
|
|
1166
|
+
"type": "text",
|
|
1167
|
+
"label": "Back Label"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"key": "continueDetailsLabel",
|
|
1171
|
+
"type": "text",
|
|
1172
|
+
"label": "Continue Details Label"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"key": "targetDeviceLabel",
|
|
1176
|
+
"type": "text",
|
|
1177
|
+
"label": "Target Device Label"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"key": "serviceLabel",
|
|
1181
|
+
"type": "text",
|
|
1182
|
+
"label": "Service Label"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"key": "fullName2",
|
|
1186
|
+
"type": "text",
|
|
1187
|
+
"label": "Full Name2"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"key": "eGMarcusVancePlaceholder2",
|
|
1191
|
+
"type": "text",
|
|
1192
|
+
"label": "E G Marcus Vance Placeholder2"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"key": "phoneNumber",
|
|
1196
|
+
"type": "text",
|
|
1197
|
+
"label": "Phone Number"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"key": "15550192834Placeholder2",
|
|
1201
|
+
"type": "tel",
|
|
1202
|
+
"label": "15550192834 Placeholder2"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"key": "emailAddress",
|
|
1206
|
+
"type": "text",
|
|
1207
|
+
"label": "Email Address"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"key": "marcusAuraTechPlaceholder",
|
|
1211
|
+
"type": "text",
|
|
1212
|
+
"label": "Marcus Aura Tech Placeholder"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"key": "preferredSlot",
|
|
1216
|
+
"type": "text",
|
|
1217
|
+
"label": "Preferred Slot"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"key": "devicePasswordNotesOptional",
|
|
1221
|
+
"type": "text",
|
|
1222
|
+
"label": "Device Password Notes Optional"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"key": "specificDamageNotesTouchUnresponsive",
|
|
1226
|
+
"type": "textarea",
|
|
1227
|
+
"label": "Specific Damage Notes Touch Unresponsive"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"key": "noUpfrontPaymentRequiredPay",
|
|
1231
|
+
"type": "text",
|
|
1232
|
+
"label": "No Upfront Payment Required Pay"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"key": "backLabel2",
|
|
1236
|
+
"type": "text",
|
|
1237
|
+
"label": "Back Label2"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"key": "securingSlotLabel",
|
|
1241
|
+
"type": "text",
|
|
1242
|
+
"label": "Securing Slot Label"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"key": "confirmPriorityRepairLabel",
|
|
1246
|
+
"type": "text",
|
|
1247
|
+
"label": "Confirm Priority Repair Label"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"key": "confirmPriorityRepairUrl",
|
|
1251
|
+
"type": "text",
|
|
1252
|
+
"label": "Confirm Priority Repair WhatsApp URL"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"key": "repairAppointmentConfirmedSubheading",
|
|
1256
|
+
"type": "text",
|
|
1257
|
+
"label": "Repair Appointment Confirmed Subheading"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"key": "subtitle6",
|
|
1261
|
+
"type": "text",
|
|
1262
|
+
"label": "Subtitle6"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"key": "aurLabel",
|
|
1266
|
+
"type": "text",
|
|
1267
|
+
"label": "Aur Label"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"key": "deviceLabel",
|
|
1271
|
+
"type": "text",
|
|
1272
|
+
"label": "Device Label"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"key": "repairLabel",
|
|
1276
|
+
"type": "text",
|
|
1277
|
+
"label": "Repair Label"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"key": "slotLabel",
|
|
1281
|
+
"type": "text",
|
|
1282
|
+
"label": "Slot Label"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"key": "warrantyLabel",
|
|
1286
|
+
"type": "text",
|
|
1287
|
+
"label": "Warranty Label"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"key": "lifetimeOemCoverageLabel",
|
|
1291
|
+
"type": "text",
|
|
1292
|
+
"label": "Lifetime Oem Coverage Label"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"key": "backShowroomLabel",
|
|
1296
|
+
"type": "text",
|
|
1297
|
+
"label": "Back Showroom Label"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"key": "12MonthGuaranteeLabel",
|
|
1301
|
+
"type": "text",
|
|
1302
|
+
"label": "12 Month Guarantee Label"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"key": "rsLabel3",
|
|
1306
|
+
"type": "text",
|
|
1307
|
+
"label": "Rs Label3"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"key": "rsLabel4",
|
|
1311
|
+
"type": "text",
|
|
1312
|
+
"label": "Rs Label4"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"key": "inStockTestedLabel",
|
|
1316
|
+
"type": "text",
|
|
1317
|
+
"label": "In Stock Tested Label"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"key": "finish",
|
|
1321
|
+
"type": "text",
|
|
1322
|
+
"label": "Finish"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"key": "capacity",
|
|
1326
|
+
"type": "text",
|
|
1327
|
+
"label": "Capacity"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"key": "addedOrderLabel",
|
|
1331
|
+
"type": "text",
|
|
1332
|
+
"label": "Added Order Label"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"key": "secureReservationRsLabel",
|
|
1336
|
+
"type": "text",
|
|
1337
|
+
"label": "Secure Reservation Rs Label"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"key": "oemCleanroomRestorationLabel",
|
|
1341
|
+
"type": "text",
|
|
1342
|
+
"label": "Oem Cleanroom Restoration Label"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"key": "heading4",
|
|
1346
|
+
"type": "text",
|
|
1347
|
+
"label": "Heading4"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"key": "description4",
|
|
1351
|
+
"type": "textarea",
|
|
1352
|
+
"label": "Description4"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"key": "repairedPristinePhoneImage",
|
|
1356
|
+
"type": "image",
|
|
1357
|
+
"label": "Repaired Pristine Phone Image"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"key": "imageAlt2",
|
|
1361
|
+
"type": "text",
|
|
1362
|
+
"label": "Image Alt2"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"key": "factoryRestoredOemLabel",
|
|
1366
|
+
"type": "text",
|
|
1367
|
+
"label": "Factory Restored Oem Label"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"key": "shatteredDamagedScreenImage",
|
|
1371
|
+
"type": "image",
|
|
1372
|
+
"label": "Shattered Damaged Screen Image"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"key": "imageAlt3",
|
|
1376
|
+
"type": "text",
|
|
1377
|
+
"label": "Image Alt3"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"key": "crackedDamagedLabel",
|
|
1381
|
+
"type": "text",
|
|
1382
|
+
"label": "Cracked Damaged Label"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"key": "dragLeftRightCompare",
|
|
1386
|
+
"type": "text",
|
|
1387
|
+
"label": "Drag Left Right Compare"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"key": "interactiveSelfDiagnosticLabel",
|
|
1391
|
+
"type": "text",
|
|
1392
|
+
"label": "Interactive Self Diagnostic Label"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"key": "heading5",
|
|
1396
|
+
"type": "text",
|
|
1397
|
+
"label": "Heading5"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"key": "description5",
|
|
1401
|
+
"type": "textarea",
|
|
1402
|
+
"label": "Description5"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"key": "diagnosticAssessmentLabel",
|
|
1406
|
+
"type": "text",
|
|
1407
|
+
"label": "Diagnostic Assessment Label"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"key": "laboratoryRootCauseLabel",
|
|
1411
|
+
"type": "text",
|
|
1412
|
+
"label": "Laboratory Root Cause Label"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"key": "turnaroundTimeLabel",
|
|
1416
|
+
"type": "text",
|
|
1417
|
+
"label": "Turnaround Time Label"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"key": "estRepairRangeLabel",
|
|
1421
|
+
"type": "text",
|
|
1422
|
+
"label": "Est Repair Range Label"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"key": "includesComplimentaryInteriorUltrasonicCleaning",
|
|
1426
|
+
"type": "textarea",
|
|
1427
|
+
"label": "Includes Complimentary Interior Ultrasonic Cleaning"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"key": "scheduleFixIssueLabel",
|
|
1431
|
+
"type": "text",
|
|
1432
|
+
"label": "Schedule Fix Issue Label"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"key": "effortlessRestorationsLabel",
|
|
1436
|
+
"type": "text",
|
|
1437
|
+
"label": "Effortless Restorations Label"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"key": "heading6",
|
|
1441
|
+
"type": "text",
|
|
1442
|
+
"label": "Heading6"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"key": "description6",
|
|
1446
|
+
"type": "textarea",
|
|
1447
|
+
"label": "Description6"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"key": "certifiedLaboratoryPrecisionLabel",
|
|
1451
|
+
"type": "text",
|
|
1452
|
+
"label": "Certified Laboratory Precision Label"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"key": "heading7",
|
|
1456
|
+
"type": "text",
|
|
1457
|
+
"label": "Heading7"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"key": "weLlBringItBack",
|
|
1461
|
+
"type": "text",
|
|
1462
|
+
"label": "We Ll Bring It Back"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"key": "description7",
|
|
1466
|
+
"type": "textarea",
|
|
1467
|
+
"label": "Description7"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"key": "engineeredPeripheralsLabel",
|
|
1471
|
+
"type": "text",
|
|
1472
|
+
"label": "Engineered Peripherals Label"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"key": "heading8",
|
|
1476
|
+
"type": "text",
|
|
1477
|
+
"label": "Heading8"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"key": "description8",
|
|
1481
|
+
"type": "textarea",
|
|
1482
|
+
"label": "Description8"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"key": "featuredProducts",
|
|
1486
|
+
"type": "object",
|
|
1487
|
+
"label": "Featured Products",
|
|
1488
|
+
"fields": [
|
|
1489
|
+
{
|
|
1490
|
+
"key": "directShowroomVerifiedRefurbishedLabel",
|
|
1491
|
+
"type": "text",
|
|
1492
|
+
"label": "Direct Showroom Verified Refurbished Label"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"key": "heading",
|
|
1496
|
+
"type": "text",
|
|
1497
|
+
"label": "Heading"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"key": "description",
|
|
1501
|
+
"type": "textarea",
|
|
1502
|
+
"label": "Description"
|
|
1503
|
+
}
|
|
1504
|
+
]
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"key": "engineeredMoreTitaniumLab",
|
|
1508
|
+
"type": "text",
|
|
1509
|
+
"label": "Engineered More Titanium Lab"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"key": "showcaseExcellenceLabel",
|
|
1513
|
+
"type": "text",
|
|
1514
|
+
"label": "Showcase Excellence Label"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"key": "heading9",
|
|
1518
|
+
"type": "text",
|
|
1519
|
+
"label": "Heading9"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"key": "description9",
|
|
1523
|
+
"type": "textarea",
|
|
1524
|
+
"label": "Description9"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"key": "engineeredMoreFlagshipDeviceImage",
|
|
1528
|
+
"type": "image",
|
|
1529
|
+
"label": "Engineered More Flagship Device Image"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"key": "imageAlt4",
|
|
1533
|
+
"type": "text",
|
|
1534
|
+
"label": "Image Alt4"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"key": "clickInspectHardwareLabel",
|
|
1538
|
+
"type": "text",
|
|
1539
|
+
"label": "Click Inspect Hardware Label"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"key": "instantValueCalculatorLabel",
|
|
1543
|
+
"type": "text",
|
|
1544
|
+
"label": "Instant Value Calculator Label"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"key": "heading10",
|
|
1548
|
+
"type": "text",
|
|
1549
|
+
"label": "Heading10"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"key": "newPossibilitiesLabel",
|
|
1553
|
+
"type": "text",
|
|
1554
|
+
"label": "New Possibilities Label"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"key": "description10",
|
|
1558
|
+
"type": "textarea",
|
|
1559
|
+
"label": "Description10"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"key": "selectCurrentDeviceBrand",
|
|
1563
|
+
"type": "text",
|
|
1564
|
+
"label": "Select Current Device Brand"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"key": "exactModel",
|
|
1568
|
+
"type": "text",
|
|
1569
|
+
"label": "Exact Model"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"key": "physicalCondition",
|
|
1573
|
+
"type": "text",
|
|
1574
|
+
"label": "Physical Condition"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"key": "targetUpgradeGoal",
|
|
1578
|
+
"type": "text",
|
|
1579
|
+
"label": "Target Upgrade Goal"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"key": "msrpRs",
|
|
1583
|
+
"type": "text",
|
|
1584
|
+
"label": "Msrp Rs"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"key": "freeDataTransferSecureMilitary",
|
|
1588
|
+
"type": "text",
|
|
1589
|
+
"label": "Free Data Transfer Secure Military"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"key": "instantValuationLabel",
|
|
1593
|
+
"type": "text",
|
|
1594
|
+
"label": "Instant Valuation Label"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"key": "guaranteed14DaysLabel",
|
|
1598
|
+
"type": "text",
|
|
1599
|
+
"label": "Guaranteed14 Days Label"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"key": "estimatedTradeCreditLabel",
|
|
1603
|
+
"type": "text",
|
|
1604
|
+
"label": "Estimated Trade Credit Label"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"key": "subtitle7",
|
|
1608
|
+
"type": "text",
|
|
1609
|
+
"label": "Subtitle7"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"key": "targetUpgradeLabel",
|
|
1613
|
+
"type": "text",
|
|
1614
|
+
"label": "Target Upgrade Label"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"key": "retailPriceLabel",
|
|
1618
|
+
"type": "text",
|
|
1619
|
+
"label": "Retail Price Label"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"key": "rsLabel5",
|
|
1623
|
+
"type": "text",
|
|
1624
|
+
"label": "Rs Label5"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"key": "lessTradeCreditLabel",
|
|
1628
|
+
"type": "text",
|
|
1629
|
+
"label": "Less Trade Credit Label"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"key": "rsLabel6",
|
|
1633
|
+
"type": "text",
|
|
1634
|
+
"label": "Rs Label6"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"key": "yourNetUpgradeLabel",
|
|
1638
|
+
"type": "text",
|
|
1639
|
+
"label": "Your Net Upgrade Label"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"key": "rsLabel7",
|
|
1643
|
+
"type": "text",
|
|
1644
|
+
"label": "Rs Label7"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"key": "estimateLockedPasscodeTrLabel",
|
|
1648
|
+
"type": "text",
|
|
1649
|
+
"label": "Estimate Locked Passcode Tr Label"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"key": "lockEstimateUpgradeLabel",
|
|
1653
|
+
"type": "text",
|
|
1654
|
+
"label": "Lock Estimate Upgrade Label"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"key": "description11",
|
|
1658
|
+
"type": "textarea",
|
|
1659
|
+
"label": "Description11"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"key": "shopPhonesUrl",
|
|
1663
|
+
"type": "text",
|
|
1664
|
+
"label": "Shop Phones Url"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"key": "whatsappOrderUrl",
|
|
1668
|
+
"type": "url",
|
|
1669
|
+
"label": "WhatsApp Order URL / Account Number",
|
|
1670
|
+
"required": false
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"key": "specPins",
|
|
1674
|
+
"type": "list",
|
|
1675
|
+
"label": "Hardware Specification Pins",
|
|
1676
|
+
"itemLabel": "Spec Pin",
|
|
1677
|
+
"minItems": 0,
|
|
1678
|
+
"maxItems": 10,
|
|
1679
|
+
"fields": [
|
|
1680
|
+
{
|
|
1681
|
+
"key": "title",
|
|
1682
|
+
"type": "text",
|
|
1683
|
+
"label": "Title"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"key": "tag",
|
|
1687
|
+
"type": "text",
|
|
1688
|
+
"label": "Tag"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"key": "desc",
|
|
1692
|
+
"type": "textarea",
|
|
1693
|
+
"label": "Description"
|
|
1694
|
+
}
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"key": "featuredPhones",
|
|
1699
|
+
"type": "list",
|
|
1700
|
+
"label": "Featured Phones",
|
|
1701
|
+
"itemLabel": "Phone",
|
|
1702
|
+
"minItems": 0,
|
|
1703
|
+
"maxItems": 12,
|
|
1704
|
+
"fields": [
|
|
1705
|
+
{
|
|
1706
|
+
"key": "brand",
|
|
1707
|
+
"type": "text",
|
|
1708
|
+
"label": "Brand"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"key": "name",
|
|
1712
|
+
"type": "text",
|
|
1713
|
+
"label": "Product Name"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"key": "subtitle",
|
|
1717
|
+
"type": "text",
|
|
1718
|
+
"label": "Subtitle"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"key": "badge",
|
|
1722
|
+
"type": "text",
|
|
1723
|
+
"label": "Badge"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"key": "image",
|
|
1727
|
+
"type": "image",
|
|
1728
|
+
"label": "Product Image"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"key": "condition",
|
|
1732
|
+
"type": "text",
|
|
1733
|
+
"label": "Condition"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"key": "price",
|
|
1737
|
+
"type": "number",
|
|
1738
|
+
"label": "Price"
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"key": "repairServices",
|
|
1744
|
+
"type": "list",
|
|
1745
|
+
"label": "Repair Services",
|
|
1746
|
+
"itemLabel": "Service",
|
|
1747
|
+
"minItems": 0,
|
|
1748
|
+
"maxItems": 12,
|
|
1749
|
+
"fields": [
|
|
1750
|
+
{
|
|
1751
|
+
"key": "time",
|
|
1752
|
+
"type": "text",
|
|
1753
|
+
"label": "Duration / Time"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"key": "title",
|
|
1757
|
+
"type": "text",
|
|
1758
|
+
"label": "Service Title"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"key": "tagline",
|
|
1762
|
+
"type": "text",
|
|
1763
|
+
"label": "Tagline"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"key": "desc",
|
|
1767
|
+
"type": "textarea",
|
|
1768
|
+
"label": "Description"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"key": "price",
|
|
1772
|
+
"type": "number",
|
|
1773
|
+
"label": "Price"
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"key": "repairProcessSteps",
|
|
1779
|
+
"type": "list",
|
|
1780
|
+
"label": "Repair Process Steps",
|
|
1781
|
+
"itemLabel": "Process Step",
|
|
1782
|
+
"minItems": 0,
|
|
1783
|
+
"maxItems": 8,
|
|
1784
|
+
"fields": [
|
|
1785
|
+
{
|
|
1786
|
+
"key": "step",
|
|
1787
|
+
"type": "text",
|
|
1788
|
+
"label": "Step Number"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"key": "title",
|
|
1792
|
+
"type": "text",
|
|
1793
|
+
"label": "Step Title"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"key": "desc",
|
|
1797
|
+
"type": "textarea",
|
|
1798
|
+
"label": "Description"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"key": "time",
|
|
1802
|
+
"type": "text",
|
|
1803
|
+
"label": "Duration"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"key": "durationLabel",
|
|
1807
|
+
"type": "text",
|
|
1808
|
+
"label": "Duration Label"
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"key": "estimatedCostLabel",
|
|
1814
|
+
"type": "text",
|
|
1815
|
+
"label": "Estimated Cost Label"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"key": "bookRepairCtaLabel",
|
|
1819
|
+
"type": "text",
|
|
1820
|
+
"label": "Book Repair CTA Label"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"key": "freeInsuredCourierLabel",
|
|
1824
|
+
"type": "text",
|
|
1825
|
+
"label": "Free Insured Courier Label"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"key": "orderCtaLabel",
|
|
1829
|
+
"type": "text",
|
|
1830
|
+
"label": "Order CTA Label"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"key": "whatsappOrderLabel",
|
|
1834
|
+
"type": "text",
|
|
1835
|
+
"label": "Whatsapp Order Label"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"key": "trustPillars",
|
|
1839
|
+
"type": "list",
|
|
1840
|
+
"label": "Trust Pillars",
|
|
1841
|
+
"itemLabel": "Trust Pillar",
|
|
1842
|
+
"minItems": 0,
|
|
1843
|
+
"maxItems": 8,
|
|
1844
|
+
"fields": [
|
|
1845
|
+
{
|
|
1846
|
+
"key": "title",
|
|
1847
|
+
"type": "text",
|
|
1848
|
+
"label": "Title"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"key": "desc",
|
|
1852
|
+
"type": "textarea",
|
|
1853
|
+
"label": "Description"
|
|
1854
|
+
}
|
|
1855
|
+
]
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"key": "diagnosticIssues",
|
|
1859
|
+
"type": "list",
|
|
1860
|
+
"label": "Diagnostic Issues",
|
|
1861
|
+
"itemLabel": "Diagnostic Issue",
|
|
1862
|
+
"minItems": 0,
|
|
1863
|
+
"maxItems": 12,
|
|
1864
|
+
"fields": [
|
|
1865
|
+
{
|
|
1866
|
+
"key": "id",
|
|
1867
|
+
"type": "text",
|
|
1868
|
+
"label": "ID"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"key": "title",
|
|
1872
|
+
"type": "text",
|
|
1873
|
+
"label": "Issue Title"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"key": "symptom",
|
|
1877
|
+
"type": "textarea",
|
|
1878
|
+
"label": "Symptom"
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"key": "likelyCause",
|
|
1882
|
+
"type": "textarea",
|
|
1883
|
+
"label": "Likely Cause"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"key": "estimatedFixTime",
|
|
1887
|
+
"type": "text",
|
|
1888
|
+
"label": "Estimated Fix Time"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"key": "priceRange",
|
|
1892
|
+
"type": "text",
|
|
1893
|
+
"label": "Price Range"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"key": "urgency",
|
|
1897
|
+
"type": "text",
|
|
1898
|
+
"label": "Urgency Priority"
|
|
1899
|
+
}
|
|
1900
|
+
]
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"key": "accessories",
|
|
1904
|
+
"type": "list",
|
|
1905
|
+
"label": "Curated Accessories",
|
|
1906
|
+
"itemLabel": "Accessory",
|
|
1907
|
+
"minItems": 0,
|
|
1908
|
+
"maxItems": 12,
|
|
1909
|
+
"fields": [
|
|
1910
|
+
{
|
|
1911
|
+
"key": "id",
|
|
1912
|
+
"type": "text",
|
|
1913
|
+
"label": "ID"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"key": "name",
|
|
1917
|
+
"type": "text",
|
|
1918
|
+
"label": "Product Name"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"key": "subtitle",
|
|
1922
|
+
"type": "text",
|
|
1923
|
+
"label": "Subtitle / Specs"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"key": "price",
|
|
1927
|
+
"type": "number",
|
|
1928
|
+
"label": "Price"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"key": "badge",
|
|
1932
|
+
"type": "text",
|
|
1933
|
+
"label": "Badge"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"key": "image",
|
|
1937
|
+
"type": "image",
|
|
1938
|
+
"label": "Product Image"
|
|
1939
|
+
}
|
|
1940
|
+
]
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"key": "forYourDeviceLabel",
|
|
1944
|
+
"type": "text",
|
|
1945
|
+
"label": "For Your Device Label"
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"pageKey": "home"
|
|
1949
|
+
}
|
|
1950
|
+
],
|
|
1951
|
+
"defaults": {
|
|
1952
|
+
"common": {
|
|
1953
|
+
"websiteTitle": "mobile-shop",
|
|
1954
|
+
"shortDescription": "A high-converting storefront built for the Fivora platform.",
|
|
1955
|
+
"logoUrl": "/fivora-logo.png",
|
|
1956
|
+
"headerCtaLabel": "Contact Us",
|
|
1957
|
+
"copyright": "© 2026 mobile-shop. All rights reserved.",
|
|
1958
|
+
"navLabels": {
|
|
1959
|
+
"home": "Home",
|
|
1960
|
+
"contact": "Contact"
|
|
1961
|
+
},
|
|
1962
|
+
"business": {
|
|
1963
|
+
"phone": "",
|
|
1964
|
+
"whatsapp": "",
|
|
1965
|
+
"email": ""
|
|
1966
|
+
},
|
|
1967
|
+
"footer": {
|
|
1968
|
+
"auraCellularLabel": "AURA CELLULAR",
|
|
1969
|
+
"precisionEngineeringRetailLabel": "Precision Engineering & Retail",
|
|
1970
|
+
"description": "The premier destination for flagship smartphone acquisitions, certified restorations, and cleanroom hardware repairs. Swiss-watch precision applied to modern mobile technology.",
|
|
1971
|
+
"certifiedOemLaboratoryLabel": "Certified OEM Laboratory",
|
|
1972
|
+
"smartphoneShowroomSubheading": "Smartphone Showroom",
|
|
1973
|
+
"iphone16ProProMax": "#shop",
|
|
1974
|
+
"iphone16ProProMax2": "iPhone 16 Pro & Pro Max",
|
|
1975
|
+
"samsungGalaxyS25UltraUrl": "#shop",
|
|
1976
|
+
"samsungGalaxyS25UltraLabel": "Samsung Galaxy S25 Ultra",
|
|
1977
|
+
"googlePixel9ProXl": "#shop",
|
|
1978
|
+
"googlePixel9ProXl2": "Google Pixel 9 Pro XL",
|
|
1979
|
+
"certifiedRefurbishedGradeUrl": "#shop",
|
|
1980
|
+
"certifiedRefurbishedGradeLabel": "Certified Refurbished (Grade A+)",
|
|
1981
|
+
"magsafeKevlarAccessoriesUrl": "#accessories",
|
|
1982
|
+
"magsafeKevlarAccessoriesLabel": "MagSafe Kevlar Accessories",
|
|
1983
|
+
"tradeUpgradesUrl": "#tradein",
|
|
1984
|
+
"tradeUpgradesLabel": "Trade-In & Upgrades",
|
|
1985
|
+
"repairLaboratorySubheading": "Repair Laboratory",
|
|
1986
|
+
"oemScreenOledReplacementUrl": "#repairs",
|
|
1987
|
+
"oemScreenOledReplacementLabel": "OEM Screen & OLED Replacement",
|
|
1988
|
+
"highDensityBatterySwapsUrl": "#repairs",
|
|
1989
|
+
"highDensityBatterySwapsLabel": "High-Density Battery Swaps",
|
|
1990
|
+
"usbCMicroSolderingUrl": "#repairs",
|
|
1991
|
+
"usbCMicroSolderingLabel": "USB-C Micro-Soldering",
|
|
1992
|
+
"cameraSensorRealignmentUrl": "#repairs",
|
|
1993
|
+
"cameraSensorRealignmentLabel": "Camera & Sensor Realignment",
|
|
1994
|
+
"ultrasonicLiquidIngressBathUrl": "#repairs",
|
|
1995
|
+
"ultrasonicLiquidIngressBathLabel": "Ultrasonic Liquid Ingress Bath",
|
|
1996
|
+
"hardwareDiagnosticToolUrl": "#diagnostic",
|
|
1997
|
+
"hardwareDiagnosticToolLabel": "Hardware Diagnostic Tool",
|
|
1998
|
+
"flagshipLabHoursSubheading": "Flagship Lab & Hours",
|
|
1999
|
+
"450LexingtonAvenueSuite1200": "450 Lexington Avenue, Suite 1200, Manhattan, New York",
|
|
2000
|
+
"1800840AuraLabel": "+1 (800) 840-AURA",
|
|
2001
|
+
"conciergeAuraMobileTechLabel": "concierge@aura-mobile.tech",
|
|
2002
|
+
"monFri900Am": "Mon - Fri: 9:00 AM – 8:00 PM",
|
|
2003
|
+
"saturday1000Am7": "Saturday: 10:00 AM – 7:00 PM",
|
|
2004
|
+
"sunday1100Am5": "Sunday: 11:00 AM – 5:00 PM",
|
|
2005
|
+
"auraCellularTechnologiesIncAll": "© AURA Cellular Technologies Inc. All rights reserved.",
|
|
2006
|
+
"privacyPolicyUrl": "#faq",
|
|
2007
|
+
"privacyPolicyLabel": "Privacy Policy",
|
|
2008
|
+
"termsServiceUrl": "#faq",
|
|
2009
|
+
"termsServiceLabel": "Terms of Service",
|
|
2010
|
+
"lifetimeWarrantyTermsUrl": "#faq",
|
|
2011
|
+
"lifetimeWarrantyTermsLabel": "Lifetime Warranty Terms",
|
|
2012
|
+
"backTopLabel": "Back to Top",
|
|
2013
|
+
"auraCellularLabel2": "AURA CELLULAR",
|
|
2014
|
+
"backTopUrl": "#hero"
|
|
2015
|
+
},
|
|
2016
|
+
"header": {
|
|
2017
|
+
"auraLabel": "AURA",
|
|
2018
|
+
"labLabel": "LAB",
|
|
2019
|
+
"precisionCellularLabel": "Precision Cellular",
|
|
2020
|
+
"bookRepairLabel": "Book a Repair",
|
|
2021
|
+
"repairLabel": "Repair",
|
|
2022
|
+
"navigationLabel": "Navigation",
|
|
2023
|
+
"shoppingBagLabel": "Shopping Bag",
|
|
2024
|
+
"bookPriorityRepairNowLabel": "Book Priority Repair Now",
|
|
2025
|
+
"auraPrecisionCellularLabel": "AURA Precision Cellular",
|
|
2026
|
+
"monSat9am8pmLabel": "Mon-Sat: 9AM - 8PM",
|
|
2027
|
+
"auraHomeUrl": "#hero"
|
|
2028
|
+
},
|
|
2029
|
+
"NAV_ITEMS": [
|
|
2030
|
+
{
|
|
2031
|
+
"name": "Home",
|
|
2032
|
+
"href": "#hero"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "Shop",
|
|
2036
|
+
"href": "#shop"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "Repairs",
|
|
2040
|
+
"href": "#repairs"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"name": "Services",
|
|
2044
|
+
"href": "#diagnostic"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "Trade-In",
|
|
2048
|
+
"href": "#tradein"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "About",
|
|
2052
|
+
"href": "#about"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "Contact",
|
|
2056
|
+
"href": "#contact"
|
|
2057
|
+
}
|
|
2058
|
+
]
|
|
2059
|
+
},
|
|
2060
|
+
"home": {
|
|
2061
|
+
"confirmPriorityRepairLabel": "Confirm Priority Repair",
|
|
2062
|
+
"confirmPriorityRepairUrl": "https://wa.me/15550192834",
|
|
2063
|
+
"rsLabel": "RS",
|
|
2064
|
+
"rsLabel2": "RS",
|
|
2065
|
+
"aurLabel": "#AUR-",
|
|
2066
|
+
"subtitle": "RS",
|
|
2067
|
+
"heading": "Your Shopping Bag",
|
|
2068
|
+
"yourBagCurrentlyEmptySubheading": "Your Bag is Currently Empty",
|
|
2069
|
+
"description": "Explore our flagship phones, refurbished devices, and engineered accessories to add items to your order.",
|
|
2070
|
+
"browseFlagshipShowroomLabel": "Browse Flagship Showroom",
|
|
2071
|
+
"subtotalLabel": "Subtotal",
|
|
2072
|
+
"insuredExpressDeliveryLabel": "Insured Express Delivery",
|
|
2073
|
+
"freeLabel": "FREE",
|
|
2074
|
+
"cleanroom72PointCertificationLabel": "Cleanroom 72-Point Certification",
|
|
2075
|
+
"includedLabel": "INCLUDED",
|
|
2076
|
+
"totalAmountLabel": "Total Amount",
|
|
2077
|
+
"proceedOrderRsLabel": "Proceed to Order · RS",
|
|
2078
|
+
"subtitle2": "Pay on Delivery or Bank Transfer. 14-day zero-risk returns.",
|
|
2079
|
+
"backBagItemsLabel": "Back to Bag Items",
|
|
2080
|
+
"totalPayableLabel": "Total Payable",
|
|
2081
|
+
"fullName": "Full Name *",
|
|
2082
|
+
"eGMarcusVancePlaceholder": "e.g. Marcus Vance",
|
|
2083
|
+
"contactPhoneNumber": "Contact Phone Number *",
|
|
2084
|
+
"15550192834Placeholder": "+1 (555) 019-2834",
|
|
2085
|
+
"deliveryStreetAddress": "Delivery Street Address *",
|
|
2086
|
+
"houseApartmentNumberStreetName": "House/Apartment number, street name, landmark...",
|
|
2087
|
+
"cityState": "City / State *",
|
|
2088
|
+
"eGNewYorkNy": "e.g. New York, NY",
|
|
2089
|
+
"paymentOption": "Payment Option",
|
|
2090
|
+
"cashCardDeliveryLabel": "Cash / Card on Delivery",
|
|
2091
|
+
"inspectDeviceBeforePayingLabel": "Inspect device before paying",
|
|
2092
|
+
"directBankTransferLabel": "Direct Bank Transfer",
|
|
2093
|
+
"instantInvoiceReceiptLabel": "Instant invoice & receipt",
|
|
2094
|
+
"processingOrderLabel": "Processing Your Order...",
|
|
2095
|
+
"confirmCompleteOrderRsLabel": "Confirm & Complete Order · RS",
|
|
2096
|
+
"100EncryptedAuthenticatedTransactionLabel": "100% Encrypted & Authenticated Transaction",
|
|
2097
|
+
"orderPlacedSuccessfullyLabel": "Order Placed Successfully",
|
|
2098
|
+
"thankSubheading": "Thank You, !",
|
|
2099
|
+
"subtitle3": "Your order has been received by our laboratory dispatch center.",
|
|
2100
|
+
"dispatchWindowLabel": "Dispatch Window:",
|
|
2101
|
+
"within24HoursLabel": "Within 24 Hours",
|
|
2102
|
+
"destinationLabel": "Destination:",
|
|
2103
|
+
"paymentLabel": "Payment:",
|
|
2104
|
+
"orderStatusLabel": "Order Status:",
|
|
2105
|
+
"confirmedReservedLabel": "Confirmed & Reserved",
|
|
2106
|
+
"continueBrowsingLabel": "Continue Browsing",
|
|
2107
|
+
"hero": {
|
|
2108
|
+
"flagshipSalesCertifiedPrecisionRepairs": "Flagship Sales · Certified Precision Repairs",
|
|
2109
|
+
"premiumPhonesLabel": "Premium Phones.",
|
|
2110
|
+
"expertRepairsLabel": "Expert Repairs.",
|
|
2111
|
+
"oneDestinationLabel": "One Destination.",
|
|
2112
|
+
"description": "Discover the latest smartphones, pristine certified refurbishments, and master-grade hardware repairs—executed with surgical precision and backed by technicians you can trust.",
|
|
2113
|
+
"shopPhonesLabel": "Shop Phones",
|
|
2114
|
+
"bookRepairLabel": "Book a Repair",
|
|
2115
|
+
"oemPartsLabel": "OEM Parts",
|
|
2116
|
+
"subtitle": "Original Grade Screens",
|
|
2117
|
+
"25MinFixLabel": "25-Min Fix",
|
|
2118
|
+
"subtitle2": "Express Walk-In Service",
|
|
2119
|
+
"lifetimeLabel": "Lifetime",
|
|
2120
|
+
"subtitle3": "Warranty on Repairs",
|
|
2121
|
+
"auraLuxuryFlagshipSmartphonesImage": "/images/hero-phones.jpg",
|
|
2122
|
+
"imageAlt": "AURA Luxury Flagship Smartphones",
|
|
2123
|
+
"subtitle4": "Apple & Android Certified",
|
|
2124
|
+
"subtitle5": "Class 100 Cleanroom Techs",
|
|
2125
|
+
"subtitle6": "72-Point Inspection",
|
|
2126
|
+
"subtitle7": "100% Battery Health Restored",
|
|
2127
|
+
"limitedShowroomUpgradeBonusLabel": "Limited Showroom Upgrade Bonus",
|
|
2128
|
+
"heading": "Your Next Upgrade",
|
|
2129
|
+
"startsHereLabel": "Starts Here.",
|
|
2130
|
+
"description2": "Receive an extra when trading up to any iPhone 16 Pro or Galaxy S25 Ultra this week. Includes complimentary data migration.",
|
|
2131
|
+
"exploreLatestPhonesLabel": "Explore Latest Phones",
|
|
2132
|
+
"calculateTradeLabel": "Calculate Trade-In",
|
|
2133
|
+
"auraUpgradeBannerPhonesImage": "/images/hero-phones.jpg",
|
|
2134
|
+
"imageAlt2": "AURA Upgrade Banner Phones",
|
|
2135
|
+
"shopPhonesUrl": "#shop",
|
|
2136
|
+
"exploreLatestPhonesUrl": "#shop",
|
|
2137
|
+
"calculateTradeUrl": "#tradein"
|
|
2138
|
+
},
|
|
2139
|
+
"about": {
|
|
2140
|
+
"certifiedAcrossIndustryLeadingMobile": "Certified Across Industry-Leading Mobile Ecosystems",
|
|
2141
|
+
"labCertifiedLabel": "Lab Certified"
|
|
2142
|
+
},
|
|
2143
|
+
"BRANDS": [
|
|
2144
|
+
{
|
|
2145
|
+
"name": "Apple",
|
|
2146
|
+
"subtitle": "Authorized Independent Repair Specialist"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"name": "Samsung",
|
|
2150
|
+
"subtitle": "Galaxy Flagship & Foldable Lab"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"name": "Google",
|
|
2154
|
+
"subtitle": "Pixel Precision Engineering"
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"name": "OnePlus",
|
|
2158
|
+
"subtitle": "Pro Warp-Speed Components"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "Xiaomi",
|
|
2162
|
+
"subtitle": "Ultra Camera Calibration"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "Sony",
|
|
2166
|
+
"subtitle": "Xperia Cinema 4K OLED"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "Oppo",
|
|
2170
|
+
"subtitle": "Find X SuperVOOC Systems"
|
|
2171
|
+
}
|
|
2172
|
+
],
|
|
2173
|
+
"faq": {
|
|
2174
|
+
"transparencyAnswersLabel": "Transparency & Answers",
|
|
2175
|
+
"heading": "Frequently Answered Questions.",
|
|
2176
|
+
"description": "Everything you need to know about our repair warranties, turnaround timelines, and trade-in criteria."
|
|
2177
|
+
},
|
|
2178
|
+
"FAQS": [
|
|
2179
|
+
{
|
|
2180
|
+
"q": "How long does a standard phone repair take?",
|
|
2181
|
+
"a": "Most common repairs—including iPhone and Samsung screen replacements, battery swaps, and charging port cleanings—are completed in 20 to 30 minutes in our on-site VIP laboratory. You can relax in our showroom lounge or explore nearby shops while we restore your device."
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"q": "Do your repairs include a warranty?",
|
|
2185
|
+
"a": "Yes. All OEM display replacements and logic repairs come with our Lifetime Parts & Labor Warranty. If your replacement panel ever malfunctions due to manufacturer defect (touch lag, dead pixels, or delamination), we will replace it immediately at zero cost. Batteries carry a 12-month full health guarantee."
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"q": "Do I need to back up my phone before the repair?",
|
|
2189
|
+
"a": "While our technicians employ non-invasive hardware protocols that preserve your personal data during screen and battery replacements, we always advise creating a recent iCloud or Google Drive backup for complete peace of mind. For motherboard and liquid-damage restorations, data preservation is our first priority."
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"q": "Do you use genuine and OEM replacement parts?",
|
|
2193
|
+
"a": "We strictly source Original Equipment Manufacturer (OEM) panels and high-density tier-1 batteries. Our displays preserve 100% color accuracy, True Tone calibration, 120Hz ProMotion/Dynamic AMOLED refresh rates, and biometric security features (Face ID / Ultrasonic fingerprint sensors)."
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"q": "Can I trade in a phone that is damaged or non-functional?",
|
|
2197
|
+
"a": "Yes, absolutely. We evaluate devices in all physical conditions—from flawless mint condition to shattered front glass, cracked camera modules, and dead logic boards. Even if your phone will not turn on, you can receive instant trade-in credit toward a new device or cash payment."
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"q": "Do you successfully recover water-damaged smartphones?",
|
|
2201
|
+
"a": "Yes. Our clinical laboratory features high-frequency ultrasonic chemical wash stations and thermal infrared diagnostic chambers. We neutralize internal electrolytic corrosion, replace damaged surface-mount capacitors, and boast an 88% data and hardware recovery rate on submerged devices."
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"phoneSilhouetteImage": "/images/showcase-phone.jpg",
|
|
2205
|
+
"imageAlt": "Phone Silhouette",
|
|
2206
|
+
"theNextStandardMobileCare": "The Next Standard in Mobile Care",
|
|
2207
|
+
"heading2": "Your Phone Deserves Better.",
|
|
2208
|
+
"subtitle4": "Upgrade it. Repair it. Protect it.",
|
|
2209
|
+
"description2": "Experience precision engineering, authentic parts, and surgical craftsmanship designed to keep you seamlessly connected.",
|
|
2210
|
+
"shopPhonesLabel": "Shop Phones",
|
|
2211
|
+
"bookRepairLabel": "Book a Repair",
|
|
2212
|
+
"lifetimeScreenWarrantyLabel": "Lifetime Screen Warranty",
|
|
2213
|
+
"noObligationFreeDiagnosticsLabel": "No-Obligation Free Diagnostics",
|
|
2214
|
+
"sameDayTurnaroundLabel": "Same-Day Turnaround",
|
|
2215
|
+
"testimonials": {
|
|
2216
|
+
"clientExperiencesLabel": "Client Experiences",
|
|
2217
|
+
"heading": "Loved by Connoisseurs.",
|
|
2218
|
+
"description": "Read authentic reviews from clients who demand perfection for their mobile devices.",
|
|
2219
|
+
"verifiedClientLabel": "Verified Client",
|
|
2220
|
+
"subtitle": "“”"
|
|
2221
|
+
},
|
|
2222
|
+
"REVIEWS": [
|
|
2223
|
+
{
|
|
2224
|
+
"name": "Alexander Sterling",
|
|
2225
|
+
"role": "Creative Director",
|
|
2226
|
+
"rating": 5,
|
|
2227
|
+
"date": "3 days ago",
|
|
2228
|
+
"verifiedService": "iPhone 16 Pro Max Screen Replacement",
|
|
2229
|
+
"comment": "I was devastated when my new 16 Pro screen shattered on concrete. AURA restored it in literally 24 minutes. The True Tone, 120Hz ProMotion, and Face ID work with zero flaw. Truly luxury service.",
|
|
2230
|
+
"device": "Apple Ecosystem"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "Elena Rostova",
|
|
2234
|
+
"role": "Architect",
|
|
2235
|
+
"rating": 5,
|
|
2236
|
+
"date": "1 week ago",
|
|
2237
|
+
"verifiedService": "Purchased Certified Galaxy S24 Ultra",
|
|
2238
|
+
"comment": "Bought a refurbished Grade A+ Galaxy S24 Ultra for my fieldwork. The condition is literally indistinguishable from brand new in box, and the battery cycle was at 100%. Highly recommended.",
|
|
2239
|
+
"device": "Samsung Galaxy"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "Dr. Michael Chen",
|
|
2243
|
+
"role": "Orthopedic Surgeon",
|
|
2244
|
+
"rating": 5,
|
|
2245
|
+
"date": "2 weeks ago",
|
|
2246
|
+
"verifiedService": "Water Damage & Logic Board Recovery",
|
|
2247
|
+
"comment": "My phone fell into a lake during vacation with irreplaceable family photos not backed up to iCloud. Two other shops declared it dead. AURA ultrasonic-cleaned the PCB and recovered 100% of my data.",
|
|
2248
|
+
"device": "Precision Data Lab"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"uncompromisingIntegrityLabel": "Uncompromising Integrity",
|
|
2252
|
+
"heading3": "Engineered for Trust.",
|
|
2253
|
+
"description3": "We operate at the intersection of Swiss-watchmaker precision, clinical cleanroom environments, and hospitality-first customer care.",
|
|
2254
|
+
"STATS": [
|
|
2255
|
+
{
|
|
2256
|
+
"number": "10K+",
|
|
2257
|
+
"label": "Restorations Completed",
|
|
2258
|
+
"detail": "Precision repairs across iPhone, Samsung Galaxy, and Pixel models."
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"number": "4.9/5",
|
|
2262
|
+
"label": "Verified Customer Rating",
|
|
2263
|
+
"detail": "Over 2,400 glowing reviews across Google and Trustpilot."
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"number": "25-Min",
|
|
2267
|
+
"label": "Average Turnaround",
|
|
2268
|
+
"detail": "Walk in with a cracked screen; walk out with a factory-pristine phone."
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"number": "100%",
|
|
2272
|
+
"label": "OEM Display Quality",
|
|
2273
|
+
"detail": "Genuine panels preserving original color accuracy & True Tone."
|
|
2274
|
+
}
|
|
2275
|
+
],
|
|
2276
|
+
"trustPillars": [
|
|
2277
|
+
{
|
|
2278
|
+
"title": "Master IPC Technicians",
|
|
2279
|
+
"desc": "Our laboratory specialists undergo 500+ hours of micro-soldering and cleanroom certification."
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"title": "Lifetime Repair Warranty",
|
|
2283
|
+
"desc": "Every OEM screen and logic repair is protected by our lifetime replacement backing."
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"title": "Bank-Grade Data Security",
|
|
2287
|
+
"desc": "No passcodes required for display repairs. We strictly adhere to zero-data-access privacy protocols."
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"title": "Transparent Pricing Guarantee",
|
|
2291
|
+
"desc": "Clear upfront pricing with no hidden charges or diagnostic fees. You only pay when fully satisfied."
|
|
2292
|
+
}
|
|
2293
|
+
],
|
|
2294
|
+
"certifiedPrecisionLabLabel": "Certified Precision Lab",
|
|
2295
|
+
"schedulePriorityRepairSubheading": "Schedule Your Priority Repair",
|
|
2296
|
+
"subtitle5": "Genuine OEM parts. Average turnaround under 30 minutes with Lifetime Warranty.",
|
|
2297
|
+
"step1SelectManufacturer": "Step 1 · Select Manufacturer",
|
|
2298
|
+
"selectExactModel": "Select Your Exact Model",
|
|
2299
|
+
"continueDiagnosisLabel": "Continue to Diagnosis",
|
|
2300
|
+
"step2SelectPrimaryIssue": "Step 2 · Select The Primary Issue for",
|
|
2301
|
+
"estLabel": "Est.",
|
|
2302
|
+
"deliveryPreference": "Delivery Preference",
|
|
2303
|
+
"inStoreVipLab": "In-Store VIP Lab",
|
|
2304
|
+
"30MinExpressWhileWait": "30-min express while you wait",
|
|
2305
|
+
"insuredCourierBox": "Insured Courier Box",
|
|
2306
|
+
"free2WayPriorityLabel": "Free 2-way priority label",
|
|
2307
|
+
"backLabel": "Back",
|
|
2308
|
+
"continueDetailsLabel": "Continue to Details",
|
|
2309
|
+
"targetDeviceLabel": "Target Device:",
|
|
2310
|
+
"serviceLabel": "Service:",
|
|
2311
|
+
"fullName2": "Full Name *",
|
|
2312
|
+
"eGMarcusVancePlaceholder2": "e.g. Marcus Vance",
|
|
2313
|
+
"phoneNumber": "Phone Number *",
|
|
2314
|
+
"15550192834Placeholder2": "+1 (555) 019-2834",
|
|
2315
|
+
"emailAddress": "Email Address *",
|
|
2316
|
+
"marcusAuraTechPlaceholder": "marcus@aura.tech",
|
|
2317
|
+
"preferredSlot": "Preferred Slot",
|
|
2318
|
+
"devicePasswordNotesOptional": "Device Password / Notes (Optional)",
|
|
2319
|
+
"specificDamageNotesTouchUnresponsive": "Specific damage notes, touch unresponsive spots, or passcodes if hardware test authorized...",
|
|
2320
|
+
"noUpfrontPaymentRequiredPay": "No upfront payment required. Pay only upon inspection & testing.",
|
|
2321
|
+
"backLabel2": "Back",
|
|
2322
|
+
"securingSlotLabel": "Securing Slot...",
|
|
2323
|
+
"repairAppointmentConfirmedSubheading": "Repair Appointment Confirmed!",
|
|
2324
|
+
"subtitle6": "Your ticket is active. Our master certified technician will be ready for your .",
|
|
2325
|
+
"deviceLabel": "Device:",
|
|
2326
|
+
"repairLabel": "Repair:",
|
|
2327
|
+
"slotLabel": "Slot:",
|
|
2328
|
+
"warrantyLabel": "Warranty:",
|
|
2329
|
+
"lifetimeOemCoverageLabel": "Lifetime OEM Coverage",
|
|
2330
|
+
"backShowroomLabel": "Back to Showroom",
|
|
2331
|
+
"12MonthGuaranteeLabel": "· 12-Month Guarantee",
|
|
2332
|
+
"rsLabel3": "RS",
|
|
2333
|
+
"rsLabel4": "RS",
|
|
2334
|
+
"inStockTestedLabel": "In Stock & Tested",
|
|
2335
|
+
"finish": "Finish:",
|
|
2336
|
+
"capacity": "Capacity",
|
|
2337
|
+
"addedOrderLabel": "Added to Order",
|
|
2338
|
+
"secureReservationRsLabel": "Secure Reservation · RS",
|
|
2339
|
+
"oemCleanroomRestorationLabel": "OEM Cleanroom Restoration",
|
|
2340
|
+
"heading4": "From Damaged to Like-New.",
|
|
2341
|
+
"description4": "Drag the interactive slider below to inspect our flawless OLED replacement and aerospace frame realignments.",
|
|
2342
|
+
"repairedPristinePhoneImage": "/images/screen-repaired.jpg",
|
|
2343
|
+
"imageAlt2": "Repaired Pristine Phone",
|
|
2344
|
+
"factoryRestoredOemLabel": "FACTORY RESTORED (OEM)",
|
|
2345
|
+
"shatteredDamagedScreenImage": "/images/screen-cracked.jpg",
|
|
2346
|
+
"imageAlt3": "Shattered Damaged Screen",
|
|
2347
|
+
"crackedDamagedLabel": "CRACKED / DAMAGED",
|
|
2348
|
+
"dragLeftRightCompare": "Drag left or right to compare",
|
|
2349
|
+
"interactiveSelfDiagnosticLabel": "Interactive Self-Diagnostic",
|
|
2350
|
+
"heading5": "Not Sure What’s Wrong?",
|
|
2351
|
+
"description5": "Select your symptom below. Our interactive diagnostic system instantly estimates the root cause, turnaround time, and repair quote.",
|
|
2352
|
+
"diagnosticAssessmentLabel": "Diagnostic Assessment",
|
|
2353
|
+
"laboratoryRootCauseLabel": "Laboratory Root Cause:",
|
|
2354
|
+
"turnaroundTimeLabel": "Turnaround Time",
|
|
2355
|
+
"estRepairRangeLabel": "Est. Repair Range",
|
|
2356
|
+
"includesComplimentaryInteriorUltrasonicCleaning": "Includes complimentary interior ultrasonic cleaning and new high-adhesion liquid seals.",
|
|
2357
|
+
"scheduleFixIssueLabel": "Schedule Fix for This Issue",
|
|
2358
|
+
"diagnosticIssues": [
|
|
2359
|
+
{
|
|
2360
|
+
"id": "cracked-screen",
|
|
2361
|
+
"title": "Cracked Screen / OLED Lines",
|
|
2362
|
+
"symptom": "Glass fracture, vertical green lines, or unresponsive touch zone",
|
|
2363
|
+
"likelyCause": "OLED digitizer or front glass laminate failure",
|
|
2364
|
+
"estimatedFixTime": "30 mins",
|
|
2365
|
+
"priceRange": "RS 129 - RS 279",
|
|
2366
|
+
"urgency": "Medium"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"id": "battery-drain",
|
|
2370
|
+
"title": "Battery Drains Rapidly",
|
|
2371
|
+
"symptom": "Drops by 20% in an hour, shuts down at 30%, or back glass feels swollen",
|
|
2372
|
+
"likelyCause": "Lithium-ion chemical depletion / degraded cathode cycles",
|
|
2373
|
+
"estimatedFixTime": "20 mins",
|
|
2374
|
+
"priceRange": "RS 79 - RS 119",
|
|
2375
|
+
"urgency": "High"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"id": "wont-charge",
|
|
2379
|
+
"title": "Won’t Charge / Loose Cable",
|
|
2380
|
+
"symptom": "Must hold cable at an angle, slow charging, or no power response",
|
|
2381
|
+
"likelyCause": "Debris compaction, broken pin trace, or power IC short",
|
|
2382
|
+
"estimatedFixTime": "35 mins",
|
|
2383
|
+
"priceRange": "RS 69 - RS 119",
|
|
2384
|
+
"urgency": "Medium"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"id": "camera-blur",
|
|
2388
|
+
"title": "Camera Blurry / Shaking",
|
|
2389
|
+
"symptom": "Camera buzzes loudly, cannot focus on text, or purple flare dots",
|
|
2390
|
+
"likelyCause": "Optical image stabilization (OIS) actuator breakdown",
|
|
2391
|
+
"estimatedFixTime": "45 mins",
|
|
2392
|
+
"priceRange": "RS 89 - RS 169",
|
|
2393
|
+
"urgency": "Low"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"id": "liquid-damage",
|
|
2397
|
+
"title": "Water or Liquid Ingress",
|
|
2398
|
+
"symptom": "Dropped in water, condensation in camera lens, or speaker distortion",
|
|
2399
|
+
"likelyCause": "Capillary fluid ingress causing rapid electrolytic oxidation",
|
|
2400
|
+
"estimatedFixTime": "2 hours",
|
|
2401
|
+
"priceRange": "RS 119 - RS 199",
|
|
2402
|
+
"urgency": "Critical"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"id": "overheating",
|
|
2406
|
+
"title": "Device Overheating",
|
|
2407
|
+
"symptom": "Gets unusually hot during idle state or camera shuts down automatically",
|
|
2408
|
+
"likelyCause": "CPU thermal paste degradation or shorted power amplifier capacitor",
|
|
2409
|
+
"estimatedFixTime": "45 mins",
|
|
2410
|
+
"priceRange": "RS 79 - RS 149",
|
|
2411
|
+
"urgency": "High"
|
|
2412
|
+
}
|
|
2413
|
+
],
|
|
2414
|
+
"effortlessRestorationsLabel": "Effortless Restorations",
|
|
2415
|
+
"heading6": "Precision in 4 Simple Steps.",
|
|
2416
|
+
"description6": "From initial symptom check to final testing, our streamlined process ensures maximum transparency and rapid turnaround.",
|
|
2417
|
+
"repairProcessSteps": [
|
|
2418
|
+
{
|
|
2419
|
+
"step": "01",
|
|
2420
|
+
"title": "Tell Us the Problem",
|
|
2421
|
+
"desc": "Select your smartphone model and symptoms online or bring your device into our store.",
|
|
2422
|
+
"time": "2 minutes",
|
|
2423
|
+
"durationLabel": "Duration"
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"step": "02",
|
|
2427
|
+
"title": "Get Precision Diagnosis",
|
|
2428
|
+
"desc": "Our certified engineers conduct a 24-point hardware inspection with zero guesswork.",
|
|
2429
|
+
"time": "10 minutes",
|
|
2430
|
+
"durationLabel": "Duration"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"step": "03",
|
|
2434
|
+
"title": "Cleanroom Restoration",
|
|
2435
|
+
"desc": "Surgical repair utilizing genuine OEM displays, batteries, and calibrated micro-soldering.",
|
|
2436
|
+
"time": "20 - 30 minutes",
|
|
2437
|
+
"durationLabel": "Duration"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"step": "04",
|
|
2441
|
+
"title": "Restored & Tested",
|
|
2442
|
+
"desc": "Collect your pristine phone with full waterproofing seals and Lifetime Warranty coverage.",
|
|
2443
|
+
"time": "Same-day pickup",
|
|
2444
|
+
"durationLabel": "Duration"
|
|
2445
|
+
}
|
|
2446
|
+
],
|
|
2447
|
+
"certifiedLaboratoryPrecisionLabel": "Certified Laboratory Precision",
|
|
2448
|
+
"heading7": "Broken Phone?",
|
|
2449
|
+
"weLlBringItBack": "We’ll Bring It Back.",
|
|
2450
|
+
"description7": "From cracked OLED screens to board-level micro-soldering, our technicians provide fast, professional repairs using high-quality components and aerospace-grade tooling.",
|
|
2451
|
+
"engineeredPeripheralsLabel": "Engineered Peripherals",
|
|
2452
|
+
"heading8": "Curated Accessories.",
|
|
2453
|
+
"description8": "Precision accessories crafted to protect, power, and complement your mobile device with uncompromising aesthetic elegance.",
|
|
2454
|
+
"featuredProducts": {
|
|
2455
|
+
"directShowroomVerifiedRefurbishedLabel": "Direct Showroom & Verified Refurbished",
|
|
2456
|
+
"heading": "Upgrade Your Everyday.",
|
|
2457
|
+
"description": "Brand new flagships and laboratory-certified refurbished devices. 100% genuine components, clean IMEI, and up to 12 months comprehensive warranty."
|
|
2458
|
+
},
|
|
2459
|
+
"engineeredMoreTitaniumLab": "ENGINEERED FOR MORE · TITANIUM LAB",
|
|
2460
|
+
"showcaseExcellenceLabel": "Showcase of Excellence",
|
|
2461
|
+
"heading9": "Engineered for More.",
|
|
2462
|
+
"description9": "A symphony of aerospace-grade materials, groundbreaking silicon efficiency, and surgical repairability. Tested and certified in our precision laboratory.",
|
|
2463
|
+
"engineeredMoreFlagshipDeviceImage": "/images/showcase-phone.jpg",
|
|
2464
|
+
"imageAlt4": "Engineered For More Flagship Device",
|
|
2465
|
+
"clickInspectHardwareLabel": "Click to Inspect Hardware",
|
|
2466
|
+
"instantValueCalculatorLabel": "Instant Value Calculator",
|
|
2467
|
+
"heading10": "Old Phone.",
|
|
2468
|
+
"newPossibilitiesLabel": "New Possibilities.",
|
|
2469
|
+
"description10": "Trade in your current device and put its maximum value directly toward your next upgrade. Same-day inspection and instant store credit guaranteed.",
|
|
2470
|
+
"selectCurrentDeviceBrand": "Select Your Current Device Brand",
|
|
2471
|
+
"exactModel": "Exact Model",
|
|
2472
|
+
"physicalCondition": "Physical Condition",
|
|
2473
|
+
"targetUpgradeGoal": "Target Upgrade Goal",
|
|
2474
|
+
"msrpRs": "MSRP RS",
|
|
2475
|
+
"freeDataTransferSecureMilitary": "Free data transfer and secure military-grade sanitization included.",
|
|
2476
|
+
"instantValuationLabel": "Instant Valuation",
|
|
2477
|
+
"guaranteed14DaysLabel": "Guaranteed for 14 Days",
|
|
2478
|
+
"estimatedTradeCreditLabel": "Estimated Trade-In Credit",
|
|
2479
|
+
"subtitle7": "For your ()",
|
|
2480
|
+
"targetUpgradeLabel": "Target Upgrade:",
|
|
2481
|
+
"retailPriceLabel": "Retail Price:",
|
|
2482
|
+
"rsLabel5": "RS",
|
|
2483
|
+
"lessTradeCreditLabel": "Less Trade-In Credit:",
|
|
2484
|
+
"rsLabel6": "RS",
|
|
2485
|
+
"yourNetUpgradeLabel": "Your Net Upgrade:",
|
|
2486
|
+
"rsLabel7": "RS",
|
|
2487
|
+
"estimateLockedPasscodeTrLabel": "Estimate Locked · Passcode #TR-",
|
|
2488
|
+
"lockEstimateUpgradeLabel": "Lock In Estimate & Upgrade",
|
|
2489
|
+
"description11": "Bring this estimate to our lab or mail your phone in our free prepaid return kit.",
|
|
2490
|
+
"shopPhonesUrl": "#shop",
|
|
2491
|
+
"whatsappOrderUrl": "https://wa.me/15550192834",
|
|
2492
|
+
"specPins": [
|
|
2493
|
+
{
|
|
2494
|
+
"title": "Aerospace Grade 5 Titanium",
|
|
2495
|
+
"tag": "01 // Precision",
|
|
2496
|
+
"desc": "Precision micro-blasted enclosure offering the highest strength-to-weight ratio in mobile hardware."
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"title": "48MP Quad-Pixel Optical System",
|
|
2500
|
+
"tag": "03 // Precision",
|
|
2501
|
+
"desc": "Sensor-shift optical stabilization with 5x telephoto optical zoom and next-generation portraits."
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"title": "3nm Pro Silicon Matrix",
|
|
2505
|
+
"tag": "02 // Precision",
|
|
2506
|
+
"desc": "Up to 35% faster graphics with dedicated hardware-accelerated ray tracing and 16-core Neural Engine."
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"title": "High Density Dual Cell Battery",
|
|
2510
|
+
"tag": "04 // Precision",
|
|
2511
|
+
"desc": "All-day endurance calibrated with intelligent thermal vapor-chambers and 45W MagFast charging."
|
|
2512
|
+
}
|
|
2513
|
+
],
|
|
2514
|
+
"featuredPhones": [
|
|
2515
|
+
{
|
|
2516
|
+
"brand": "Apple",
|
|
2517
|
+
"name": "iPhone 16 Pro Max",
|
|
2518
|
+
"subtitle": "Grade 5 Titanium · A18 Pro 3nm",
|
|
2519
|
+
"badge": "Popular Flagship",
|
|
2520
|
+
"image": "/images/showcase-phone.jpg",
|
|
2521
|
+
"condition": "Brand New",
|
|
2522
|
+
"price": 1199,
|
|
2523
|
+
"freeInsuredCourierLabel": "Free Insured Courier",
|
|
2524
|
+
"orderCtaLabel": "Order"
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"brand": "Samsung",
|
|
2528
|
+
"name": "Galaxy S25 Ultra",
|
|
2529
|
+
"subtitle": "Armor Titanium · Snapdragon 8 Elite",
|
|
2530
|
+
"badge": "AI Flagship",
|
|
2531
|
+
"image": "/images/s24-ultra.jpg",
|
|
2532
|
+
"condition": "Brand New",
|
|
2533
|
+
"price": 1299,
|
|
2534
|
+
"freeInsuredCourierLabel": "Free Insured Courier",
|
|
2535
|
+
"orderCtaLabel": "Order"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"brand": "Google",
|
|
2539
|
+
"name": "Pixel 9 Pro XL",
|
|
2540
|
+
"subtitle": "Google Tensor G4 · Gemini Nano",
|
|
2541
|
+
"badge": "Pro Optics",
|
|
2542
|
+
"image": "/images/pixel-9.jpg",
|
|
2543
|
+
"condition": "Brand New",
|
|
2544
|
+
"price": 1099,
|
|
2545
|
+
"freeInsuredCourierLabel": "Free Insured Courier",
|
|
2546
|
+
"orderCtaLabel": "Order"
|
|
2547
|
+
}
|
|
2548
|
+
],
|
|
2549
|
+
"repairServices": [
|
|
2550
|
+
{
|
|
2551
|
+
"time": "30 mins",
|
|
2552
|
+
"title": "Screen & OLED Replacement",
|
|
2553
|
+
"tagline": "OEM Grade Displays · True Tone Calibration",
|
|
2554
|
+
"desc": "Shattered glass, touch ghosting, or dead OLED pixels restored with factory-calibrated panels. Retains biometric FaceID and original refresh rates.",
|
|
2555
|
+
"price": 119,
|
|
2556
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2557
|
+
"bookRepairCtaLabel": "Book Repair"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"time": "20 mins",
|
|
2561
|
+
"title": "OEM Battery Replacement",
|
|
2562
|
+
"tagline": "100% Maximum Capacity Restored",
|
|
2563
|
+
"desc": "Solve rapid battery drain, unexpected shutdowns, and sluggish throttling. Installed with genuine high-density polymer cells and certified heat seals.",
|
|
2564
|
+
"price": 79,
|
|
2565
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2566
|
+
"bookRepairCtaLabel": "Book Repair"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"time": "35 mins",
|
|
2570
|
+
"title": "Charging Port & Micro-Soldering",
|
|
2571
|
+
"tagline": "USB-C & Lightning Precision Lab",
|
|
2572
|
+
"desc": "Loose cables, intermittent charging, or bent connector pins. We perform board-level micro-soldering and clean fast-charge circuits.",
|
|
2573
|
+
"price": 69,
|
|
2574
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2575
|
+
"bookRepairCtaLabel": "Book Repair"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"time": "45 mins",
|
|
2579
|
+
"title": "Camera Lens & Sensor Repair",
|
|
2580
|
+
"tagline": "OIS Calibration & Sapphire Crystal Glass",
|
|
2581
|
+
"desc": "Cracked exterior camera lens or blurry autofocus motors. We replace sapphire glass and align multi-camera optical image stabilizers.",
|
|
2582
|
+
"price": 89,
|
|
2583
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2584
|
+
"bookRepairCtaLabel": "Book Repair"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"time": "2 hours",
|
|
2588
|
+
"title": "Liquid & Water Damage Recovery",
|
|
2589
|
+
"tagline": "Ultrasonic De-Oxidation Bath",
|
|
2590
|
+
"desc": "Accidental pool drops or coffee spills. We perform ultrasonic board cleaning, corrosion removal, and critical micro-chip diagnostic probing.",
|
|
2591
|
+
"price": 129,
|
|
2592
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2593
|
+
"bookRepairCtaLabel": "Book Repair"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"time": "40 mins",
|
|
2597
|
+
"title": "Board Diagnostics & Software",
|
|
2598
|
+
"tagline": "Bootloop, Firmware & NAND Recovery",
|
|
2599
|
+
"desc": "Phones stuck on apple logo, bootloops, or corrupted OS partitions. Hardware-level NAND flashing and data preservation restoration.",
|
|
2600
|
+
"price": 59,
|
|
2601
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2602
|
+
"bookRepairCtaLabel": "Book Repair"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"estimatedCostLabel": "ESTIMATED COST",
|
|
2606
|
+
"bookRepairCtaLabel": "Book Repair",
|
|
2607
|
+
"freeInsuredCourierLabel": "Free Insured Courier",
|
|
2608
|
+
"orderCtaLabel": "Order",
|
|
2609
|
+
"whatsappOrderLabel": "Order via WhatsApp",
|
|
2610
|
+
"accessories": [
|
|
2611
|
+
{
|
|
2612
|
+
"id": "acc-case-kevlar",
|
|
2613
|
+
"name": "Aramid Carbon Fiber MagCase",
|
|
2614
|
+
"brand": "Accessories",
|
|
2615
|
+
"subtitle": "Aerospace Kevlar · 1.5mm Ultra Slim",
|
|
2616
|
+
"price": 59,
|
|
2617
|
+
"badge": "MagSafe Ready",
|
|
2618
|
+
"image": "/images/accessories.jpg"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"id": "acc-gan-charger",
|
|
2622
|
+
"name": "140W GaN Pro Dual Fast Charger",
|
|
2623
|
+
"brand": "Accessories",
|
|
2624
|
+
"subtitle": "Gallium Nitride 3rd Gen · 3x USB-C",
|
|
2625
|
+
"price": 79,
|
|
2626
|
+
"badge": "Fast Charge",
|
|
2627
|
+
"image": "/images/accessories.jpg"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"id": "acc-wireless-dock",
|
|
2631
|
+
"name": "3-in-1 Qi2 Magnetic Charging Stand",
|
|
2632
|
+
"brand": "Accessories",
|
|
2633
|
+
"subtitle": "15W Fast Wireless · Aircraft Aluminum",
|
|
2634
|
+
"price": 109,
|
|
2635
|
+
"badge": "Qi2 Certified",
|
|
2636
|
+
"image": "/images/accessories.jpg"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"id": "acc-sapphire-shield",
|
|
2640
|
+
"name": "9H Pure Sapphire Screen Shield (2-Pack)",
|
|
2641
|
+
"brand": "Accessories",
|
|
2642
|
+
"subtitle": "Zero Dust Precision Alignment Tray",
|
|
2643
|
+
"price": 39,
|
|
2644
|
+
"badge": "Lab Applied Free",
|
|
2645
|
+
"image": "/images/accessories.jpg"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"forYourDeviceLabel": "For your"
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
}
|