From 3087ba3981b767615a78f61be960a001199e9b2a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:48:12 +0000 Subject: [PATCH 1/5] Update src/app/items/[id]/page.tsx --- src/app/items/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/items/[id]/page.tsx b/src/app/items/[id]/page.tsx index 44f0a44..2939dfb 100644 --- a/src/app/items/[id]/page.tsx +++ b/src/app/items/[id]/page.tsx @@ -35,7 +35,7 @@ export default function ItemDetailPage() { price: "$49.99", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technology-future-landing-page-template_23-2149004211.jpg?_wi=3", imageAlt: "Premium Logo Design Template", }, { @@ -45,7 +45,7 @@ export default function ItemDetailPage() { price: "$79.99", rating: 5, reviewCount: "892", - imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=3", imageAlt: "Web Development Starter Kit", }, { @@ -55,7 +55,7 @@ export default function ItemDetailPage() { price: "$39.99", rating: 4, reviewCount: "654", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149164510.jpg?_wi=3", imageAlt: "Digital Marketing Strategy Guide", }, ]; @@ -67,7 +67,7 @@ export default function ItemDetailPage() { handle: "@sarahjohnson", testimonial: "This product exceeded my expectations. The quality and support from the seller was outstanding. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -76,7 +76,7 @@ export default function ItemDetailPage() { handle: "@mikechen", testimonial: "Fantastic product and great value for money. The seller was responsive and delivered exactly as promised.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg?_wi=2", imageAlt: "Michael Chen", }, ]; @@ -192,7 +192,7 @@ export default function ItemDetailPage() {
Date: Tue, 10 Mar 2026 06:48:13 +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 dcebd79..284d5c8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,6 +1425,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +