From ef5238a00533ce129761eb96c6412cd36f4561f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:05:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c9eae3..33ded56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-121380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-121380.jpg?_wi=1", imageAlt: "developer workplace modern aesthetic", }, { @@ -168,31 +168,31 @@ export default function LandingPage() { id: "p1", name: "Sarah Miller", role: "CEO & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-with-digital-tablet_1170-991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-with-digital-tablet_1170-991.jpg?_wi=1", }, { id: "p2", name: "David Chen", role: "Lead Developer", - imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341101.jpg?_wi=1", }, { id: "p3", name: "Elena Rossi", role: "UI/UX Designer", - imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-looking-camera_23-2147807994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-looking-camera_23-2147807994.jpg?_wi=1", }, { id: "p4", name: "Marcus Thorne", role: "Backend Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg?_wi=1", }, { id: "p5", name: "Jessica Lee", role: "Product Manager", - imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-121380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-121380.jpg?_wi=2", }, ]} /> @@ -213,7 +213,7 @@ export default function LandingPage() { role: "Founder", company: "TechStream", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-with-digital-tablet_1170-991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-with-digital-tablet_1170-991.jpg?_wi=2", }, { id: "t2", @@ -221,7 +221,7 @@ export default function LandingPage() { role: "CTO", company: "InnovateCo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341101.jpg?_wi=2", }, { id: "t3", @@ -229,7 +229,7 @@ export default function LandingPage() { role: "Director", company: "GlobalReach", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-looking-camera_23-2147807994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-looking-camera_23-2147807994.jpg?_wi=2", }, { id: "t4", @@ -237,7 +237,7 @@ export default function LandingPage() { role: "CEO", company: "StartGrowth", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1874.jpg?_wi=2", }, { id: "t5", @@ -245,7 +245,7 @@ export default function LandingPage() { role: "Marketing", company: "AdPulse", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-121380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-man-programmer-manages-code-scripts-artificial-intelligence_482257-121380.jpg?_wi=3", }, ]} /> -- 2.49.1