Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -22,22 +22,21 @@ const nunito = Nunito({
|
||||
export const metadata: Metadata = {
|
||||
title: "Executive Coaching | Business & Leadership Development", description: "Transform your business with proven executive coaching. Strategic guidance for CEOs and entrepreneurs to unlock growth, build leadership capabilities, and achieve sustainable success.", keywords: "executive coaching, business coach, leadership development, CEO coaching, business strategy, professional development", metadataBase: new URL("https://executivecoaching.com"),
|
||||
alternates: {
|
||||
canonical: "https://executivecoaching.com"
|
||||
},
|
||||
canonical: "https://executivecoaching.com"},
|
||||
openGraph: {
|
||||
title: "Executive Coaching for Business Leaders | Transform Your Success", description: "Expert coaching programs for entrepreneurs and executives. Build strategic vision, develop leadership capabilities, and drive sustainable business growth.", url: "https://executivecoaching.com", siteName: "Executive Coaching", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", alt: "Executive coaching and business development"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", alt: "Executive coaching and business development"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Executive Coaching for Business Leaders", description: "Transform your business and leadership with expert coaching. Free consultation available.", images: ["http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg"]
|
||||
card: "summary_large_image", title: "Executive Coaching for Business Leaders", description: "Transform your business and leadership with expert coaching. Free consultation available.", images: [
|
||||
"http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonial" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
button={{ text: "Book a Session", href: "#contact" }}
|
||||
animateOnLoad={true}
|
||||
@@ -49,17 +49,15 @@ 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", 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", 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}
|
||||
ratingText="Trusted by 100+ successful leaders"
|
||||
buttons={[
|
||||
{ text: "Book Your Free Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
{ text: "Learn More", href: "#features" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -78,46 +76,38 @@ 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", 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"
|
||||
}
|
||||
]
|
||||
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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Leadership Development", description: "Enhance your leadership capabilities and build high-performing teams. Master communication, decision-making, and emotional intelligence to inspire your organization.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
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/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", 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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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", 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", imageAlt: "Executive performance optimization"
|
||||
}
|
||||
]
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Executive performance optimization"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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", 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", 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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -135,11 +125,9 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell, Executive Coach"
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell, Executive Coach"},
|
||||
{
|
||||
id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Richardson, Business Coach"
|
||||
}
|
||||
id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Richardson, Business Coach"},
|
||||
]}
|
||||
memberVariant="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -159,25 +147,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Chen", role: "CEO", company: "TechVenture Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Michael Chen, CEO"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Michael Chen, CEO"},
|
||||
{
|
||||
id: "2", name: "Jessica Harper", role: "Founder", company: "Growth Strategies Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Jessica Harper, Founder"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Jessica Harper, Founder"},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", role: "VP Operations", company: "Global Solutions Ltd.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez, VP Operations"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez, VP Operations"},
|
||||
{
|
||||
id: "4", name: "Emily Watson", role: "Managing Director", company: "Innovation Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Emily Watson, Managing Director"
|
||||
}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Emily Watson, Managing Director"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "95%", label: "Client Satisfaction" },
|
||||
{ value: "150+", label: "Leaders Coached" },
|
||||
{ value: "15+", label: "Years Experience" }
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,23 +175,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How does executive coaching work?", content: "Executive coaching is a personalized partnership focused on your specific goals. We begin with a comprehensive assessment, then work together through regular 1-on-1 sessions to identify opportunities, develop strategies, and build new capabilities. Each session is tailored to your unique challenges and aspirations."
|
||||
},
|
||||
id: "1", title: "How does executive coaching work?", content: "Executive coaching is a personalized partnership focused on your specific goals. We begin with a comprehensive assessment, then work together through regular 1-on-1 sessions to identify opportunities, develop strategies, and build new capabilities. Each session is tailored to your unique challenges and aspirations."},
|
||||
{
|
||||
id: "2", title: "What results can I expect?", content: "Results vary based on your goals, but clients typically see improved leadership effectiveness, increased confidence, better decision-making, stronger team performance, and measurable business growth. Most see significant progress within 3-6 months of consistent engagement."
|
||||
},
|
||||
id: "2", title: "What results can I expect?", content: "Results vary based on your goals, but clients typically see improved leadership effectiveness, increased confidence, better decision-making, stronger team performance, and measurable business growth. Most see significant progress within 3-6 months of consistent engagement."},
|
||||
{
|
||||
id: "3", title: "How long is a typical coaching engagement?", content: "Most coaching relationships run 6-12 months with weekly or bi-weekly sessions. The duration depends on your objectives and the complexity of the challenges. We'll establish a clear timeline and milestones during your initial consultation."
|
||||
},
|
||||
id: "3", title: "How long is a typical coaching engagement?", content: "Most coaching relationships run 6-12 months with weekly or bi-weekly sessions. The duration depends on your objectives and the complexity of the challenges. We'll establish a clear timeline and milestones during your initial consultation."},
|
||||
{
|
||||
id: "4", title: "What topics do you coach on?", content: "I specialize in strategic business coaching, leadership development, executive performance, and personal growth. Areas include business strategy, team building, communication skills, decision-making, work-life balance, and organizational transformation."
|
||||
},
|
||||
id: "4", title: "What topics do you coach on?", content: "I specialize in strategic business coaching, leadership development, executive performance, and personal growth. Areas include business strategy, team building, communication skills, decision-making, work-life balance, and organizational transformation."},
|
||||
{
|
||||
id: "5", title: "Can coaching help with team issues?", content: "Absolutely. Many clients benefit from team coaching or organizational coaching sessions. These can address communication breakdowns, alignment on vision, culture building, and cross-functional collaboration. We can tailor programs to meet your team's specific needs."
|
||||
},
|
||||
id: "5", title: "Can coaching help with team issues?", content: "Absolutely. Many clients benefit from team coaching or organizational coaching sessions. These can address communication breakdowns, alignment on vision, culture building, and cross-functional collaboration. We can tailor programs to meet your team's specific needs."},
|
||||
{
|
||||
id: "6", title: "How do I get started?", content: "Simply book a free 30-minute consultation. We'll discuss your goals, challenges, and vision. This session is no-obligation and helps us determine if we're a good fit and how coaching can best serve you."
|
||||
}
|
||||
id: "6", title: "How do I get started?", content: "Simply book a free 30-minute consultation. We'll discuss your goals, challenges, and vision. This session is no-obligation and helps us determine if we're a good fit and how coaching can best serve you."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg"
|
||||
imageAlt="Professional business consultation and discussion"
|
||||
@@ -229,7 +207,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Book Free Consultation", href: "#" },
|
||||
{ text: "Contact Us", href: "#" }
|
||||
{ text: "Contact Us", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,23 +220,23 @@ export default function LandingPage() {
|
||||
items: [
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Testimonials", href: "#testimonial" }
|
||||
]
|
||||
{ label: "Testimonials", href: "#testimonial" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Book a Session", href: "#contact" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" }
|
||||
]
|
||||
}
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user