From 1e79079ce20467fc93305ff83f82fffa16338012 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:46:09 +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 a0ef189..162d23c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { }, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "James Rodriguez" }, { id: "3", name: "Michelle Chen", role: "Business Owner", company: "Office Grounds", rating: 5, @@ -169,7 +169,7 @@ export default function LandingPage() { }, { id: "5", name: "Emily Parker", role: "HOA President", company: "Community Association", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Parker" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Parker" }, { id: "6", name: "Robert Walsh", role: "Landscape Designer", company: "Architect Partner", rating: 5, -- 2.49.1