Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions app/cookies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ export default function CookiesPolicy() {
<div className="max-w-5xl mx-auto bg-white rounded-lg shadow p-10">
<h1 className="text-3xl font-extrabold mb-4">
<span className="text-[#43BC80]">Cookies</span>{" "}
<span className="text-[#0D261A]">Policy</span>
<span className="text-[#43BC80]">Policy</span>
</h1>

<p className="mb-4 text-base text-gray-700">
This Cookies Policy explains how Stichting EnAccess (“we”, “our”,
“us”) uses cookies and similar technologies on the website{" "}
This Cookies Policy explains how Stichting EnAccess (&quot;we&quot;,
&quot;our&quot;, &quot;us&quot;) uses cookies and similar technologies
on the website{" "}
<a
href="https://digitalization-support-hub.org"
className="text-[#0D6E4B] underline"
Expand All @@ -22,10 +23,13 @@ export default function CookiesPolicy() {
>
https://digitalization-support-hub.org/
</a>{" "}
(the “Website”). We use cookies to ensure the proper functioning of
our Website, to analyze website traffic, and to improve your browsing
experience. This policy should be read together with our Privacy
Policy which explains how we process personal data.
(the &quot;Website&quot;). We use cookies to ensure the proper
functioning of our Website, to analyze website traffic, and to improve
your browsing experience. This policy should be read together with our{" "}
<Link href="/privacy-policy" className="text-[#0D6E4B] underline">
Privacy Policy
</Link>{" "}
which explains how we process personal data.
</p>

<section className="mb-6">
Expand Down
2 changes: 1 addition & 1 deletion app/legal-disclosure/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function LegalDisclosure() {
<div className="max-w-5xl mx-auto bg-white rounded-lg shadow p-10">
<h1 className="text-3xl font-extrabold mb-4">
<span className="text-[#43BC80]">Legal</span>{" "}
<span className="text-[#0D261A]">disclosure</span>
<span className="text-[#43BC80]">disclosure</span>
</h1>

<section className="space-y-3 mb-6">
Expand Down
2 changes: 1 addition & 1 deletion app/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function PrivacyPolicy() {
<div className="max-w-5xl mx-auto bg-white rounded-lg shadow p-10">
<h1 className="text-3xl font-extrabold mb-4">
<span className="text-[#43BC80]">Privacy</span>{" "}
<span className="text-[#0D261A]">Policy</span>
<span className="text-[#43BC80]">Policy</span>
</h1>

<p className="mb-4 text-base text-gray-700">
Expand Down