Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:11:50 +00:00
parent d5d167dbb2
commit f036d6374f

View File

@@ -49,10 +49,10 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg?_wi=1", imageAlt: "Business coaching session with mentor and client"
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "Business coaching session with mentor and client"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=1", imageAlt: "Professional business consultation and strategy discussion"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Professional business consultation and strategy discussion"
}
]}
rating={5}
@@ -78,7 +78,7 @@ export default function LandingPage() {
title: "Strategic Business Coaching", description: "Develop clear vision and actionable strategies to scale your business. We'll identify opportunities, overcome obstacles, and create a roadmap for sustainable growth.", icon: Target,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=1", imageAlt: "Business strategy planning and analysis"
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Business strategy planning and analysis"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-having-meeting-with-colleagues-board-room_637285-1022.jpg", imageAlt: "Strategic coaching session with executive"
@@ -92,7 +92,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-overjoyed-business-people-conference-room-celerating-diverse-colleagues-with-new-opportunity-enjoing-victory-meeting-broadroom-office_482257-5101.jpg", imageAlt: "Leadership development and team building"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/data-development-performance-research-concept_53876-122764.jpg?_wi=1", imageAlt: "Team performance and productivity improvement"
imageSrc: "http://img.b2bpic.net/free-photo/data-development-performance-research-concept_53876-122764.jpg", imageAlt: "Team performance and productivity improvement"
}
]
},
@@ -100,10 +100,10 @@ export default function LandingPage() {
title: "Executive Performance", description: "Elevate your executive presence and decision-making capabilities. Focus on high-impact areas that directly influence your business results and bottom line.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/data-development-performance-research-concept_53876-122764.jpg?_wi=2", imageAlt: "Performance metrics and achievement tracking"
imageSrc: "http://img.b2bpic.net/free-photo/data-development-performance-research-concept_53876-122764.jpg", imageAlt: "Performance metrics and achievement tracking"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=2", imageAlt: "Executive performance optimization"
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Executive performance optimization"
}
]
},
@@ -111,10 +111,10 @@ export default function LandingPage() {
title: "Personal Growth Coaching", description: "Achieve work-life balance while maximizing your potential. Develop resilience, confidence, and the mindset needed to overcome challenges and achieve your goals.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg?_wi=2", imageAlt: "Personal development and growth coaching"
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "Personal development and growth coaching"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=2", imageAlt: "Positive coaching relationship and mentoring"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Positive coaching relationship and mentoring"
}
]
}