Clarify cookie and privacy messaging

- Update FAQ copy to mention a concise cookie notice when required
- Add footer note about anonymous, cookiefree analytics via Rybbit
This commit is contained in:
2026-05-06 14:10:35 +02:00
parent 41120664f5
commit ed74fd0652
2 changed files with 7 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ const faqs = [
{
question: "Kümmern Sie sich auch um Impressum und Datenschutz?",
answer:
"Ja, jede Website die ich baue kommt mit einem rechtssicheren Impressum und einer DSGVO-konformen Datenschutzerklärung. Kein Cookie-Banner-Chaos, kein Abmahnrisiko.",
"Ja, jede Website die ich baue kommt mit einem rechtssicheren Impressum und einer DSGVO-konformen Datenschutzerklärung — inklusive übersichtlichem Cookie-Hinweis, wo nötig, statt Chaos und unnötigen Tracking-Dialogen.",
},
];

View File

@@ -49,7 +49,12 @@ const Footer27 = ({ className }: Footer27Props) => {
</div>
<div className="mt-10 flex flex-col gap-4 border-t border-border/80 pt-6 text-sm text-muted-foreground sm:flex-row sm:items-center sm:justify-between">
<div className="space-y-1">
<p>© 2026 Matthias Meister Webdesign Crimmitschau</p>
<p className="text-xs text-muted-foreground/90">
Diese Website misst Nutzung anonym und cookiefrei (Rybbit).
</p>
</div>
<div className="flex flex-wrap items-center gap-x-5 gap-y-2">
<a
href="/impressum"