Skip to content

Commit 9b0456a

Browse files
committed
Final cleanup: de-commissioned /preview, restored original UI, and fixed product pricing
1 parent 3abf344 commit 9b0456a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/data/products.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export const ALL_PRODUCTS = [
292292
brand: 'ZAPPIFY',
293293
category: 'Men Slip-ons',
294294
theme: 'Cyber Sport',
295-
price: 17992249450,
295+
price: 2249,
296296
image: '/shoes/shoe27.jpg',
297297
isTrending: false,
298298
description: 'Exclusive release from The Souled Store collection.'
@@ -325,7 +325,7 @@ export const ALL_PRODUCTS = [
325325
brand: 'ZAPPIFY',
326326
category: 'Men Low Top Sneakers',
327327
theme: 'Urban Tech',
328-
price: 32993599300,
328+
price: 3599,
329329
image: '/shoes/shoe30.jpg',
330330
isTrending: true,
331331
description: 'Exclusive release from The Souled Store collection.'
@@ -380,7 +380,7 @@ export const ALL_PRODUCTS = [
380380
brand: 'ZAPPIFY',
381381
category: 'Men Mid Top Sneakers',
382382
theme: 'Cyber Sport',
383-
price: 259936991100,
383+
price: 3699,
384384
image: '/shoes/shoe35.jpg',
385385
isTrending: false,
386386
description: 'Exclusive release from The Souled Store collection.'
@@ -468,7 +468,7 @@ export const ALL_PRODUCTS = [
468468
brand: 'ZAPPIFY',
469469
category: 'Men Clogs',
470470
theme: 'Cyber Sport',
471-
price: 25992999400,
471+
price: 2999,
472472
image: '/shoes/shoe43.jpg',
473473
isTrending: true,
474474
description: 'Exclusive release from The Souled Store collection.'

0 commit comments

Comments
 (0)