Make 'New here' a secondary button in hero

This commit is contained in:
nmemmert
2026-05-05 16:41:00 -04:00
parent 5088687b58
commit 8d3755f537
+1 -1
View File
@@ -801,7 +801,7 @@ function LandingPage({ content }: { content: SiteContent }) {
{content.heroBtnSpotify || 'Listen on Spotify'}
</a>
<Link to="/episodes" className="btn-secondary">{content.heroBtnEpisodes || 'Explore Episodes ↓'}</Link>
<Link to="/start-here" className="btn-start-here">{content.heroBtnStartHere || 'New here? Start here →'}</Link>
<Link to="/start-here" className="btn-secondary btn-start-here">{content.heroBtnStartHere || 'New here? Start here →'}</Link>
</div>
</div>
</section>