Update src/app/privacy/page.tsx
This commit is contained in:
@@ -27,6 +27,7 @@ export default function PrivacyPage() {
|
|||||||
{ name: "Datenschutz", id: "/privacy" },
|
{ name: "Datenschutz", id: "/privacy" },
|
||||||
]}
|
]}
|
||||||
brandName="Garage Blaas"
|
brandName="Garage Blaas"
|
||||||
|
button={{ text: "Termin", href: "/#contact" }}
|
||||||
/>
|
/>
|
||||||
<div className="pt-32 pb-16">
|
<div className="pt-32 pb-16">
|
||||||
<LegalSection
|
<LegalSection
|
||||||
@@ -34,10 +35,10 @@ export default function PrivacyPage() {
|
|||||||
title="Datenschutz"
|
title="Datenschutz"
|
||||||
sections={[
|
sections={[
|
||||||
{
|
{
|
||||||
heading: "Datenerhebung", content: { type: "paragraph", text: "Wir erheben nur die Daten, die für die Bereitstellung unseres Service notwendig sind." }
|
heading: "Datenerhebung", content: { text: "Wir erheben nur die Daten, die für die Bereitstellung unseres Service notwendig sind." }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
heading: "Speicherung", content: { type: "paragraph", text: "Ihre Daten werden sicher auf unseren Servern gespeichert." }
|
heading: "Speicherung", content: { text: "Ihre Daten werden sicher auf unseren Servern gespeichert." }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user