Business Policy
Page Title
To edit the page title for the Business Policy page, you can modify the code in the app/business-policy/page.jsx
file. Locate the following code snippet and make the necessary changes:
<PageHero
pageTitle={
<>
<span>Business Policy</span>
</>
}
/>
Update the text inside the <span>
element to customize the page title according to your preferences.
Business Policy Details
The details of the Business Policy are fetched from the data/businessPolicy/businessPolicy.md
file. To edit the Business Policy details, follow these steps:
- Open the
data/businessPolicy/businessPolicy.md
file. - Modify the content within the file to reflect your Business Policy. You can use Markdown syntax to format the text.
- Save the changes to the file.
By editing the businessPolicy.md
file, you can update and customize the content of the Business Policy section on your website.