Privacy Policy Template
Steps to Use the Template
1. Create a Privacy Policy Page
apps/<app-name>/privacy-policy/page.tsx2. Set Environment Variables
NEXT_PUBLIC_COMPANY_NAME=YourCompanyName
NEXT_PUBLIC_PRODUCT_NAME=YourProductName
NEXT_PUBLIC_EMAIL=[email protected]
NEXT_PUBLIC_WEBSITE_CONTACT=https://www.yourcompany.com/contact
NEXT_PUBLIC_COUNTRY=YourCountry3. Define Metadata for the Privacy Policy Page
4. Customize the Content
5. Render the Privacy Policy Page
Last updated