From 103f92e5d56487af026626ee0336f21e98894692 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:48:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b1c8d1..cf74fb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,19 +160,19 @@ export default function LandingPage() { { id: "1", name: "James Richardson", role: "Project Manager", company: "Vertex Commercial Real Estate", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Richardson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of James Richardson"}, { id: "2", name: "Sarah Mitchell", role: "CEO", company: "Mitchell Development Group", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Portrait of Sarah Mitchell"}, + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Portrait of Sarah Mitchell"}, { id: "3", name: "Michael Torres", role: "Facilities Director", company: "Healthcare Solutions Inc", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Michael Torres"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of Michael Torres"}, { id: "4", name: "Elena Rodriguez", role: "Principal Architect", company: "Design Forward Architects", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Portrait of Elena Rodriguez"}, + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Portrait of Elena Rodriguez"}, ]} /> -- 2.49.1