Growthus
Nextjs
Terms & Conditions

Terms & Conditions

To customize the Terms & Conditions page title and details, follow these steps:

Page Title

  1. Open the app/terms-conditions/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>Terms & Conditions</span>
    </>
  }
/>

Customize the content inside the <span> tag to change the page title according to your preference.

  1. Save the changes in app/terms-conditions/page.jsx.

Terms & Conditions Details

  1. Open the data/terms/terms.md file.
  2. Edit the file to add your Terms & Conditions details. You can use Markdown syntax to format the content.
  3. Save the changes in data/terms/terms.md.

After making these changes, the Terms & Conditions page title and details will be customized based on your modifications