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() {
+ +