Update footer information to include KVK number for improved transparency

This commit is contained in:
becarta
2025-05-14 02:09:06 +02:00
parent 2c09e14e2a
commit 47233ce221

View File

@@ -61,7 +61,6 @@ const footerData = getFooterData(currentLang);
const {
secondaryLinks = footerData.secondaryLinks,
socialLinks = footerData.socialLinks,
theme = 'light',
} = Astro.props;
---
@@ -93,7 +92,7 @@ const {
<!-- Right Section: Social Icons and Terms/Privacy Links -->
<div class="flex flex-col items-start md:items-end space-y-4">
<div class="text-sm text-white-500 space-y-1">
<p>KVK: Coming soon | BTW: Coming soon</p>
<p>KVK: 97226270 | BTW: Coming soon</p>
</div>
<!-- Terms & Privacy Policy Links -->