From 7ebe3b07f922d223dfc8bfaaec16f0432aa8e88f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:18:28 +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 ef5929f..0a420bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,19 +169,19 @@ export default function LandingPage() { id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "David Williams" + id: "4", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=1", imageAlt: "David Williams" }, { id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Thomas Anderson" + id: "6", name: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=2", imageAlt: "Thomas Anderson" }, ]} cardTitle="Trusted by over 50,000 customers worldwide" -- 2.49.1