From 0b8da22f669279a36153015ac86805245b69a8fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:51:38 +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 340b3ac..0ba3ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-language_23-2149300728.jpg", imageAlt: "Professional coaching session" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-language_23-2149300728.jpg?_wi=1", imageAlt: "Professional coaching session" }, { - imageSrc: "http://img.b2bpic.net/free-photo/workers-high-five-close-up_23-2149008887.jpg", imageAlt: "Business team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/workers-high-five-close-up_23-2149008887.jpg?_wi=1", imageAlt: "Business team collaboration" } ]} mediaAnimation="slide-up" @@ -78,10 +78,10 @@ export default function LandingPage() { title: "Strategic Business Planning", description: "Develop clear, actionable strategies to scale your business, enter new markets, and maximize profitability with data-driven insights.", icon: Target, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-sitting-table-boardroom_171337-5926.jpg", imageAlt: "Business strategy planning" + imageSrc: "http://img.b2bpic.net/free-photo/creative-people-sitting-table-boardroom_171337-5926.jpg?_wi=1", imageAlt: "Business strategy planning" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-leadership-note-with-colored-stickers-dark-background-business-job-teamwork-marketing-leadership-plan-color_179666-18239.jpg", imageAlt: "Leadership development" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-leadership-note-with-colored-stickers-dark-background-business-job-teamwork-marketing-leadership-plan-color_179666-18239.jpg?_wi=1", imageAlt: "Leadership development" } ] }, @@ -89,10 +89,10 @@ export default function LandingPage() { title: "Executive Leadership Development", description: "Enhance your leadership capabilities, emotional intelligence, and decision-making skills to inspire teams and drive organizational success.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-leadership-note-with-colored-stickers-dark-background-business-job-teamwork-marketing-leadership-plan-color_179666-18239.jpg", imageAlt: "Leadership coaching" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-leadership-note-with-colored-stickers-dark-background-business-job-teamwork-marketing-leadership-plan-color_179666-18239.jpg?_wi=2", imageAlt: "Leadership coaching" }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-sitting-table-boardroom_171337-5926.jpg", imageAlt: "Strategic planning" + imageSrc: "http://img.b2bpic.net/free-photo/creative-people-sitting-table-boardroom_171337-5926.jpg?_wi=2", imageAlt: "Strategic planning" } ] }, @@ -100,10 +100,10 @@ export default function LandingPage() { title: "Team Building & Culture", description: "Foster high-performing teams through improved communication, collaboration, and a strong organizational culture that drives results.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/workers-high-five-close-up_23-2149008887.jpg", imageAlt: "Team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/workers-high-five-close-up_23-2149008887.jpg?_wi=2", imageAlt: "Team collaboration" }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-sitting-table-boardroom_171337-5926.jpg", imageAlt: "Team development" + imageSrc: "http://img.b2bpic.net/free-photo/creative-people-sitting-table-boardroom_171337-5926.jpg?_wi=3", imageAlt: "Team development" } ] }, @@ -111,10 +111,10 @@ export default function LandingPage() { title: "Personal Brand & Visibility", description: "Build your executive presence, establish thought leadership, and create a compelling personal brand that opens doors and attracts opportunities.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-language_23-2149300728.jpg", imageAlt: "Professional presence" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-language_23-2149300728.jpg?_wi=2", imageAlt: "Professional presence" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-leadership-note-with-colored-stickers-dark-background-business-job-teamwork-marketing-leadership-plan-color_179666-18239.jpg", imageAlt: "Brand development" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-leadership-note-with-colored-stickers-dark-background-business-job-teamwork-marketing-leadership-plan-color_179666-18239.jpg?_wi=3", imageAlt: "Brand development" } ] } -- 2.49.1