diff --git a/src/components/WhitepapersSection.tsx b/src/components/WhitepapersSection.tsx index 20fff7e..1d3e540 100644 --- a/src/components/WhitepapersSection.tsx +++ b/src/components/WhitepapersSection.tsx @@ -126,7 +126,7 @@ function ResourceCard({ resource, index }: ResourceCardProps) { backgroundColor: 'var(--color-brand-primary)', color: 'white' }} - onClick={() => navigateTo('/learning/articles')} + onClick={() => navigateTo('/self-learner-signup')} onMouseEnter={(e) => { e.currentTarget.style.backgroundColor = 'var(--color-brand-accent)'; e.currentTarget.style.color = 'var(--color-brand-black)'; @@ -172,7 +172,7 @@ export function WhitepapersSection() { whileInView={{ opacity: 1, y: 0 }} transition={{ duration: 0.7, delay: 0.2 }} viewport={{ once: true }} - > + > Free Leadership Downloads @@ -185,9 +185,8 @@ export function WhitepapersSection() { > navigateTo('/learning/articles')} + onClick={() => navigateTo('/self-learner-signup')} ariaLabel="Browse all leadership resources" - className="browse-resources-cta-override" />