From 625fb54697e1c5cd8b9927b41a8af7480078b6d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:12:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9432974..30fbfec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,14 +79,14 @@ export default function LandingPage() { handle: "@alex_pro", testimonial: "This platform transformed how we manage projects. Absolutely essential for modern teams!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg?_wi=1", }, { name: "Sarah L.", handle: "@sarah_leader", testimonial: "Incredible support and a robust feature set. Our productivity has soared since switching.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg?_wi=1", }, { name: "Mike R.", @@ -148,7 +148,7 @@ export default function LandingPage() { }, ]} avatarText="Join 10,000+ satisfied businesses" - imageSrc="http://img.b2bpic.net/free-photo/happy-business-people-with-their-heads-together_1262-5099.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-business-people-with-their-heads-together_1262-5099.jpg?_wi=1" imageAlt="Modern business team collaborating in an office" showDimOverlay={true} showBlur={true} @@ -187,7 +187,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg", imageAlt: "Task management interface on a phone", }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-with-their-heads-together_1262-5099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-with-their-heads-together_1262-5099.jpg?_wi=2", imageAlt: "mobile app dashboard analytics", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-using-smartphone-tablet-coffee-table_1262-17318.jpg", imageAlt: "CRM interface on a phone", }, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg?_wi=2", imageAlt: "mobile app dashboard analytics", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149101159.jpg", imageAlt: "Security settings on a phone", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg?_wi=2", imageAlt: "mobile app dashboard analytics", }, ]} -- 2.49.1