diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aa6b80f..2468b11 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a1ddf6..f78d0ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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, }, @@ -116,12 +129,12 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + mediaCardClassName="border-2 border-yellow-400" + iconContainerClassName="bg-yellow-400" buttons={[ { text: "Start Your Free Series", href: "#email-signup" }, ]} buttonAnimation="slide-up" - mediaCardClassName="border-2 border-primary-cta" - iconContainerClassName="bg-primary-cta" /> @@ -145,16 +158,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" + }, ]} /> ); -} +} \ No newline at end of file