Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4538e40bb | |||
| 9e077146fc | |||
| 8bc5aec24f | |||
| ec6af6d36b | |||
| 0256c40401 | |||
| 0e108be4af | |||
| e2d6bf65d6 | |||
| 0ec1b2c496 | |||
| 93ab22b505 | |||
| 7b20a469d9 | |||
| 0814e7100b | |||
| ebe0010565 | |||
| 16c6efef43 | |||
| f48a6e5d9b | |||
| 03fbe56634 |
@@ -22,11 +22,14 @@ const sourceSans3 = Source_Sans_3({
|
||||
export const metadata: Metadata = {
|
||||
title: "Leadership Coaching Email Series | LeadShift", description: "Transform your leadership with weekly insights, strategies, and coaching tips from industry experts. Join thousands of business leaders growing their impact.", keywords: "leadership coaching, executive development, business growth, email course, leadership training", metadataBase: new URL("https://leadshift.com"),
|
||||
alternates: {
|
||||
canonical: "https://leadshift.com"},
|
||||
canonical: "https://leadshift.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Leadership Coaching Email Series | LeadShift", description: "Get weekly leadership insights and actionable coaching strategies delivered to your inbox.", url: "https://leadshift.com", siteName: "LeadShift", type: "website"},
|
||||
title: "Leadership Coaching Email Series | LeadShift", description: "Get weekly leadership insights and actionable coaching strategies delivered to your inbox.", url: "https://leadshift.com", siteName: "LeadShift", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Leadership Coaching Email Series | LeadShift", description: "Get weekly leadership insights and actionable coaching strategies."},
|
||||
card: "summary_large_image", title: "Leadership Coaching Email Series | LeadShift", description: "Get weekly leadership insights and actionable coaching strategies."
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -1413,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -31,7 +31,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "#email-signup"}}
|
||||
text: "Get Started", href: "#email-signup"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,49 +67,61 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Strategic Decision Making", description: "Learn proven frameworks for making confident decisions that drive business growth and align with your long-term vision.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-with-laptop-tablet-charts-background_9975-22068.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-with-laptop-tablet-charts-background_9975-22068.jpg"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Decision frameworks used by Fortune 500 leaders"},
|
||||
text: "Decision frameworks used by Fortune 500 leaders"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Real-world case studies and examples"},
|
||||
text: "Real-world case studies and examples"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Practical templates you can use immediately"},
|
||||
text: "Practical templates you can use immediately"
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2", title: "Team Leadership & Culture", description: "Build high-performing teams through effective communication, delegation, and creating a culture of accountability and innovation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Strategies for building trust and psychological safety"},
|
||||
text: "Strategies for building trust and psychological safety"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Communication techniques that inspire action"},
|
||||
text: "Communication techniques that inspire action"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Conflict resolution and team dynamics mastery"},
|
||||
text: "Conflict resolution and team dynamics mastery"
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3", title: "Personal Growth & Resilience", description: "Develop the mindset and habits of elite performers. Learn to overcome challenges, manage stress, and achieve sustainable success.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-target-concept-with-wooden-blocks-with-icons-it-side-view_176474-10412.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-target-concept-with-wooden-blocks-with-icons-it-side-view_176474-10412.jpg"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Executive presence and executive brand building"},
|
||||
text: "Executive presence and executive brand building"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Emotional intelligence and self-awareness tools"},
|
||||
text: "Emotional intelligence and self-awareness tools"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Habit systems for long-term success"},
|
||||
text: "Habit systems for long-term success"
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -143,16 +156,19 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:hello@leadshift.com", ariaLabel: "Email"},
|
||||
href: "mailto:hello@leadshift.com", ariaLabel: "Email"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user