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", }, ]} 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' }, '*'); })(); +` + }} + /> + +