From e388f98410f4f7ff8d20e3536f75338cd64f8065 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:07:12 +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 3b6a97e..54262ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,18 +78,18 @@ export default function LandingPage() { title: "Strategic Business Planning", description: "Develop clear, actionable strategies aligned with your vision. I help you identify opportunities, overcome obstacles, and create a roadmap for sustainable growth.", icon: Target, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg", imageAlt: "Strategic planning session"}, + imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg?_wi=1", imageAlt: "Strategic planning session"}, { - imageSrc: "http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg", imageAlt: "Business growth visualization"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg?_wi=1", imageAlt: "Business growth visualization"}, ], }, { title: "Executive Leadership Development", description: "Build confidence and effectiveness as a leader. Through personalized coaching, you'll develop stronger decision-making skills, emotional intelligence, and inspire greater team performance.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg", imageAlt: "Leadership development"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg?_wi=2", imageAlt: "Leadership development"}, { - imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg", imageAlt: "Team dynamics"}, + imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg?_wi=2", imageAlt: "Team dynamics"}, ], }, ]} @@ -128,16 +128,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Rodriguez", role: "CEO", company: "Tech Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Rodriguez testimonial"}, { id: "2", name: "Jennifer Walsh", role: "Founder", company: "Growth Marketing Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Walsh testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Walsh testimonial"}, { id: "3", name: "David Park", role: "Managing Director", company: "Capital Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park testimonial"}, { id: "4", name: "Emily Thompson", role: "VP Operations", company: "Digital Solutions Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Thompson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Thompson testimonial"}, ]} kpiItems={[ { value: "250+", label: "Entrepreneurs coached" }, -- 2.49.1