forked from Thabish-Kader/nextjs-webscraping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfakeData.ts
30 lines (30 loc) · 1021 Bytes
/
fakeData.ts
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
export const fakeData = [
{
price: "$9.99",
title: "Disney Pixar Cars XRS Drag Racing Nitroade",
review: "14",
imageUrl:
"https://m.media-amazon.com/images/I/71xveBM1kVL._AC_UY218_.jpg",
},
{
price: "$3.99",
title: "Cars and Trucks Stickers Party Supplies Pack Toddler - Over 160 Stickers (Cars, Fire Trucks, Construction, Buses & More!)",
review: "18,561",
imageUrl:
"https://m.media-amazon.com/images/I/91V8YL3RmzL._AC_UY218_.jpg",
},
{
price: "$29.99",
title: "Vileafy 30 Mini Pull Back Race Cars Party Favors for Kids 4-8 Years Old, Bulk Small Car Toys for Classroom Treasure Box, Kids Prizes, and Pinata Fillers",
review: "789",
imageUrl:
"https://m.media-amazon.com/images/I/81qGyJZHHmL._AC_UY218_.jpg",
},
{
price: "$36.00",
title: "Hot Wheels Monster Trucks, Set of 12 1:64 Scale Die-Cast Toy Trucks for Kids and Collectors, Styles May Vary [Amazon Exclusive]",
review: "9,733",
imageUrl:
"https://m.media-amazon.com/images/I/91jPF00a10L._AC_UY218_.jpg",
},
];