Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #15.
This commit is contained in:
2026-05-13 08:30:00 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ export default function PrivacyPolicyPage() {
{ name: "Privacy", id: "/privacy-policy" },
]}
brandName="Garage Blaas"
button={{ text: "Contact", href: "/#contact" }}
/>
<div className="pt-32 pb-16">
<LegalSection
@@ -34,10 +35,10 @@ export default function PrivacyPolicyPage() {
title="Privacy Policy"
sections={[
{
heading: "Data Collection", content: { text: "We only collect data necessary for providing our services.", type: "paragraph" }
heading: "Data Collection", content: { type: "paragraph", text: "We only collect data necessary for providing our services." }
},
{
heading: "Data Security", content: { text: "Your data is stored securely.", type: "paragraph" }
heading: "Data Security", content: { type: "paragraph", text: "Your data is stored securely." }
}
]}
/>

View File

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