Footer links for Privacy Policy and Terms of Service point to # (placeholder). These pages are important for a finance app and should be created with proper content.
- Create
app/[locale]/privacy/page.tsx with privacy policy content
- Create
app/[locale]/terms/page.tsx with terms of service content
- Add translations for both pages in
messages/en.json and messages/it.json
- Update footer links to point to actual pages
- Ensure proper SEO metadata for both pages
- Consider adding structured data for legal pages
Footer links for Privacy Policy and Terms of Service point to
#(placeholder). These pages are important for a finance app and should be created with proper content.app/[locale]/privacy/page.tsxwith privacy policy contentapp/[locale]/terms/page.tsxwith terms of service contentmessages/en.jsonandmessages/it.json