Update src/app/shop/page.tsx
This commit is contained in:
@@ -85,42 +85,42 @@ export default function ShopPage() {
|
||||
id: "shop-1",
|
||||
name: "Pixel Knife",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspense-scene-with-knife_1048-5232.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspense-scene-with-knife_1048-5232.jpg?_wi=1",
|
||||
imageAlt: "Pixel Knife",
|
||||
},
|
||||
{
|
||||
id: "shop-2",
|
||||
name: "Icebreaker Knife",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspense-scene-with-knife_1048-5232.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspense-scene-with-knife_1048-5232.jpg?_wi=2",
|
||||
imageAlt: "Icebreaker Knife",
|
||||
},
|
||||
{
|
||||
id: "shop-3",
|
||||
name: "Laser Knife",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspense-scene-with-knife_1048-5232.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suspense-scene-with-knife_1048-5232.jpg?_wi=3",
|
||||
imageAlt: "Laser Knife",
|
||||
},
|
||||
{
|
||||
id: "shop-4",
|
||||
name: "Phantom Knife",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-fruit-dessert_23-2147640818.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-fruit-dessert_23-2147640818.jpg?_wi=1",
|
||||
imageAlt: "Phantom Knife",
|
||||
},
|
||||
{
|
||||
id: "shop-5",
|
||||
name: "Frostbite Knife",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-fruit-dessert_23-2147640818.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-fruit-dessert_23-2147640818.jpg?_wi=2",
|
||||
imageAlt: "Frostbite Knife",
|
||||
},
|
||||
{
|
||||
id: "shop-6",
|
||||
name: "Inferno Knife",
|
||||
price: "$42.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-fruit-dessert_23-2147640818.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-fruit-dessert_23-2147640818.jpg?_wi=3",
|
||||
imageAlt: "Inferno Knife",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user