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", }, ]} 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' }, '*'); })(); +` + }} + /> + +