diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index e037f12..30a4b4e 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -81,7 +81,7 @@ export default function ProductsPage() { id: "1", name: "Grade 8.8 Hex Bolts M10", price: "$24.99", - imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg?_wi=9", imageAlt: "Grade 8.8 Hex Bolts", initialQuantity: 1, }, @@ -89,7 +89,7 @@ export default function ProductsPage() { id: "2", name: "Stainless Steel Cap Screws M8", price: "$19.50", - imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg?_wi=10", imageAlt: "Stainless Steel Cap Screws", initialQuantity: 1, }, @@ -97,7 +97,7 @@ export default function ProductsPage() { id: "3", name: "Zinc Plated Wood Screws #8", price: "$12.75", - imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg?_wi=11", imageAlt: "Zinc Plated Wood Screws", initialQuantity: 1, }, @@ -105,7 +105,7 @@ export default function ProductsPage() { id: "4", name: "Stainless Steel Carriage Bolts M12", price: "$29.99", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories_23-2149871732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories_23-2149871732.jpg?_wi=4", imageAlt: "Stainless Steel Carriage Bolts", initialQuantity: 1, }, @@ -127,7 +127,7 @@ export default function ProductsPage() { id: "5", name: "Steel Flat Washers Assortment", price: "$34.99", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories_23-2149871732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories_23-2149871732.jpg?_wi=5", imageAlt: "Steel Flat Washers Assortment", initialQuantity: 1, }, @@ -135,7 +135,7 @@ export default function ProductsPage() { id: "6", name: "Stainless Steel Hex Nuts M10", price: "$22.50", - imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg?_wi=12", imageAlt: "Stainless Steel Hex Nuts", initialQuantity: 1, }, @@ -143,7 +143,7 @@ export default function ProductsPage() { id: "7", name: "Lock Washers Spring Type M8", price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories_23-2149871732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-accessories_23-2149871732.jpg?_wi=6", imageAlt: "Lock Washers Spring Type", initialQuantity: 1, }, @@ -151,7 +151,7 @@ export default function ProductsPage() { id: "8", name: "Galvanized Wing Nuts M6", price: "$16.50", - imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terminal-blocks-distribution-blocks-close-up_169016-24831.jpg?_wi=13", imageAlt: "Galvanized Wing Nuts", initialQuantity: 1, }, @@ -215,7 +215,7 @@ export default function ProductsPage() { {/* Footer */}