Update Home.razor

This commit is contained in:
2025-08-26 09:38:09 -04:00
parent 26a7b04e82
commit b91b9875b0
+2 -2
View File
@@ -7,8 +7,8 @@
<p class="subtitle">Ever watched a movie or show and thought, "I know that actor from somewhere..."?</p>
<p class="description">This app helps you quickly identify actors, find out what else they've been in, and explore cast details for your favorite <strong>movies</strong> and <strong>TV shows</strong>.</p>
<div class="cta-buttons">
<NavLink class="cta-button primary" href="/searchmovies">🎬 Search Movies</NavLink>
<NavLink class="cta-button primary" href="/searchshows">📺 Search TV Shows</NavLink>
<NavLink class="cta-button primary" href="/searchmovies">Search Movies</NavLink>
<NavLink class="cta-button primary" href="/searchshows">Search TV Shows</NavLink>
</div>
</div>
</div>