Growthus
Nextjs
Privacy Policy

Privacy Policy

To customize the Privacy Policy page title and details, follow these steps:

Page Title

  1. Open the app/privacy/page.jsx file.

  2. Locate the code block containing the <PageHero> component.

  3. 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.

  1. Save the changes in app/privacy/page.jsx.

Privacy Details

  1. Open the data/privacy/privacy.md file.
  2. Edit the file to add your Privacy Policy details. You can use Markdown syntax to format the content.
  3. 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.