From f2dda3f15a8abf91af714808e3e112c97d2d4b97 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:16:01 +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 35a9c5c..07b11c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-discussing_23-2149039820.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-discussing_23-2149039820.jpg?_wi=1" /> @@ -108,7 +108,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-discussing_23-2149039820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-discussing_23-2149039820.jpg?_wi=2", imageAlt: "peaceful communication people talking", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=1", imageAlt: "peaceful communication people talking", }, ]} @@ -168,7 +168,7 @@ export default function LandingPage() { name: "Anna Kowalski", role: "Manager", testimonial: "This program changed how I lead my team. Conflicts are now opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg?_wi=2", }, { id: "2", -- 2.49.1