From a045b6e3e0505f077c0f17176a61ce12748cdbaf Mon Sep 17 00:00:00 2001 From: Ivan Angelov Date: Sun, 14 Jun 2026 20:49:21 +0300 Subject: [PATCH 1/7] Implemented Legal pages --- src/app/components/layout/footer/index.tsx | 10 +- src/app/pages/public/legal/privacy-policy.tsx | 464 ++++++++++++++ .../pages/public/legal/terms-of-service.tsx | 589 ++++++++++++++++++ src/routeTree.gen.ts | 42 ++ src/routes/_public/privacy-policy.tsx | 6 + src/routes/_public/terms-of-service.tsx | 6 + 6 files changed, 1115 insertions(+), 2 deletions(-) create mode 100644 src/app/pages/public/legal/privacy-policy.tsx create mode 100644 src/app/pages/public/legal/terms-of-service.tsx create mode 100644 src/routes/_public/privacy-policy.tsx create mode 100644 src/routes/_public/terms-of-service.tsx diff --git a/src/app/components/layout/footer/index.tsx b/src/app/components/layout/footer/index.tsx index ee30365..b2ecf40 100644 --- a/src/app/components/layout/footer/index.tsx +++ b/src/app/components/layout/footer/index.tsx @@ -16,8 +16,14 @@ const Footer = () => {