From 4c9f7c5710a529ecc6a06b8b47fd33844a0c5ddd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:42:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 368b287..3711371 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,10 +83,10 @@ export default function LandingPage() { title: "Business Strategy Development", description: "Craft clear, actionable strategies that align with your vision and market opportunities. We analyze your position, identify growth pathways, and create sustainable competitive advantages.", icon: Target, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=1", imageAlt: "Business strategy workshop" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Business strategy workshop" }, { - imageSrc: "http://img.b2bpic.net/free-photo/performance-level-improvement-efficiency-review-concept_53876-133854.jpg?_wi=1", imageAlt: "Strategic planning session" + imageSrc: "http://img.b2bpic.net/free-photo/performance-level-improvement-efficiency-review-concept_53876-133854.jpg", imageAlt: "Strategic planning session" } ] }, @@ -94,10 +94,10 @@ export default function LandingPage() { title: "Executive Leadership Coaching", description: "Develop executive presence, decision-making skills, and emotional intelligence. Our personalized coaching helps leaders inspire teams and drive organizational transformation.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg?_wi=1", imageAlt: "Leadership development coaching" + imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg", imageAlt: "Leadership development coaching" }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-teamwork-collaboration-corporate-concept_53876-15857.jpg?_wi=1", imageAlt: "Executive coaching session" + imageSrc: "http://img.b2bpic.net/free-photo/team-teamwork-collaboration-corporate-concept_53876-15857.jpg", imageAlt: "Executive coaching session" } ] }, @@ -105,10 +105,10 @@ export default function LandingPage() { title: "Business Scaling & Growth", description: "Scale your operations efficiently without losing quality or company culture. We help you navigate scaling challenges, build systems, and expand market reach strategically.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg?_wi=2", imageAlt: "Business growth strategy" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-13583.jpg", imageAlt: "Business growth strategy" }, { - imageSrc: "http://img.b2bpic.net/free-photo/performance-level-improvement-efficiency-review-concept_53876-133854.jpg?_wi=2", imageAlt: "Scaling operations" + imageSrc: "http://img.b2bpic.net/free-photo/performance-level-improvement-efficiency-review-concept_53876-133854.jpg", imageAlt: "Scaling operations" } ] }, @@ -116,10 +116,10 @@ export default function LandingPage() { title: "Organizational Development", description: "Build high-performing teams and strong organizational culture. From hiring strategies to team dynamics and company values, we create environments where talent thrives.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg?_wi=2", imageAlt: "Team building and culture" + imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg", imageAlt: "Team building and culture" }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-teamwork-collaboration-corporate-concept_53876-15857.jpg?_wi=2", imageAlt: "Organizational development" + imageSrc: "http://img.b2bpic.net/free-photo/team-teamwork-collaboration-corporate-concept_53876-15857.jpg", imageAlt: "Organizational development" } ] } -- 2.49.1