-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
29 lines (29 loc) · 1.56 KB
/
products.json
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
{
"world-wonders-wallpapers": {
"display_name": "World Wonders Wallpaper Pack",
"price": 3.99,
"description": "A Cartoon-Style Wallpaper Pack of the World Wonders to make your precious mobile enchanting...",
"link": "https://senathenu.gumroad.com/l/world-wonders-mobile-wallpapers",
"images_location": "../public/product-images/world-wonders-wallpapers",
"preview_img": "/product-images/world-wonders-wallpapers/main.png",
"hover_preview_img": "/product-images/world-wonders-wallpapers/preview.png"
},
"study-sphere": {
"display_name": "StudySphere",
"price": 0,
"description": "Notion class notes/study template automated using a CLI to seamlessly integrate scientifically proven study techniques with minimal friction.",
"link": "https://github.com/SenaThenu/StudySphere",
"images_location": "../public/product-images/study-sphere",
"preview_img": "/product-images/study-sphere/main.png",
"hover_preview_img": "/product-images/study-sphere/preview.jpg"
},
"link-orchard": {
"display_name": "Link Orchard",
"price": 0,
"description": "A no-code open-source Link in Bio tool | Superb alternative to Linktree | Highly customizable and allows you to add your own flavor!",
"link": "https://github.com/SenaThenu/link-orchard",
"images_location": "../public/product-images/link-orchard",
"preview_img": "/product-images/link-orchard/main.png",
"hover_preview_img": "/product-images/link-orchard/preview.jpg"
}
}