diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 8a6683e..cdbeb8e 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -24,7 +24,7 @@ export default function CartPage() { name: "Premium Leather Phone Case", price: 1299, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-smartphone-with-pop-socket-outdoors_23-2150168484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-using-smartphone-with-pop-socket-outdoors_23-2150168484.jpg?_wi=4", imageAlt: "Black leather phone case", }, { @@ -32,7 +32,7 @@ export default function CartPage() { name: "Tempered Glass Screen Protector", price: 599, quantity: 2, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894546.jpg?_wi=4", imageAlt: "Tempered glass screen protector", }, { @@ -40,7 +40,7 @@ export default function CartPage() { name: "Portable LED Hand Fan", price: 899, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/drone-charging-station-with-colored-light-green-foliage_23-2152011738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drone-charging-station-with-colored-light-green-foliage_23-2152011738.jpg?_wi=4", imageAlt: "Portable LED hand fan", }, ]); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75f9eee..138e7a5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,6 +1426,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +