From 343da39fc66e72a190e30e43c391fd18d8351e03 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:53:58 +0000 Subject: [PATCH 1/3] Update src/app/auctions/page.tsx --- src/app/auctions/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/auctions/page.tsx b/src/app/auctions/page.tsx index 6f3aa39..504c58c 100644 --- a/src/app/auctions/page.tsx +++ b/src/app/auctions/page.tsx @@ -53,7 +53,7 @@ export default function AuctionsPage() { price: "$45,000 - $65,000", rating: 5, reviewCount: "124 bids", - imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg?_wi=2", imageAlt: "Vintage Rolex watch", }, { @@ -63,7 +63,7 @@ export default function AuctionsPage() { price: "$12,000 - $18,000", rating: 5, reviewCount: "89 bids", - imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg?_wi=2", imageAlt: "Modern art painting", }, { @@ -73,7 +73,7 @@ export default function AuctionsPage() { price: "$8,500 - $12,000", rating: 5, reviewCount: "156 bids", - imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=2", imageAlt: "Antique porcelain vase", }, { @@ -83,7 +83,7 @@ export default function AuctionsPage() { price: "$6,000 - $9,000", rating: 5, reviewCount: "67 bids", - imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436120.jpg?_wi=3", imageAlt: "Victorian jewelry piece", }, { @@ -93,7 +93,7 @@ export default function AuctionsPage() { price: "$3,500 - $5,500", rating: 5, reviewCount: "42 bids", - imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=3", imageAlt: "Antique books collection", }, { @@ -103,7 +103,7 @@ export default function AuctionsPage() { price: "$7,200 - $11,000", rating: 5, reviewCount: "95 bids", - imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178888.jpg?_wi=3", imageAlt: "Bronze statue artifact", }, ]} -- 2.49.1 From 18d1e2b871eff6d72cd4695761b53414243a4cb6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:53:59 +0000 Subject: [PATCH 2/3] 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 936315a..c7bc446 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,6 +1424,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +