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:
@@ -31,7 +31,7 @@ const faqs = [
|
|||||||
{
|
{
|
||||||
question: "Kümmern Sie sich auch um Impressum und Datenschutz?",
|
question: "Kümmern Sie sich auch um Impressum und Datenschutz?",
|
||||||
answer:
|
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.",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,12 @@ const Footer27 = ({ className }: Footer27Props) => {
|
|||||||
</div>
|
</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="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>© 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">
|
<div className="flex flex-wrap items-center gap-x-5 gap-y-2">
|
||||||
<a
|
<a
|
||||||
href="/impressum"
|
href="/impressum"
|
||||||
|
|||||||
Reference in New Issue
Block a user