Description
The application currently does not include dedicated legal pages such as:
- Privacy Policy
- Terms & Conditions
These pages are important for improving user transparency, project completeness, and overall website structure.
Current Issues
-
No legal/informational pages are available for users
-
Footer navigation does not include links to legal pages
-
No routes currently exist for:
/privacy-policy
/terms-and-conditions
Proposed Solution
- Add a Privacy Policy page
- Add a Terms & Conditions page
- Add footer navigation links for both pages
- Register routes for both pages
- Maintain styling consistency with the existing UI
Implementation Details
To avoid duplicating large shared layouts across both pages, a reusable:
component will be used for:
- hero section
- layout structure
- animation handling
- responsive styling
Each page will only provide:
- title
- intro text
- section content
Additional Notes
The implementation will follow the existing frontend stack and design patterns:
- React + TypeScript
- TailwindCSS
- Framer Motion
- Dark mode support
- Responsive layout
A PR with the implementation is ready.
Description
The application currently does not include dedicated legal pages such as:
These pages are important for improving user transparency, project completeness, and overall website structure.
Current Issues
No legal/informational pages are available for users
Footer navigation does not include links to legal pages
No routes currently exist for:
/privacy-policy/terms-and-conditionsProposed Solution
Implementation Details
To avoid duplicating large shared layouts across both pages, a reusable:
component will be used for:
Each page will only provide:
Additional Notes
The implementation will follow the existing frontend stack and design patterns:
A PR with the implementation is ready.