diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx index 1b1c444..2d0ca75 100644 --- a/src/app/product/page.tsx +++ b/src/app/product/page.tsx @@ -52,15 +52,15 @@ export default function ProductPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4893.jpg?_wi=2", imageAlt: "premium refurbished smartphone black display", }, { - imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg?_wi=2", imageAlt: "certified refurbished phones collection lineup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4689.jpg?_wi=2", imageAlt: "premium quality tech devices minimalist", }, ]} @@ -82,7 +82,7 @@ export default function ProductPage() { name: "iPhone 13 Pro", price: "$599", variant: "Space Black • Like New", - imageSrc: "http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/phone-14-front-side-arabic-themed-background_187299-35431.jpg?_wi=4", imageAlt: "iPhone 13 Pro Space Black", }, { @@ -90,7 +90,7 @@ export default function ProductPage() { name: "Samsung Galaxy S21", price: "$449", variant: "Phantom Gray • Very Good", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-smartphone-outdoors_23-2150747684.jpg?_wi=3", imageAlt: "Samsung Galaxy S21 Phantom Gray", }, { @@ -98,7 +98,7 @@ export default function ProductPage() { name: "Google Pixel 6", price: "$379", variant: "Stormy Black • Good", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102418.jpg?_wi=3", imageAlt: "Google Pixel 6 Stormy Black", }, { @@ -106,7 +106,7 @@ export default function ProductPage() { name: "iPhone 12 Mini", price: "$429", variant: "Blue • Like New", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437108.jpg?_wi=4", imageAlt: "iPhone 12 Mini Blue", }, ]}