From 789ad6cbea3820c8ed9b7a202eec9dbf460da0d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 03:54:44 +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 6a86b2b..54293be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -150,7 +150,7 @@ export default function LandingPage() { title: "Strategic Partners", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -179,7 +179,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=2", imageAlt: "business strategy diagram", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg?_wi=2", imageAlt: "business strategy diagram", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1", imageAlt: "business strategy diagram", }, ]} @@ -290,7 +290,7 @@ export default function LandingPage() { name: "Kwame Osei", role: "CEO", testimonial: "Transformed my retail operations completely.", - imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=2", }, { id: "2", -- 2.49.1