From bee8b832ba5768784bad981f8efa38a8660e8d43 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:07:25 +0000 Subject: [PATCH] Update src/app/resources/page.tsx --- src/app/resources/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index e73b332..1a1743d 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -103,21 +103,21 @@ const ResourcesPage = () => { id: "res-1", name: "Food Supplies", price: "2,450 Units", - imageSrc: "http://img.b2bpic.net/free-photo/goals-oriented-businesswomen-dive-deep-into-financial-reports-leveraging-graphs-indicators_482257-136221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/goals-oriented-businesswomen-dive-deep-into-financial-reports-leveraging-graphs-indicators_482257-136221.jpg?_wi=6", imageAlt: "Food supply inventory", }, { id: "res-2", name: "Medical Supplies", price: "890 Units", - imageSrc: "http://img.b2bpic.net/free-vector/security-handprint-background_1406-15.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/security-handprint-background_1406-15.jpg?_wi=5", imageAlt: "Medical supply storage", }, { id: "res-3", name: "Water Resources", price: "3,120 Liters", - imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-with-map_23-2148270131.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-with-map_23-2148270131.jpg?_wi=4", imageAlt: "Water storage facility", }, ]}