@@ -227,7 +227,6 @@ const products = [
227
227
price : 39.99 ,
228
228
sizes : {
229
229
M : { chest : 95 , neck : 39 , shoulder : 46 , waist : 80 , armLength : 59 } ,
230
-
231
230
} ,
232
231
defaultSize : "M" ,
233
232
@@ -242,9 +241,62 @@ const products = [
242
241
S : { chest : 92 , neck : 39 , shoulder : 45 , waist : 77 , armLength : 57 } ,
243
242
} ,
244
243
defaultSize : "S" ,
245
-
246
244
fitPreference : [ "Slim" , "Regular" ] ,
247
245
} ,
246
+ {
247
+ id : 21 ,
248
+ name : "Perfect Fit Finder" ,
249
+ description :
250
+ "Experience the magic of finding your ideal fit with our advanced sizing technology." ,
251
+ category : "Smart Sizing" ,
252
+ image : "https://m.media-amazon.com/images/I/51gaACg68DL._SY679_.jpg" ,
253
+ price : 129.99 ,
254
+ sizes : {
255
+ S : { chest : 92 , neck : 39 , shoulder : 45 , waist : 77 , armLength : 57 } ,
256
+ } ,
257
+ defaultSize : "S" ,
258
+ fitPreference : [ "Slim" , "Regular" ] ,
259
+ stats : {
260
+ likes : "2.3k" ,
261
+ views : "12k" ,
262
+ } ,
263
+ } ,
264
+ {
265
+ id : 22 ,
266
+ name : "Magical Transformations" ,
267
+ description :
268
+ "Discover outfits that transform your look and boost your confidence instantly." ,
269
+ category : "Style Magic" ,
270
+ image : "https://m.media-amazon.com/images/I/81EHEXU10bL._SY679_.jpg" ,
271
+ price : 149.99 ,
272
+ sizes : {
273
+ S : { chest : 92 , neck : 39 , shoulder : 45 , waist : 77 , armLength : 57 } ,
274
+ } ,
275
+ defaultSize : "S" ,
276
+ fitPreference : [ "Slim" , "Regular" ] ,
277
+ stats : {
278
+ likes : "1.8k" ,
279
+ views : "9k" ,
280
+ } ,
281
+ } ,
282
+ {
283
+ id : 23 ,
284
+ name : "Enchanted Everyday" ,
285
+ description :
286
+ "Elevate your daily wardrobe with perfectly fitted pieces that feel magical to wear." ,
287
+ category : "Daily Magic" ,
288
+ image : "https://m.media-amazon.com/images/I/610N1pajwKL._SX522_.jpg" ,
289
+ price : 99.99 ,
290
+ sizes : {
291
+ S : { chest : 92 , neck : 39 , shoulder : 45 , waist : 77 , armLength : 57 } ,
292
+ } ,
293
+ defaultSize : "S" ,
294
+ fitPreference : [ "Slim" , "Regular" ] ,
295
+ stats : {
296
+ likes : "1.5k" ,
297
+ views : "7k" ,
298
+ } ,
299
+ } ,
248
300
] ;
249
301
250
302
export default products ;
0 commit comments