From 95b73f2c1f9d4aea9f40a4766655ec80162e2fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:56:31 +0000 Subject: [PATCH 1/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]); -- 2.49.1 From b2b43cf885b19e1b17f0f074f50d2ca04c84f9ff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:56:32 +0000 Subject: [PATCH 2/5] 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 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' }, '*'); })(); +` + }} + /> + +