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"