diff --git a/mockData/orders.json b/mockData/orders.json deleted file mode 100644 index 6f302bf..0000000 --- a/mockData/orders.json +++ /dev/null @@ -1,35 +0,0 @@ -[ - { - "tax": 399, - "shippingFee": 499, - "items": [ - { - "name": "accent chair", - "price": 2599, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "amount": 34, - "product": "6126ad3424d2bd09165a68c8" - } - ] - }, - { - "tax": 499, - "shippingFee": 799, - "items": [ - { - "name": "bed", - "price": 2699, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "amount": 3, - "product": "6126ad3424d2bd09165a68c7" - }, - { - "name": "chair", - "price": 2999, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "amount": 2, - "product": "6126ad3424d2bd09165a68c4" - } - ] - } -] diff --git a/mockData/products.json b/mockData/products.json deleted file mode 100644 index 0e8e1ca..0000000 --- a/mockData/products.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "name": "accent chair", - "price": 25999, - "image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160", - "colors": ["#ff0000", "#00ff00", "#0000ff"], - "company": "marcos", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "office" - }, - { - "name": "albany sectional", - "price": 109999, - "image": "https://dl.airtable.com/.attachmentThumbnails/0be1af59cf889899b5c9abb1e4db38a4/d631ac52", - "colors": ["#000", "#ffb900"], - "company": "liddy", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "kitchen" - }, - { - "name": "armchair", - "price": 12599, - "image": "https://dl.airtable.com/.attachmentThumbnails/530c07c5ade5acd9934c8dd334458b86/cf91397f", - "colors": ["#000", "#00ff00", "#0000ff"], - "company": "marcos", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "bedroom" - }, - { - "name": "emperor bed", - "price": 23999, - "image": "https://dl.airtable.com/.attachmentThumbnails/0446e84c5bca9643de3452a61b2d6195/1b32f48b", - "colors": ["#0000ff", "#000"], - "company": "ikea", - "description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy 8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge", - "category": "bedroom" - } -]