diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 6f56310..bf6ab0e 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -20,42 +20,42 @@ export default function ProductsPage() { id: "1", name: "Premium Tech Gadget", price: "$299.99", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=2", imageAlt: "Premium electronics", }, { id: "2", name: "Designer Accessories", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg?_wi=2", imageAlt: "Fashion accessories", }, { id: "3", name: "Smart Watch Pro", price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg?_wi=2", imageAlt: "Smartwatch device", }, { id: "4", name: "Premium Headphones", price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=2", imageAlt: "Wireless headphones", }, { id: "5", name: "Wireless Earbuds Elite", price: "$179.99", - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=3", imageAlt: "Premium wireless earbuds", }, { id: "6", name: "Portable Charger Pro", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=3", imageAlt: "Portable charging device", }, ];