Update src/app/privacy/page.tsx
This commit is contained in:
@@ -39,7 +39,7 @@ export default function PrivacyPage() {
|
||||
title="Privacy Policy"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data", content: [{ type: "paragraph", text: "We value your data." }]
|
||||
heading: "Data", content: [{ type: "paragraph", text: "**We value your data.**" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -55,4 +55,4 @@ export default function PrivacyPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user