Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user