diff --git a/public/headphones.jpg b/public/headphones.jpg new file mode 100644 index 0000000..46679e9 Binary files /dev/null and b/public/headphones.jpg differ diff --git a/src/lib/shopItems.ts b/src/lib/shopItems.ts index b0d3d64..0688aa3 100644 --- a/src/lib/shopItems.ts +++ b/src/lib/shopItems.ts @@ -16,8 +16,8 @@ export const allShopItems: ShopItem[] = [ { name: "2 hours for 5 pushups (stackable)", price: 2, img: "/prizes/pushups.jpg", description: "make the man suffer" }, { name: "Random piece of paper from HQ", price: 2, img: "/prizes/paper.jpg", description: "who knows what it could be" }, { name: "Hosting Credits", price: 2, img: "/prizes/hosting.png", description: "deploy your projects, 10$ grant" }, -{ name: "$35 Codédex Grant", price: 7, img: "/prizes/codedex_grant.png", description: "$35 toward a Codédex subscription to learn and practice coding" }, - + { name: "$35 Codédex Grant", price: 7, img: "/prizes/codedex_grant.png", description: "$35 toward a Codédex subscription to learn and practice coding" }, + { name: "$20 Headphones Grant", price: 3, img: "/prizes/headphones.png", description: "$20 to buy a headphones/earpods" }, // LVL 3 CLEARANCE — 15 hours // { name: "Casio Watch", price: 15, img: "/prizes/casio_image.jpg", description: "buy yourself a watch up to 100 dollars worth" },