From e1097977e5f53479ea95be7ca70e31ceb747513b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:06:45 +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 771bfa5..19bed41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { }, { 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, @@ -169,7 +169,7 @@ export default function LandingPage() { }, { 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" }, ]} />