From c9a31295c25fa7e61c6a8facfd05b53de1fa7dce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:07:47 +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 c26ae59..afffca1 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -14,7 +14,7 @@ const mockCartItems = [ name: "مانجو طازة", price: 45, quantity: 2, - imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=7", imageAlt: "عصير مانجو طازة", }, { @@ -24,7 +24,7 @@ const mockCartItems = [ name: "بطيخ بالنعناع", price: 35, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg?_wi=5", imageAlt: "عصير بطيخ بالنعناع", }, { @@ -34,7 +34,7 @@ const mockCartItems = [ name: "ميلك شيك فراولة", price: 45, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=7", imageAlt: "ميلك شيك فراولة", }, ]; -- 2.49.1 From d53382b163a300180f7917ebc53fe781fe73179b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:07:49 +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 3080489..9828f4a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +