From 7d5c75f02e5a5e3bef1eebc1b2f8f832950cf9ff Mon Sep 17 00:00:00 2001 From: Shivansh Mathur <101795319+ShivanshCoding36@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:38:34 +0530 Subject: [PATCH 1/5] Create Footer.tsx --- .../src/shared/component/v1/Footer.tsx | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 LocalMind-Frontend/src/shared/component/v1/Footer.tsx diff --git a/LocalMind-Frontend/src/shared/component/v1/Footer.tsx b/LocalMind-Frontend/src/shared/component/v1/Footer.tsx new file mode 100644 index 0000000..170a840 --- /dev/null +++ b/LocalMind-Frontend/src/shared/component/v1/Footer.tsx @@ -0,0 +1,50 @@ +import React from 'react' +import { Link } from 'react-router-dom' + +const Footer: React.FC = () => { + const currentYear = new Date().getFullYear() + + return ( + + ) +} + +export default Footer From a68205df7a6821127d2938be825e62ed247f78c2 Mon Sep 17 00:00:00 2001 From: Shivansh Mathur <101795319+ShivanshCoding36@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:40:35 +0530 Subject: [PATCH 2/5] Add PrivacyPolicy component with content --- .../V1/Component/Pages/PrivacyPolicy.tsx | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 LocalMind-Frontend/src/features/Dashboard/V1/Component/Pages/PrivacyPolicy.tsx diff --git a/LocalMind-Frontend/src/features/Dashboard/V1/Component/Pages/PrivacyPolicy.tsx b/LocalMind-Frontend/src/features/Dashboard/V1/Component/Pages/PrivacyPolicy.tsx new file mode 100644 index 0000000..2e5f352 --- /dev/null +++ b/LocalMind-Frontend/src/features/Dashboard/V1/Component/Pages/PrivacyPolicy.tsx @@ -0,0 +1,50 @@ +import React from 'react' +const PrivacyPolicy: React.FC = () => { + return ( +
+ At LocalMind, your privacy matters. This Privacy Policy explains what + information we collect, how we use it, and your rights regarding your + personal data. +
+ ++ We do not collect, share, or sell personal information. LocalMind + operates locally, on your device, without tracking or analytics. +
++ Any data you input is processed locally within the app and is never + sent to external servers unless you explicitly configure integrations. +
++ For questions about this policy, email us at support@localmind.dev +
++ These Terms & Conditions govern your use of the LocalMind platform. + By accessing or using LocalMind, you agree to be bound by these terms. +
+ ++ You are granted a limited, non-exclusive, non-transferable license to + use LocalMind for personal or internal use only. +
++ LocalMind is provided “as-is.” We are not liable for any damages + arising from the use of the platform. +
++ These Terms are governed by the laws of the applicable jurisdiction + where LocalMind is operated. +
+