From bcc70c36102bf3c625864a2df0b8ea2ee907a69c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:15:12 +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 c3569a6..88adf95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { }, { id: "3", name: "Michael P.", role: "Software Engineer", company: "Digital Agency", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Michael" + imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Portrait of Michael" }, { id: "4", name: "Lisa H.", role: "Graphic Designer", company: "Creative Studio", rating: 5, @@ -182,7 +182,7 @@ export default function LandingPage() { }, { id: "5", name: "Tom R.", role: "Business Owner", company: "Local Bakery", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Tom" + imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Portrait of Tom" }, { id: "6", name: "Nina C.", role: "Content Creator", company: "Social Media", rating: 5, -- 2.49.1