Privacy Policy
To customize the Privacy Policy page title and details, follow these steps:
Page Title
-
Open the
app/privacy/page.jsxfile. -
Locate the code block containing the
<PageHero>component. -
Edit the
pageTitleattribute 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.mdfile. - 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.