From 8d1d2f510227964868dcbbb1229657c441df20dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:10:23 +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 7b700c5..f25625e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,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, @@ -180,7 +180,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