-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
98 lines (98 loc) · 2.81 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
const products = [
{
id: 'rec43w3ipXvP28vog',
title: 'high-back bench',
company: 'ikea',
image:
'https://dl.airtable.com/.attachments/14ac9e946e1a02eb9ce7d632c83f742f/4fd98e64/product-1.jpeg',
price: 9.99,
},
{
id: 'rec4f2RIftFCb7aHh',
title: 'albany table',
company: 'marcos',
image:
'https://dl.airtable.com/.attachments/f3450755e165557344f7d6433242431e/93533098/product-1.jpeg',
price: 79.99,
},
{
id: 'rec8kkCmSiMkbkiko',
title: 'accent chair',
company: 'caressa',
image:
'https://dl.airtable.com/.attachments/f292eaec4fea8a791b037c759ae559c9/2d5e34d5/product-4.jpeg',
price: 25.99,
},
{
id: 'recBohCqQsot4Q4II',
title: 'wooden table',
company: 'caressa',
image:
'https://dl.airtable.com/.attachments/5b3ad76dfd6ca5e31810cb99141c7ede/69829b2f/pexels-dominika-roseclay-1139785.jpg',
price: 45.99,
},
{
id: 'recDG1JRZnbpRHpoy',
title: 'dining table',
company: 'caressa',
image:
'https://dl.airtable.com/.attachments/06bbede65bd09196b4a81a8e7b59e683/8af0aeb5/product-8.jpg',
price: 6.99,
},
{
id: 'recNWGyP7kjFhSqw3',
title: 'sofa set',
company: 'liddy',
image:
'https://dl.airtable.com/.attachments/443aa7884207dae7c3cc127262a2f993/d4f33110/product-1.jpeg',
price: 69.99,
},
{
id: 'recZEougL5bbY4AEx',
title: 'modern bookshelf',
company: 'marcos',
image:
'https://dl.airtable.com/.attachments/a889b1928b134c2ca0b5bbca32ea9abf/65c8a9a6/product-7.jpg',
price: 8.99,
},
{
id: 'recjMK1jgTb2ld7sv',
title: 'emperor bed',
company: 'liddy',
image:
'https://dl.airtable.com/.attachments/10fdf29ae17f2d1f98770ae42584d021/82b9403f/product-6.jpg',
price: 21.99,
},
{
id: 'recmg2a1ctaEJNZhu',
title: 'utopia sofa',
company: 'marcos',
image:
'https://dl.airtable.com/.attachments/6ac7f7b55d505057317534722e5a9f03/9183491e/product-3.jpg',
price: 39.95,
},
{
id: 'recvKMNR3YFw0bEt3',
title: 'entertainment center',
company: 'liddy',
image:
'https://dl.airtable.com/.attachments/da5e17fd71f50578d525dd5f596e407e/d5e88ac8/product-2.jpg',
price: 29.98,
},
{
id: 'recxaXFy5IW539sgM',
title: 'albany sectional',
company: 'ikea',
image:
'https://dl.airtable.com/.attachments/05ecddf7ac8d581ecc3f7922415e7907/a4242abc/product-1.jpeg',
price: 10.99,
},
{
id: 'recyqtRglGNGtO4Q5',
title: 'leather sofa',
company: 'liddy',
image:
'https://dl.airtable.com/.attachments/3245c726ee77d73702ba8c3310639727/f000842b/product-5.jpg',
price: 9.99,
},
];