Kullanım şartları (Terms of Service) bağlantısı tüm sayfalara eklendi

This commit is contained in:
hpibot
2026-02-22 00:39:39 +03:00
parent 1f9de6eda0
commit 0d642dee8e
4 changed files with 73 additions and 11 deletions

View File

@@ -245,7 +245,16 @@ const LoginPage: React.FC = () => {
</Typography>
</Box>
<Box sx={{ textAlign: 'center', mt: 3, pt: 2, borderTop: '1px solid rgba(0,0,0,0.05)' }}>
<Box sx={{ textAlign: 'center', mt: 3, pt: 2, borderTop: '1px solid rgba(0,0,0,0.05)', display: 'flex', justifyContent: 'center', gap: 2 }}>
<Link
href="https://www.mustafaozkaya.tr/hmarket-kullanim-sartlari/"
target="_blank"
rel="noopener"
variant="caption"
sx={{ textDecoration: 'none', color: 'text.secondary' }}
>
Kullanım Şartları
</Link>
<Link
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
target="_blank"

View File

@@ -353,6 +353,15 @@ const RegisterPage: React.FC = () => {
<Box sx={{ mt: 2, textAlign: 'center' }}>
<Typography variant="body2" color="text.secondary">
Hesap oluşturarak,{' '}
<Link
href="https://www.mustafaozkaya.tr/hmarket-kullanim-sartlari/"
target="_blank"
rel="noopener"
sx={{ textDecoration: 'none' }}
>
Kullanım Şartları
</Link>
{' '}ve{' '}
<Link
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
target="_blank"

View File

@@ -326,16 +326,27 @@ const DashboardPage: React.FC = () => {
</Box>
{/* Footer */}
<Box sx={{ mt: 8, pt: 4, borderTop: '1px solid rgba(0,0,0,0.05)', textAlign: 'center' }}>
<Link
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
target="_blank"
rel="noopener"
variant="body2"
sx={{ textDecoration: 'none', color: 'text.secondary' }}
>
Gizlilik Politikası
</Link>
<Box sx={{ mt: 8, pt: 4, borderTop: '1px solid rgba(0,0,0,0.05)', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center', gap: 1 }}>
<Box sx={{ display: 'flex', gap: 2 }}>
<Link
href="https://www.mustafaozkaya.tr/hmarket-kullanim-sartlari/"
target="_blank"
rel="noopener"
variant="body2"
sx={{ textDecoration: 'none', color: 'text.secondary' }}
>
Kullanım Şartları
</Link>
<Link
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
target="_blank"
rel="noopener"
variant="body2"
sx={{ textDecoration: 'none', color: 'text.secondary' }}
>
Gizlilik Politikası
</Link>
</Box>
<Typography variant="caption" display="block" sx={{ mt: 1, color: 'text.disabled' }}>
© 2026 hMarket - Mustafa ÖZKAYA
</Typography>