From e54f20c6839463127163bbb4162b70bbb66e56c9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:12:38 +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 3b90f3e..267880e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function BrewHavenPage() { }, { id: "2", name: "Michael Torres", role: "Software Engineer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Michael Torres" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Portrait of Michael Torres" }, { id: "3", name: "Emma Rodriguez", role: "Author & Poet", company: "Freelance Writer", rating: 5, @@ -193,7 +193,7 @@ export default function BrewHavenPage() { }, { id: "4", name: "James Park", role: "Coffee Enthusiast", company: "Coffee Blog Founder", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of James Park" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Portrait of James Park" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1