Reorder Quick Access and add Study Guides link

Move Random Verse to the first position in Quick Access for
immediate discoverability - encouraging spontaneous Scripture
exploration. Add Study Guides as the second link, providing
quick access to in-depth theological studies.

The reordered navigation prioritizes exploration (Random Verse)
and study depth (Study Guides) before browsing and topical access.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-24 11:28:59 -05:00
parent df2ed86bbc
commit bb131edbd3
+2 -1
View File
@@ -427,13 +427,14 @@ document.addEventListener('keydown', function(e) {
<section>
<h2>Quick Access</h2>
<div class="quick-links">
<a href="/random-verse" class="quick-link-btn">Random Verse</a>
<a href="/study-guides" class="quick-link-btn">Study Guides</a>
<a href="/books" class="quick-link-btn">All Books</a>
<a href="/reading-plans" class="quick-link-btn">Reading Plans</a>
<a href="/topics" class="quick-link-btn">Topical Index</a>
<a href="/resources" class="quick-link-btn">All Resources</a>
<a href="/family-tree" class="quick-link-btn">Genealogies</a>
<a href="/biblical-timeline" class="quick-link-btn">Timeline</a>
<a href="/random-verse" class="quick-link-btn">Random Verse</a>
</div>
</section>