From d315ea4d709876245de51c0fcdc1acaa5138cf77 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 09:27:43 +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 082d92b..14d1fc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg?_wi=1", imageAlt: "Business Consultation", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { description: "Deep understanding of current trends.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg?_wi=1" imageAlt="Office Collaboration" mediaAnimation="slide-up" /> @@ -157,7 +157,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg?_wi=2", imageAlt: "business growth analytics report", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-entrepreneur-her-colleagues-communicating-business-meeting-modern-office-there-are-people-background_637285-163.jpg?_wi=2", imageAlt: "business growth analytics report", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg?_wi=1", imageAlt: "business growth analytics report", }, ]} @@ -299,7 +299,7 @@ export default function LandingPage() { tag="Contact Us" title="Let's Grow Together" description="Ready to take the next step? Send us a message today." - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-reading-home_23-2150378978.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1