From 549bbce5ee581f0159710770ea90bc39589e7b3f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:23:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7ff979..e97a35e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,23 +58,23 @@ export default function LandingPage() { description="Professional solutions tailored for your success. We deliver excellence in every project." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg?_wi=1", imageAlt: "Business meeting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-design-with-natural-wood-floors-living-walls-creating-peaceful-productive-workspace_191095-99736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-design-with-natural-wood-floors-living-walls-creating-peaceful-productive-workspace_191095-99736.jpg?_wi=1", imageAlt: "Modern office", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427077.jpg?_wi=1", imageAlt: "Professional team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg?_wi=1", imageAlt: "Collaborative workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-male-manager-shaking-hand-partner_1262-20184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-male-manager-shaking-hand-partner_1262-20184.jpg?_wi=1", imageAlt: "Client success", }, { @@ -134,31 +134,31 @@ export default function LandingPage() { id: "t1", name: "Jane Doe", role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427141.jpg?_wi=2", }, { id: "t2", name: "John Smith", role: "Director", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-design-with-natural-wood-floors-living-walls-creating-peaceful-productive-workspace_191095-99736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-design-with-natural-wood-floors-living-walls-creating-peaceful-productive-workspace_191095-99736.jpg?_wi=2", }, { id: "t3", name: "Alice Wong", role: "Lead Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427077.jpg?_wi=2", }, { id: "t4", name: "Bob Brown", role: "Ops Manager", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg?_wi=2", }, { id: "t5", name: "Eve Davis", role: "Tech Lead", - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-male-manager-shaking-hand-partner_1262-20184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-male-manager-shaking-hand-partner_1262-20184.jpg?_wi=2", }, ]} />