You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

210 lines
6.8 KiB

  1. export const productsData = [
  2. {
  3. id: 'wood-pencil',
  4. name: 'Wood Pencil',
  5. price: 19.99,
  6. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  7. availability: 'In Stock',
  8. image: '/images/shop-image/shop-image1.jpg',
  9. images: [
  10. {
  11. id: 1,
  12. img: '/images/shop-image/shop-image1.jpg'
  13. },
  14. {
  15. id: 2,
  16. img: '/images/shop-image/shop-image1.jpg'
  17. },
  18. {
  19. id: 3,
  20. img: '/images/shop-image/shop-image1.jpg'
  21. },
  22. {
  23. id: 4,
  24. img: '/images/shop-image/shop-image1.jpg'
  25. },
  26. ]
  27. },
  28. {
  29. id: 't-shirt',
  30. name: 'T-Shirt',
  31. price: 22.99,
  32. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  33. availability: 'In Stock',
  34. image: '/images/shop-image/shop-image2.jpg',
  35. images: [
  36. {
  37. id: 1,
  38. img: '/images/shop-image/shop-image1.jpg'
  39. },
  40. {
  41. id: 2,
  42. img: '/images/shop-image/shop-image2.jpg'
  43. },
  44. {
  45. id: 3,
  46. img: '/images/shop-image/shop-image1.jpg'
  47. },
  48. {
  49. id: 4,
  50. img: '/images/shop-image/shop-image2.jpg'
  51. },
  52. ]
  53. },
  54. {
  55. id: 'casual-shoe',
  56. name: 'Casual Shoe',
  57. price: 31.99,
  58. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  59. availability: 'In Stock',
  60. image: '/images/shop-image/shop-image3.jpg',
  61. images: [
  62. {
  63. id: 1,
  64. img: '/images/shop-image/shop-image3.jpg'
  65. },
  66. {
  67. id: 2,
  68. img: '/images/shop-image/shop-image2.jpg'
  69. },
  70. {
  71. id: 3,
  72. img: '/images/shop-image/shop-image1.jpg'
  73. },
  74. {
  75. id: 4,
  76. img: '/images/shop-image/shop-image2.jpg'
  77. },
  78. ]
  79. },
  80. {
  81. id: 'coffee-bag',
  82. name: 'Coffee Bag',
  83. price: 4.99,
  84. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  85. availability: 'In Stock',
  86. image: '/images/shop-image/shop-image4.jpg',
  87. images: [
  88. {
  89. id: 1,
  90. img: '/images/shop-image/shop-image4.jpg'
  91. },
  92. {
  93. id: 2,
  94. img: '/images/shop-image/shop-image2.jpg'
  95. },
  96. {
  97. id: 3,
  98. img: '/images/shop-image/shop-image1.jpg'
  99. },
  100. {
  101. id: 4,
  102. img: '/images/shop-image/shop-image4.jpg'
  103. },
  104. ]
  105. },
  106. {
  107. id: 'single-chair',
  108. name: 'Single Chair',
  109. price: 149.99,
  110. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  111. availability: 'In Stock',
  112. image: '/images/shop-image/shop-image5.jpg',
  113. images: [
  114. {
  115. id: 1,
  116. img: '/images/shop-image/shop-image5.jpg'
  117. },
  118. {
  119. id: 2,
  120. img: '/images/shop-image/shop-image2.jpg'
  121. },
  122. {
  123. id: 3,
  124. img: '/images/shop-image/shop-image1.jpg'
  125. },
  126. {
  127. id: 4,
  128. img: '/images/shop-image/shop-image4.jpg'
  129. },
  130. ]
  131. },
  132. {
  133. id: 'business-card',
  134. name: 'Business Card',
  135. price: 1.99,
  136. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  137. availability: 'In Stock',
  138. image: '/images/shop-image/shop-image6.jpg',
  139. images: [
  140. {
  141. id: 1,
  142. img: '/images/shop-image/shop-image6.jpg'
  143. },
  144. {
  145. id: 2,
  146. img: '/images/shop-image/shop-image2.jpg'
  147. },
  148. {
  149. id: 3,
  150. img: '/images/shop-image/shop-image1.jpg'
  151. },
  152. {
  153. id: 4,
  154. img: '/images/shop-image/shop-image4.jpg'
  155. },
  156. ]
  157. },
  158. {
  159. id: 'book-cover',
  160. name: 'Book Cover',
  161. price: 3.99,
  162. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  163. availability: 'In Stock',
  164. image: '/images/shop-image/shop-image7.jpg',
  165. images: [
  166. {
  167. id: 1,
  168. img: '/images/shop-image/shop-image7.jpg'
  169. },
  170. {
  171. id: 2,
  172. img: '/images/shop-image/shop-image2.jpg'
  173. },
  174. {
  175. id: 3,
  176. img: '/images/shop-image/shop-image1.jpg'
  177. },
  178. {
  179. id: 4,
  180. img: '/images/shop-image/shop-image4.jpg'
  181. },
  182. ]
  183. },
  184. {
  185. id: 'wall-watch',
  186. name: 'Wall Watch',
  187. price: 9.99,
  188. desc: "There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.",
  189. availability: 'In Stock',
  190. image: '/images/shop-image/shop-image8.jpg',
  191. images: [
  192. {
  193. id: 1,
  194. img: '/images/shop-image/shop-image8.jpg'
  195. },
  196. {
  197. id: 2,
  198. img: '/images/shop-image/shop-image2.jpg'
  199. },
  200. {
  201. id: 3,
  202. img: '/images/shop-image/shop-image1.jpg'
  203. },
  204. {
  205. id: 4,
  206. img: '/images/shop-image/shop-image4.jpg'
  207. },
  208. ]
  209. },
  210. ]