Update src/app/privacy-policy/page.tsx

This commit is contained in:
2026-05-13 08:29:57 +00:00
parent dcf520e7ed
commit c00dc40384

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." }
}
]}
/>