Terms & Conditions
To customize the Terms & Conditions page title and details, follow these steps:
Page Title
-
Open the
app/terms-conditions/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>Terms & Conditions</span>
</>
}
/>
Customize the content inside the <span>
tag to change the page title according to your preference.
- Save the changes in
app/terms-conditions/page.jsx
.
Terms & Conditions Details
- Open the
data/terms/terms.md
file. - Edit the file to add your Terms & Conditions details. You can use Markdown syntax to format the content.
- 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