Update footer information to include KVK number for improved transparency
This commit is contained in:
@@ -61,7 +61,6 @@ const footerData = getFooterData(currentLang);
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
secondaryLinks = footerData.secondaryLinks,
|
secondaryLinks = footerData.secondaryLinks,
|
||||||
socialLinks = footerData.socialLinks,
|
|
||||||
theme = 'light',
|
theme = 'light',
|
||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
---
|
---
|
||||||
@@ -93,7 +92,7 @@ const {
|
|||||||
<!-- Right Section: Social Icons and Terms/Privacy Links -->
|
<!-- Right Section: Social Icons and Terms/Privacy Links -->
|
||||||
<div class="flex flex-col items-start md:items-end space-y-4">
|
<div class="flex flex-col items-start md:items-end space-y-4">
|
||||||
<div class="text-sm text-white-500 space-y-1">
|
<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>
|
</div>
|
||||||
|
|
||||||
<!-- Terms & Privacy Policy Links -->
|
<!-- Terms & Privacy Policy Links -->
|
||||||
|
Reference in New Issue
Block a user