Update src/app/privacy-policy/page.tsx
This commit is contained in:
@@ -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." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user