removed contact details

This commit is contained in:
becarta
2025-03-12 22:25:06 +01:00
parent cfd1ae877c
commit ed166bfa97
4 changed files with 10 additions and 54 deletions

View File

@@ -84,11 +84,12 @@ const {
<Icon name="circle-flags:eu" class="h-5 w-auto flag-square" />
</span>
</a>
<!-- Business Information (Dutch Law Requirements) -->
<div class="text-sm text-white-500 space-y-1">
<p>KVK: 87654321 | BTW: NL123456789B01</p>
<p>info@365devnet.eu | +31617441106</p>
<div class="flex items-center space-x-4 text-sm text-white-500">
{secondaryLinks.map(({ text, href }) => (
<a class="hover:text-gray-700 hover:underline dark:hover:text-gray-200 transition duration-150 ease-in-out" href={href}>
{text}
</a>
))}
</div>
</div>
@@ -114,13 +115,7 @@ const {
}
<!-- Terms & Privacy Policy Links -->
<div class="flex items-center space-x-4 text-sm text-white-500">
{secondaryLinks.map(({ text, href }) => (
<a class="hover:text-gray-700 hover:underline dark:hover:text-gray-200 transition duration-150 ease-in-out" href={href}>
{text}
</a>
))}
</div>
</div>
</div>
</div>