From 3fdd9fba52adfa8f12dbe2faae8f038aaa34f10c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:30:03 +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 a2191ad..4f83760 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg", imageAlt: "Professional business coach mentoring client" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg?_wi=1", imageAlt: "Professional business coach mentoring client" }, { - imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg", imageAlt: "Business coaching session in progress" + imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg?_wi=1", imageAlt: "Business coaching session in progress" } ]} mediaAnimation="slide-up" @@ -79,10 +79,10 @@ export default function LandingPage() { title: "Executive Coaching", description: "Develop leadership skills, strategic thinking, and executive presence. Perfect for C-suite executives navigating complex organizational challenges.", icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg", imageAlt: "Executive coaching session" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg?_wi=2", imageAlt: "Executive coaching session" }, { - imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg", imageAlt: "Leadership coaching environment" + imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg?_wi=2", imageAlt: "Leadership coaching environment" } ] }, @@ -90,10 +90,10 @@ export default function LandingPage() { title: "Business Growth Coaching", description: "Scale your business strategically. We help entrepreneurs identify growth opportunities, optimize operations, and build sustainable revenue streams.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg", imageAlt: "Business growth strategy" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg?_wi=3", imageAlt: "Business growth strategy" }, { - imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg", imageAlt: "Growth coaching consultation" + imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg?_wi=3", imageAlt: "Growth coaching consultation" } ] }, @@ -101,10 +101,10 @@ export default function LandingPage() { title: "Performance Coaching", description: "Unlock your team's potential through targeted performance coaching. Enhance productivity, accountability, and results across your organization.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg", imageAlt: "Team performance coaching" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg?_wi=4", imageAlt: "Team performance coaching" }, { - imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg", imageAlt: "Performance development session" + imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg?_wi=4", imageAlt: "Performance development session" } ] }, @@ -112,10 +112,10 @@ export default function LandingPage() { title: "Career Transition Coaching", description: "Navigate career changes with confidence. Our coaches help you explore new opportunities, develop skills, and make strategic career decisions.", icon: Compass, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg", imageAlt: "Career coaching guidance" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-conversating_23-2147626596.jpg?_wi=5", imageAlt: "Career coaching guidance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg", imageAlt: "Career transition planning" + imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg?_wi=5", imageAlt: "Career transition planning" } ] }