From d88a2400908a5c193e92253565f119c5cdd72a78 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:03:51 +0000 Subject: [PATCH 1/4] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 75aaae6..4bbe010 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -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", }, ]} From 84406da6c8882eec3d3a4d00e19844f68a491c08 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:03:52 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fa357d0..6e7f569 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1431,6 +1431,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +