Skip to content

[Feature] Add Privacy Policy and Terms & Conditions pages #420

@vv-verse

Description

@vv-verse

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:

LegalPageLayout

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions