diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html
index 85501be..5dfc25d 100644
--- a/kjvstudy_org/templates/index.html
+++ b/kjvstudy_org/templates/index.html
@@ -34,6 +34,9 @@
Appointed to be Read in Churches Anno Domini 1611
+
- Explore more study guides or search for specific topics in Scripture.
+
{{ section.content }}
+
+{% endfor %}
+
+
-
-
-{% endblock %}
\ No newline at end of file
+
+{% endblock %}
diff --git a/kjvstudy_org/templates/study_guides.html b/kjvstudy_org/templates/study_guides.html
index 46c71d1..e56dc59 100644
--- a/kjvstudy_org/templates/study_guides.html
+++ b/kjvstudy_org/templates/study_guides.html
@@ -1,219 +1,39 @@
{% extends "base.html" %}
-{% block title %}Bible Study Guides - KJV Study{% endblock %}
-{% block description %}Explore comprehensive Bible study guides covering foundational Christian truths, character development, and biblical themes. Study the KJV Bible with structured guides and scripture references.{% endblock %}
-{% block keywords %}Bible study guides, KJV study, Christian study guides, Bible study topics, scripture study, Bible lessons{% endblock %}
+{% block title %}Bible Study Guides - KJV Bible{% endblock %}
{% block content %}
-
-
- 📖 Bible Study Guides
-
-
- Deepen your understanding of God's Word with these comprehensive study guides.
- Each guide includes relevant Scripture passages and practical applications for Christian living.
-
These study guides offer structured explorations of foundational Christian truths, character development, and biblical themes. Each guide includes relevant Scripture passages and reflections for deeper understanding of God's Word.
+
-
{% for category, guides in study_guides.items() %}
-
-
- {{ category }}
-
-
-
- {% for guide in guides %}
-
-
- {{ guide.title }}
-
-
-
- {{ guide.description }}
-
-
-
-
Key Verses
-
- {% for verse in guide.verses[:3] %}
- {{ verse }}
- {% endfor %}
- {% if guide.verses|length > 3 %}
-
- +{{ guide.verses|length - 3 }} more
-
- {% endif %}
-
+ {{ guide.title }}
+
+
+ Key Verses:
+ {% for verse in guide.verses[:5] %}
+ {{ verse }}{% if not loop.last %}, {% endif %}
+ {% endfor %}
+ {% if guide.verses|length > 5 %}
+ +{{ guide.verses|length - 5 }} more
+ {% endif %}
+
+ — {{ guide.description }}
+
+ {% endfor %}
+
{% endfor %}
-
-
-
- 🌱 Growing in Faith
-
-
- These study guides are designed to help you grow in your understanding of God's Word.
- Take your time with each section and allow the Holy Spirit to teach you through Scripture.
-