Privacy Policy
To customize the Privacy Policy page title and details, follow these steps:
Page Title
-
Open the
app/privacy/page.jsx
file. -
Locate the code block containing the
<PageHero>
component. -
Edit the
pageTitle
attribute to customize the page title. Use the provided code as a reference:
<PageHero
pageTitle={
<>
<span>Privacy</span>
</>
}
/>
Customize the content inside the <span>
tag to change the page title according to your preference.
- Save the changes in
app/privacy/page.jsx
.
Privacy Details
- Open the
data/privacy/privacy.md
file. - Edit the file to add your Privacy Policy details. You can use Markdown syntax to format the content.
- Save the changes in
data/privacy/privacy.md
.
After making these changes, the Privacy Policy page title and details will be customized based on your modifications.