removed contact details
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user