Removed redundant footer message from version selector homepage

- **Eliminated unnecessary text**: 'All translations include the complete Old and New Testaments...'
- **Cleaner page design**: Focus on just the version selection cards
- **Removed obvious information**: Users know Bibles contain both Testaments
- **Streamlined UX**: Less clutter on the translation choice page

Homepage now has a cleaner, more direct user experience!
This commit is contained in:
Ryderjj89
2025-09-28 16:40:36 -04:00
parent eed017d661
commit 93e4b80428

View File

@@ -95,12 +95,6 @@ const VersionSelector: React.FC<VersionSelectorProps> = ({ onVersionSelect, onSe
</div>
</div>
</div>
<div className="text-center mt-12">
<p className="text-sm text-gray-500 dark:text-gray-400">
All translations include the complete Old and New Testaments, with search and bookmarking features.
</p>
</div>
</div>
</div>
);