diff --git a/frontend/src/pages/Auth/LoginPage.tsx b/frontend/src/pages/Auth/LoginPage.tsx index 3822f06..f10a811 100644 --- a/frontend/src/pages/Auth/LoginPage.tsx +++ b/frontend/src/pages/Auth/LoginPage.tsx @@ -244,6 +244,18 @@ const LoginPage: React.FC = () => { + + + + Gizlilik Politikası + + diff --git a/frontend/src/pages/Auth/RegisterPage.tsx b/frontend/src/pages/Auth/RegisterPage.tsx index e0879f0..a51197c 100644 --- a/frontend/src/pages/Auth/RegisterPage.tsx +++ b/frontend/src/pages/Auth/RegisterPage.tsx @@ -135,7 +135,7 @@ const RegisterPage: React.FC = () => { - HMarket + hMarket @@ -352,14 +352,16 @@ const RegisterPage: React.FC = () => { {/* Terms */} - By creating an account, you agree to our{' '} - - Terms of Service - {' '} - and{' '} - - Privacy Policy + Hesap oluşturarak,{' '} + + Gizlilik Politikası + 'nı kabul etmiş olursunuz. diff --git a/frontend/src/pages/Dashboard/DashboardPage.tsx b/frontend/src/pages/Dashboard/DashboardPage.tsx index b777bc3..aa48d3e 100644 --- a/frontend/src/pages/Dashboard/DashboardPage.tsx +++ b/frontend/src/pages/Dashboard/DashboardPage.tsx @@ -324,6 +324,22 @@ const DashboardPage: React.FC = () => { + + {/* Footer */} + + + Gizlilik Politikası + + + © 2026 hMarket - Mustafa ÖZKAYA + + ); };