From e380d72b42bd222beca73bbe1c19479f81d67d0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:03:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 733d3f1..ecfb3ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,13 +150,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", imageAlt: "Amara Hussain"}, { id: "2", name: "Mohamed Ali", handle: "@moali_ke", testimonial: "Best quality chicken meat I've found in the market. The commitment to sustainability is exactly what we need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Mohamed Ali"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Mohamed Ali"}, { id: "3", name: "Sarah Mwangi", handle: "@sarahchef", testimonial: "As a chef, I demand the highest quality ingredients. Faida Farm delivers consistently excellent products.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg", imageAlt: "Sarah Mwangi"}, { id: "4", name: "Kariuki Njoroge", handle: "@njoroge_farm", testimonial: "Supporting local farming has never been easier. Great service and incredible quality. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Kariuki Njoroge"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Kariuki Njoroge"}, ]} /> -- 2.49.1