From 9adc5aaca1d89287c2781a3ba9646869be03a8a6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:41:56 +0000 Subject: [PATCH] Update src/app/farmers/page.tsx --- src/app/farmers/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/farmers/page.tsx b/src/app/farmers/page.tsx index d510826..b2a401a 100644 --- a/src/app/farmers/page.tsx +++ b/src/app/farmers/page.tsx @@ -61,42 +61,42 @@ export default function FarmersPage() { id: "farmer-1", name: "James Mitchell", role: "Organic Vegetable Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498455.jpg?_wi=2", imageAlt: "Portrait of James Mitchell", }, { id: "farmer-2", name: "Sarah Chen", role: "Heritage Crop Curator", - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-working-agricultural-sector-celebrate-labour-day-women_23-2151252031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-working-agricultural-sector-celebrate-labour-day-women_23-2151252031.jpg?_wi=2", imageAlt: "Portrait of Sarah Chen", }, { id: "farmer-3", name: "Robert Thompson", role: "Sustainable Livestock Farmer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-holding-mug-with-milk_23-2148673023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-holding-mug-with-milk_23-2148673023.jpg?_wi=2", imageAlt: "Portrait of Robert Thompson", }, { id: "farmer-4", name: "Lisa Martinez", role: "Fruit & Berry Grower", - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2", imageAlt: "Portrait of Lisa Martinez", }, { id: "farmer-5", name: "David Okonkwo", role: "Market Gardener & Educator", - imageSrc: "http://img.b2bpic.net/free-photo/yes-very-good-smiling-beautiful-woman-showing-thumbs-up-give-approval-recommending-quality-product-standing-white-background_176420-50291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yes-very-good-smiling-beautiful-woman-showing-thumbs-up-give-approval-recommending-quality-product-standing-white-background_176420-50291.jpg?_wi=2", imageAlt: "Portrait of David Okonkwo", }, { id: "farmer-6", name: "Grace Peterson", role: "Dairy Cooperative Lead", - imageSrc: "http://img.b2bpic.net/free-photo/man-came-woman-with-gift-home_1398-3803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-came-woman-with-gift-home_1398-3803.jpg?_wi=2", imageAlt: "Portrait of Grace Peterson", }, ]}