15 Commits

Author SHA1 Message Date
f4538e40bb Merge version_3 into main
Merge version_3 into main
2026-03-03 15:32:48 +00:00
9e077146fc Update src/app/page.tsx 2026-03-03 15:32:42 +00:00
8bc5aec24f Merge version_2 into main
Merge version_2 into main
2026-03-03 15:29:28 +00:00
ec6af6d36b Update src/app/page.tsx 2026-03-03 15:29:24 +00:00
0256c40401 Update src/app/layout.tsx 2026-03-03 15:29:23 +00:00
0e108be4af Merge version_2 into main
Merge version_2 into main
2026-03-03 15:27:37 +00:00
e2d6bf65d6 Update src/app/page.tsx 2026-03-03 15:27:32 +00:00
0ec1b2c496 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:22:21 +00:00
93ab22b505 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:21:44 +00:00
7b20a469d9 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:21:16 +00:00
0814e7100b Merge version_1 into main
Merge version_1 into main
2026-03-03 15:20:49 +00:00
ebe0010565 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:19:24 +00:00
16c6efef43 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:18:43 +00:00
f48a6e5d9b Merge version_1 into main
Merge version_1 into main
2026-03-03 15:17:34 +00:00
03fbe56634 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:16:24 +00:00
2 changed files with 40 additions and 21 deletions

View File

@@ -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>
);
}
}

View File

@@ -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>
);
}
}