Update footer information to include KVK number for improved transparency
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user