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: "ميلك شيك فراولة", }, ]; 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' }, '*'); })(); +` + }} + /> + +