Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-08 16:03:56 +00:00
4 changed files with 1380 additions and 13 deletions

View File

@@ -87,28 +87,28 @@ export default function InventoryPage() {
id: "inv-1",
name: "Gemstone Knife",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-spooky-halloween-bats-with-knife_23-2148614290.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-spooky-halloween-bats-with-knife_23-2148614290.jpg?_wi=2",
imageAlt: "Gemstone Knife",
},
{
id: "inv-2",
name: "Ancient Knife",
price: "$32.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-knife-dark-background_179666-22479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-knife-dark-background_179666-22479.jpg?_wi=2",
imageAlt: "Ancient Knife",
},
{
id: "inv-3",
name: "Chroma Knife",
price: "$38.00",
imageSrc: "http://img.b2bpic.net/free-photo/sharp-small-kitchen-knife-with-black-handle-black-table_181624-14679.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sharp-small-kitchen-knife-with-black-handle-black-table_181624-14679.jpg?_wi=2",
imageAlt: "Chroma Knife",
},
{
id: "inv-4",
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=4",
imageAlt: "Pixel Knife",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -109,21 +109,21 @@ export default function HomePage() {
id: "godly-1",
name: "Gemstone Knife",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-spooky-halloween-bats-with-knife_23-2148614290.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-spooky-halloween-bats-with-knife_23-2148614290.jpg?_wi=1",
imageAlt: "Gemstone Knife",
},
{
id: "ancient-1",
name: "Ancient Knife",
price: "$32.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-knife-dark-background_179666-22479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-knife-dark-background_179666-22479.jpg?_wi=1",
imageAlt: "Ancient Knife",
},
{
id: "chroma-1",
name: "Chroma Knife",
price: "$38.00",
imageSrc: "http://img.b2bpic.net/free-photo/sharp-small-kitchen-knife-with-black-handle-black-table_181624-14679.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sharp-small-kitchen-knife-with-black-handle-black-table_181624-14679.jpg?_wi=1",
imageAlt: "Chroma Knife",
},
]}

View File

@@ -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",
},
]}