From 68535d2a2745c12c58b1c92c7105fbdb5d8be91c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:02:23 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index cf334b5..d688568 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -103,7 +103,7 @@ export default function ProductsPage() { name: "Premium Poultry Layer Feed", price: "$45", variant: "50kg Bag - High Protein", - imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg?_wi=2", imageAlt: "Poultry layer feed", }, { @@ -111,7 +111,7 @@ export default function ProductsPage() { name: "Poultry Starter Feed", price: "$48", variant: "25kg Bag - Chick Formula", - imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg?_wi=3", imageAlt: "Poultry starter feed", }, { @@ -119,7 +119,7 @@ export default function ProductsPage() { name: "Pig Grower Feed 18%", price: "$38", variant: "50kg Bag - Balanced Formula", - imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg?_wi=2", imageAlt: "Pig grower feed", }, { @@ -127,7 +127,7 @@ export default function ProductsPage() { name: "Pig Finishing Feed", price: "$40", variant: "50kg Bag - Pre-Market", - imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg?_wi=3", imageAlt: "Pig finishing feed", }, { @@ -135,7 +135,7 @@ export default function ProductsPage() { name: "Cattle Concentrate Mix", price: "$52", variant: "50kg Bag - Energy Boost", - imageSrc: "http://img.b2bpic.net/free-photo/farmer-cowshed-with-pitchfork-cleaning-up_1303-30842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farmer-cowshed-with-pitchfork-cleaning-up_1303-30842.jpg?_wi=2", imageAlt: "Cattle concentrate feed", }, { @@ -143,7 +143,7 @@ export default function ProductsPage() { name: "Goat & Sheep Pellets", price: "$42", variant: "25kg Bag - Complete Nutrition", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-with-hay-cows-dairy-farm_1150-12768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-with-hay-cows-dairy-farm_1150-12768.jpg?_wi=2", imageAlt: "Goat and sheep feed", }, { @@ -151,7 +151,7 @@ export default function ProductsPage() { name: "Premium Dog Food", price: "$28", variant: "15kg Bag - All Breeds", - imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg?_wi=4", imageAlt: "Premium dog food", }, { @@ -159,7 +159,7 @@ export default function ProductsPage() { name: "Premium Cat Food", price: "$24", variant: "10kg Bag - All Ages", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-with-hay-cows-dairy-farm_1150-12768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-with-hay-cows-dairy-farm_1150-12768.jpg?_wi=3", imageAlt: "Premium cat food", }, ]}