diff --git a/frontend/src/pages/Policy.tsx b/frontend/src/pages/Policy.tsx index 0e2fc380..c4810d21 100644 --- a/frontend/src/pages/Policy.tsx +++ b/frontend/src/pages/Policy.tsx @@ -23,12 +23,14 @@ function Policy() { }, [location]); return ( -
+
- Privacy
-

Privacy Policy

+
+

Privacy Policy

+ Privacy +

Your privacy is important to us. This privacy policy explains how we collect, use, and protect your personal information when you use our website.

1. Information We Collect

@@ -60,9 +62,11 @@ function Policy() {
- Terms
+

Terms and Conditions

+ Terms +

Please read these terms and conditions carefully before using our website.

1. Acceptance of Terms

@@ -94,9 +98,11 @@ function Policy() {
- Cookie
+

Cookie Policy

+ Cookie +

This cookie policy explains how we use cookies and similar technologies on our website.

1. What Are Cookies?

@@ -127,4 +133,4 @@ function Policy() { ); } -export default Policy; \ No newline at end of file +export default Policy;