From ed166bfa97c726a6a5da34e1fc4f48b2e57f87d3 Mon Sep 17 00:00:00 2001 From: becarta Date: Wed, 12 Mar 2025 22:25:06 +0100 Subject: [PATCH] removed contact details --- src/components/widgets/Footer.astro | 19 +++++++------------ src/pages/[lang]/index.astro | 19 +++---------------- src/pages/[lang]/privacy.astro | 17 ----------------- src/pages/[lang]/terms.astro | 9 --------- 4 files changed, 10 insertions(+), 54 deletions(-) diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro index 59c0dba..e27c3f6 100644 --- a/src/components/widgets/Footer.astro +++ b/src/components/widgets/Footer.astro @@ -84,11 +84,12 @@ const { - - -
-

KVK: 87654321 | BTW: NL123456789B01

-

info@365devnet.eu | +31617441106

+
+ {secondaryLinks.map(({ text, href }) => ( + + {text} + + ))}
@@ -114,13 +115,7 @@ const { } -
- {secondaryLinks.map(({ text, href }) => ( - - {text} - - ))} -
+ diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index f47466a..a0e1b7d 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -123,7 +123,7 @@ const metadata = { - + - + \ No newline at end of file diff --git a/src/pages/[lang]/privacy.astro b/src/pages/[lang]/privacy.astro index b7d09a2..9f8d7e1 100644 --- a/src/pages/[lang]/privacy.astro +++ b/src/pages/[lang]/privacy.astro @@ -93,7 +93,6 @@ const tocItems = [

We value transparency and want you to understand what information we collect, why we collect it, and how we use it. This policy applies to all visitors to our website.

-

2. Data Collection Policy

We do not collect or store any personal user data. Our website is designed to provide information without requiring you to submit any personal information. @@ -115,7 +114,6 @@ const tocItems = [

If you choose to contact us using our contact form, the information you provide (such as your name and email address) will only be used to respond to your inquiry and will not be stored longer than necessary for that purpose.

-

Our website uses cookies strictly for essential functionality. These cookies are necessary for the proper functioning of our website and do not collect any personal information. @@ -149,7 +147,6 @@ const tocItems = [

We do not use any tracking, analytics, or third-party cookies. No personal information is collected through our cookies or LocalStorage.

-

4. LocalStorage Usage

Our website uses LocalStorage to enhance your experience by remembering your preferences and consent choices. @@ -174,7 +171,6 @@ const tocItems = [

No personal information is collected or stored in LocalStorage. The data is used solely to enhance your browsing experience by maintaining your preferred settings.

-

5. How to Clear Your Preferences

If you wish to reset your language or theme settings, you can clear your browser's cookies and LocalStorage data. Here's how to do it in common browsers: @@ -214,7 +210,6 @@ const tocItems = [

After clearing your browser data, your language will reset to the default (English) and your theme will reset to the system default.

-

6. Your Rights (GDPR Compliance)

Under the General Data Protection Regulation (GDPR), you have various rights regarding your personal data. However, since we do not collect or store personal data (except for the language preference cookie which does not contain personal information), most of these rights are not applicable in practice. @@ -230,7 +225,6 @@ const tocItems = [

If you have any questions about your rights or wish to exercise any of them, please contact us using the information provided at the end of this policy.

-

7. Data Security

We take appropriate technical and organizational measures to ensure the security of any information transmitted to us. However, please be aware that no method of transmission over the internet or method of electronic storage is 100% secure. @@ -238,7 +232,6 @@ const tocItems = [

Our website uses HTTPS encryption to ensure that any communication between your browser and our website is secure.

-

8. Third-Party Websites

Our website may contain links to other websites that are not operated by us. If you click on a third-party link, you will be directed to that third party's site. We strongly advise you to review the Privacy Policy of every site you visit. @@ -246,7 +239,6 @@ const tocItems = [

We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.

-

9. Changes to Privacy Policy

We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date at the top of this page. @@ -254,15 +246,6 @@ const tocItems = [

You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.

- -

10. Contact Information

-

- If you have any questions about this Privacy Policy or our data practices, please contact us at: -

-

- Email: info@365devnet.eu
- Phone: +31617441106 -

\ No newline at end of file diff --git a/src/pages/[lang]/terms.astro b/src/pages/[lang]/terms.astro index 5e1691e..9b63dba 100644 --- a/src/pages/[lang]/terms.astro +++ b/src/pages/[lang]/terms.astro @@ -141,15 +141,6 @@ const tocItems = [

We may revise these terms and conditions at any time by amending this page. You are expected to check this page from time to time to take notice of any changes we make, as they are legally binding on you. Some of the provisions contained in these terms and conditions may also be superseded by provisions or notices published elsewhere on our website.

- -

8. Contact Information

-

- If you have any questions about these terms and conditions, please contact us at: -

-

- Email: info@365devnet.eu
- Phone: +31617441106 -

\ No newline at end of file