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

This commit is contained in:
2026-05-13 08:30:59 +00:00
parent e865f41544
commit 038f48b6cc

View File

@@ -27,6 +27,7 @@ export default function PrivacyPolicyPage() {
{ name: "Privacy", id: "/privacy-policy" },
]}
brandName="Garage Blaas"
button={{ text: "Book", 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: { type: "paragraph", text: "We only collect data necessary for providing our services." }
heading: "Data Collection", content: { text: "We only collect data necessary for providing our services." }
},
{
heading: "Data Security", content: { type: "paragraph", text: "Your data is stored securely." }
heading: "Data Security", content: { text: "Your data is stored securely." }
}
]}
/>