Update src/app/products/page.tsx

This commit is contained in:
2026-03-09 22:02:23 +00:00
parent 9a7b35d67c
commit 68535d2a27

View File

@@ -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",
},
]}