Main page information updated

This commit is contained in:
becarta
2025-02-04 15:54:30 +01:00
parent b8ebdb866d
commit b40d99529b
8 changed files with 129 additions and 104 deletions

View File

@@ -44,17 +44,7 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme
<!-- Terms & Privacy Policy Links -->
<div class="flex items-center space-x-4 text-sm text-muted">
{
secondaryLinks.map(({ text, href }, index) => (
<a
key={index}
class="hover:text-gray-700 dark:text-gray-400 hover:underline transition duration-150 ease-in-out"
href={href}
>
{text}
</a>
))
}
</div>
</div>